@laerdal/life-react-components 1.5.1-dev.8.full → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Button/Iconbutton.cjs +12 -13
- package/dist/Button/Iconbutton.cjs.map +1 -1
- package/dist/Button/Iconbutton.js +12 -13
- package/dist/Button/Iconbutton.js.map +1 -1
- package/dist/Card/Card.cjs +101 -0
- package/dist/Card/Card.cjs.map +1 -0
- package/dist/Card/Card.d.ts +23 -0
- package/dist/Card/Card.js +74 -0
- package/dist/Card/Card.js.map +1 -0
- package/dist/Card/CardBottomSection.cjs +133 -0
- package/dist/Card/CardBottomSection.cjs.map +1 -0
- package/dist/Card/CardBottomSection.d.ts +22 -0
- package/dist/Card/CardBottomSection.js +105 -0
- package/dist/Card/CardBottomSection.js.map +1 -0
- package/dist/Card/CardMiddleSection.cjs +100 -0
- package/dist/Card/CardMiddleSection.cjs.map +1 -0
- package/dist/Card/CardMiddleSection.d.ts +14 -0
- package/dist/Card/CardMiddleSection.js +76 -0
- package/dist/Card/CardMiddleSection.js.map +1 -0
- package/dist/Card/CardTopSection.cjs +112 -0
- package/dist/Card/CardTopSection.cjs.map +1 -0
- package/dist/Card/CardTopSection.d.ts +19 -0
- package/dist/Card/CardTopSection.js +85 -0
- package/dist/Card/CardTopSection.js.map +1 -0
- package/dist/Card/index.cjs +52 -0
- package/dist/Card/index.cjs.map +1 -0
- package/dist/Card/index.d.ts +5 -0
- package/dist/Card/index.js +6 -0
- package/dist/Card/index.js.map +1 -0
- package/dist/Dropdown/BasicDropdown.cjs +38 -55
- package/dist/Dropdown/BasicDropdown.cjs.map +1 -1
- package/dist/Dropdown/BasicDropdown.js +36 -53
- package/dist/Dropdown/BasicDropdown.js.map +1 -1
- package/dist/Dropdown/CommonStyling.cjs +9 -17
- package/dist/Dropdown/CommonStyling.cjs.map +1 -1
- package/dist/Dropdown/CommonStyling.d.ts +0 -3
- package/dist/Dropdown/CommonStyling.js +8 -12
- package/dist/Dropdown/CommonStyling.js.map +1 -1
- package/dist/Dropdown/DropdownButton.cjs +11 -24
- package/dist/Dropdown/DropdownButton.cjs.map +1 -1
- package/dist/Dropdown/DropdownButton.js +11 -24
- package/dist/Dropdown/DropdownButton.js.map +1 -1
- package/dist/Dropdown/DropdownContent.cjs +21 -12
- package/dist/Dropdown/DropdownContent.cjs.map +1 -1
- package/dist/Dropdown/DropdownContent.js +21 -12
- package/dist/Dropdown/DropdownContent.js.map +1 -1
- package/dist/Dropdown/DropdownFilter.cjs +43 -46
- package/dist/Dropdown/DropdownFilter.cjs.map +1 -1
- package/dist/Dropdown/DropdownFilter.js +41 -45
- package/dist/Dropdown/DropdownFilter.js.map +1 -1
- package/dist/LinearProgress/LinearProgress.cjs +142 -0
- package/dist/LinearProgress/LinearProgress.cjs.map +1 -0
- package/dist/LinearProgress/LinearProgress.d.ts +25 -0
- package/dist/LinearProgress/LinearProgress.js +111 -0
- package/dist/LinearProgress/LinearProgress.js.map +1 -0
- package/dist/LinearProgress/index.cjs +32 -0
- package/dist/LinearProgress/index.cjs.map +1 -0
- package/dist/LinearProgress/index.d.ts +3 -0
- package/dist/LinearProgress/index.js +4 -0
- package/dist/LinearProgress/index.js.map +1 -0
- package/dist/Modals/ModalContainer.cjs +8 -3
- package/dist/Modals/ModalContainer.cjs.map +1 -1
- package/dist/Modals/ModalContainer.d.ts +1 -0
- package/dist/Modals/ModalContainer.js +8 -3
- package/dist/Modals/ModalContainer.js.map +1 -1
- package/dist/Modals/ModalDialog.cjs +5 -2
- package/dist/Modals/ModalDialog.cjs.map +1 -1
- package/dist/Modals/ModalDialog.d.ts +1 -0
- package/dist/Modals/ModalDialog.js +5 -2
- package/dist/Modals/ModalDialog.js.map +1 -1
- package/dist/SegmentControl/SegmentControl.cjs +99 -0
- package/dist/SegmentControl/SegmentControl.cjs.map +1 -0
- package/dist/SegmentControl/SegmentControl.d.ts +19 -0
- package/dist/SegmentControl/SegmentControl.js +71 -0
- package/dist/SegmentControl/SegmentControl.js.map +1 -0
- package/dist/SegmentControl/index.cjs +16 -0
- package/dist/SegmentControl/index.cjs.map +1 -0
- package/dist/SegmentControl/index.d.ts +3 -0
- package/dist/SegmentControl/index.js +3 -0
- package/dist/SegmentControl/index.js.map +1 -0
- package/dist/Table/TableFooter.cjs +1 -1
- package/dist/Table/TableFooter.cjs.map +1 -1
- package/dist/Table/TableFooter.js +1 -1
- package/dist/Table/TableFooter.js.map +1 -1
- package/dist/Table/TableStyles.cjs +1 -1
- package/dist/Table/TableStyles.cjs.map +1 -1
- package/dist/Table/TableStyles.js +1 -1
- package/dist/Table/TableStyles.js.map +1 -1
- package/dist/Tag/Tag.cjs +92 -0
- package/dist/Tag/Tag.cjs.map +1 -0
- package/dist/Tag/Tag.d.ts +9 -0
- package/dist/Tag/Tag.js +70 -0
- package/dist/Tag/Tag.js.map +1 -0
- package/dist/Tag/index.cjs +16 -0
- package/dist/Tag/index.cjs.map +1 -0
- package/dist/Tag/index.d.ts +2 -0
- package/dist/Tag/index.js +2 -0
- package/dist/Tag/index.js.map +1 -0
- package/dist/common/InputStyling.cjs +1 -1
- package/dist/common/InputStyling.cjs.map +1 -1
- package/dist/common/InputStyling.js +1 -1
- package/dist/common/InputStyling.js.map +1 -1
- package/dist/index.cjs +99 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
|
@@ -15,6 +15,6 @@ var _styles = require("../styles");
|
|
|
15
15
|
|
|
16
16
|
var _templateObject;
|
|
17
17
|
|
|
18
|
-
var CommonInteractionStyling = (0, _styledComponents.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n &:focus, &.focus-state {\n background-color: ", ";\n box-shadow: 0px 4px 12px rgba(46, 127, 161, 0.25), 0px 0px 8px #2e7fa1;\n outline: none;\n\n &::after {\n background-color: ", ";\n }\n }\n\n &:hover, &.hover-state {\n background-color: ", ";\n color: ", ";\n }\n &:active, &.active-state {\n box-shadow: none;\n background-color: ", ";\n color: ", ";\n }\n &:disabled, &.disabled-state {\n box-shadow: none;\n background-color: ", ";\n span {\n color: ", ";\n }\n &::after {\n background-color: ", ";\n }\n }\n"])), _styles.COLORS.white, _styles.COLORS.white, _styles.COLORS.primary_20, _styles.COLORS.primary_600, _styles.COLORS.primary_100, _styles.COLORS.primary_800, _styles.COLORS.white, _styles.COLORS.neutral_300, _styles.COLORS.white);
|
|
18
|
+
var CommonInteractionStyling = (0, _styledComponents.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n &:focus, &.focus-state, &.focus-visible {\n background-color: ", ";\n box-shadow: 0px 4px 12px rgba(46, 127, 161, 0.25), 0px 0px 8px #2e7fa1;\n outline: none;\n\n &::after {\n background-color: ", ";\n }\n }\n\n &:hover, &.hover-state {\n background-color: ", ";\n color: ", ";\n }\n &:active, &.active-state {\n box-shadow: none;\n background-color: ", ";\n color: ", ";\n }\n &:disabled, &.disabled-state {\n box-shadow: none;\n background-color: ", ";\n span {\n color: ", ";\n }\n &::after {\n background-color: ", ";\n }\n }\n"])), _styles.COLORS.white, _styles.COLORS.white, _styles.COLORS.primary_20, _styles.COLORS.primary_600, _styles.COLORS.primary_100, _styles.COLORS.primary_800, _styles.COLORS.white, _styles.COLORS.neutral_300, _styles.COLORS.white);
|
|
19
19
|
exports.CommonInteractionStyling = CommonInteractionStyling;
|
|
20
20
|
//# sourceMappingURL=InputStyling.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/common/InputStyling.ts"],"names":["CommonInteractionStyling","css","COLORS","white","primary_20","primary_600","primary_100","primary_800","neutral_300"],"mappings":";;;;;;;;;;;AAAA;;AACA;;;;AAEO,IAAMA,wBAAwB,OAAGC,qBAAH,
|
|
1
|
+
{"version":3,"sources":["../../src/common/InputStyling.ts"],"names":["CommonInteractionStyling","css","COLORS","white","primary_20","primary_600","primary_100","primary_800","neutral_300"],"mappings":";;;;;;;;;;;AAAA;;AACA;;;;AAEO,IAAMA,wBAAwB,OAAGC,qBAAH,krBAEbC,eAAOC,KAFM,EAOXD,eAAOC,KAPI,EAYbD,eAAOE,UAZM,EAaxBF,eAAOG,WAbiB,EAiBbH,eAAOI,WAjBM,EAkBxBJ,eAAOK,WAlBiB,EAsBbL,eAAOC,KAtBM,EAwBtBD,eAAOM,WAxBe,EA2BXN,eAAOC,KA3BI,CAA9B","sourcesContent":["import { css } from 'styled-components';\nimport { COLORS } from '../styles';\n\nexport const CommonInteractionStyling = css`\n &:focus, &.focus-state, &.focus-visible {\n background-color: ${COLORS.white};\n box-shadow: 0px 4px 12px rgba(46, 127, 161, 0.25), 0px 0px 8px #2e7fa1;\n outline: none;\n\n &::after {\n background-color: ${COLORS.white};\n }\n }\n\n &:hover, &.hover-state {\n background-color: ${COLORS.primary_20};\n color: ${COLORS.primary_600};\n }\n &:active, &.active-state {\n box-shadow: none;\n background-color: ${COLORS.primary_100};\n color: ${COLORS.primary_800};\n }\n &:disabled, &.disabled-state {\n box-shadow: none;\n background-color: ${COLORS.white};\n span {\n color: ${COLORS.neutral_300};\n }\n &::after {\n background-color: ${COLORS.white};\n }\n }\n`;\n"],"file":"InputStyling.cjs"}
|
|
@@ -4,5 +4,5 @@ var _templateObject;
|
|
|
4
4
|
|
|
5
5
|
import { css } from 'styled-components';
|
|
6
6
|
import { COLORS } from '../styles';
|
|
7
|
-
export var CommonInteractionStyling = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n &:focus, &.focus-state {\n background-color: ", ";\n box-shadow: 0px 4px 12px rgba(46, 127, 161, 0.25), 0px 0px 8px #2e7fa1;\n outline: none;\n\n &::after {\n background-color: ", ";\n }\n }\n\n &:hover, &.hover-state {\n background-color: ", ";\n color: ", ";\n }\n &:active, &.active-state {\n box-shadow: none;\n background-color: ", ";\n color: ", ";\n }\n &:disabled, &.disabled-state {\n box-shadow: none;\n background-color: ", ";\n span {\n color: ", ";\n }\n &::after {\n background-color: ", ";\n }\n }\n"])), COLORS.white, COLORS.white, COLORS.primary_20, COLORS.primary_600, COLORS.primary_100, COLORS.primary_800, COLORS.white, COLORS.neutral_300, COLORS.white);
|
|
7
|
+
export var CommonInteractionStyling = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n &:focus, &.focus-state, &.focus-visible {\n background-color: ", ";\n box-shadow: 0px 4px 12px rgba(46, 127, 161, 0.25), 0px 0px 8px #2e7fa1;\n outline: none;\n\n &::after {\n background-color: ", ";\n }\n }\n\n &:hover, &.hover-state {\n background-color: ", ";\n color: ", ";\n }\n &:active, &.active-state {\n box-shadow: none;\n background-color: ", ";\n color: ", ";\n }\n &:disabled, &.disabled-state {\n box-shadow: none;\n background-color: ", ";\n span {\n color: ", ";\n }\n &::after {\n background-color: ", ";\n }\n }\n"])), COLORS.white, COLORS.white, COLORS.primary_20, COLORS.primary_600, COLORS.primary_100, COLORS.primary_800, COLORS.white, COLORS.neutral_300, COLORS.white);
|
|
8
8
|
//# sourceMappingURL=InputStyling.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/common/InputStyling.ts"],"names":["css","COLORS","CommonInteractionStyling","white","primary_20","primary_600","primary_100","primary_800","neutral_300"],"mappings":";;;;AAAA,SAASA,GAAT,QAAoB,mBAApB;AACA,SAASC,MAAT,QAAuB,WAAvB;AAEA,OAAO,IAAMC,wBAAwB,GAAGF,GAAH,
|
|
1
|
+
{"version":3,"sources":["../../src/common/InputStyling.ts"],"names":["css","COLORS","CommonInteractionStyling","white","primary_20","primary_600","primary_100","primary_800","neutral_300"],"mappings":";;;;AAAA,SAASA,GAAT,QAAoB,mBAApB;AACA,SAASC,MAAT,QAAuB,WAAvB;AAEA,OAAO,IAAMC,wBAAwB,GAAGF,GAAH,mqBAEbC,MAAM,CAACE,KAFM,EAOXF,MAAM,CAACE,KAPI,EAYbF,MAAM,CAACG,UAZM,EAaxBH,MAAM,CAACI,WAbiB,EAiBbJ,MAAM,CAACK,WAjBM,EAkBxBL,MAAM,CAACM,WAlBiB,EAsBbN,MAAM,CAACE,KAtBM,EAwBtBF,MAAM,CAACO,WAxBe,EA2BXP,MAAM,CAACE,KA3BI,CAA9B","sourcesContent":["import { css } from 'styled-components';\nimport { COLORS } from '../styles';\n\nexport const CommonInteractionStyling = css`\n &:focus, &.focus-state, &.focus-visible {\n background-color: ${COLORS.white};\n box-shadow: 0px 4px 12px rgba(46, 127, 161, 0.25), 0px 0px 8px #2e7fa1;\n outline: none;\n\n &::after {\n background-color: ${COLORS.white};\n }\n }\n\n &:hover, &.hover-state {\n background-color: ${COLORS.primary_20};\n color: ${COLORS.primary_600};\n }\n &:active, &.active-state {\n box-shadow: none;\n background-color: ${COLORS.primary_100};\n color: ${COLORS.primary_800};\n }\n &:disabled, &.disabled-state {\n box-shadow: none;\n background-color: ${COLORS.white};\n span {\n color: ${COLORS.neutral_300};\n }\n &::after {\n background-color: ${COLORS.white};\n }\n }\n`;\n"],"file":"InputStyling.js"}
|
package/dist/index.cjs
CHANGED
|
@@ -3,11 +3,21 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
var _exportNames = {
|
|
7
|
+
LaerdalLogo: true
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "LaerdalLogo", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function get() {
|
|
12
|
+
return _assets.LaerdalLogo;
|
|
13
|
+
}
|
|
14
|
+
});
|
|
6
15
|
|
|
7
16
|
var _styles = require("./styles");
|
|
8
17
|
|
|
9
18
|
Object.keys(_styles).forEach(function (key) {
|
|
10
19
|
if (key === "default" || key === "__esModule") return;
|
|
20
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
11
21
|
if (key in exports && exports[key] === _styles[key]) return;
|
|
12
22
|
Object.defineProperty(exports, key, {
|
|
13
23
|
enumerable: true,
|
|
@@ -21,6 +31,7 @@ var _icons = require("./icons");
|
|
|
21
31
|
|
|
22
32
|
Object.keys(_icons).forEach(function (key) {
|
|
23
33
|
if (key === "default" || key === "__esModule") return;
|
|
34
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
24
35
|
if (key in exports && exports[key] === _icons[key]) return;
|
|
25
36
|
Object.defineProperty(exports, key, {
|
|
26
37
|
enumerable: true,
|
|
@@ -34,6 +45,7 @@ var _types = require("./types");
|
|
|
34
45
|
|
|
35
46
|
Object.keys(_types).forEach(function (key) {
|
|
36
47
|
if (key === "default" || key === "__esModule") return;
|
|
48
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
37
49
|
if (key in exports && exports[key] === _types[key]) return;
|
|
38
50
|
Object.defineProperty(exports, key, {
|
|
39
51
|
enumerable: true,
|
|
@@ -47,6 +59,7 @@ var _AuthPage = require("./AuthPage");
|
|
|
47
59
|
|
|
48
60
|
Object.keys(_AuthPage).forEach(function (key) {
|
|
49
61
|
if (key === "default" || key === "__esModule") return;
|
|
62
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
50
63
|
if (key in exports && exports[key] === _AuthPage[key]) return;
|
|
51
64
|
Object.defineProperty(exports, key, {
|
|
52
65
|
enumerable: true,
|
|
@@ -60,6 +73,7 @@ var _Button = require("./Button");
|
|
|
60
73
|
|
|
61
74
|
Object.keys(_Button).forEach(function (key) {
|
|
62
75
|
if (key === "default" || key === "__esModule") return;
|
|
76
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
63
77
|
if (key in exports && exports[key] === _Button[key]) return;
|
|
64
78
|
Object.defineProperty(exports, key, {
|
|
65
79
|
enumerable: true,
|
|
@@ -73,6 +87,7 @@ var _Breadcrumb = require("./Breadcrumb");
|
|
|
73
87
|
|
|
74
88
|
Object.keys(_Breadcrumb).forEach(function (key) {
|
|
75
89
|
if (key === "default" || key === "__esModule") return;
|
|
90
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
76
91
|
if (key in exports && exports[key] === _Breadcrumb[key]) return;
|
|
77
92
|
Object.defineProperty(exports, key, {
|
|
78
93
|
enumerable: true,
|
|
@@ -86,6 +101,7 @@ var _Chips = require("./Chips");
|
|
|
86
101
|
|
|
87
102
|
Object.keys(_Chips).forEach(function (key) {
|
|
88
103
|
if (key === "default" || key === "__esModule") return;
|
|
104
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
89
105
|
if (key in exports && exports[key] === _Chips[key]) return;
|
|
90
106
|
Object.defineProperty(exports, key, {
|
|
91
107
|
enumerable: true,
|
|
@@ -99,6 +115,7 @@ var _SkipToContent = require("./SkipToContent");
|
|
|
99
115
|
|
|
100
116
|
Object.keys(_SkipToContent).forEach(function (key) {
|
|
101
117
|
if (key === "default" || key === "__esModule") return;
|
|
118
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
102
119
|
if (key in exports && exports[key] === _SkipToContent[key]) return;
|
|
103
120
|
Object.defineProperty(exports, key, {
|
|
104
121
|
enumerable: true,
|
|
@@ -112,6 +129,7 @@ var _Footer = require("./Footer");
|
|
|
112
129
|
|
|
113
130
|
Object.keys(_Footer).forEach(function (key) {
|
|
114
131
|
if (key === "default" || key === "__esModule") return;
|
|
132
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
115
133
|
if (key in exports && exports[key] === _Footer[key]) return;
|
|
116
134
|
Object.defineProperty(exports, key, {
|
|
117
135
|
enumerable: true,
|
|
@@ -125,6 +143,7 @@ var _LoadingIndicator = require("./LoadingIndicator");
|
|
|
125
143
|
|
|
126
144
|
Object.keys(_LoadingIndicator).forEach(function (key) {
|
|
127
145
|
if (key === "default" || key === "__esModule") return;
|
|
146
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
128
147
|
if (key in exports && exports[key] === _LoadingIndicator[key]) return;
|
|
129
148
|
Object.defineProperty(exports, key, {
|
|
130
149
|
enumerable: true,
|
|
@@ -138,6 +157,7 @@ var _MiniProductCard = require("./MiniProductCard");
|
|
|
138
157
|
|
|
139
158
|
Object.keys(_MiniProductCard).forEach(function (key) {
|
|
140
159
|
if (key === "default" || key === "__esModule") return;
|
|
160
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
141
161
|
if (key in exports && exports[key] === _MiniProductCard[key]) return;
|
|
142
162
|
Object.defineProperty(exports, key, {
|
|
143
163
|
enumerable: true,
|
|
@@ -151,6 +171,7 @@ var _NavItem = require("./NavItem");
|
|
|
151
171
|
|
|
152
172
|
Object.keys(_NavItem).forEach(function (key) {
|
|
153
173
|
if (key === "default" || key === "__esModule") return;
|
|
174
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
154
175
|
if (key in exports && exports[key] === _NavItem[key]) return;
|
|
155
176
|
Object.defineProperty(exports, key, {
|
|
156
177
|
enumerable: true,
|
|
@@ -164,6 +185,7 @@ var _Layouts = require("./Layouts");
|
|
|
164
185
|
|
|
165
186
|
Object.keys(_Layouts).forEach(function (key) {
|
|
166
187
|
if (key === "default" || key === "__esModule") return;
|
|
188
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
167
189
|
if (key in exports && exports[key] === _Layouts[key]) return;
|
|
168
190
|
Object.defineProperty(exports, key, {
|
|
169
191
|
enumerable: true,
|
|
@@ -177,6 +199,7 @@ var _GlobalNavigationBar = require("./GlobalNavigationBar");
|
|
|
177
199
|
|
|
178
200
|
Object.keys(_GlobalNavigationBar).forEach(function (key) {
|
|
179
201
|
if (key === "default" || key === "__esModule") return;
|
|
202
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
180
203
|
if (key in exports && exports[key] === _GlobalNavigationBar[key]) return;
|
|
181
204
|
Object.defineProperty(exports, key, {
|
|
182
205
|
enumerable: true,
|
|
@@ -190,6 +213,7 @@ var _Tabs = require("./Tabs");
|
|
|
190
213
|
|
|
191
214
|
Object.keys(_Tabs).forEach(function (key) {
|
|
192
215
|
if (key === "default" || key === "__esModule") return;
|
|
216
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
193
217
|
if (key in exports && exports[key] === _Tabs[key]) return;
|
|
194
218
|
Object.defineProperty(exports, key, {
|
|
195
219
|
enumerable: true,
|
|
@@ -203,6 +227,7 @@ var _Banners = require("./Banners");
|
|
|
203
227
|
|
|
204
228
|
Object.keys(_Banners).forEach(function (key) {
|
|
205
229
|
if (key === "default" || key === "__esModule") return;
|
|
230
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
206
231
|
if (key in exports && exports[key] === _Banners[key]) return;
|
|
207
232
|
Object.defineProperty(exports, key, {
|
|
208
233
|
enumerable: true,
|
|
@@ -216,6 +241,7 @@ var _Toasters = require("./Toasters");
|
|
|
216
241
|
|
|
217
242
|
Object.keys(_Toasters).forEach(function (key) {
|
|
218
243
|
if (key === "default" || key === "__esModule") return;
|
|
244
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
219
245
|
if (key in exports && exports[key] === _Toasters[key]) return;
|
|
220
246
|
Object.defineProperty(exports, key, {
|
|
221
247
|
enumerable: true,
|
|
@@ -229,6 +255,7 @@ var _InputFields = require("./InputFields");
|
|
|
229
255
|
|
|
230
256
|
Object.keys(_InputFields).forEach(function (key) {
|
|
231
257
|
if (key === "default" || key === "__esModule") return;
|
|
258
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
232
259
|
if (key in exports && exports[key] === _InputFields[key]) return;
|
|
233
260
|
Object.defineProperty(exports, key, {
|
|
234
261
|
enumerable: true,
|
|
@@ -242,6 +269,7 @@ var _Dropdown = require("./Dropdown");
|
|
|
242
269
|
|
|
243
270
|
Object.keys(_Dropdown).forEach(function (key) {
|
|
244
271
|
if (key === "default" || key === "__esModule") return;
|
|
272
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
245
273
|
if (key in exports && exports[key] === _Dropdown[key]) return;
|
|
246
274
|
Object.defineProperty(exports, key, {
|
|
247
275
|
enumerable: true,
|
|
@@ -255,6 +283,7 @@ var _Switcher = require("./Switcher");
|
|
|
255
283
|
|
|
256
284
|
Object.keys(_Switcher).forEach(function (key) {
|
|
257
285
|
if (key === "default" || key === "__esModule") return;
|
|
286
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
258
287
|
if (key in exports && exports[key] === _Switcher[key]) return;
|
|
259
288
|
Object.defineProperty(exports, key, {
|
|
260
289
|
enumerable: true,
|
|
@@ -268,6 +297,7 @@ var _LoadingPage = require("./LoadingPage");
|
|
|
268
297
|
|
|
269
298
|
Object.keys(_LoadingPage).forEach(function (key) {
|
|
270
299
|
if (key === "default" || key === "__esModule") return;
|
|
300
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
271
301
|
if (key in exports && exports[key] === _LoadingPage[key]) return;
|
|
272
302
|
Object.defineProperty(exports, key, {
|
|
273
303
|
enumerable: true,
|
|
@@ -281,6 +311,7 @@ var _List = require("./List");
|
|
|
281
311
|
|
|
282
312
|
Object.keys(_List).forEach(function (key) {
|
|
283
313
|
if (key === "default" || key === "__esModule") return;
|
|
314
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
284
315
|
if (key in exports && exports[key] === _List[key]) return;
|
|
285
316
|
Object.defineProperty(exports, key, {
|
|
286
317
|
enumerable: true,
|
|
@@ -294,6 +325,7 @@ var _Modals = require("./Modals");
|
|
|
294
325
|
|
|
295
326
|
Object.keys(_Modals).forEach(function (key) {
|
|
296
327
|
if (key === "default" || key === "__esModule") return;
|
|
328
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
297
329
|
if (key in exports && exports[key] === _Modals[key]) return;
|
|
298
330
|
Object.defineProperty(exports, key, {
|
|
299
331
|
enumerable: true,
|
|
@@ -307,6 +339,7 @@ var _Paginator = require("./Paginator");
|
|
|
307
339
|
|
|
308
340
|
Object.keys(_Paginator).forEach(function (key) {
|
|
309
341
|
if (key === "default" || key === "__esModule") return;
|
|
342
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
310
343
|
if (key in exports && exports[key] === _Paginator[key]) return;
|
|
311
344
|
Object.defineProperty(exports, key, {
|
|
312
345
|
enumerable: true,
|
|
@@ -320,6 +353,7 @@ var _Table = require("./Table");
|
|
|
320
353
|
|
|
321
354
|
Object.keys(_Table).forEach(function (key) {
|
|
322
355
|
if (key === "default" || key === "__esModule") return;
|
|
356
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
323
357
|
if (key in exports && exports[key] === _Table[key]) return;
|
|
324
358
|
Object.defineProperty(exports, key, {
|
|
325
359
|
enumerable: true,
|
|
@@ -333,6 +367,7 @@ var _Toggles = require("./Toggles");
|
|
|
333
367
|
|
|
334
368
|
Object.keys(_Toggles).forEach(function (key) {
|
|
335
369
|
if (key === "default" || key === "__esModule") return;
|
|
370
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
336
371
|
if (key in exports && exports[key] === _Toggles[key]) return;
|
|
337
372
|
Object.defineProperty(exports, key, {
|
|
338
373
|
enumerable: true,
|
|
@@ -346,6 +381,7 @@ var _HyperLink = require("./HyperLink");
|
|
|
346
381
|
|
|
347
382
|
Object.keys(_HyperLink).forEach(function (key) {
|
|
348
383
|
if (key === "default" || key === "__esModule") return;
|
|
384
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
349
385
|
if (key in exports && exports[key] === _HyperLink[key]) return;
|
|
350
386
|
Object.defineProperty(exports, key, {
|
|
351
387
|
enumerable: true,
|
|
@@ -359,6 +395,7 @@ var _NotificationDot = require("./NotificationDot");
|
|
|
359
395
|
|
|
360
396
|
Object.keys(_NotificationDot).forEach(function (key) {
|
|
361
397
|
if (key === "default" || key === "__esModule") return;
|
|
398
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
362
399
|
if (key in exports && exports[key] === _NotificationDot[key]) return;
|
|
363
400
|
Object.defineProperty(exports, key, {
|
|
364
401
|
enumerable: true,
|
|
@@ -372,6 +409,7 @@ var _Accordion = require("./Accordion");
|
|
|
372
409
|
|
|
373
410
|
Object.keys(_Accordion).forEach(function (key) {
|
|
374
411
|
if (key === "default" || key === "__esModule") return;
|
|
412
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
375
413
|
if (key in exports && exports[key] === _Accordion[key]) return;
|
|
376
414
|
Object.defineProperty(exports, key, {
|
|
377
415
|
enumerable: true,
|
|
@@ -385,6 +423,7 @@ var _Tooltips = require("./Tooltips");
|
|
|
385
423
|
|
|
386
424
|
Object.keys(_Tooltips).forEach(function (key) {
|
|
387
425
|
if (key === "default" || key === "__esModule") return;
|
|
426
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
388
427
|
if (key in exports && exports[key] === _Tooltips[key]) return;
|
|
389
428
|
Object.defineProperty(exports, key, {
|
|
390
429
|
enumerable: true,
|
|
@@ -398,6 +437,7 @@ var _common = require("./common");
|
|
|
398
437
|
|
|
399
438
|
Object.keys(_common).forEach(function (key) {
|
|
400
439
|
if (key === "default" || key === "__esModule") return;
|
|
440
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
401
441
|
if (key in exports && exports[key] === _common[key]) return;
|
|
402
442
|
Object.defineProperty(exports, key, {
|
|
403
443
|
enumerable: true,
|
|
@@ -411,6 +451,7 @@ var _QuizButton = require("./QuizButton");
|
|
|
411
451
|
|
|
412
452
|
Object.keys(_QuizButton).forEach(function (key) {
|
|
413
453
|
if (key === "default" || key === "__esModule") return;
|
|
454
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
414
455
|
if (key in exports && exports[key] === _QuizButton[key]) return;
|
|
415
456
|
Object.defineProperty(exports, key, {
|
|
416
457
|
enumerable: true,
|
|
@@ -419,4 +460,62 @@ Object.keys(_QuizButton).forEach(function (key) {
|
|
|
419
460
|
}
|
|
420
461
|
});
|
|
421
462
|
});
|
|
463
|
+
|
|
464
|
+
var _LinearProgress = require("./LinearProgress");
|
|
465
|
+
|
|
466
|
+
Object.keys(_LinearProgress).forEach(function (key) {
|
|
467
|
+
if (key === "default" || key === "__esModule") return;
|
|
468
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
469
|
+
if (key in exports && exports[key] === _LinearProgress[key]) return;
|
|
470
|
+
Object.defineProperty(exports, key, {
|
|
471
|
+
enumerable: true,
|
|
472
|
+
get: function get() {
|
|
473
|
+
return _LinearProgress[key];
|
|
474
|
+
}
|
|
475
|
+
});
|
|
476
|
+
});
|
|
477
|
+
|
|
478
|
+
var _SegmentControl = require("./SegmentControl");
|
|
479
|
+
|
|
480
|
+
Object.keys(_SegmentControl).forEach(function (key) {
|
|
481
|
+
if (key === "default" || key === "__esModule") return;
|
|
482
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
483
|
+
if (key in exports && exports[key] === _SegmentControl[key]) return;
|
|
484
|
+
Object.defineProperty(exports, key, {
|
|
485
|
+
enumerable: true,
|
|
486
|
+
get: function get() {
|
|
487
|
+
return _SegmentControl[key];
|
|
488
|
+
}
|
|
489
|
+
});
|
|
490
|
+
});
|
|
491
|
+
|
|
492
|
+
var _Card = require("./Card");
|
|
493
|
+
|
|
494
|
+
Object.keys(_Card).forEach(function (key) {
|
|
495
|
+
if (key === "default" || key === "__esModule") return;
|
|
496
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
497
|
+
if (key in exports && exports[key] === _Card[key]) return;
|
|
498
|
+
Object.defineProperty(exports, key, {
|
|
499
|
+
enumerable: true,
|
|
500
|
+
get: function get() {
|
|
501
|
+
return _Card[key];
|
|
502
|
+
}
|
|
503
|
+
});
|
|
504
|
+
});
|
|
505
|
+
|
|
506
|
+
var _Tag = require("./Tag");
|
|
507
|
+
|
|
508
|
+
Object.keys(_Tag).forEach(function (key) {
|
|
509
|
+
if (key === "default" || key === "__esModule") return;
|
|
510
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
511
|
+
if (key in exports && exports[key] === _Tag[key]) return;
|
|
512
|
+
Object.defineProperty(exports, key, {
|
|
513
|
+
enumerable: true,
|
|
514
|
+
get: function get() {
|
|
515
|
+
return _Tag[key];
|
|
516
|
+
}
|
|
517
|
+
});
|
|
518
|
+
});
|
|
519
|
+
|
|
520
|
+
var _assets = require("./assets");
|
|
422
521
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA","sourcesContent":["export * from './styles';\nexport * from './icons';\nexport * from './types';\nexport * from './AuthPage';\nexport * from './Button';\nexport * from './Breadcrumb';\nexport * from './Chips';\nexport * from './SkipToContent';\nexport * from './Footer';\nexport * from './LoadingIndicator';\nexport * from './MiniProductCard';\nexport * from './NavItem';\nexport * from './Layouts';\nexport * from './GlobalNavigationBar';\nexport * from './Tabs';\nexport * from './Banners';\nexport * from './Toasters';\nexport * from './InputFields';\nexport * from './Dropdown';\nexport * from './Switcher';\nexport * from './LoadingPage';\nexport * from './List';\nexport * from './Modals';\nexport * from './Paginator';\nexport * from './Table';\nexport * from './Toggles';\nexport * from './HyperLink';\nexport * from './NotificationDot';\nexport * from './Accordion';\nexport * from './Tooltips';\nexport * from './common';\nexport * from './QuizButton';\nexport * from './LinearProgress';\nexport * from './SegmentControl';\nexport * from './Card';\nexport * from './Tag';\nexport {LaerdalLogo} from './assets';\n"],"file":"index.cjs"}
|
package/dist/index.d.ts
CHANGED
|
@@ -30,3 +30,8 @@ export * from './Accordion';
|
|
|
30
30
|
export * from './Tooltips';
|
|
31
31
|
export * from './common';
|
|
32
32
|
export * from './QuizButton';
|
|
33
|
+
export * from './LinearProgress';
|
|
34
|
+
export * from './SegmentControl';
|
|
35
|
+
export * from './Card';
|
|
36
|
+
export * from './Tag';
|
|
37
|
+
export { LaerdalLogo } from './assets';
|
package/dist/index.js
CHANGED
|
@@ -30,4 +30,9 @@ export * from './Accordion';
|
|
|
30
30
|
export * from './Tooltips';
|
|
31
31
|
export * from './common';
|
|
32
32
|
export * from './QuizButton';
|
|
33
|
+
export * from './LinearProgress';
|
|
34
|
+
export * from './SegmentControl';
|
|
35
|
+
export * from './Card';
|
|
36
|
+
export * from './Tag';
|
|
37
|
+
export { LaerdalLogo } from './assets';
|
|
33
38
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAd;AACA,cAAc,SAAd;AACA,cAAc,SAAd;AACA,cAAc,YAAd;AACA,cAAc,UAAd;AACA,cAAc,cAAd;AACA,cAAc,SAAd;AACA,cAAc,iBAAd;AACA,cAAc,UAAd;AACA,cAAc,oBAAd;AACA,cAAc,mBAAd;AACA,cAAc,WAAd;AACA,cAAc,WAAd;AACA,cAAc,uBAAd;AACA,cAAc,QAAd;AACA,cAAc,WAAd;AACA,cAAc,YAAd;AACA,cAAc,eAAd;AACA,cAAc,YAAd;AACA,cAAc,YAAd;AACA,cAAc,eAAd;AACA,cAAc,QAAd;AACA,cAAc,UAAd;AACA,cAAc,aAAd;AACA,cAAc,SAAd;AACA,cAAc,WAAd;AACA,cAAc,aAAd;AACA,cAAc,mBAAd;AACA,cAAc,aAAd;AACA,cAAc,YAAd;AACA,cAAc,UAAd;AACA,cAAc,cAAd","sourcesContent":["export * from './styles';\nexport * from './icons';\nexport * from './types';\nexport * from './AuthPage';\nexport * from './Button';\nexport * from './Breadcrumb';\nexport * from './Chips';\nexport * from './SkipToContent';\nexport * from './Footer';\nexport * from './LoadingIndicator';\nexport * from './MiniProductCard';\nexport * from './NavItem';\nexport * from './Layouts';\nexport * from './GlobalNavigationBar';\nexport * from './Tabs';\nexport * from './Banners';\nexport * from './Toasters';\nexport * from './InputFields';\nexport * from './Dropdown';\nexport * from './Switcher';\nexport * from './LoadingPage';\nexport * from './List';\nexport * from './Modals';\nexport * from './Paginator';\nexport * from './Table';\nexport * from './Toggles';\nexport * from './HyperLink';\nexport * from './NotificationDot';\nexport * from './Accordion';\nexport * from './Tooltips';\nexport * from './common';\nexport * from './QuizButton';\n"],"file":"index.js"}
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":["LaerdalLogo"],"mappings":"AAAA,cAAc,UAAd;AACA,cAAc,SAAd;AACA,cAAc,SAAd;AACA,cAAc,YAAd;AACA,cAAc,UAAd;AACA,cAAc,cAAd;AACA,cAAc,SAAd;AACA,cAAc,iBAAd;AACA,cAAc,UAAd;AACA,cAAc,oBAAd;AACA,cAAc,mBAAd;AACA,cAAc,WAAd;AACA,cAAc,WAAd;AACA,cAAc,uBAAd;AACA,cAAc,QAAd;AACA,cAAc,WAAd;AACA,cAAc,YAAd;AACA,cAAc,eAAd;AACA,cAAc,YAAd;AACA,cAAc,YAAd;AACA,cAAc,eAAd;AACA,cAAc,QAAd;AACA,cAAc,UAAd;AACA,cAAc,aAAd;AACA,cAAc,SAAd;AACA,cAAc,WAAd;AACA,cAAc,aAAd;AACA,cAAc,mBAAd;AACA,cAAc,aAAd;AACA,cAAc,YAAd;AACA,cAAc,UAAd;AACA,cAAc,cAAd;AACA,cAAc,kBAAd;AACA,cAAc,kBAAd;AACA,cAAc,QAAd;AACA,cAAc,OAAd;AACA,SAAQA,WAAR,QAA0B,UAA1B","sourcesContent":["export * from './styles';\nexport * from './icons';\nexport * from './types';\nexport * from './AuthPage';\nexport * from './Button';\nexport * from './Breadcrumb';\nexport * from './Chips';\nexport * from './SkipToContent';\nexport * from './Footer';\nexport * from './LoadingIndicator';\nexport * from './MiniProductCard';\nexport * from './NavItem';\nexport * from './Layouts';\nexport * from './GlobalNavigationBar';\nexport * from './Tabs';\nexport * from './Banners';\nexport * from './Toasters';\nexport * from './InputFields';\nexport * from './Dropdown';\nexport * from './Switcher';\nexport * from './LoadingPage';\nexport * from './List';\nexport * from './Modals';\nexport * from './Paginator';\nexport * from './Table';\nexport * from './Toggles';\nexport * from './HyperLink';\nexport * from './NotificationDot';\nexport * from './Accordion';\nexport * from './Tooltips';\nexport * from './common';\nexport * from './QuizButton';\nexport * from './LinearProgress';\nexport * from './SegmentControl';\nexport * from './Card';\nexport * from './Tag';\nexport {LaerdalLogo} from './assets';\n"],"file":"index.js"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@laerdal/life-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Thomas Kalve <thomas.kalve@laerdal.com>",
|
|
6
6
|
"contributors": [
|
|
@@ -56,15 +56,16 @@
|
|
|
56
56
|
]
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
+
"@babel/runtime": "^7.16.5",
|
|
59
60
|
"@types/node": "^12.0.0",
|
|
60
61
|
"@types/react": "^16.9.0",
|
|
61
62
|
"animated-scroll-to": "^2.2.0",
|
|
63
|
+
"cypress": "^9.5.0",
|
|
62
64
|
"moment": "^2.29.1",
|
|
63
65
|
"react-datepicker": "^3.7.0",
|
|
64
66
|
"react-modal": "^3.11.2",
|
|
65
67
|
"styled-components": "^5.1.1",
|
|
66
|
-
"typescript": "~4.3.5"
|
|
67
|
-
"@babel/runtime": "^7.16.5"
|
|
68
|
+
"typescript": "~4.3.5"
|
|
68
69
|
},
|
|
69
70
|
"devDependencies": {
|
|
70
71
|
"@babel/cli": "^7.16.0",
|