@ozen-ui/kit 0.84.5 → 0.85.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/__inner__/cjs/components/OzenProvider/providers/theme/themes/BBusinessContrastDark/bBusinessContrastDark.js +20 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/themes/BBusinessContrastDark/index.js +4 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/themes/BBusinessContrastDefault/bBusinessContrastDefault.js +20 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/themes/BBusinessContrastDefault/index.js +4 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/themes/contrastDark/contrastDark.js +20 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/themes/contrastDark/index.js +4 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/themes/contrastDefault/contrastDefault.js +20 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/themes/contrastDefault/index.js +4 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/themes/index.js +4 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-dark/color-b-business-contrast-dark.css +172 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-dark/color-b-business-contrast-dark.js +177 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-dark/index.js +4 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-default/color-b-business-contrast-default.css +172 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-default/color-b-business-contrast-default.js +177 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-default/index.js +4 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/b-business-dark/color-b-business-dark.css +55 -55
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/b-business-dark/color-b-business-dark.js +55 -55
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/b-business-default/color-b-business-default.css +53 -53
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/b-business-default/color-b-business-default.js +53 -53
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/contrast-dark/color-contrast-dark.css +172 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/contrast-dark/color-contrast-dark.js +177 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/contrast-dark/index.js +4 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/contrast-default/color-contrast-default.css +172 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/contrast-default/color-contrast-default.js +177 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/contrast-default/index.js +4 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/index.js +4 -0
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/ozen-dark/color-ozen-dark.css +43 -43
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/ozen-dark/color-ozen-dark.js +43 -43
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/ozen-default/color-ozen-default.css +62 -62
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/ozen-default/color-ozen-default.js +62 -62
- package/__inner__/esm/components/OzenProvider/providers/theme/themes/BBusinessContrastDark/bBusinessContrastDark.js +17 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/themes/BBusinessContrastDark/index.js +1 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/themes/BBusinessContrastDefault/bBusinessContrastDefault.js +17 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/themes/BBusinessContrastDefault/index.js +1 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/themes/contrastDark/contrastDark.js +17 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/themes/contrastDark/index.js +1 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/themes/contrastDefault/contrastDefault.js +17 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/themes/contrastDefault/index.js +1 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/themes/index.js +4 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-dark/color-b-business-contrast-dark.css +172 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-dark/color-b-business-contrast-dark.js +174 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-dark/index.js +1 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-default/color-b-business-contrast-default.css +172 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-default/color-b-business-contrast-default.js +174 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-default/index.js +1 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/b-business-dark/color-b-business-dark.css +55 -55
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/b-business-dark/color-b-business-dark.js +55 -55
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/b-business-default/color-b-business-default.css +53 -53
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/b-business-default/color-b-business-default.js +53 -53
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/contrast-dark/color-contrast-dark.css +172 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/contrast-dark/color-contrast-dark.js +174 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/contrast-dark/index.js +1 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/contrast-default/color-contrast-default.css +172 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/contrast-default/color-contrast-default.js +174 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/contrast-default/index.js +1 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/index.js +4 -0
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/ozen-dark/color-ozen-dark.css +43 -43
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/ozen-dark/color-ozen-dark.js +43 -43
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/ozen-default/color-ozen-default.css +62 -62
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/ozen-default/color-ozen-default.js +62 -62
- package/__inner__/types/components/OzenProvider/providers/theme/themes/BBusinessContrastDark/bBusinessContrastDark.d.ts +3 -0
- package/__inner__/types/components/OzenProvider/providers/theme/themes/BBusinessContrastDark/index.d.ts +1 -0
- package/__inner__/types/components/OzenProvider/providers/theme/themes/BBusinessContrastDefault/bBusinessContrastDefault.d.ts +3 -0
- package/__inner__/types/components/OzenProvider/providers/theme/themes/BBusinessContrastDefault/index.d.ts +1 -0
- package/__inner__/types/components/OzenProvider/providers/theme/themes/contrastDark/contrastDark.d.ts +3 -0
- package/__inner__/types/components/OzenProvider/providers/theme/themes/contrastDark/index.d.ts +1 -0
- package/__inner__/types/components/OzenProvider/providers/theme/themes/contrastDefault/contrastDefault.d.ts +3 -0
- package/__inner__/types/components/OzenProvider/providers/theme/themes/contrastDefault/index.d.ts +1 -0
- package/__inner__/types/components/OzenProvider/providers/theme/themes/index.d.ts +4 -0
- package/__inner__/types/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-dark/color-b-business-contrast-dark.d.ts +2 -0
- package/__inner__/types/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-dark/index.d.ts +1 -0
- package/__inner__/types/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-default/color-b-business-contrast-default.d.ts +2 -0
- package/__inner__/types/components/OzenProvider/providers/theme/tokens/color/b-business-contrast-default/index.d.ts +1 -0
- package/__inner__/types/components/OzenProvider/providers/theme/tokens/color/contrast-dark/color-contrast-dark.d.ts +2 -0
- package/__inner__/types/components/OzenProvider/providers/theme/tokens/color/contrast-dark/index.d.ts +1 -0
- package/__inner__/types/components/OzenProvider/providers/theme/tokens/color/contrast-default/color-contrast-default.d.ts +2 -0
- package/__inner__/types/components/OzenProvider/providers/theme/tokens/color/contrast-default/index.d.ts +1 -0
- package/__inner__/types/components/OzenProvider/providers/theme/tokens/color/entity.d.ts +15 -15
- package/__inner__/types/components/OzenProvider/providers/theme/tokens/color/index.d.ts +4 -0
- package/package.json +4 -4
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.themeColorTokenContrastDark = void 0;
|
|
4
|
+
require("./color-contrast-dark.css");
|
|
5
|
+
var utility_1 = require("../utility");
|
|
6
|
+
exports.themeColorTokenContrastDark = (0, utility_1.createColorToken)('contrastDark', {
|
|
7
|
+
'content-action-on': "#ffffff",
|
|
8
|
+
'content-secondary': "#aeb1c4",
|
|
9
|
+
'content-primary': "#ffffff",
|
|
10
|
+
'content-tertiary': "#7e8194",
|
|
11
|
+
'content-disabled': "#636574",
|
|
12
|
+
'content-ghost-disabled': "rgba(255, 255, 255, 0.4)",
|
|
13
|
+
'content-action': "#00bb00",
|
|
14
|
+
'content-action-hover': "#039904",
|
|
15
|
+
'content-action-pressed': "#067607",
|
|
16
|
+
'content-action-dark': "#66d666",
|
|
17
|
+
'content-action-secondary': "#ffffff",
|
|
18
|
+
'content-action-secondary-hover': "#7e8194",
|
|
19
|
+
'content-action-secondary-pressed': "#636574",
|
|
20
|
+
'content-action-secondary-dark': "#d7d8e1",
|
|
21
|
+
'content-error': "#ff3333",
|
|
22
|
+
'content-error-hover': "#ee1111",
|
|
23
|
+
'content-error-pressed': "#cc0000",
|
|
24
|
+
'content-error-dark': "#ff6666",
|
|
25
|
+
'content-warning': "#ff9f00",
|
|
26
|
+
'content-warning-hover': "#e68f00",
|
|
27
|
+
'content-warning-pressed': "#cc7f00",
|
|
28
|
+
'content-warning-dark': "#ffb233",
|
|
29
|
+
'content-success': "#00bb00",
|
|
30
|
+
'content-success-hover': "#039904",
|
|
31
|
+
'content-success-pressed': "#067607",
|
|
32
|
+
'content-success-dark': "#66d666",
|
|
33
|
+
'content-info': "#678bff",
|
|
34
|
+
'content-info-hover': "#3564ff",
|
|
35
|
+
'content-info-pressed': "#023dff",
|
|
36
|
+
'content-info-dark': "#9ab1ff",
|
|
37
|
+
'content-primary-inverse': "#1e1d22",
|
|
38
|
+
'content-accent-primary': "#c7c8ce",
|
|
39
|
+
'content-accent-secondary': "#989aa5",
|
|
40
|
+
'content-accent-disabled': "#7b7e8c",
|
|
41
|
+
'background-main': "#1e1d22",
|
|
42
|
+
'background-main-inverse': "#f5f5f8",
|
|
43
|
+
'background-main-hover': "#2c2c33",
|
|
44
|
+
'background-main-pressed': "#474853",
|
|
45
|
+
'background-primary': "#17161a",
|
|
46
|
+
'background-primary-hover': "#1e1d22",
|
|
47
|
+
'background-primary-pressed': "#2c2c33",
|
|
48
|
+
'background-secondary': "#2c2c33",
|
|
49
|
+
'background-secondary-hover': "#474853",
|
|
50
|
+
'background-secondary-pressed': "#636574",
|
|
51
|
+
'background-tertiary': "#474853",
|
|
52
|
+
'background-tertiary-hover': "#636574",
|
|
53
|
+
'background-tertiary-pressed': "#7e8194",
|
|
54
|
+
'background-disabled': "#2c2c33",
|
|
55
|
+
'background-action': "#039904",
|
|
56
|
+
'background-action-hover': "#00bb00",
|
|
57
|
+
'background-action-pressed': "#33c933",
|
|
58
|
+
'background-action-active-disabled': "#0a540b",
|
|
59
|
+
'background-action-light': "#0d310e",
|
|
60
|
+
'background-action-light-hover': "#0a540b",
|
|
61
|
+
'background-action-light-pressed': "#067607",
|
|
62
|
+
'background-accent-action-light': "#0a540b",
|
|
63
|
+
'background-accent-action-light-hover': "#067607",
|
|
64
|
+
'background-accent-action-light-pressed': "#039904",
|
|
65
|
+
'background-action-secondary': "#ffffff",
|
|
66
|
+
'background-action-secondary-hover': "#9a9eb5",
|
|
67
|
+
'background-action-secondary-pressed': "#aeb1c4",
|
|
68
|
+
'background-action-secondary-active-disabled': "#636574",
|
|
69
|
+
'background-action-secondary-light': "#2c2c33",
|
|
70
|
+
'background-action-secondary-light-hover': "#474853",
|
|
71
|
+
'background-action-secondary-light-pressed': "#636574",
|
|
72
|
+
'background-accent-action-secondary-light': "#2c2c33",
|
|
73
|
+
'background-accent-action-secondary-light-hover': "#474853",
|
|
74
|
+
'background-accent-action-secondary-light-pressed': "#636574",
|
|
75
|
+
'background-error': "#cc0000",
|
|
76
|
+
'background-error-hover': "#ee1111",
|
|
77
|
+
'background-error-pressed': "#ff3333",
|
|
78
|
+
'background-error-light': "#330000",
|
|
79
|
+
'background-error-light-hover': "#550000",
|
|
80
|
+
'background-error-light-pressed': "#770000",
|
|
81
|
+
'background-accent-error-light': "#990000",
|
|
82
|
+
'background-accent-error-light-hover': "#bb0000",
|
|
83
|
+
'background-accent-error-light-pressed': "#cc0000",
|
|
84
|
+
'background-warning': "#cc7f00",
|
|
85
|
+
'background-warning-hover': "#e68f00",
|
|
86
|
+
'background-warning-pressed': "#ff9f00",
|
|
87
|
+
'background-warning-light': "#332000",
|
|
88
|
+
'background-warning-light-hover': "#4d3000",
|
|
89
|
+
'background-warning-light-pressed': "#663f00",
|
|
90
|
+
'background-accent-warning-light': "#804f00",
|
|
91
|
+
'background-accent-warning-light-hover': "#995f00",
|
|
92
|
+
'background-accent-warning-light-pressed': "#b36f00",
|
|
93
|
+
'background-success': "#039904",
|
|
94
|
+
'background-success-hover': "#00bb00",
|
|
95
|
+
'background-success-pressed': "#33c933",
|
|
96
|
+
'background-success-light': "#0d310e",
|
|
97
|
+
'background-success-light-hover': "#0a540b",
|
|
98
|
+
'background-success-light-pressed': "#067607",
|
|
99
|
+
'background-accent-success-light': "#0a540b",
|
|
100
|
+
'background-accent-success-light-hover': "#067607",
|
|
101
|
+
'background-accent-success-light-pressed': "#039904",
|
|
102
|
+
'background-info': "#0534d0",
|
|
103
|
+
'background-info-hover': "#023dff",
|
|
104
|
+
'background-info-pressed': "#3564ff",
|
|
105
|
+
'background-info-light': "#0d1841",
|
|
106
|
+
'background-info-light-hover': "#0a2171",
|
|
107
|
+
'background-info-light-pressed': "#082ba0",
|
|
108
|
+
'background-accent-info-light': "#0a2171",
|
|
109
|
+
'background-accent-info-light-hover': "#082ba0",
|
|
110
|
+
'background-accent-info-light-pressed': "#0534d0",
|
|
111
|
+
'background-overlay': "rgba(0, 0, 0, 0.6)",
|
|
112
|
+
'background-ghost': "rgba(255, 255, 255, 0.1)",
|
|
113
|
+
'background-ghost-hover': "rgba(255, 255, 255, 0.2)",
|
|
114
|
+
'background-ghost-pressed': "rgba(255, 255, 255, 0.3)",
|
|
115
|
+
'background-ghost-disabled': "rgba(255, 255, 255, 0.4)",
|
|
116
|
+
'accent-primary': "#1b1c24",
|
|
117
|
+
'accent-main': "#14151b",
|
|
118
|
+
'accent-main-hover': "#1b1c24",
|
|
119
|
+
'accent-main-pressed': "#252732",
|
|
120
|
+
'accent-primary-hover': "#252732",
|
|
121
|
+
'accent-primary-pressed': "#2f3240",
|
|
122
|
+
'accent-secondary': "#252732",
|
|
123
|
+
'accent-secondary-hover': "#2f3240",
|
|
124
|
+
'accent-secondary-pressed': "#393c4d",
|
|
125
|
+
'accent-tertiary': "#2f3240",
|
|
126
|
+
'accent-tertiary-hover': "#393c4d",
|
|
127
|
+
'accent-tertiary-pressed': "#43475b",
|
|
128
|
+
'accent-disabled': "#2f3240",
|
|
129
|
+
'accent-main-inverse': "#c7c8ce",
|
|
130
|
+
'border-main': "#474853",
|
|
131
|
+
'border-main-hover': "#636574",
|
|
132
|
+
'border-main-pressed': "#7e8194",
|
|
133
|
+
'border-secondary': "#2c2c33",
|
|
134
|
+
'border-secondary-hover': "#474853",
|
|
135
|
+
'border-secondary-pressed': "#636574",
|
|
136
|
+
'border-disabled': "#474853",
|
|
137
|
+
'border-ghost-disabled': "rgba(255, 255, 255, 0.4)",
|
|
138
|
+
'border-focused': "#0d310e",
|
|
139
|
+
'border-action': "#00bb00",
|
|
140
|
+
'border-action-hover': "#039904",
|
|
141
|
+
'border-action-pressed': "#067607",
|
|
142
|
+
'border-action-secondary': "#d7d8e1",
|
|
143
|
+
'border-action-secondary-hover': "#c2c5d3",
|
|
144
|
+
'border-action-secondary-pressed': "#aeb1c4",
|
|
145
|
+
'border-error': "#ff3333",
|
|
146
|
+
'border-warning': "#ff9f00",
|
|
147
|
+
'border-success': "#00bb00",
|
|
148
|
+
'border-info': "#678bff",
|
|
149
|
+
'border-main-on': "#ffffff",
|
|
150
|
+
'border-accent-main': "#989aa5",
|
|
151
|
+
'border-accent-disabled': "#5f6374",
|
|
152
|
+
'border-accent-focused': "#0d310e",
|
|
153
|
+
'additional-a1': "#866c47",
|
|
154
|
+
'additional-a2': "#d4aa6b",
|
|
155
|
+
'additional-a3': "#eeddc4",
|
|
156
|
+
'additional-b1': "#763986",
|
|
157
|
+
'additional-b2': "#ba55d3",
|
|
158
|
+
'additional-b3': "#e3bbed",
|
|
159
|
+
'additional-c1': "#638125",
|
|
160
|
+
'additional-c2': "#9acd32",
|
|
161
|
+
'additional-c3': "#d7ebad",
|
|
162
|
+
'additional-d1': "#23867f",
|
|
163
|
+
'additional-d2': "#30d5c8",
|
|
164
|
+
'additional-d3': "#aceee9",
|
|
165
|
+
'additional-e1': "#9f5237",
|
|
166
|
+
'additional-e2': "#ff7f50",
|
|
167
|
+
'additional-e3': "#ffccb9",
|
|
168
|
+
'additional-f1': "#1966a0",
|
|
169
|
+
'additional-f2': "#1fa1ff",
|
|
170
|
+
'additional-f3': "#a5d9ff",
|
|
171
|
+
'additional-g1': "#9a4270",
|
|
172
|
+
'additional-g2': "#f664af",
|
|
173
|
+
'additional-g3': "#fbc1df",
|
|
174
|
+
'additional-h1': "#9f891a",
|
|
175
|
+
'additional-h2': "#ffda1f",
|
|
176
|
+
'additional-h3': "#fff0a5",
|
|
177
|
+
});
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
.OzenProvider_color_contrastDefault {
|
|
2
|
+
--color-content-primary: #17161a;
|
|
3
|
+
--color-content-secondary: #474853;
|
|
4
|
+
--color-content-tertiary: #636574;
|
|
5
|
+
--color-content-disabled: #9a9eb5;
|
|
6
|
+
--color-content-ghost-disabled: rgb(255 255 255 / 40%);
|
|
7
|
+
--color-content-action: #039904;
|
|
8
|
+
--color-content-action-hover: #067607;
|
|
9
|
+
--color-content-action-pressed: #0a540b;
|
|
10
|
+
--color-content-action-dark: #067607;
|
|
11
|
+
--color-content-action-secondary: #2c2c33;
|
|
12
|
+
--color-content-action-secondary-hover: #1e1d22;
|
|
13
|
+
--color-content-action-secondary-pressed: #17161a;
|
|
14
|
+
--color-content-action-secondary-dark: #17161a;
|
|
15
|
+
--color-content-action-on: #fff;
|
|
16
|
+
--color-content-error: #e11;
|
|
17
|
+
--color-content-error-hover: #c00;
|
|
18
|
+
--color-content-error-pressed: #b00;
|
|
19
|
+
--color-content-error-dark: #c00;
|
|
20
|
+
--color-content-warning: #cc7f00;
|
|
21
|
+
--color-content-warning-hover: #b36f00;
|
|
22
|
+
--color-content-warning-pressed: #995f00;
|
|
23
|
+
--color-content-warning-dark: #b36f00;
|
|
24
|
+
--color-content-success: #039904;
|
|
25
|
+
--color-content-success-hover: #067607;
|
|
26
|
+
--color-content-success-pressed: #0a540b;
|
|
27
|
+
--color-content-success-dark: #067607;
|
|
28
|
+
--color-content-info: #023dff;
|
|
29
|
+
--color-content-info-hover: #0534d0;
|
|
30
|
+
--color-content-info-pressed: #082ba0;
|
|
31
|
+
--color-content-info-dark: #0534d0;
|
|
32
|
+
--color-content-primary-inverse: #fff;
|
|
33
|
+
--color-content-accent-primary: #c7c8ce;
|
|
34
|
+
--color-content-accent-secondary: #989aa5;
|
|
35
|
+
--color-content-accent-disabled: #7b7e8c;
|
|
36
|
+
--color-background-main: #fff;
|
|
37
|
+
--color-background-main-hover: #f5f5f8;
|
|
38
|
+
--color-background-main-pressed: #ebecf0;
|
|
39
|
+
--color-background-primary: #f5f5f8;
|
|
40
|
+
--color-background-primary-hover: #ebecf0;
|
|
41
|
+
--color-background-primary-pressed: #d7d8e1;
|
|
42
|
+
--color-background-secondary: #ebecf0;
|
|
43
|
+
--color-background-secondary-hover: #d7d8e1;
|
|
44
|
+
--color-background-secondary-pressed: #c2c5d3;
|
|
45
|
+
--color-background-tertiary: #d7d8e1;
|
|
46
|
+
--color-background-tertiary-hover: #c2c5d3;
|
|
47
|
+
--color-background-tertiary-pressed: #aeb1c4;
|
|
48
|
+
--color-background-disabled: #ebecf0;
|
|
49
|
+
--color-background-action: #0b0;
|
|
50
|
+
--color-background-action-hover: #039904;
|
|
51
|
+
--color-background-action-pressed: #067607;
|
|
52
|
+
--color-background-action-active-disabled: #99e499;
|
|
53
|
+
--color-background-action-light: #d9f5d9;
|
|
54
|
+
--color-background-action-light-hover: #ccf1cc;
|
|
55
|
+
--color-background-action-light-pressed: #99e499;
|
|
56
|
+
--color-background-accent-action-light: #067607;
|
|
57
|
+
--color-background-accent-action-light-hover: #0a540b;
|
|
58
|
+
--color-background-accent-action-light-pressed: #0d310e;
|
|
59
|
+
--color-background-action-secondary: #2c2c33;
|
|
60
|
+
--color-background-action-secondary-hover: #1e1d22;
|
|
61
|
+
--color-background-action-secondary-pressed: #17161a;
|
|
62
|
+
--color-background-action-secondary-active-disabled: #c2c5d3;
|
|
63
|
+
--color-background-action-secondary-light: #ebecf0;
|
|
64
|
+
--color-background-action-secondary-light-hover: #d7d8e1;
|
|
65
|
+
--color-background-action-secondary-light-pressed: #c2c5d3;
|
|
66
|
+
--color-background-accent-action-secondary-light: #636574;
|
|
67
|
+
--color-background-accent-action-secondary-light-hover: #474853;
|
|
68
|
+
--color-background-accent-action-secondary-light-pressed: #2c2c33;
|
|
69
|
+
--color-background-error: #e11;
|
|
70
|
+
--color-background-error-hover: #c00;
|
|
71
|
+
--color-background-error-pressed: #b00;
|
|
72
|
+
--color-background-error-light: #ffe5e5;
|
|
73
|
+
--color-background-error-light-hover: #fcc;
|
|
74
|
+
--color-background-error-light-pressed: #f99;
|
|
75
|
+
--color-background-accent-error-light: #b00;
|
|
76
|
+
--color-background-accent-error-light-hover: #900;
|
|
77
|
+
--color-background-accent-error-light-pressed: #700;
|
|
78
|
+
--color-background-warning: #ff9f00;
|
|
79
|
+
--color-background-warning-hover: #e68f00;
|
|
80
|
+
--color-background-warning-pressed: #cc7f00;
|
|
81
|
+
--color-background-warning-light: #fff0cc;
|
|
82
|
+
--color-background-warning-light-hover: #ffca80;
|
|
83
|
+
--color-background-warning-light-pressed: #ffb233;
|
|
84
|
+
--color-background-accent-warning-light: #995f00;
|
|
85
|
+
--color-background-accent-warning-light-hover: #804f00;
|
|
86
|
+
--color-background-accent-warning-light-pressed: #663f00;
|
|
87
|
+
--color-background-success: #0b0;
|
|
88
|
+
--color-background-success-hover: #039904;
|
|
89
|
+
--color-background-success-pressed: #067607;
|
|
90
|
+
--color-background-success-light: #d9f5d9;
|
|
91
|
+
--color-background-success-light-hover: #ccf1cc;
|
|
92
|
+
--color-background-success-light-pressed: #99e499;
|
|
93
|
+
--color-background-accent-success-light: #067607;
|
|
94
|
+
--color-background-accent-success-light-hover: #0a540b;
|
|
95
|
+
--color-background-accent-success-light-pressed: #0d310e;
|
|
96
|
+
--color-background-info: #023dff;
|
|
97
|
+
--color-background-info-hover: #0534d0;
|
|
98
|
+
--color-background-info-pressed: #082ba0;
|
|
99
|
+
--color-background-info-light: #d9e2ff;
|
|
100
|
+
--color-background-info-light-hover: #ccd8ff;
|
|
101
|
+
--color-background-info-light-pressed: #9ab1ff;
|
|
102
|
+
--color-background-accent-info-light: #082ba0;
|
|
103
|
+
--color-background-accent-info-light-hover: #0a2171;
|
|
104
|
+
--color-background-accent-info-light-pressed: #0d1841;
|
|
105
|
+
--color-background-main-inverse: #1e1d22;
|
|
106
|
+
--color-background-overlay: rgb(0 0 0 / 50%);
|
|
107
|
+
--color-background-ghost: rgb(255 255 255 / 10%);
|
|
108
|
+
--color-background-ghost-hover: rgb(255 255 255 / 20%);
|
|
109
|
+
--color-background-ghost-pressed: rgb(255 255 255 / 30%);
|
|
110
|
+
--color-background-ghost-disabled: rgb(255 255 255 / 40%);
|
|
111
|
+
--color-border-main: #c2c5d3;
|
|
112
|
+
--color-border-main-hover: #aeb1c4;
|
|
113
|
+
--color-border-main-pressed: #9a9eb5;
|
|
114
|
+
--color-border-secondary: #d7d8e1;
|
|
115
|
+
--color-border-secondary-hover: #c2c5d3;
|
|
116
|
+
--color-border-secondary-pressed: #aeb1c4;
|
|
117
|
+
--color-border-disabled: #c2c5d3;
|
|
118
|
+
--color-border-ghost-disabled: rgb(255 255 255 / 40%);
|
|
119
|
+
--color-border-focused: #99e499;
|
|
120
|
+
--color-border-action: #039904;
|
|
121
|
+
--color-border-action-hover: #067607;
|
|
122
|
+
--color-border-action-pressed: #0a540b;
|
|
123
|
+
--color-border-action-secondary: #2c2c33;
|
|
124
|
+
--color-border-action-secondary-hover: #1e1d22;
|
|
125
|
+
--color-border-action-secondary-pressed: #17161a;
|
|
126
|
+
--color-border-error: #e11;
|
|
127
|
+
--color-border-warning: #cc7f00;
|
|
128
|
+
--color-border-success: #039904;
|
|
129
|
+
--color-border-info: #023dff;
|
|
130
|
+
--color-border-main-on: #fff;
|
|
131
|
+
--color-border-accent-main: #989aa5;
|
|
132
|
+
--color-border-accent-disabled: #5f6374;
|
|
133
|
+
--color-border-accent-focused: #0d310e;
|
|
134
|
+
--color-accent-main: #14151b;
|
|
135
|
+
--color-accent-main-hover: #1b1c24;
|
|
136
|
+
--color-accent-main-pressed: #252732;
|
|
137
|
+
--color-accent-primary: #1b1c24;
|
|
138
|
+
--color-accent-primary-hover: #252732;
|
|
139
|
+
--color-accent-primary-pressed: #2f3240;
|
|
140
|
+
--color-accent-secondary: #252732;
|
|
141
|
+
--color-accent-secondary-hover: #2f3240;
|
|
142
|
+
--color-accent-secondary-pressed: #393c4d;
|
|
143
|
+
--color-accent-tertiary: #2f3240;
|
|
144
|
+
--color-accent-tertiary-hover: #393c4d;
|
|
145
|
+
--color-accent-tertiary-pressed: #43475b;
|
|
146
|
+
--color-accent-disabled: #2f3240;
|
|
147
|
+
--color-accent-main-inverse: #c7c8ce;
|
|
148
|
+
--color-additional-a1: #5f4d36;
|
|
149
|
+
--color-additional-a2: #d4aa6b;
|
|
150
|
+
--color-additional-a3: #e5cca6;
|
|
151
|
+
--color-additional-b1: #763986;
|
|
152
|
+
--color-additional-b2: #ba55d3;
|
|
153
|
+
--color-additional-b3: #e3bbed;
|
|
154
|
+
--color-additional-c1: #638125;
|
|
155
|
+
--color-additional-c2: #9acd32;
|
|
156
|
+
--color-additional-c3: #d7ebad;
|
|
157
|
+
--color-additional-d1: #23867f;
|
|
158
|
+
--color-additional-d2: #30d5c8;
|
|
159
|
+
--color-additional-d3: #aceee9;
|
|
160
|
+
--color-additional-e1: #9f5237;
|
|
161
|
+
--color-additional-e2: #ff7f50;
|
|
162
|
+
--color-additional-e3: #ffccb9;
|
|
163
|
+
--color-additional-f1: #1966a0;
|
|
164
|
+
--color-additional-f2: #1fa1ff;
|
|
165
|
+
--color-additional-f3: #a5d9ff;
|
|
166
|
+
--color-additional-g1: #9a4270;
|
|
167
|
+
--color-additional-g2: #f664af;
|
|
168
|
+
--color-additional-g3: #fbc1df;
|
|
169
|
+
--color-additional-h1: #9f891a;
|
|
170
|
+
--color-additional-h2: #ffda1f;
|
|
171
|
+
--color-additional-h3: #fff0a5;
|
|
172
|
+
}
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.themeColorTokenContrastDefault = void 0;
|
|
4
|
+
require("./color-contrast-default.css");
|
|
5
|
+
var utility_1 = require("../utility");
|
|
6
|
+
exports.themeColorTokenContrastDefault = (0, utility_1.createColorToken)('contrastDefault', {
|
|
7
|
+
'content-primary': "#17161a",
|
|
8
|
+
'content-secondary': "#474853",
|
|
9
|
+
'content-tertiary': "#636574",
|
|
10
|
+
'content-disabled': "#9a9eb5",
|
|
11
|
+
'content-ghost-disabled': "rgba(255, 255, 255, 0.4)",
|
|
12
|
+
'content-action': "#039904",
|
|
13
|
+
'content-action-hover': "#067607",
|
|
14
|
+
'content-action-pressed': "#0a540b",
|
|
15
|
+
'content-action-dark': "#067607",
|
|
16
|
+
'content-action-secondary': "#2c2c33",
|
|
17
|
+
'content-action-secondary-hover': "#1e1d22",
|
|
18
|
+
'content-action-secondary-pressed': "#17161a",
|
|
19
|
+
'content-action-secondary-dark': "#17161a",
|
|
20
|
+
'content-action-on': "#ffffff",
|
|
21
|
+
'content-error': "#ee1111",
|
|
22
|
+
'content-error-hover': "#cc0000",
|
|
23
|
+
'content-error-pressed': "#bb0000",
|
|
24
|
+
'content-error-dark': "#cc0000",
|
|
25
|
+
'content-warning': "#cc7f00",
|
|
26
|
+
'content-warning-hover': "#b36f00",
|
|
27
|
+
'content-warning-pressed': "#995f00",
|
|
28
|
+
'content-warning-dark': "#b36f00",
|
|
29
|
+
'content-success': "#039904",
|
|
30
|
+
'content-success-hover': "#067607",
|
|
31
|
+
'content-success-pressed': "#0a540b",
|
|
32
|
+
'content-success-dark': "#067607",
|
|
33
|
+
'content-info': "#023dff",
|
|
34
|
+
'content-info-hover': "#0534d0",
|
|
35
|
+
'content-info-pressed': "#082ba0",
|
|
36
|
+
'content-info-dark': "#0534d0",
|
|
37
|
+
'content-primary-inverse': "#ffffff",
|
|
38
|
+
'content-accent-primary': "#c7c8ce",
|
|
39
|
+
'content-accent-secondary': "#989aa5",
|
|
40
|
+
'content-accent-disabled': "#7b7e8c",
|
|
41
|
+
'background-main': "#ffffff",
|
|
42
|
+
'background-main-hover': "#f5f5f8",
|
|
43
|
+
'background-main-pressed': "#ebecf0",
|
|
44
|
+
'background-primary': "#f5f5f8",
|
|
45
|
+
'background-primary-hover': "#ebecf0",
|
|
46
|
+
'background-primary-pressed': "#d7d8e1",
|
|
47
|
+
'background-secondary': "#ebecf0",
|
|
48
|
+
'background-secondary-hover': "#d7d8e1",
|
|
49
|
+
'background-secondary-pressed': "#c2c5d3",
|
|
50
|
+
'background-tertiary': "#d7d8e1",
|
|
51
|
+
'background-tertiary-hover': "#c2c5d3",
|
|
52
|
+
'background-tertiary-pressed': "#aeb1c4",
|
|
53
|
+
'background-disabled': "#ebecf0",
|
|
54
|
+
'background-action': "#00bb00",
|
|
55
|
+
'background-action-hover': "#039904",
|
|
56
|
+
'background-action-pressed': "#067607",
|
|
57
|
+
'background-action-active-disabled': "#99e499",
|
|
58
|
+
'background-action-light': "#d9f5d9",
|
|
59
|
+
'background-action-light-hover': "#ccf1cc",
|
|
60
|
+
'background-action-light-pressed': "#99e499",
|
|
61
|
+
'background-accent-action-light': "#067607",
|
|
62
|
+
'background-accent-action-light-hover': "#0a540b",
|
|
63
|
+
'background-accent-action-light-pressed': "#0d310e",
|
|
64
|
+
'background-action-secondary': "#2c2c33",
|
|
65
|
+
'background-action-secondary-hover': "#1e1d22",
|
|
66
|
+
'background-action-secondary-pressed': "#17161a",
|
|
67
|
+
'background-action-secondary-active-disabled': "#c2c5d3",
|
|
68
|
+
'background-action-secondary-light': "#ebecf0",
|
|
69
|
+
'background-action-secondary-light-hover': "#d7d8e1",
|
|
70
|
+
'background-action-secondary-light-pressed': "#c2c5d3",
|
|
71
|
+
'background-accent-action-secondary-light': "#636574",
|
|
72
|
+
'background-accent-action-secondary-light-hover': "#474853",
|
|
73
|
+
'background-accent-action-secondary-light-pressed': "#2c2c33",
|
|
74
|
+
'background-error': "#ee1111",
|
|
75
|
+
'background-error-hover': "#cc0000",
|
|
76
|
+
'background-error-pressed': "#bb0000",
|
|
77
|
+
'background-error-light': "#ffe5e5",
|
|
78
|
+
'background-error-light-hover': "#ffcccc",
|
|
79
|
+
'background-error-light-pressed': "#ff9999",
|
|
80
|
+
'background-accent-error-light': "#bb0000",
|
|
81
|
+
'background-accent-error-light-hover': "#990000",
|
|
82
|
+
'background-accent-error-light-pressed': "#770000",
|
|
83
|
+
'background-warning': "#ff9f00",
|
|
84
|
+
'background-warning-hover': "#e68f00",
|
|
85
|
+
'background-warning-pressed': "#cc7f00",
|
|
86
|
+
'background-warning-light': "#fff0cc",
|
|
87
|
+
'background-warning-light-hover': "#ffca80",
|
|
88
|
+
'background-warning-light-pressed': "#ffb233",
|
|
89
|
+
'background-accent-warning-light': "#995f00",
|
|
90
|
+
'background-accent-warning-light-hover': "#804f00",
|
|
91
|
+
'background-accent-warning-light-pressed': "#663f00",
|
|
92
|
+
'background-success': "#00bb00",
|
|
93
|
+
'background-success-hover': "#039904",
|
|
94
|
+
'background-success-pressed': "#067607",
|
|
95
|
+
'background-success-light': "#d9f5d9",
|
|
96
|
+
'background-success-light-hover': "#ccf1cc",
|
|
97
|
+
'background-success-light-pressed': "#99e499",
|
|
98
|
+
'background-accent-success-light': "#067607",
|
|
99
|
+
'background-accent-success-light-hover': "#0a540b",
|
|
100
|
+
'background-accent-success-light-pressed': "#0d310e",
|
|
101
|
+
'background-info': "#023dff",
|
|
102
|
+
'background-info-hover': "#0534d0",
|
|
103
|
+
'background-info-pressed': "#082ba0",
|
|
104
|
+
'background-info-light': "#d9e2ff",
|
|
105
|
+
'background-info-light-hover': "#ccd8ff",
|
|
106
|
+
'background-info-light-pressed': "#9ab1ff",
|
|
107
|
+
'background-accent-info-light': "#082ba0",
|
|
108
|
+
'background-accent-info-light-hover': "#0a2171",
|
|
109
|
+
'background-accent-info-light-pressed': "#0d1841",
|
|
110
|
+
'background-main-inverse': "#1e1d22",
|
|
111
|
+
'background-overlay': "rgba(0, 0, 0, 0.5)",
|
|
112
|
+
'background-ghost': "rgba(255, 255, 255, 0.1)",
|
|
113
|
+
'background-ghost-hover': "rgba(255, 255, 255, 0.2)",
|
|
114
|
+
'background-ghost-pressed': "rgba(255, 255, 255, 0.3)",
|
|
115
|
+
'background-ghost-disabled': "rgba(255, 255, 255, 0.4)",
|
|
116
|
+
'border-main': "#c2c5d3",
|
|
117
|
+
'border-main-hover': "#aeb1c4",
|
|
118
|
+
'border-main-pressed': "#9a9eb5",
|
|
119
|
+
'border-secondary': "#d7d8e1",
|
|
120
|
+
'border-secondary-hover': "#c2c5d3",
|
|
121
|
+
'border-secondary-pressed': "#aeb1c4",
|
|
122
|
+
'border-disabled': "#c2c5d3",
|
|
123
|
+
'border-ghost-disabled': "rgba(255, 255, 255, 0.4)",
|
|
124
|
+
'border-focused': "#99e499",
|
|
125
|
+
'border-action': "#039904",
|
|
126
|
+
'border-action-hover': "#067607",
|
|
127
|
+
'border-action-pressed': "#0a540b",
|
|
128
|
+
'border-action-secondary': "#2c2c33",
|
|
129
|
+
'border-action-secondary-hover': "#1e1d22",
|
|
130
|
+
'border-action-secondary-pressed': "#17161a",
|
|
131
|
+
'border-error': "#ee1111",
|
|
132
|
+
'border-warning': "#cc7f00",
|
|
133
|
+
'border-success': "#039904",
|
|
134
|
+
'border-info': "#023dff",
|
|
135
|
+
'border-main-on': "#ffffff",
|
|
136
|
+
'border-accent-main': "#989aa5",
|
|
137
|
+
'border-accent-disabled': "#5f6374",
|
|
138
|
+
'border-accent-focused': "#0d310e",
|
|
139
|
+
'accent-main': "#14151b",
|
|
140
|
+
'accent-main-hover': "#1b1c24",
|
|
141
|
+
'accent-main-pressed': "#252732",
|
|
142
|
+
'accent-primary': "#1b1c24",
|
|
143
|
+
'accent-primary-hover': "#252732",
|
|
144
|
+
'accent-primary-pressed': "#2f3240",
|
|
145
|
+
'accent-secondary': "#252732",
|
|
146
|
+
'accent-secondary-hover': "#2f3240",
|
|
147
|
+
'accent-secondary-pressed': "#393c4d",
|
|
148
|
+
'accent-tertiary': "#2f3240",
|
|
149
|
+
'accent-tertiary-hover': "#393c4d",
|
|
150
|
+
'accent-tertiary-pressed': "#43475b",
|
|
151
|
+
'accent-disabled': "#2f3240",
|
|
152
|
+
'accent-main-inverse': "#c7c8ce",
|
|
153
|
+
'additional-a1': "#5f4d36",
|
|
154
|
+
'additional-a2': "#d4aa6b",
|
|
155
|
+
'additional-a3': "#e5cca6",
|
|
156
|
+
'additional-b1': "#763986",
|
|
157
|
+
'additional-b2': "#ba55d3",
|
|
158
|
+
'additional-b3': "#e3bbed",
|
|
159
|
+
'additional-c1': "#638125",
|
|
160
|
+
'additional-c2': "#9acd32",
|
|
161
|
+
'additional-c3': "#d7ebad",
|
|
162
|
+
'additional-d1': "#23867f",
|
|
163
|
+
'additional-d2': "#30d5c8",
|
|
164
|
+
'additional-d3': "#aceee9",
|
|
165
|
+
'additional-e1': "#9f5237",
|
|
166
|
+
'additional-e2': "#ff7f50",
|
|
167
|
+
'additional-e3': "#ffccb9",
|
|
168
|
+
'additional-f1': "#1966a0",
|
|
169
|
+
'additional-f2': "#1fa1ff",
|
|
170
|
+
'additional-f3': "#a5d9ff",
|
|
171
|
+
'additional-g1': "#9a4270",
|
|
172
|
+
'additional-g2': "#f664af",
|
|
173
|
+
'additional-g3': "#fbc1df",
|
|
174
|
+
'additional-h1': "#9f891a",
|
|
175
|
+
'additional-h2': "#ffda1f",
|
|
176
|
+
'additional-h3': "#fff0a5",
|
|
177
|
+
});
|
|
@@ -5,6 +5,10 @@ tslib_1.__exportStar(require("./ozen-default"), exports);
|
|
|
5
5
|
tslib_1.__exportStar(require("./ozen-dark"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./b-business-default"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./b-business-dark"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./contrast-default"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./contrast-dark"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./b-business-contrast-default"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./b-business-contrast-dark"), exports);
|
|
8
12
|
tslib_1.__exportStar(require("./vip-default"), exports);
|
|
9
13
|
tslib_1.__exportStar(require("./vip-dark"), exports);
|
|
10
14
|
tslib_1.__exportStar(require("./entity"), exports);
|