@alfalab/core-components 47.0.0-beta.1 → 47.0.0-beta.2
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/base-modal/Component.js +2 -1
- package/base-modal/cssm/Component.js +2 -1
- package/base-modal/esm/Component.js +2 -1
- package/base-modal/esm/index.js +1 -0
- package/base-modal/modern/Component.js +2 -1
- package/base-modal/modern/index.js +1 -0
- package/calendar-range/utils.js +3 -1
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-preview/Component.js +1 -1
- package/gallery/esm/components/image-preview/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/components/navigation-bar/Component.js +1 -1
- package/gallery/esm/components/navigation-bar/index.js +1 -1
- package/gallery/esm/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/image-preview/Component.js +1 -1
- package/gallery/modern/components/image-preview/index.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +2 -2
- package/gallery/modern/components/navigation-bar/Component.js +1 -1
- package/gallery/modern/components/navigation-bar/index.js +1 -1
- package/gallery/modern/index.js +2 -2
- package/icon-button/Component.d.ts +10 -0
- package/icon-button/Component.js +4 -3
- package/icon-button/cssm/Component.d.ts +10 -0
- package/icon-button/cssm/Component.js +2 -1
- package/icon-button/cssm/default.module.css +35 -3
- package/icon-button/cssm/inverted.module.css +35 -3
- package/icon-button/default.css +35 -3
- package/icon-button/esm/Component.d.ts +10 -0
- package/icon-button/esm/Component.js +4 -3
- package/icon-button/esm/default.css +35 -3
- package/icon-button/esm/inverted.css +35 -3
- package/icon-button/inverted.css +35 -3
- package/icon-button/modern/Component.d.ts +10 -0
- package/icon-button/modern/Component.js +4 -3
- package/icon-button/modern/default.css +35 -3
- package/icon-button/modern/inverted.css +35 -3
- package/input/components/base-input/Component.d.ts +2 -2
- package/input/cssm/components/base-input/Component.d.ts +2 -2
- package/input/esm/components/base-input/Component.d.ts +2 -2
- package/input/modern/components/base-input/Component.d.ts +2 -2
- package/international-phone-input/{Component-1fe708ea.d.ts → Component-0f35b62f.d.ts} +1 -1
- package/international-phone-input/Component.responsive.d.ts +4 -4
- package/international-phone-input/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/cssm/{Component-1fe708ea.d.ts → Component-0f35b62f.d.ts} +1 -1
- package/international-phone-input/cssm/Component.responsive.d.ts +4 -4
- package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/cssm/index-7ca84eff.d.ts +15 -0
- package/international-phone-input/cssm/types.d.ts +1 -1
- package/international-phone-input/cssm/{typings-1fe708ea.d.ts → typings-0f35b62f.d.ts} +38 -0
- package/international-phone-input/cssm/utils-89376c31.d.ts +1 -1
- package/international-phone-input/esm/{Component-1fe708ea.d.ts → Component-0f35b62f.d.ts} +1 -1
- package/international-phone-input/esm/Component.responsive.d.ts +4 -4
- package/international-phone-input/esm/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/esm/index-7ca84eff.d.ts +15 -0
- package/international-phone-input/esm/types.d.ts +1 -1
- package/international-phone-input/esm/{typings-1fe708ea.d.ts → typings-0f35b62f.d.ts} +38 -0
- package/international-phone-input/esm/utils-89376c31.d.ts +1 -1
- package/international-phone-input/index-7ca84eff.d.ts +15 -0
- package/international-phone-input/modern/{Component-1fe708ea.d.ts → Component-0f35b62f.d.ts} +1 -1
- package/international-phone-input/modern/Component.responsive.d.ts +4 -4
- package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/modern/index-7ca84eff.d.ts +15 -0
- package/international-phone-input/modern/types.d.ts +1 -1
- package/international-phone-input/modern/{typings-1fe708ea.d.ts → typings-0f35b62f.d.ts} +38 -0
- package/international-phone-input/modern/utils-89376c31.d.ts +1 -1
- package/international-phone-input/types.d.ts +1 -1
- package/international-phone-input/{typings-1fe708ea.d.ts → typings-0f35b62f.d.ts} +38 -0
- package/international-phone-input/utils-89376c31.d.ts +1 -1
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/controls/Component.js +1 -1
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/controls/Component.js +1 -1
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/notification/Component.js +2 -1
- package/notification/cssm/Component.js +2 -1
- package/notification/esm/Component.js +2 -1
- package/notification/esm/index.js +1 -0
- package/notification/modern/Component.js +2 -1
- package/notification/modern/index.js +1 -0
- package/notification-manager/component.js +2 -1
- package/notification-manager/cssm/component.js +2 -1
- package/notification-manager/esm/component.js +2 -1
- package/notification-manager/esm/index.js +1 -0
- package/notification-manager/modern/component.js +2 -1
- package/notification-manager/modern/index.js +1 -0
- package/package.json +2 -1
- package/picker-button/Component-0f35b62f.d.ts +5 -0
- package/picker-button/Component-c44170fe.d.ts +2 -2
- package/picker-button/cssm/Component-0f35b62f.d.ts +5 -0
- package/picker-button/cssm/Component-c44170fe.d.ts +2 -2
- package/picker-button/cssm/field/Component.d.ts +1 -1
- package/picker-button/cssm/index-bdb4c6b9.d.ts +1 -13
- package/picker-button/cssm/{typings-1fe708ea.d.ts → typings-0f35b62f.d.ts} +32 -0
- package/picker-button/cssm/utils-89376c31.d.ts +1 -1
- package/picker-button/esm/Component-0f35b62f.d.ts +5 -0
- package/picker-button/esm/Component-c44170fe.d.ts +2 -2
- package/picker-button/esm/field/Component.d.ts +1 -1
- package/picker-button/esm/index-bdb4c6b9.d.ts +1 -13
- package/picker-button/esm/{typings-1fe708ea.d.ts → typings-0f35b62f.d.ts} +32 -0
- package/picker-button/esm/utils-89376c31.d.ts +1 -1
- package/picker-button/field/Component.d.ts +1 -1
- package/picker-button/index-bdb4c6b9.d.ts +1 -13
- package/picker-button/modern/Component-0f35b62f.d.ts +5 -0
- package/picker-button/modern/Component-c44170fe.d.ts +2 -2
- package/picker-button/modern/field/Component.d.ts +1 -1
- package/picker-button/modern/index-bdb4c6b9.d.ts +1 -13
- package/picker-button/modern/{typings-1fe708ea.d.ts → typings-0f35b62f.d.ts} +32 -0
- package/picker-button/modern/utils-89376c31.d.ts +1 -1
- package/picker-button/{typings-1fe708ea.d.ts → typings-0f35b62f.d.ts} +32 -0
- package/picker-button/utils-89376c31.d.ts +1 -1
- package/popover/Component.js +2 -1
- package/popover/cssm/Component.js +2 -1
- package/popover/esm/Component.js +2 -1
- package/popover/esm/index.js +1 -0
- package/popover/modern/Component.js +2 -1
- package/popover/modern/index.js +1 -0
- package/select/components/base-select/Component.js +2 -2
- package/select/components/options-list/Component.js +2 -2
- package/select/components/virtual-options-list/Component.js +4 -2
- package/select/cssm/components/base-select/Component.js +2 -2
- package/select/cssm/components/options-list/Component.js +2 -2
- package/select/cssm/components/virtual-options-list/Component.js +4 -2
- package/select/cssm/typings.d.ts +32 -0
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/options-list/Component.js +2 -2
- package/select/esm/components/virtual-options-list/Component.js +4 -2
- package/select/esm/typings.d.ts +32 -0
- package/select/modern/components/base-select/Component.js +2 -2
- package/select/modern/components/options-list/Component.js +2 -2
- package/select/modern/components/virtual-options-list/Component.js +2 -2
- package/select/modern/typings.d.ts +32 -0
- package/select/typings.d.ts +32 -0
- package/stack/component.js +4 -4
- package/stack/cssm/component.js +4 -4
- package/stack/cssm/index.d.ts +0 -1
- package/stack/cssm/index.js +0 -3
- package/stack/esm/component.js +1 -1
- package/stack/esm/index.d.ts +0 -1
- package/stack/esm/index.js +1 -1
- package/stack/index.d.ts +0 -1
- package/stack/index.js +0 -3
- package/stack/modern/component.js +1 -1
- package/stack/modern/index.d.ts +0 -1
- package/stack/modern/index.js +1 -1
- package/status/Component.d.ts +2 -1
- package/status/Component.js +2 -2
- package/status/cssm/Component.d.ts +2 -1
- package/status/cssm/Component.js +1 -1
- package/status/cssm/index.module.css +74 -29
- package/status/esm/Component.d.ts +2 -1
- package/status/esm/Component.js +2 -2
- package/status/esm/index.css +55 -27
- package/status/index.css +55 -27
- package/status/modern/Component.d.ts +2 -1
- package/status/modern/Component.js +2 -2
- package/status/modern/index.css +55 -27
- package/themes/click.css +0 -1516
- package/themes/compiled/mobile-dark-bluetint.css +210 -50
- package/themes/corp.css +0 -1516
- package/themes/intranet.css +0 -1516
- package/themes/mobile.css +0 -1516
- package/themes/site.css +0 -1516
- package/toast/components/base-toast/component.js +2 -1
- package/toast/cssm/components/base-toast/component.js +2 -1
- package/toast/esm/Component.responsive.js +1 -0
- package/toast/esm/components/base-toast/component.js +2 -1
- package/toast/esm/components/base-toast/index.js +1 -0
- package/toast/esm/desktop/Component.desktop.js +1 -0
- package/toast/esm/desktop/index.js +1 -0
- package/toast/esm/index.js +1 -0
- package/toast/esm/mobile/Component.mobile.js +1 -0
- package/toast/esm/mobile/index.js +1 -0
- package/toast/modern/Component.responsive.js +1 -0
- package/toast/modern/components/base-toast/component.js +2 -1
- package/toast/modern/components/base-toast/index.js +1 -0
- package/toast/modern/desktop/Component.desktop.js +1 -0
- package/toast/modern/desktop/index.js +1 -0
- package/toast/modern/index.js +1 -0
- package/toast/modern/mobile/Component.mobile.js +1 -0
- package/toast/modern/mobile/index.js +1 -0
- package/toast-plate/components/base-toast-plate/component.js +1 -1
- package/toast-plate/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +1 -1
- package/toast-plate/esm/Component.responsive.js +1 -1
- package/toast-plate/esm/components/base-toast-plate/component.js +1 -1
- package/toast-plate/esm/components/base-toast-plate/index.js +1 -1
- package/toast-plate/esm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +1 -1
- package/toast-plate/esm/desktop/Component.desktop.js +1 -1
- package/toast-plate/esm/desktop/index.js +1 -1
- package/toast-plate/esm/index-307da6d7.d.ts +1 -1
- package/toast-plate/esm/index.js +1 -1
- package/toast-plate/esm/mobile/Component.mobile.js +1 -1
- package/toast-plate/esm/mobile/index.js +1 -1
- package/toast-plate/index-307da6d7.d.ts +1 -1
- package/toast-plate/modern/Component.responsive.js +1 -1
- package/toast-plate/modern/components/base-toast-plate/component.js +1 -1
- package/toast-plate/modern/components/base-toast-plate/index.js +1 -1
- package/toast-plate/modern/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +1 -1
- package/toast-plate/modern/desktop/Component.desktop.js +1 -1
- package/toast-plate/modern/desktop/index.js +1 -1
- package/toast-plate/modern/index-307da6d7.d.ts +1 -1
- package/toast-plate/modern/index.js +1 -1
- package/toast-plate/modern/mobile/Component.mobile.js +1 -1
- package/toast-plate/modern/mobile/index.js +1 -1
- package/universal-date-input/cssm/index-5712fce2.d.ts +1 -13
- package/universal-date-input/esm/index-5712fce2.d.ts +1 -13
- package/universal-date-input/index-5712fce2.d.ts +1 -13
- package/universal-date-input/modern/index-5712fce2.d.ts +1 -13
- package/international-phone-input/cssm/index-136acbb1.d.ts +0 -28
- package/international-phone-input/esm/index-136acbb1.d.ts +0 -28
- package/international-phone-input/index-136acbb1.d.ts +0 -28
- package/international-phone-input/modern/index-136acbb1.d.ts +0 -28
- package/picker-button/Component-1fe708ea.d.ts +0 -5
- package/picker-button/cssm/Component-1fe708ea.d.ts +0 -5
- package/picker-button/esm/Component-1fe708ea.d.ts +0 -5
- package/picker-button/modern/Component-1fe708ea.d.ts +0 -5
- package/stack/context.d.ts +0 -29
- package/stack/context.js +0 -34
- package/stack/cssm/context.d.ts +0 -29
- package/stack/cssm/context.js +0 -34
- package/stack/esm/context.d.ts +0 -29
- package/stack/esm/context.js +0 -31
- package/stack/modern/context.d.ts +0 -29
- package/stack/modern/context.js +0 -31
- /package/gallery/{buttons-36b3ca68.d.ts → buttons-2c587253.d.ts} +0 -0
- /package/gallery/{buttons-36b3ca68.js → buttons-2c587253.js} +0 -0
- /package/gallery/esm/{buttons-49e609ab.d.ts → buttons-fb317559.d.ts} +0 -0
- /package/gallery/esm/{buttons-49e609ab.js → buttons-fb317559.js} +0 -0
- /package/gallery/esm/{slide-01af06f1.d.ts → slide-cb44c8ba.d.ts} +0 -0
- /package/gallery/esm/{slide-01af06f1.js → slide-cb44c8ba.js} +0 -0
- /package/gallery/modern/{buttons-9e01c41d.d.ts → buttons-0d4c9cc6.d.ts} +0 -0
- /package/gallery/modern/{buttons-9e01c41d.js → buttons-0d4c9cc6.js} +0 -0
- /package/gallery/modern/{slide-0932c021.d.ts → slide-3771e01f.d.ts} +0 -0
- /package/gallery/modern/{slide-0932c021.js → slide-3771e01f.js} +0 -0
- /package/gallery/{slide-cbb98cfd.d.ts → slide-a4b1c89f.d.ts} +0 -0
- /package/gallery/{slide-cbb98cfd.js → slide-a4b1c89f.js} +0 -0
- /package/modal/esm/{layout.module-8f4bb5c4.js → layout.module-5977466c.js} +0 -0
- /package/modal/{layout.module-dd4e6f62.js → layout.module-74b07012.js} +0 -0
- /package/modal/modern/{layout.module-6bc66458.js → layout.module-565c309a.js} +0 -0
- /package/toast-plate/esm/{getDataTestId-1e8085ca.d.ts → getDataTestId-32922464.d.ts} +0 -0
- /package/toast-plate/esm/{getDataTestId-1e8085ca.js → getDataTestId-32922464.js} +0 -0
- /package/toast-plate/{getDataTestId-4ff6c5ff.d.ts → getDataTestId-64de4ccf.d.ts} +0 -0
- /package/toast-plate/{getDataTestId-4ff6c5ff.js → getDataTestId-64de4ccf.js} +0 -0
- /package/toast-plate/modern/{getDataTestId-11ebf806.d.ts → getDataTestId-4d724a67.d.ts} +0 -0
- /package/toast-plate/modern/{getDataTestId-11ebf806.js → getDataTestId-4d724a67.js} +0 -0
|
@@ -1,23 +1,4 @@
|
|
|
1
|
-
.
|
|
2
|
-
-webkit-tap-highlight-color: transparent;
|
|
3
|
-
} .backdrop__appear_14p7c,
|
|
4
|
-
.backdrop__enter_14p7c {
|
|
5
|
-
background-color: transparent;
|
|
6
|
-
} .backdrop__appearActive_14p7c,
|
|
7
|
-
.backdrop__enterActive_14p7c,
|
|
8
|
-
.backdrop__appearDone_14p7c,
|
|
9
|
-
.backdrop__enterDone_14p7c {
|
|
10
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
11
|
-
} .backdrop__exit_14p7c {
|
|
12
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
13
|
-
} .backdrop__exitActive_14p7c,
|
|
14
|
-
.backdrop__exitDone_14p7c {
|
|
15
|
-
background-color: transparent;
|
|
16
|
-
}.card-image__cardImage_bvs5x {
|
|
17
|
-
background: #e7e8ea;
|
|
18
|
-
} .card-image__loaded_bvs5x {
|
|
19
|
-
background: transparent
|
|
20
|
-
}.badge__component_1x6bo.badge__background-accent_1x6bo {
|
|
1
|
+
.badge__component_1x6bo.badge__background-accent_1x6bo {
|
|
21
2
|
background-color: #f83a2a;
|
|
22
3
|
color: rgba(255, 255, 255, 0.94);
|
|
23
4
|
} .badge__component_1x6bo.badge__background-specialbg-secondary-transparent_1x6bo {
|
|
@@ -77,6 +58,25 @@
|
|
|
77
58
|
background-color: #fff;
|
|
78
59
|
} .badge__dot_1x6bo.badge__outlineCount_1x6bo {
|
|
79
60
|
border: 1px solid #121213;
|
|
61
|
+
}.backdrop__backdrop_14p7c {
|
|
62
|
+
-webkit-tap-highlight-color: transparent;
|
|
63
|
+
} .backdrop__appear_14p7c,
|
|
64
|
+
.backdrop__enter_14p7c {
|
|
65
|
+
background-color: transparent;
|
|
66
|
+
} .backdrop__appearActive_14p7c,
|
|
67
|
+
.backdrop__enterActive_14p7c,
|
|
68
|
+
.backdrop__appearDone_14p7c,
|
|
69
|
+
.backdrop__enterDone_14p7c {
|
|
70
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
71
|
+
} .backdrop__exit_14p7c {
|
|
72
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
73
|
+
} .backdrop__exitActive_14p7c,
|
|
74
|
+
.backdrop__exitDone_14p7c {
|
|
75
|
+
background-color: transparent;
|
|
76
|
+
}.card-image__cardImage_bvs5x {
|
|
77
|
+
background: #e7e8ea;
|
|
78
|
+
} .card-image__loaded_bvs5x {
|
|
79
|
+
background: transparent
|
|
80
80
|
}.divider__component_wc83h {
|
|
81
81
|
border-bottom: 1px solid #353539;
|
|
82
82
|
}.dropzone__component_14isj {
|
|
@@ -193,7 +193,6 @@
|
|
|
193
193
|
} .icon-view__border_14i8j {
|
|
194
194
|
stroke: rgba(225, 225, 248, 0.09);
|
|
195
195
|
fill: transparent;
|
|
196
|
-
}@keyframes loader__blink_1pw7m {
|
|
197
196
|
}.link__primary_ntmi4 {
|
|
198
197
|
color: rgba(255, 255, 255, 0.94);
|
|
199
198
|
border-bottom-color: rgba(255, 255, 255, 0.94)
|
|
@@ -260,7 +259,8 @@
|
|
|
260
259
|
}
|
|
261
260
|
} .link__defaultView_1qr6m:active {
|
|
262
261
|
color: #2453b4;
|
|
263
|
-
}
|
|
262
|
+
}@keyframes loader__blink_1pw7m {
|
|
263
|
+
}.progress-bar__container_1s9v6 {
|
|
264
264
|
background: rgba(222, 222, 238, 0.13)
|
|
265
265
|
} .progress-bar__filled_1s9v6.progress-bar__positive_1s9v6 {
|
|
266
266
|
background: #17d055;
|
|
@@ -359,43 +359,64 @@
|
|
|
359
359
|
}
|
|
360
360
|
.spinner__component_1b5um {
|
|
361
361
|
color: #121213;
|
|
362
|
-
}.
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
362
|
+
}.status__muted-alt_1keqd.status__green_1keqd {
|
|
363
|
+
background: #d1f1d7;
|
|
364
|
+
color: #0d9336;
|
|
365
|
+
} .status__muted-alt_1keqd.status__orange_1keqd {
|
|
366
|
+
background: #fde6c8;
|
|
367
|
+
color: #ea8313;
|
|
368
|
+
} .status__muted-alt_1keqd.status__red_1keqd {
|
|
369
|
+
background: #ffdfdf;
|
|
370
|
+
color: #ec2d20;
|
|
371
|
+
} .status__muted-alt_1keqd.status__blue_1keqd {
|
|
372
|
+
background: #d8eaff;
|
|
373
|
+
color: #2a77ef;
|
|
374
|
+
} .status__muted-alt_1keqd.status__teal_1keqd {
|
|
375
|
+
background: #c8f1f3;
|
|
376
|
+
color: #058a8f;
|
|
377
|
+
} .status__muted-alt_1keqd.status__grey_1keqd {
|
|
375
378
|
background: rgba(222, 222, 238, 0.13);
|
|
376
379
|
color: rgba(238, 238, 251, 0.55);
|
|
377
|
-
} .
|
|
378
|
-
background: #c8f1f3;
|
|
379
|
-
color: #058a8f;
|
|
380
|
-
} .status__soft_1keqd.status__purple_1keqd {
|
|
380
|
+
} .status__muted-alt_1keqd.status__purple_1keqd {
|
|
381
381
|
background: #e3e6fe;
|
|
382
382
|
color: #7a63f1;
|
|
383
383
|
} .status__contrast_1keqd {
|
|
384
384
|
color: rgba(3, 3, 6, 0.88)
|
|
385
385
|
} .status__contrast_1keqd.status__green_1keqd {
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
386
|
+
background: #0cc44d;
|
|
387
|
+
} .status__contrast_1keqd.status__orange_1keqd {
|
|
388
|
+
background: #fa9313;
|
|
389
|
+
} .status__contrast_1keqd.status__red_1keqd {
|
|
390
|
+
background: #fe5e48;
|
|
391
|
+
} .status__contrast_1keqd.status__blue_1keqd {
|
|
392
|
+
background: #3193fc;
|
|
393
|
+
} .status__contrast_1keqd.status__teal_1keqd {
|
|
394
|
+
background: #09b9be;
|
|
395
|
+
} .status__contrast_1keqd.status__grey_1keqd {
|
|
394
396
|
background: #898991;
|
|
395
|
-
} .status__contrast_1keqd.status__teal_1keqd {
|
|
396
|
-
background: #09b9be;
|
|
397
397
|
} .status__contrast_1keqd.status__purple_1keqd {
|
|
398
398
|
background: #897eff;
|
|
399
|
+
} .status__muted_1keqd.status__green_1keqd {
|
|
400
|
+
background: #dff8e5;
|
|
401
|
+
color: #0d9336;
|
|
402
|
+
} .status__muted_1keqd.status__orange_1keqd {
|
|
403
|
+
background: #ffefd9;
|
|
404
|
+
color: #ea8313;
|
|
405
|
+
} .status__muted_1keqd.status__red_1keqd {
|
|
406
|
+
background: #ffebeb;
|
|
407
|
+
color: #ec2d20;
|
|
408
|
+
} .status__muted_1keqd.status__blue_1keqd {
|
|
409
|
+
background: #e4f0ff;
|
|
410
|
+
color: #2a77ef;
|
|
411
|
+
} .status__muted_1keqd.status__teal_1keqd {
|
|
412
|
+
background: #daf7f8;
|
|
413
|
+
color: #058a8f;
|
|
414
|
+
} .status__muted_1keqd.status__grey_1keqd {
|
|
415
|
+
background: rgba(225, 225, 248, 0.09);
|
|
416
|
+
color: rgba(238, 238, 251, 0.55);
|
|
417
|
+
} .status__muted_1keqd.status__purple_1keqd {
|
|
418
|
+
background: #eeedff;
|
|
419
|
+
color: #7a63f1;
|
|
399
420
|
}.status-badge__positive-checkmark_77dqz {
|
|
400
421
|
background-color: #17d055;
|
|
401
422
|
} .status-badge__negative-cross_77dqz,
|
|
@@ -424,4 +445,143 @@
|
|
|
424
445
|
.status-badge__neutral-operation_1ez6y,
|
|
425
446
|
.status-badge__neutral-cross_1ez6y {
|
|
426
447
|
background-color: #898991;
|
|
427
|
-
}
|
|
448
|
+
}.underlay__background-accent_hkejj {
|
|
449
|
+
background-color: #ef3124;
|
|
450
|
+
} .underlay__background-info_hkejj {
|
|
451
|
+
background-color: #001c3c;
|
|
452
|
+
} .underlay__background-attention-muted_hkejj {
|
|
453
|
+
background-color: #36291f;
|
|
454
|
+
} .underlay__background-positive-muted_hkejj {
|
|
455
|
+
background-color: #232d25;
|
|
456
|
+
} .underlay__background-negative-muted_hkejj {
|
|
457
|
+
background-color: #392523;
|
|
458
|
+
} .underlay__background-primary_hkejj {
|
|
459
|
+
background-color: #0e0e0e;
|
|
460
|
+
} .underlay__background-primary-inverted_hkejj {
|
|
461
|
+
background-color: #fff;
|
|
462
|
+
} .underlay__background-secondary_hkejj {
|
|
463
|
+
background-color: #1c1c1e;
|
|
464
|
+
} .underlay__background-secondary-inverted_hkejj {
|
|
465
|
+
background-color: #f2f3f5;
|
|
466
|
+
} .underlay__background-tertiary_hkejj {
|
|
467
|
+
background-color: #27272a;
|
|
468
|
+
} .underlay__background-tertiary-inverted_hkejj {
|
|
469
|
+
background-color: #e7e8ea;
|
|
470
|
+
} .underlay__background-quaternary_hkejj {
|
|
471
|
+
background-color: #36363a;
|
|
472
|
+
} .underlay__background-quaternary-inverted_hkejj {
|
|
473
|
+
background-color: #dcdee2;
|
|
474
|
+
} .underlay__background-specialbg-component_hkejj {
|
|
475
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
476
|
+
} .underlay__background-specialbg-component-inverted_hkejj {
|
|
477
|
+
background-color: rgba(11, 31, 53, 0.07);
|
|
478
|
+
} .underlay__background-specialbg-primary-grouped_hkejj {
|
|
479
|
+
background-color: #1c1c1e;
|
|
480
|
+
} .underlay__background-specialbg-secondary-grouped_hkejj {
|
|
481
|
+
background-color: #27272a;
|
|
482
|
+
} .underlay__background-specialbg-tertiary-grouped_hkejj {
|
|
483
|
+
background-color: #36363a;
|
|
484
|
+
} .underlay__background-specialbg-secondary-transparent_hkejj {
|
|
485
|
+
background-color: rgba(214, 214, 229, 0.07);
|
|
486
|
+
} .underlay__background-specialbg-secondary-transparent-inverted_hkejj {
|
|
487
|
+
background-color: rgba(38, 55, 88, 0.06);
|
|
488
|
+
} .underlay__background-specialbg-tertiary-transparent_hkejj {
|
|
489
|
+
background-color: rgba(222, 222, 240, 0.12);
|
|
490
|
+
} .underlay__background-specialbg-tertiary-transparent-inverted_hkejj {
|
|
491
|
+
background-color: rgba(30, 43, 68, 0.08);
|
|
492
|
+
} .underlay__shadow-xs_hkejj {
|
|
493
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
494
|
+
} .underlay__shadow-s_hkejj {
|
|
495
|
+
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
496
|
+
0 0 1px rgba(0, 0, 0, 0.04);
|
|
497
|
+
} .underlay__shadow-m_hkejj {
|
|
498
|
+
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
499
|
+
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
500
|
+
} .underlay__shadow-l_hkejj {
|
|
501
|
+
box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
|
|
502
|
+
0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
503
|
+
} .underlay__shadow-xl_hkejj {
|
|
504
|
+
box-shadow: 0 32px 40px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.08),
|
|
505
|
+
0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
506
|
+
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
507
|
+
} .underlay__shadow-xs-hard_hkejj {
|
|
508
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
509
|
+
} .underlay__shadow-s-hard_hkejj {
|
|
510
|
+
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16),
|
|
511
|
+
0 0 1px rgba(0, 0, 0, 0.16);
|
|
512
|
+
} .underlay__shadow-m-hard_hkejj {
|
|
513
|
+
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
514
|
+
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
515
|
+
} .underlay__shadow-l-hard_hkejj {
|
|
516
|
+
box-shadow: 0 24px 32px rgba(0, 0, 0, 0.2), 0 20px 24px rgba(0, 0, 0, 0.2),
|
|
517
|
+
0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
518
|
+
} .underlay__shadow-xl-hard_hkejj {
|
|
519
|
+
box-shadow: 0 32px 40px rgba(0, 0, 0, 0.2), 0 24px 32px rgba(0, 0, 0, 0.2),
|
|
520
|
+
0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
521
|
+
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
522
|
+
} .underlay__shadow-xs-up_hkejj {
|
|
523
|
+
box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04);
|
|
524
|
+
} .underlay__shadow-s-up_hkejj {
|
|
525
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08);
|
|
526
|
+
} .underlay__shadow-m-up_hkejj {
|
|
527
|
+
box-shadow: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16);
|
|
528
|
+
} .underlay__shadow-l-up_hkejj {
|
|
529
|
+
box-shadow: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24);
|
|
530
|
+
} .underlay__shadow-xl-up_hkejj {
|
|
531
|
+
box-shadow: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32);
|
|
532
|
+
} .underlay__shadow-xs-hard-up_hkejj {
|
|
533
|
+
box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04),
|
|
534
|
+
0 -2px 4px rgba(0, 0, 0, 0.16);
|
|
535
|
+
} .underlay__shadow-s-hard-up_hkejj {
|
|
536
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08),
|
|
537
|
+
0 -4px 8px rgba(0, 0, 0, 0.16);
|
|
538
|
+
} .underlay__shadow-m-hard-up_hkejj {
|
|
539
|
+
box-shadow: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16),
|
|
540
|
+
0 -8px 16px rgba(0, 0, 0, 0.16);
|
|
541
|
+
} .underlay__shadow-l-hard-up_hkejj {
|
|
542
|
+
box-shadow: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24),
|
|
543
|
+
0 -12px 24px rgba(0, 0, 0, 0.16);
|
|
544
|
+
} .underlay__shadow-xl-hard-up_hkejj {
|
|
545
|
+
box-shadow: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32),
|
|
546
|
+
0 -16px 32px rgba(0, 0, 0, 0.16);
|
|
547
|
+
} .underlay__border-color-accent_hkejj {
|
|
548
|
+
border-color: #f83a2a;
|
|
549
|
+
} .underlay__border-color-key_hkejj {
|
|
550
|
+
border-color: #fff;
|
|
551
|
+
} .underlay__border-color-key-inverted_hkejj {
|
|
552
|
+
border-color: #121213;
|
|
553
|
+
} .underlay__border-color-link_hkejj {
|
|
554
|
+
border-color: #3193fc;
|
|
555
|
+
} .underlay__border-color-primary_hkejj {
|
|
556
|
+
border-color: #353539;
|
|
557
|
+
} .underlay__border-color-primary-inverted_hkejj {
|
|
558
|
+
border-color: #d2d3d9;
|
|
559
|
+
} .underlay__border-color-secondary_hkejj {
|
|
560
|
+
border-color: #29292c;
|
|
561
|
+
} .underlay__border-color-secondary-inverted_hkejj {
|
|
562
|
+
border-color: #e7e8eb;
|
|
563
|
+
} .underlay__border-color-tertiary_hkejj {
|
|
564
|
+
border-color: #212124;
|
|
565
|
+
} .underlay__border-color-tertiary-inverted_hkejj {
|
|
566
|
+
border-color: #edeef0;
|
|
567
|
+
} .underlay__border-color-underline_hkejj {
|
|
568
|
+
border-color: #4a4a51;
|
|
569
|
+
} .underlay__border-color-underline-inverted_hkejj {
|
|
570
|
+
border-color: #babbc2;
|
|
571
|
+
} .underlay__border-color-graphic-attention_hkejj {
|
|
572
|
+
border-color: #fda136;
|
|
573
|
+
} .underlay__border-color-graphic-link_hkejj {
|
|
574
|
+
border-color: #3193fc;
|
|
575
|
+
} .underlay__border-color-graphic-negative_hkejj {
|
|
576
|
+
border-color: #ff4837;
|
|
577
|
+
} .underlay__border-color-graphic-positive_hkejj {
|
|
578
|
+
border-color: #17d055;
|
|
579
|
+
} .underlay__border-color-specialbg-secondary-transparent_hkejj {
|
|
580
|
+
border-color: rgba(225, 225, 248, 0.09);
|
|
581
|
+
} .underlay__border-color-specialbg-secondary-transparent-inverted_hkejj {
|
|
582
|
+
border-color: rgba(30, 43, 68, 0.08);
|
|
583
|
+
} .underlay__border-color-specialbg-tertiary-transparent_hkejj {
|
|
584
|
+
border-color: rgba(222, 222, 238, 0.13);
|
|
585
|
+
} .underlay__border-color-specialbg-tertiary-transparent-inverted_hkejj {
|
|
586
|
+
border-color: rgba(15, 25, 55, 0.1);
|
|
587
|
+
}
|