@laerdal/analytics-react-components
Advanced tools
Comparing version 1.0.4 to 1.0.5
export * from './types'; | ||
export * from './ExampleComponent'; | ||
export { Selector } from './Selector'; | ||
export { Normal, Small, Italic, HeadlineH2, HeadlineH5 } from './Typography'; | ||
export { TwoColumnBarChart } from './Charts/TwoColumnBarChart'; | ||
//# sourceMappingURL=index.js.map |
export * from './types'; | ||
export * from './ExampleComponent'; | ||
export { Selector } from './Selector'; | ||
export { Normal, Small, Italic, HeadlineH2, HeadlineH5 } from './Typography'; | ||
export { TwoColumnBarChart } from './Charts/TwoColumnBarChart'; |
@@ -7,3 +7,9 @@ "use strict"; | ||
var _exportNames = { | ||
Selector: true | ||
Selector: true, | ||
Normal: true, | ||
Small: true, | ||
Italic: true, | ||
HeadlineH2: true, | ||
HeadlineH5: true, | ||
TwoColumnBarChart: true | ||
}; | ||
@@ -16,2 +22,38 @@ Object.defineProperty(exports, "Selector", { | ||
}); | ||
Object.defineProperty(exports, "Normal", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Typography.Normal; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Small", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Typography.Small; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Italic", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Typography.Italic; | ||
} | ||
}); | ||
Object.defineProperty(exports, "HeadlineH2", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Typography.HeadlineH2; | ||
} | ||
}); | ||
Object.defineProperty(exports, "HeadlineH5", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Typography.HeadlineH5; | ||
} | ||
}); | ||
Object.defineProperty(exports, "TwoColumnBarChart", { | ||
enumerable: true, | ||
get: function get() { | ||
return _TwoColumnBarChart.TwoColumnBarChart; | ||
} | ||
}); | ||
@@ -47,2 +89,6 @@ var _types = require("./types"); | ||
var _Selector = require("./Selector"); | ||
var _Typography = require("./Typography"); | ||
var _TwoColumnBarChart = require("./Charts/TwoColumnBarChart"); | ||
//# sourceMappingURL=index.js.map |
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(["exports", "./types", "./ExampleComponent", "./Selector"], factory); | ||
define(["exports", "./types", "./ExampleComponent", "./Selector", "./Typography", "./Charts/TwoColumnBarChart"], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require("./types"), require("./ExampleComponent"), require("./Selector")); | ||
factory(exports, require("./types"), require("./ExampleComponent"), require("./Selector"), require("./Typography"), require("./Charts/TwoColumnBarChart")); | ||
} else { | ||
@@ -10,6 +10,6 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.types, global.ExampleComponent, global.Selector); | ||
factory(mod.exports, global.types, global.ExampleComponent, global.Selector, global.Typography, global.TwoColumnBarChart); | ||
global.undefined = mod.exports; | ||
} | ||
})(this, function (exports, _types, _ExampleComponent, _Selector) { | ||
})(this, function (exports, _types, _ExampleComponent, _Selector, _Typography, _TwoColumnBarChart) { | ||
"use strict"; | ||
@@ -44,3 +44,39 @@ | ||
}); | ||
Object.defineProperty(exports, "Normal", { | ||
enumerable: true, | ||
get: function () { | ||
return _Typography.Normal; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Small", { | ||
enumerable: true, | ||
get: function () { | ||
return _Typography.Small; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Italic", { | ||
enumerable: true, | ||
get: function () { | ||
return _Typography.Italic; | ||
} | ||
}); | ||
Object.defineProperty(exports, "HeadlineH2", { | ||
enumerable: true, | ||
get: function () { | ||
return _Typography.HeadlineH2; | ||
} | ||
}); | ||
Object.defineProperty(exports, "HeadlineH5", { | ||
enumerable: true, | ||
get: function () { | ||
return _Typography.HeadlineH5; | ||
} | ||
}); | ||
Object.defineProperty(exports, "TwoColumnBarChart", { | ||
enumerable: true, | ||
get: function () { | ||
return _TwoColumnBarChart.TwoColumnBarChart; | ||
} | ||
}); | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@laerdal/analytics-react-components", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"private": false, | ||
@@ -76,2 +76,3 @@ "author": "Hans-Henrik Jensen <hans-henrik.jensen@laerdal.com>", | ||
"react-modal": "^3.11.2", | ||
"recharts": "^2.0.9", | ||
"styled-components": "^5.2.3", | ||
@@ -88,4 +89,4 @@ "ts-jest": "^26.4.4", | ||
"type": "git", | ||
"url": "git+ssh://git@bitbucket.org/laerdalmedical/analytics-react.git" | ||
"url": "git+ssh://git@bitbucket.org/laerdalmedical/analytics-react-components.git" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
188653
65
2050
39