@telesign/boreal-web-components 0.1.0-alpha.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/LICENSE +21 -0
- package/components-build/bds-banner.d.ts +11 -0
- package/components-build/bds-banner.js +1 -0
- package/components-build/bds-typography.d.ts +11 -0
- package/components-build/bds-typography.js +1 -0
- package/components-build/index.d.ts +35 -0
- package/components-build/index.js +1 -0
- package/components-build/my-component.d.ts +11 -0
- package/components-build/my-component.js +1 -0
- package/components-build/p-B9wshZ_4.js +1 -0
- package/components-build/p-noyWJ11s.js +1 -0
- package/custom-elements.json +764 -0
- package/dist/boreal-web-components/boreal-web-components.css +1 -0
- package/dist/boreal-web-components/boreal-web-components.esm.js +1 -0
- package/dist/boreal-web-components/boreal-web-components.js +127 -0
- package/dist/boreal-web-components/css/boreal.css +1594 -0
- package/dist/boreal-web-components/css/global.css +682 -0
- package/dist/boreal-web-components/css/theme-connect.css +227 -0
- package/dist/boreal-web-components/css/theme-engage.css +227 -0
- package/dist/boreal-web-components/css/theme-protect.css +227 -0
- package/dist/boreal-web-components/css/theme-proximus.css +227 -0
- package/dist/boreal-web-components/index.esm.js +0 -0
- package/dist/boreal-web-components/p-412d037b.system.entry.js +1 -0
- package/dist/boreal-web-components/p-527a761b.entry.js +1 -0
- package/dist/boreal-web-components/p-5666a22a.system.entry.js +1 -0
- package/dist/boreal-web-components/p-B-PpI2Xv.system.js +1 -0
- package/dist/boreal-web-components/p-B9wshZ_4.js +1 -0
- package/dist/boreal-web-components/p-BQdH0ijK.system.js +2 -0
- package/dist/boreal-web-components/p-BbPAtVJG.system.js +1 -0
- package/dist/boreal-web-components/p-CMd-Mv-5.system.js +1 -0
- package/dist/boreal-web-components/p-CaVEtaG3.system.js +1 -0
- package/dist/boreal-web-components/p-DQuL1Twl.js +1 -0
- package/dist/boreal-web-components/p-DgFiTd6X.js +2 -0
- package/dist/boreal-web-components/p-YWpyar7R.system.js +1 -0
- package/dist/boreal-web-components/p-b818618b.entry.js +1 -0
- package/dist/boreal-web-components/p-d596406b.entry.js +1 -0
- package/dist/boreal-web-components/p-e37e7dba.system.entry.js +1 -0
- package/dist/boreal-web-components/p-noyWJ11s.js +1 -0
- package/dist/boreal-web-components/scss/global/_fonts.scss +1 -0
- package/dist/boreal-web-components/scss/global/_index.scss +3 -0
- package/dist/boreal-web-components/scss/global/_reset.scss +50 -0
- package/dist/boreal-web-components/scss/global/_typography.scss +156 -0
- package/dist/boreal-web-components/scss/maps/_primitives.scss +461 -0
- package/dist/boreal-web-components/scss/maps/_theme-connect.scss +227 -0
- package/dist/boreal-web-components/scss/maps/_theme-engage.scss +227 -0
- package/dist/boreal-web-components/scss/maps/_theme-protect.scss +227 -0
- package/dist/boreal-web-components/scss/maps/_theme-proximus.scss +227 -0
- package/dist/boreal-web-components/scss/variables/_primitives.scss +459 -0
- package/dist/boreal-web-components/scss/variables/_theme-connect.scss +225 -0
- package/dist/boreal-web-components/scss/variables/_theme-engage.scss +225 -0
- package/dist/boreal-web-components/scss/variables/_theme-protect.scss +225 -0
- package/dist/boreal-web-components/scss/variables/_theme-proximus.scss +225 -0
- package/dist/cjs/app-globals-V2Kpy_OQ.js +5 -0
- package/dist/cjs/attributes-RPVEtBdj.js +90 -0
- package/dist/cjs/bds-banner.cjs.entry.js +130 -0
- package/dist/cjs/bds-typography.cjs.entry.js +167 -0
- package/dist/cjs/boreal-web-components.cjs.js +46 -0
- package/dist/cjs/index-CD9v53WJ.js +133 -0
- package/dist/cjs/index-Cdb66Tqj.js +2342 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/loader.cjs.js +13 -0
- package/dist/cjs/my-component.cjs.entry.js +29 -0
- package/dist/collection/collection-manifest.json +14 -0
- package/dist/collection/components/feedback/bds-banner/bds-banner.css +101 -0
- package/dist/collection/components/feedback/bds-banner/bds-banner.js +266 -0
- package/dist/collection/components/feedback/bds-banner/types/IBanner.js +1 -0
- package/dist/collection/components/my-component/my-component.css +3 -0
- package/dist/collection/components/my-component/my-component.js +95 -0
- package/dist/collection/components/titles-text/bds-typography/bds-typography.css +183 -0
- package/dist/collection/components/titles-text/bds-typography/bds-typography.js +577 -0
- package/dist/collection/components/titles-text/bds-typography/types/ITypography.js +1 -0
- package/dist/collection/components/titles-text/bds-typography/types/enum.js +23 -0
- package/dist/collection/components/titles-text/bds-typography/types/types.js +1 -0
- package/dist/collection/components/titles-text/bds-typography/utils/bds-typography-utils.js +41 -0
- package/dist/collection/css/boreal.css +1594 -0
- package/dist/collection/css/global.css +682 -0
- package/dist/collection/css/theme-connect.css +227 -0
- package/dist/collection/css/theme-engage.css +227 -0
- package/dist/collection/css/theme-protect.css +227 -0
- package/dist/collection/css/theme-proximus.css +227 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/mixins/anchored.mixin.js +272 -0
- package/dist/collection/mixins/floating.mixin.js +181 -0
- package/dist/collection/mixins/form-associated.mixin.js +95 -0
- package/dist/collection/mixins/index.js +3 -0
- package/dist/collection/scss/global/_fonts.scss +1 -0
- package/dist/collection/scss/global/_index.scss +3 -0
- package/dist/collection/scss/global/_reset.scss +50 -0
- package/dist/collection/scss/global/_typography.scss +156 -0
- package/dist/collection/scss/maps/_primitives.scss +461 -0
- package/dist/collection/scss/maps/_theme-connect.scss +227 -0
- package/dist/collection/scss/maps/_theme-engage.scss +227 -0
- package/dist/collection/scss/maps/_theme-protect.scss +227 -0
- package/dist/collection/scss/maps/_theme-proximus.scss +227 -0
- package/dist/collection/scss/variables/_primitives.scss +459 -0
- package/dist/collection/scss/variables/_theme-connect.scss +225 -0
- package/dist/collection/scss/variables/_theme-engage.scss +225 -0
- package/dist/collection/scss/variables/_theme-protect.scss +225 -0
- package/dist/collection/scss/variables/_theme-proximus.scss +225 -0
- package/dist/collection/services/floating/interfaces/Floating.js +1 -0
- package/dist/collection/services/floating/interfaces/Positioning.js +1 -0
- package/dist/collection/services/floating/interfaces/Props.js +1 -0
- package/dist/collection/services/floating/positioning.service.js +71 -0
- package/dist/collection/services/floating/types/Arrow.js +1 -0
- package/dist/collection/services/logger/Logger.js +47 -0
- package/dist/collection/types/alignment.js +6 -0
- package/dist/collection/types/form.js +1 -0
- package/dist/collection/types/index.js +5 -0
- package/dist/collection/types/position.js +11 -0
- package/dist/collection/types/size.js +7 -0
- package/dist/collection/types/states.js +22 -0
- package/dist/collection/types/stylesMap.js +1 -0
- package/dist/collection/utils/a11y/attributes.js +80 -0
- package/dist/collection/utils/a11y/index.js +1 -0
- package/dist/collection/utils/constants/common/Events.js +10 -0
- package/dist/collection/utils/constants/common/Keys.js +16 -0
- package/dist/collection/utils/dom/elements.js +22 -0
- package/dist/collection/utils/dom/index.js +1 -0
- package/dist/collection/utils/form/index.js +1 -0
- package/dist/collection/utils/form/internals.js +79 -0
- package/dist/collection/utils/helpers/common/BaseAttributes.js +17 -0
- package/dist/collection/utils/index.js +3 -0
- package/dist/css/boreal.css +1594 -0
- package/dist/css/global.css +682 -0
- package/dist/css/theme-connect.css +227 -0
- package/dist/css/theme-engage.css +227 -0
- package/dist/css/theme-protect.css +227 -0
- package/dist/css/theme-proximus.css +227 -0
- package/dist/esm/app-globals-DQuL1Twl.js +3 -0
- package/dist/esm/attributes-B9wshZ_4.js +86 -0
- package/dist/esm/bds-banner.entry.js +128 -0
- package/dist/esm/bds-typography.entry.js +165 -0
- package/dist/esm/boreal-web-components.js +42 -0
- package/dist/esm/index-DgFiTd6X.js +2332 -0
- package/dist/esm/index-noyWJ11s.js +131 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/my-component.entry.js +27 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm-es5/app-globals-DQuL1Twl.js +1 -0
- package/dist/esm-es5/attributes-B9wshZ_4.js +1 -0
- package/dist/esm-es5/bds-banner.entry.js +1 -0
- package/dist/esm-es5/bds-typography.entry.js +1 -0
- package/dist/esm-es5/boreal-web-components.js +1 -0
- package/dist/esm-es5/index-DgFiTd6X.js +2 -0
- package/dist/esm-es5/index-noyWJ11s.js +1 -0
- package/dist/esm-es5/index.js +0 -0
- package/dist/esm-es5/loader.js +1 -0
- package/dist/esm-es5/my-component.entry.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/scss/global/_fonts.scss +1 -0
- package/dist/scss/global/_index.scss +3 -0
- package/dist/scss/global/_reset.scss +50 -0
- package/dist/scss/global/_typography.scss +156 -0
- package/dist/scss/maps/_primitives.scss +461 -0
- package/dist/scss/maps/_theme-connect.scss +227 -0
- package/dist/scss/maps/_theme-engage.scss +227 -0
- package/dist/scss/maps/_theme-protect.scss +227 -0
- package/dist/scss/maps/_theme-proximus.scss +227 -0
- package/dist/scss/variables/_primitives.scss +459 -0
- package/dist/scss/variables/_theme-connect.scss +225 -0
- package/dist/scss/variables/_theme-engage.scss +225 -0
- package/dist/scss/variables/_theme-protect.scss +225 -0
- package/dist/scss/variables/_theme-proximus.scss +225 -0
- package/dist/types/components/feedback/bds-banner/bds-banner.d.ts +71 -0
- package/dist/types/components/feedback/bds-banner/types/IBanner.d.ts +10 -0
- package/dist/types/components/my-component/my-component.d.ts +16 -0
- package/dist/types/components/titles-text/bds-typography/bds-typography.d.ts +99 -0
- package/dist/types/components/titles-text/bds-typography/types/ITypography.d.ts +22 -0
- package/dist/types/components/titles-text/bds-typography/types/enum.d.ts +24 -0
- package/dist/types/components/titles-text/bds-typography/types/types.d.ts +4 -0
- package/dist/types/components/titles-text/bds-typography/utils/bds-typography-utils.d.ts +15 -0
- package/dist/types/components.d.ts +565 -0
- package/dist/types/index.d.ts +11 -0
- package/dist/types/mixins/anchored.mixin.d.ts +228 -0
- package/dist/types/mixins/floating.mixin.d.ts +158 -0
- package/dist/types/mixins/form-associated.mixin.d.ts +127 -0
- package/dist/types/mixins/index.d.ts +4 -0
- package/dist/types/services/floating/interfaces/Floating.d.ts +38 -0
- package/dist/types/services/floating/interfaces/Positioning.d.ts +22 -0
- package/dist/types/services/floating/interfaces/Props.d.ts +35 -0
- package/dist/types/services/floating/positioning.service.d.ts +45 -0
- package/dist/types/services/floating/types/Arrow.d.ts +7 -0
- package/dist/types/services/logger/Logger.d.ts +50 -0
- package/dist/types/stencil-public-runtime.d.ts +1858 -0
- package/dist/types/types/alignment.d.ts +8 -0
- package/dist/types/types/form.d.ts +7 -0
- package/dist/types/types/index.d.ts +6 -0
- package/dist/types/types/position.d.ts +13 -0
- package/dist/types/types/size.d.ts +9 -0
- package/dist/types/types/states.d.ts +26 -0
- package/dist/types/types/stylesMap.d.ts +2 -0
- package/dist/types/utils/a11y/attributes.d.ts +13 -0
- package/dist/types/utils/a11y/index.d.ts +2 -0
- package/dist/types/utils/constants/common/Events.d.ts +14 -0
- package/dist/types/utils/constants/common/Keys.d.ts +18 -0
- package/dist/types/utils/dom/elements.d.ts +12 -0
- package/dist/types/utils/dom/index.d.ts +2 -0
- package/dist/types/utils/form/index.d.ts +2 -0
- package/dist/types/utils/form/internals.d.ts +66 -0
- package/dist/types/utils/helpers/common/BaseAttributes.d.ts +16 -0
- package/dist/types/utils/index.d.ts +4 -0
- package/loader/cdn.js +2 -0
- package/loader/index.cjs.js +2 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +2 -0
- package/loader/index.js +3 -0
- package/package.json +96 -0
- package/readme.md +111 -0
- package/scripts/copy-styles.js +18 -0
- package/scripts/postbuild.js +21 -0
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
@use "../../../dist/stencil/index" as *;
|
|
2
|
+
|
|
3
|
+
.heading-4xl {
|
|
4
|
+
font-weight: $boreal-typography-font-weight-light;
|
|
5
|
+
font-size: $boreal-typography-font-size-4xl;
|
|
6
|
+
line-height: $boreal-typography-line-height-4xl;
|
|
7
|
+
}
|
|
8
|
+
.heading-3xl {
|
|
9
|
+
font-weight: $boreal-typography-font-weight-light;
|
|
10
|
+
font-size: $boreal-typography-font-size-3xl;
|
|
11
|
+
line-height: $boreal-typography-line-height-3xl;
|
|
12
|
+
}
|
|
13
|
+
.heading-2xl {
|
|
14
|
+
font-weight: $boreal-typography-font-weight-regular;
|
|
15
|
+
font-size: $boreal-typography-font-size-2xl;
|
|
16
|
+
line-height: $boreal-typography-line-height-2xl;
|
|
17
|
+
}
|
|
18
|
+
.heading-xl {
|
|
19
|
+
font-weight: $boreal-typography-font-weight-regular;
|
|
20
|
+
font-size: $boreal-typography-font-size-xl;
|
|
21
|
+
line-height: $boreal-typography-line-height-xl;
|
|
22
|
+
}
|
|
23
|
+
.heading-lg {
|
|
24
|
+
font-weight: $boreal-typography-font-weight-regular;
|
|
25
|
+
font-size: $boreal-typography-font-size-lg;
|
|
26
|
+
line-height: $boreal-typography-line-height-lg;
|
|
27
|
+
}
|
|
28
|
+
.heading-md {
|
|
29
|
+
font-weight: $boreal-typography-font-weight-semibold;
|
|
30
|
+
font-size: $boreal-typography-font-size-md;
|
|
31
|
+
line-height: $boreal-typography-line-height-md;
|
|
32
|
+
}
|
|
33
|
+
.heading-sm {
|
|
34
|
+
font-weight: $boreal-typography-font-weight-semibold;
|
|
35
|
+
font-size: $boreal-typography-font-size-sm;
|
|
36
|
+
line-height: $boreal-typography-line-height-sm;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.display-sm {
|
|
40
|
+
font-size: $boreal-typography-font-size-xl;
|
|
41
|
+
line-height: $boreal-typography-line-height-xl;
|
|
42
|
+
font-weight: $boreal-typography-font-weight-regular;
|
|
43
|
+
}
|
|
44
|
+
.display-md {
|
|
45
|
+
font-size: $boreal-typography-font-size-2xl;
|
|
46
|
+
line-height: $boreal-typography-line-height-2xl;
|
|
47
|
+
font-weight: $boreal-typography-font-weight-regular;
|
|
48
|
+
}
|
|
49
|
+
.display-lg {
|
|
50
|
+
font-size: $boreal-typography-font-size-3xl;
|
|
51
|
+
line-height: $boreal-typography-line-height-3xl;
|
|
52
|
+
font-weight: $boreal-typography-font-weight-regular;
|
|
53
|
+
}
|
|
54
|
+
.display-xl {
|
|
55
|
+
font-size: $boreal-typography-font-size-4xl;
|
|
56
|
+
line-height: $boreal-typography-line-height-4xl;
|
|
57
|
+
font-weight: $boreal-typography-font-weight-regular;
|
|
58
|
+
}
|
|
59
|
+
.display-xs {
|
|
60
|
+
font-size: $boreal-typography-font-size-xs;
|
|
61
|
+
line-height: $boreal-typography-line-height-xs;
|
|
62
|
+
font-weight: $boreal-typography-font-weight-regular;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.label-lg {
|
|
66
|
+
font-size: $boreal-typography-font-size-lg;
|
|
67
|
+
font-weight: $boreal-typography-font-weight-semibold;
|
|
68
|
+
line-height: $boreal-typography-line-height-md;
|
|
69
|
+
color: $boreal-text-default-darker;
|
|
70
|
+
}
|
|
71
|
+
.label-md {
|
|
72
|
+
font-size: $boreal-typography-font-size-md;
|
|
73
|
+
font-weight: $boreal-typography-font-weight-semibold;
|
|
74
|
+
line-height: $boreal-typography-line-height-md;
|
|
75
|
+
color: $boreal-text-default-darker;
|
|
76
|
+
}
|
|
77
|
+
.label-sm {
|
|
78
|
+
font-size: $boreal-typography-font-size-sm;
|
|
79
|
+
font-weight: $boreal-typography-font-weight-semibold;
|
|
80
|
+
line-height: $boreal-typography-line-height-sm;
|
|
81
|
+
color: $boreal-text-default-darker;
|
|
82
|
+
}
|
|
83
|
+
.label-xs {
|
|
84
|
+
font-size: $boreal-typography-font-size-xs;
|
|
85
|
+
font-weight: $boreal-typography-font-weight-semibold;
|
|
86
|
+
line-height: $boreal-typography-line-height-xs;
|
|
87
|
+
color: $boreal-text-default-darker;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.support-text {
|
|
91
|
+
font-size: $boreal-typography-font-size-sm;
|
|
92
|
+
line-height: $boreal-typography-line-height-xs;
|
|
93
|
+
font-weight: $boreal-typography-font-weight-regular;
|
|
94
|
+
}
|
|
95
|
+
.code {
|
|
96
|
+
font-family: $boreal-typography-font-family-secondary;
|
|
97
|
+
font-size: $boreal-typography-font-size-xs;
|
|
98
|
+
font-weight: $boreal-typography-font-weight-regular;
|
|
99
|
+
color: $boreal-text-default;
|
|
100
|
+
line-height: $boreal-typography-line-height-md;
|
|
101
|
+
overflow-wrap: break-word;
|
|
102
|
+
|
|
103
|
+
background-color: $boreal-ui-base-light;
|
|
104
|
+
padding: $boreal-spacing-3xs $boreal-spacing-xs;
|
|
105
|
+
border-radius: $boreal-radius-xs;
|
|
106
|
+
|
|
107
|
+
display: inline;
|
|
108
|
+
box-decoration-break: clone;
|
|
109
|
+
-webkit-box-decoration-break: clone;
|
|
110
|
+
}
|
|
111
|
+
.caption {
|
|
112
|
+
font-size: $boreal-typography-font-size-xs;
|
|
113
|
+
font-weight: $boreal-typography-font-weight-regular;
|
|
114
|
+
line-height: $boreal-typography-line-height-md;
|
|
115
|
+
color: $boreal-text-default-light;
|
|
116
|
+
}
|
|
117
|
+
.helper-text {
|
|
118
|
+
font-size: $boreal-typography-font-size-xs;
|
|
119
|
+
font-weight: $boreal-typography-font-weight-regular;
|
|
120
|
+
line-height: $boreal-typography-line-height-sm;
|
|
121
|
+
color: $boreal-text-default-light;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.link {
|
|
125
|
+
font-size: $boreal-typography-font-size-sm;
|
|
126
|
+
font-weight: $boreal-typography-font-weight-regular;
|
|
127
|
+
line-height: $boreal-typography-line-height-md;
|
|
128
|
+
color: $boreal-text-primary-base;
|
|
129
|
+
text-decoration: none;
|
|
130
|
+
|
|
131
|
+
&:hover {
|
|
132
|
+
text-decoration: underline;
|
|
133
|
+
}
|
|
134
|
+
&:visited {
|
|
135
|
+
color: $boreal-text-primary-base;
|
|
136
|
+
}
|
|
137
|
+
&:active {
|
|
138
|
+
color: $boreal-text-primary-dark;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
&-md {
|
|
142
|
+
@extend .link;
|
|
143
|
+
font-size: $boreal-typography-font-size-md;
|
|
144
|
+
line-height: $boreal-typography-line-height-md;
|
|
145
|
+
}
|
|
146
|
+
&-sm {
|
|
147
|
+
@extend .link;
|
|
148
|
+
font-size: $boreal-typography-font-size-sm;
|
|
149
|
+
line-height: $boreal-typography-line-height-sm;
|
|
150
|
+
}
|
|
151
|
+
&-xs {
|
|
152
|
+
@extend .link;
|
|
153
|
+
font-size: $boreal-typography-font-size-xs;
|
|
154
|
+
line-height: $boreal-typography-line-height-xs;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
@@ -0,0 +1,461 @@
|
|
|
1
|
+
$boreal-primitives: (
|
|
2
|
+
'color-protect-onyx-onyx-700': #3d3d57,
|
|
3
|
+
'color-protect-onyx-onyx-600': #57576b,
|
|
4
|
+
'color-protect-onyx-onyx-400': #9e9eab,
|
|
5
|
+
'color-protect-onyx-onyx-300': #b7b7c0,
|
|
6
|
+
'color-protect-onyx-onyx-900': #0e0e2c,
|
|
7
|
+
'color-protect-onyx-onyx-800': #262640,
|
|
8
|
+
'color-protect-onyx-onyx-100': #e9eaec,
|
|
9
|
+
'color-protect-onyx-onyx-500': #8c8ca1,
|
|
10
|
+
'color-protect-onyx-onyx-50': #f4f7f9,
|
|
11
|
+
'color-protect-onyx-onyx-200': #dddde2,
|
|
12
|
+
'color-protect-onyx-onyx-25': #f9fafa,
|
|
13
|
+
'color-protect-indigo-indigo-800': #000f73,
|
|
14
|
+
'color-protect-indigo-indigo-700': #001287,
|
|
15
|
+
'color-protect-indigo-indigo-600': #00149c,
|
|
16
|
+
'color-protect-indigo-indigo-300': #6675d9,
|
|
17
|
+
'color-protect-indigo-indigo-100': #ccd1f2,
|
|
18
|
+
'color-protect-indigo-indigo-500': #011ac2,
|
|
19
|
+
'color-protect-indigo-indigo-400': #3347cf,
|
|
20
|
+
'color-protect-indigo-indigo-200': #99a3e8,
|
|
21
|
+
'color-protect-indigo-indigo-900': #000d61,
|
|
22
|
+
'color-protect-indigo-indigo-50': #e5e8f9,
|
|
23
|
+
'color-protect-indigo-indigo-25': #f9f9fd,
|
|
24
|
+
'color-protect-violet-violet-800': #4f0061,
|
|
25
|
+
'color-protect-violet-violet-600': #6b0082,
|
|
26
|
+
'color-protect-violet-violet-400': #9e33b5,
|
|
27
|
+
'color-protect-violet-violet-700': #5c0073,
|
|
28
|
+
'color-protect-violet-violet-300': #b566c7,
|
|
29
|
+
'color-protect-violet-violet-500': #8400a3,
|
|
30
|
+
'color-protect-violet-violet-200': #cf99d9,
|
|
31
|
+
'color-protect-violet-violet-100': #e5cced,
|
|
32
|
+
'color-protect-violet-violet-900': #420052,
|
|
33
|
+
'color-protect-violet-violet-50': #f5e4f5,
|
|
34
|
+
'color-protect-violet-violet-25': #fdf8fd,
|
|
35
|
+
'color-protect-cyan-cyan-500': #0ac6ff,
|
|
36
|
+
'color-protect-cyan-cyan-300': #6bdeff,
|
|
37
|
+
'color-protect-cyan-cyan-800': #034d63,
|
|
38
|
+
'color-protect-cyan-cyan-200': #9ee8ff,
|
|
39
|
+
'color-protect-cyan-cyan-100': #cff5ff,
|
|
40
|
+
'color-protect-cyan-cyan-600': #089ecc,
|
|
41
|
+
'color-protect-cyan-cyan-900': #022631,
|
|
42
|
+
'color-protect-cyan-cyan-50': #dff6ff,
|
|
43
|
+
'color-protect-cyan-cyan-700': #077392,
|
|
44
|
+
'color-protect-cyan-cyan-400': #3bd1ff,
|
|
45
|
+
'color-protect-cyan-cyan-25': #f7fdff,
|
|
46
|
+
'color-protect-emerald-emerald-800': #009d28,
|
|
47
|
+
'color-protect-emerald-emerald-700': #00b232,
|
|
48
|
+
'color-protect-emerald-emerald-600': #0fc73d,
|
|
49
|
+
'color-protect-emerald-emerald-500': #2ed845,
|
|
50
|
+
'color-protect-emerald-emerald-300': #82e681,
|
|
51
|
+
'color-protect-emerald-emerald-200': #a9eda7,
|
|
52
|
+
'color-protect-emerald-emerald-100': #ccf5ca,
|
|
53
|
+
'color-protect-emerald-emerald-900': #007a12,
|
|
54
|
+
'color-protect-emerald-emerald-50': #ebfbea,
|
|
55
|
+
'color-protect-emerald-emerald-400': #5ddf63,
|
|
56
|
+
'color-protect-emerald-emerald-25': #fbfefb,
|
|
57
|
+
'color-protect-cobalt-cobalt-600': #0031ef,
|
|
58
|
+
'color-protect-cobalt-cobalt-500': #003afb,
|
|
59
|
+
'color-protect-cobalt-cobalt-700': #0025e3,
|
|
60
|
+
'color-protect-cobalt-cobalt-400': #1f5bff,
|
|
61
|
+
'color-protect-cobalt-cobalt-800': #0015d9,
|
|
62
|
+
'color-protect-cobalt-cobalt-200': #94a0fe,
|
|
63
|
+
'color-protect-cobalt-cobalt-900': #0000bc,
|
|
64
|
+
'color-protect-cobalt-cobalt-300': #5e7aff,
|
|
65
|
+
'color-protect-cobalt-cobalt-100': #c1c5fe,
|
|
66
|
+
'color-protect-cobalt-cobalt-50': #e7e8ff,
|
|
67
|
+
'color-protect-cobalt-cobalt-25': #f9f9ff,
|
|
68
|
+
'color-protect-lime-lime-800': #006611,
|
|
69
|
+
'color-protect-lime-lime-700': #009923,
|
|
70
|
+
'color-protect-lime-lime-300': #73da7d,
|
|
71
|
+
'color-protect-lime-lime-200': #9fe4a4,
|
|
72
|
+
'color-protect-lime-lime-600': #00b733,
|
|
73
|
+
'color-protect-lime-lime-25': #fafefb,
|
|
74
|
+
'color-protect-lime-lime-900': #002900,
|
|
75
|
+
'color-protect-lime-lime-500': #0fc73d,
|
|
76
|
+
'color-protect-lime-lime-400': #4cd15e,
|
|
77
|
+
'color-protect-lime-lime-50': #e7f9e9,
|
|
78
|
+
'color-protect-lime-lime-100': #c6eec8,
|
|
79
|
+
'color-protect-sunrise-sunrise-800': #5c280a,
|
|
80
|
+
'color-protect-sunrise-sunrise-600': #fa9640,
|
|
81
|
+
'color-protect-sunrise-sunrise-500': #ffa244,
|
|
82
|
+
'color-protect-sunrise-sunrise-400': #ffae51,
|
|
83
|
+
'color-protect-sunrise-sunrise-700': #d7620e,
|
|
84
|
+
'color-protect-sunrise-sunrise-200': #ffd092,
|
|
85
|
+
'color-protect-sunrise-sunrise-100': #ffe2bc,
|
|
86
|
+
'color-protect-sunrise-sunrise-900': #2c1107,
|
|
87
|
+
'color-protect-sunrise-sunrise-300': #ffbd6a,
|
|
88
|
+
'color-protect-sunrise-sunrise-50': #fff4e4,
|
|
89
|
+
'color-protect-sunrise-sunrise-25': #fffcf8,
|
|
90
|
+
'color-protect-cherry-cherry-800': #720820,
|
|
91
|
+
'color-protect-cherry-cherry-500': #ff314b,
|
|
92
|
+
'color-protect-cherry-cherry-700': #df1b42,
|
|
93
|
+
'color-protect-cherry-cherry-400': #f94b63,
|
|
94
|
+
'color-protect-cherry-cherry-300': #ec7181,
|
|
95
|
+
'color-protect-cherry-cherry-200': #f399a5,
|
|
96
|
+
'color-protect-cherry-cherry-25': #fffafb,
|
|
97
|
+
'color-protect-cherry-cherry-100': #ffcdd9,
|
|
98
|
+
'color-protect-cherry-cherry-900': #430513,
|
|
99
|
+
'color-protect-cherry-cherry-600': #f22749,
|
|
100
|
+
'color-protect-cherry-cherry-50': #ffebf1,
|
|
101
|
+
'color-engage-lime-lime-80': #192b00,
|
|
102
|
+
'color-engage-lime-lime-70': #2a4a00,
|
|
103
|
+
'color-engage-lime-lime-60': #325c00,
|
|
104
|
+
'color-engage-lime-lime-50': #427d07,
|
|
105
|
+
'color-engage-lime-lime-90': #101900,
|
|
106
|
+
'color-engage-lime-lime-30': #8dc75f,
|
|
107
|
+
'color-engage-lime-lime-5': #eefee7,
|
|
108
|
+
'color-engage-lime-lime-40': #61a824,
|
|
109
|
+
'color-engage-lime-lime-10': #d5f7c1,
|
|
110
|
+
'color-engage-lime-lime-20': #ace089,
|
|
111
|
+
'color-engage-green-green-80': #002b0d,
|
|
112
|
+
'color-engage-green-green-30': #67c98c,
|
|
113
|
+
'color-engage-green-green-60': #006120,
|
|
114
|
+
'color-engage-green-green-50': #058531,
|
|
115
|
+
'color-engage-green-green-5': #eefbf4,
|
|
116
|
+
'color-engage-green-green-40': #24a852,
|
|
117
|
+
'color-engage-green-green-90': #001b07,
|
|
118
|
+
'color-engage-green-green-70': #004a18,
|
|
119
|
+
'color-engage-green-green-10': #c7f0d7,
|
|
120
|
+
'color-engage-green-green-20': #96deb2,
|
|
121
|
+
'color-engage-teal-teal-80': #002928,
|
|
122
|
+
'color-engage-teal-teal-50': #00827d,
|
|
123
|
+
'color-engage-teal-teal-10': #bef0f4,
|
|
124
|
+
'color-engage-teal-teal-40': #0ca6ab,
|
|
125
|
+
'color-engage-teal-teal-60': #005958,
|
|
126
|
+
'color-engage-teal-teal-20': #87dee3,
|
|
127
|
+
'color-engage-teal-teal-90': #001a18,
|
|
128
|
+
'color-engage-teal-teal-30': #52c6cc,
|
|
129
|
+
'color-engage-teal-teal-70': #004543,
|
|
130
|
+
'color-engage-teal-teal-5': #e8fbfc,
|
|
131
|
+
'color-engage-cyan-cyan-90': #05161f,
|
|
132
|
+
'color-engage-cyan-cyan-60': #06527a,
|
|
133
|
+
'color-engage-cyan-cyan-50': #0a77ba,
|
|
134
|
+
'color-engage-cyan-cyan-40': #119aeb,
|
|
135
|
+
'color-engage-cyan-cyan-30': #5abefc,
|
|
136
|
+
'color-engage-cyan-cyan-10': #c2e9ff,
|
|
137
|
+
'color-engage-cyan-cyan-70': #063e59,
|
|
138
|
+
'color-engage-cyan-cyan-20': #8ad4ff,
|
|
139
|
+
'color-engage-cyan-cyan-5': #ebf9ff,
|
|
140
|
+
'color-engage-cyan-cyan-80': #052533,
|
|
141
|
+
'color-engage-blue-blue-80': #03204a,
|
|
142
|
+
'color-engage-blue-blue-40': #467df7,
|
|
143
|
+
'color-engage-blue-blue-90': #03152b,
|
|
144
|
+
'color-engage-blue-blue-70': #023075,
|
|
145
|
+
'color-engage-blue-blue-30': #7ba9fe,
|
|
146
|
+
'color-engage-blue-blue-20': #9ec5ff,
|
|
147
|
+
'color-engage-blue-blue-60': #0442ab,
|
|
148
|
+
'color-engage-blue-blue-50': #0a5bfc,
|
|
149
|
+
'color-engage-blue-blue-10': #d1e4ff,
|
|
150
|
+
'color-engage-blue-blue-5': #f0f7ff,
|
|
151
|
+
'color-engage-purple-purple-90': #16042a,
|
|
152
|
+
'color-engage-purple-purple-80': #29074f,
|
|
153
|
+
'color-engage-purple-purple-70': #400c73,
|
|
154
|
+
'color-engage-purple-purple-60': #5c1899,
|
|
155
|
+
'color-engage-purple-purple-30': #cb80f2,
|
|
156
|
+
'color-engage-purple-purple-50': #892cd1,
|
|
157
|
+
'color-engage-purple-purple-40': #a751e0,
|
|
158
|
+
'color-engage-purple-purple-20': #e698f5,
|
|
159
|
+
'color-engage-purple-purple-10': #f7c6f7,
|
|
160
|
+
'color-engage-purple-purple-5': #fceefc,
|
|
161
|
+
'color-engage-rose-rose-80': #420a28,
|
|
162
|
+
'color-engage-rose-rose-60': #8e154f,
|
|
163
|
+
'color-engage-rose-rose-50': #bf2367,
|
|
164
|
+
'color-engage-rose-rose-90': #220716,
|
|
165
|
+
'color-engage-rose-rose-70': #630e39,
|
|
166
|
+
'color-engage-rose-rose-5': #fceef7,
|
|
167
|
+
'color-engage-rose-rose-40': #db4884,
|
|
168
|
+
'color-engage-rose-rose-30': #fb74a7,
|
|
169
|
+
'color-engage-rose-rose-20': #ff9ec6,
|
|
170
|
+
'color-engage-rose-rose-10': #ffcce4,
|
|
171
|
+
'color-engage-red-red-80': #45040e,
|
|
172
|
+
'color-engage-red-red-90': #260309,
|
|
173
|
+
'color-engage-red-red-50': #c7242b,
|
|
174
|
+
'color-engage-red-red-40': #e44e51,
|
|
175
|
+
'color-engage-red-red-30': #f87c7e,
|
|
176
|
+
'color-engage-red-red-10': #ffd1d1,
|
|
177
|
+
'color-engage-red-red-70': #690713,
|
|
178
|
+
'color-engage-red-red-60': #94101b,
|
|
179
|
+
'color-engage-red-red-20': #ffa3a5,
|
|
180
|
+
'color-engage-red-red-5': #fff0f1,
|
|
181
|
+
'color-engage-orange-orange-70': #612500,
|
|
182
|
+
'color-engage-orange-orange-50': #bc550b,
|
|
183
|
+
'color-engage-orange-orange-30': #ffa352,
|
|
184
|
+
'color-engage-orange-orange-80': #3e1600,
|
|
185
|
+
'color-engage-orange-orange-40': #ec7a22,
|
|
186
|
+
'color-engage-orange-orange-20': #ffc88a,
|
|
187
|
+
'color-engage-orange-orange-10': #ffe9c7,
|
|
188
|
+
'color-engage-orange-orange-90': #240c00,
|
|
189
|
+
'color-engage-orange-orange-60': #8a3900,
|
|
190
|
+
'color-engage-orange-orange-5': #fff8e6,
|
|
191
|
+
'color-engage-yellow-yellow-80': #332200,
|
|
192
|
+
'color-engage-yellow-yellow-60': #755100,
|
|
193
|
+
'color-engage-yellow-yellow-40': #dba70a,
|
|
194
|
+
'color-engage-yellow-yellow-10': #fff5c2,
|
|
195
|
+
'color-engage-yellow-yellow-30': #f2c840,
|
|
196
|
+
'color-engage-yellow-yellow-90': #1f1300,
|
|
197
|
+
'color-engage-yellow-yellow-50': #a37600,
|
|
198
|
+
'color-engage-yellow-yellow-20': #ffe180,
|
|
199
|
+
'color-engage-yellow-yellow-70': #523800,
|
|
200
|
+
'color-engage-yellow-yellow-5': #fffde6,
|
|
201
|
+
'color-engage-ink-ink-90': #131316,
|
|
202
|
+
'color-engage-ink-ink-70': #272a2f,
|
|
203
|
+
'color-engage-ink-ink-60': #3b3f45,
|
|
204
|
+
'color-engage-ink-ink-50': #595d64,
|
|
205
|
+
'color-engage-ink-ink-30': #b6b8be,
|
|
206
|
+
'color-engage-ink-ink-40': #8a8e96,
|
|
207
|
+
'color-engage-ink-ink-20': #d3d4d9,
|
|
208
|
+
'color-engage-ink-ink-80': #1c1e21,
|
|
209
|
+
'color-engage-ink-ink-10': #e3e3e6,
|
|
210
|
+
'color-engage-ink-ink-5': #f7f7f8,
|
|
211
|
+
'color-white': #ffffff,
|
|
212
|
+
'color-connect-petrol-petrol-3': #007da4,
|
|
213
|
+
'color-connect-petrol-petrol-4': #33a3c2,
|
|
214
|
+
'color-connect-petrol-petrol-5': #99cbdd,
|
|
215
|
+
'color-connect-petrol-petrol-6': #c4e1eb,
|
|
216
|
+
'color-connect-petrol-petrol-1': #003242,
|
|
217
|
+
'color-connect-petrol-petrol-2': #005066,
|
|
218
|
+
'color-connect-petrol-petrol-7': #eaf6fa,
|
|
219
|
+
'color-connect-ice-ice-3': #4bb7e2,
|
|
220
|
+
'color-connect-ice-ice-4': #76c7e8,
|
|
221
|
+
'color-connect-ice-ice-5': #96d6ee,
|
|
222
|
+
'color-connect-ice-ice-6': #b7e2f3,
|
|
223
|
+
'color-connect-ice-ice-1': #2d6f89,
|
|
224
|
+
'color-connect-ice-ice-2': #3894b3,
|
|
225
|
+
'color-connect-ice-ice-7': #ecf7fb,
|
|
226
|
+
'color-connect-cobalt-cobalt-3': #143db2,
|
|
227
|
+
'color-connect-cobalt-cobalt-5': #718ed7,
|
|
228
|
+
'color-connect-cobalt-cobalt-6': #a1b1e0,
|
|
229
|
+
'color-connect-cobalt-cobalt-7': #e7ebf8,
|
|
230
|
+
'color-connect-cobalt-cobalt-1': #10318e,
|
|
231
|
+
'color-connect-cobalt-cobalt-4': #3b60c5,
|
|
232
|
+
'color-connect-cobalt-cobalt-2': #1238a1,
|
|
233
|
+
'color-connect-byzantine-byzantine-3': #2163ce,
|
|
234
|
+
'color-connect-byzantine-byzantine-4': #4a83d9,
|
|
235
|
+
'color-connect-byzantine-byzantine-5': #759fe0,
|
|
236
|
+
'color-connect-byzantine-byzantine-6': #a6c1eb,
|
|
237
|
+
'color-connect-byzantine-byzantine-2': #153f87,
|
|
238
|
+
'color-connect-byzantine-byzantine-1': #0c2a5c,
|
|
239
|
+
'color-connect-byzantine-byzantine-7': #e9f0fb,
|
|
240
|
+
'color-connect-grey-grey-1': #21363e,
|
|
241
|
+
'color-connect-grey-grey-2': #37474f,
|
|
242
|
+
'color-connect-grey-grey-3': #7a8b91,
|
|
243
|
+
'color-connect-grey-grey-4': #a1adb2,
|
|
244
|
+
'color-connect-grey-grey-5': #c4cfd4,
|
|
245
|
+
'color-connect-grey-grey-6': #e0e6e9,
|
|
246
|
+
'color-connect-grey-grey-7': #f0f1f2,
|
|
247
|
+
'color-connect-grey-grey-8': #e3e3e6,
|
|
248
|
+
'color-connect-black-black-1': #1a1a1a,
|
|
249
|
+
'color-connect-black-black-2': #252525,
|
|
250
|
+
'color-connect-black-black-3': #333333,
|
|
251
|
+
'color-connect-black-black-4': #4c4c4c,
|
|
252
|
+
'color-connect-black-black-5': #7d7d7d,
|
|
253
|
+
'color-connect-black-black-6': #bfbfbf,
|
|
254
|
+
'color-connect-black-black-7': #f2f2f2,
|
|
255
|
+
'color-connect-sea-sea-1': #009977,
|
|
256
|
+
'color-connect-sea-sea-2': #00aa88,
|
|
257
|
+
'color-connect-sea-sea-3': #00cc99,
|
|
258
|
+
'color-connect-sea-sea-4': #33d6ad,
|
|
259
|
+
'color-connect-sea-sea-5': #66e0c2,
|
|
260
|
+
'color-connect-sea-sea-6': #99ecd6,
|
|
261
|
+
'color-connect-sea-sea-7': #e5faf5,
|
|
262
|
+
'color-connect-success-success-1': #004d00,
|
|
263
|
+
'color-connect-success-success-2': #006600,
|
|
264
|
+
'color-connect-success-success-3': #008000,
|
|
265
|
+
'color-connect-success-success-4': #339933,
|
|
266
|
+
'color-connect-success-success-5': #66b266,
|
|
267
|
+
'color-connect-success-success-6': #c0e6c0,
|
|
268
|
+
'color-connect-success-success-7': #eaf7ea,
|
|
269
|
+
'color-connect-warning-warning-1': #623400,
|
|
270
|
+
'color-connect-warning-warning-2': #8a4600,
|
|
271
|
+
'color-connect-warning-warning-3': #f58221,
|
|
272
|
+
'color-connect-warning-warning-4': #f89b4c,
|
|
273
|
+
'color-connect-warning-warning-5': #fab777,
|
|
274
|
+
'color-connect-warning-warning-6': #fbcda6,
|
|
275
|
+
'color-connect-warning-warning-7': #fef0e6,
|
|
276
|
+
'color-connect-error-error-1': #690000,
|
|
277
|
+
'color-connect-error-error-2': #8a0000,
|
|
278
|
+
'color-connect-error-error-3': #b30000,
|
|
279
|
+
'color-connect-error-error-4': #d93c3c,
|
|
280
|
+
'color-connect-error-error-5': #e58080,
|
|
281
|
+
'color-connect-error-error-6': #f1c6c6,
|
|
282
|
+
'color-connect-error-error-7': #faeaea,
|
|
283
|
+
'color-proximus-onyx-onyx-50': #ecedee,
|
|
284
|
+
'color-proximus-onyx-onyx-60': #656e7b,
|
|
285
|
+
'color-proximus-onyx-onyx-70': #525b67,
|
|
286
|
+
'color-proximus-onyx-onyx-80': #333c48,
|
|
287
|
+
'color-proximus-onyx-onyx-40': #adb7c4,
|
|
288
|
+
'color-proximus-onyx-onyx-30': #d0dae9,
|
|
289
|
+
'color-proximus-onyx-onyx-20': #e0eaf9,
|
|
290
|
+
'color-proximus-onyx-onyx-90': #131c26,
|
|
291
|
+
'color-proximus-onyx-onyx-10': #e9f3ff,
|
|
292
|
+
'color-proximus-onyx-onyx-5': #f0faff,
|
|
293
|
+
'color-proximus-onyx-onyx-500': #424951,
|
|
294
|
+
'color-proximus-onyx-onyx-600': #3c424a,
|
|
295
|
+
'color-proximus-onyx-onyx-700': #2f343a,
|
|
296
|
+
'color-proximus-onyx-onyx-800': #24282d,
|
|
297
|
+
'color-proximus-onyx-onyx-400': #686d74,
|
|
298
|
+
'color-proximus-onyx-onyx-300': #80858a,
|
|
299
|
+
'color-proximus-onyx-onyx-200': #a8abaf,
|
|
300
|
+
'color-proximus-onyx-onyx-900': #1c1f22,
|
|
301
|
+
'color-proximus-onyx-onyx-100': #c4c7c9,
|
|
302
|
+
'color-proximus-cobalt-cobalt-5': #e9efff,
|
|
303
|
+
'color-proximus-cobalt-cobalt-10': #c1c5fe,
|
|
304
|
+
'color-proximus-cobalt-cobalt-20': #94a0fe,
|
|
305
|
+
'color-proximus-cobalt-cobalt-30': #5e7aff,
|
|
306
|
+
'color-proximus-cobalt-cobalt-40': #1f5bff,
|
|
307
|
+
'color-proximus-cobalt-cobalt-50': #003afb,
|
|
308
|
+
'color-proximus-cobalt-cobalt-60': #0031ef,
|
|
309
|
+
'color-proximus-cobalt-cobalt-70': #0025e3,
|
|
310
|
+
'color-proximus-cobalt-cobalt-80': #0015d9,
|
|
311
|
+
'color-proximus-cobalt-cobalt-90': #0000bf,
|
|
312
|
+
'color-proximus-cobalt-cobalt-100': #bacdff,
|
|
313
|
+
'color-proximus-cobalt-cobalt-200': #98b4ff,
|
|
314
|
+
'color-proximus-cobalt-cobalt-300': #6992ff,
|
|
315
|
+
'color-proximus-cobalt-cobalt-400': #4c7dff,
|
|
316
|
+
'color-proximus-cobalt-cobalt-500': #1f5dff,
|
|
317
|
+
'color-proximus-cobalt-cobalt-600': #1c55e8,
|
|
318
|
+
'color-proximus-cobalt-cobalt-700': #1642b5,
|
|
319
|
+
'color-proximus-cobalt-cobalt-800': #11338c,
|
|
320
|
+
'color-proximus-cobalt-cobalt-900': #0d276b,
|
|
321
|
+
'color-proximus-mint-mint-5': #e6fcf4,
|
|
322
|
+
'color-proximus-mint-mint-10': #b3f0d1,
|
|
323
|
+
'color-proximus-mint-mint-20': #7be7b3,
|
|
324
|
+
'color-proximus-mint-mint-30': #00dd92,
|
|
325
|
+
'color-proximus-mint-mint-40': #00d47a,
|
|
326
|
+
'color-proximus-mint-mint-50': #00c964,
|
|
327
|
+
'color-proximus-mint-mint-60': #00b959,
|
|
328
|
+
'color-proximus-mint-mint-70': #00a64c,
|
|
329
|
+
'color-proximus-mint-mint-80': #00943f,
|
|
330
|
+
'color-proximus-mint-mint-90': #00732a,
|
|
331
|
+
'color-proximus-mint-mint-100': #b0f4dd,
|
|
332
|
+
'color-proximus-mint-mint-200': #8aefcd,
|
|
333
|
+
'color-proximus-mint-mint-300': #54e8b6,
|
|
334
|
+
'color-proximus-mint-mint-400': #33e4a8,
|
|
335
|
+
'color-proximus-mint-mint-500': #00dd92,
|
|
336
|
+
'color-proximus-mint-mint-600': #00c985,
|
|
337
|
+
'color-proximus-mint-mint-700': #009d68,
|
|
338
|
+
'color-proximus-mint-mint-800': #007a50,
|
|
339
|
+
'color-proximus-mint-mint-900': #005d3d,
|
|
340
|
+
'color-proximus-indigo-indigo-50': #e6eaf7,
|
|
341
|
+
'color-proximus-indigo-indigo-100': #b2bee5,
|
|
342
|
+
'color-proximus-indigo-indigo-200': #8d9ed8,
|
|
343
|
+
'color-proximus-indigo-indigo-300': #5972c6,
|
|
344
|
+
'color-proximus-indigo-indigo-400': #3957bb,
|
|
345
|
+
'color-proximus-indigo-indigo-500': #072daa,
|
|
346
|
+
'color-proximus-indigo-indigo-600': #06299b,
|
|
347
|
+
'color-proximus-indigo-indigo-700': #052079,
|
|
348
|
+
'color-proximus-indigo-indigo-800': #04195e,
|
|
349
|
+
'color-proximus-indigo-indigo-900': #031347,
|
|
350
|
+
'color-proximus-neutral-neutral-5': #ffffff,
|
|
351
|
+
'color-proximus-neutral-neutral-200': #eeeeee,
|
|
352
|
+
'color-proximus-neutral-neutral-300': #e0e0e0,
|
|
353
|
+
'color-proximus-neutral-neutral-400': #cfcfcf,
|
|
354
|
+
'color-proximus-neutral-neutral-500': #b5b5b5,
|
|
355
|
+
'color-proximus-neutral-neutral-600': #8c8c8c,
|
|
356
|
+
'color-proximus-neutral-neutral-700': #6b6b6b,
|
|
357
|
+
'color-proximus-neutral-neutral-800': #4a4a4a,
|
|
358
|
+
'color-proximus-neutral-neutral-900': #2e2e2e,
|
|
359
|
+
'color-proximus-neutral-neutral-100': #f7f7f7,
|
|
360
|
+
'color-proximus-cyan-cyan-50': #e7f9ff,
|
|
361
|
+
'color-proximus-cyan-cyan-100': #b3edff,
|
|
362
|
+
'color-proximus-cyan-cyan-200': #8ee5ff,
|
|
363
|
+
'color-proximus-cyan-cyan-300': #5bd9ff,
|
|
364
|
+
'color-proximus-cyan-cyan-400': #3bd1ff,
|
|
365
|
+
'color-proximus-cyan-cyan-500': #0ac6ff,
|
|
366
|
+
'color-proximus-cyan-cyan-600': #09b4e8,
|
|
367
|
+
'color-proximus-cyan-cyan-700': #078db5,
|
|
368
|
+
'color-proximus-cyan-cyan-800': #066d8c,
|
|
369
|
+
'color-proximus-cyan-cyan-900': #04536b,
|
|
370
|
+
'color-proximus-violet-violet-50': #f4e8f5,
|
|
371
|
+
'color-proximus-violet-violet-100': #dcb7e1,
|
|
372
|
+
'color-proximus-violet-violet-200': #cb94d2,
|
|
373
|
+
'color-proximus-violet-violet-300': #b363bd,
|
|
374
|
+
'color-proximus-violet-violet-400': #a445b1,
|
|
375
|
+
'color-proximus-violet-violet-500': #8d169d,
|
|
376
|
+
'color-proximus-violet-violet-600': #80148f,
|
|
377
|
+
'color-proximus-violet-violet-700': #64106f,
|
|
378
|
+
'color-proximus-violet-violet-800': #4e0c56,
|
|
379
|
+
'color-proximus-violet-violet-900': #3b0942,
|
|
380
|
+
'color-proximus-red-red-50': #fdecea,
|
|
381
|
+
'color-proximus-red-red-100': #f9dad7,
|
|
382
|
+
'color-proximus-red-red-200': #f4b7b2,
|
|
383
|
+
'color-proximus-red-red-300': #ef938c,
|
|
384
|
+
'color-proximus-red-red-400': #eb6f66,
|
|
385
|
+
'color-proximus-red-red-500': #e74c3c,
|
|
386
|
+
'color-proximus-red-red-600': #d84336,
|
|
387
|
+
'color-proximus-red-red-700': #c0392b,
|
|
388
|
+
'color-proximus-red-red-800': #a93226,
|
|
389
|
+
'color-proximus-red-red-900': #7b241c,
|
|
390
|
+
'color-proximus-amber-amber-50': #fff4e6,
|
|
391
|
+
'color-proximus-amber-amber-100': #ffdcb0,
|
|
392
|
+
'color-proximus-amber-amber-200': #ffcb8a,
|
|
393
|
+
'color-proximus-amber-amber-300': #ffb454,
|
|
394
|
+
'color-proximus-amber-amber-400': #ffa533,
|
|
395
|
+
'color-proximus-amber-amber-500': #ff8f00,
|
|
396
|
+
'color-proximus-amber-amber-600': #e88200,
|
|
397
|
+
'color-proximus-amber-amber-700': #b56600,
|
|
398
|
+
'color-proximus-amber-amber-800': #8c4f00,
|
|
399
|
+
'color-proximus-amber-amber-900': #6b3c00,
|
|
400
|
+
'spacing-2xs': 4px,
|
|
401
|
+
'spacing-5xl': 64px,
|
|
402
|
+
'spacing-s': 12px,
|
|
403
|
+
'spacing-2xl': 40px,
|
|
404
|
+
'spacing-3xl': 48px,
|
|
405
|
+
'spacing-ml': 20px,
|
|
406
|
+
'spacing-xl': 32px,
|
|
407
|
+
'spacing-l': 24px,
|
|
408
|
+
'spacing-m': 16px,
|
|
409
|
+
'spacing-4xl': 56px,
|
|
410
|
+
'spacing-3xs': 2px,
|
|
411
|
+
'spacing-xs': 8px,
|
|
412
|
+
'spacing-4xs': 1px,
|
|
413
|
+
'spacing-1xs': 6px,
|
|
414
|
+
'spacing-6xl': 80px,
|
|
415
|
+
'spacing-7xl': 96px,
|
|
416
|
+
'layout-6xl': 160px,
|
|
417
|
+
'layout-5xl': 120px,
|
|
418
|
+
'layout-2xl': 64px,
|
|
419
|
+
'layout-3xl': 80px,
|
|
420
|
+
'layout-m': 16px,
|
|
421
|
+
'layout-xl': 48px,
|
|
422
|
+
'layout-s': 12px,
|
|
423
|
+
'layout-xs': 8px,
|
|
424
|
+
'layout-l': 32px,
|
|
425
|
+
'layout-ml': 24px,
|
|
426
|
+
'layout-4xl': 96px,
|
|
427
|
+
'icons-s': 12px,
|
|
428
|
+
'icons-m': 16px,
|
|
429
|
+
'icons-l': 20px,
|
|
430
|
+
'icons-xl': 24px,
|
|
431
|
+
'radius-full': 360px,
|
|
432
|
+
'radius-xl': 24px,
|
|
433
|
+
'radius-m': 12px,
|
|
434
|
+
'radius-xs2': 2px,
|
|
435
|
+
'radius-l': 16px,
|
|
436
|
+
'radius-s': 8px,
|
|
437
|
+
'radius-xs': 4px,
|
|
438
|
+
'radius-none': 0px,
|
|
439
|
+
'typography-font-family-primary': Inter,
|
|
440
|
+
'typography-font-family-secondary': Courier Prime ,
|
|
441
|
+
'typography-font-size-xs': 12px,
|
|
442
|
+
'typography-font-size-sm': 14px,
|
|
443
|
+
'typography-font-size-md': 16px,
|
|
444
|
+
'typography-font-size-lg': 20px,
|
|
445
|
+
'typography-font-size-xl': 28px,
|
|
446
|
+
'typography-font-size-2xl': 32px,
|
|
447
|
+
'typography-font-size-3xl': 42px,
|
|
448
|
+
'typography-font-size-4xl': 54px,
|
|
449
|
+
'typography-line-height-xs': 16px,
|
|
450
|
+
'typography-line-height-sm': 20px,
|
|
451
|
+
'typography-line-height-md': 22px,
|
|
452
|
+
'typography-line-height-lg': 28px,
|
|
453
|
+
'typography-line-height-xl': 36px,
|
|
454
|
+
'typography-line-height-2xl': 40px,
|
|
455
|
+
'typography-line-height-3xl': 50px,
|
|
456
|
+
'typography-line-height-4xl': 64px,
|
|
457
|
+
'typography-font-weight-light': 300,
|
|
458
|
+
'typography-font-weight-regular': 400,
|
|
459
|
+
'typography-font-weight-semibold': 600,
|
|
460
|
+
'typography-font-weight-bold': 700
|
|
461
|
+
);
|