@ozen-ui/kit 0.86.1 → 0.87.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/tokens/color/contrast-default/color-contrast-default.css +3 -3
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/contrast-default/color-contrast-default.js +2 -2
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/ozen-default/color-ozen-default.css +3 -3
- package/__inner__/cjs/components/OzenProvider/providers/theme/tokens/color/ozen-default/color-ozen-default.js +2 -2
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/contrast-default/color-contrast-default.css +3 -3
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/contrast-default/color-contrast-default.js +2 -2
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/ozen-default/color-ozen-default.css +3 -3
- package/__inner__/esm/components/OzenProvider/providers/theme/tokens/color/ozen-default/color-ozen-default.js +2 -2
- package/__inner__/types/components/OzenProvider/providers/theme/tokens/color/entity.d.ts +14 -14
- package/package.json +4 -4
|
@@ -133,9 +133,9 @@
|
|
|
133
133
|
--color-border-accent-focused: #0e2010;
|
|
134
134
|
--color-accent-main: #14151b;
|
|
135
135
|
--color-accent-main-hover: #1b1c24;
|
|
136
|
-
--color-accent-main-pressed: #252732;
|
|
137
|
-
--color-accent-primary: #1b1c24;
|
|
138
136
|
--color-accent-primary-hover: #252732;
|
|
137
|
+
--color-accent-main-pressed: #252732;
|
|
138
|
+
--color-accent-primary: #17161a;
|
|
139
139
|
--color-accent-primary-pressed: #2f3240;
|
|
140
140
|
--color-accent-secondary: #252732;
|
|
141
141
|
--color-accent-secondary-hover: #2f3240;
|
|
@@ -169,4 +169,4 @@
|
|
|
169
169
|
--color-additional-h1: #9f891a;
|
|
170
170
|
--color-additional-h2: #ffda1f;
|
|
171
171
|
--color-additional-h3: #fff0a5;
|
|
172
|
-
}
|
|
172
|
+
}
|
|
@@ -138,9 +138,9 @@ exports.themeColorTokenContrastDefault = (0, utility_1.createColorToken)('contra
|
|
|
138
138
|
'border-accent-focused': "#0e2010",
|
|
139
139
|
'accent-main': "#14151b",
|
|
140
140
|
'accent-main-hover': "#1b1c24",
|
|
141
|
-
'accent-main-pressed': "#252732",
|
|
142
|
-
'accent-primary': "#1b1c24",
|
|
143
141
|
'accent-primary-hover': "#252732",
|
|
142
|
+
'accent-main-pressed': "#252732",
|
|
143
|
+
'accent-primary': "#17161a",
|
|
144
144
|
'accent-primary-pressed': "#2f3240",
|
|
145
145
|
'accent-secondary': "#252732",
|
|
146
146
|
'accent-secondary-hover': "#2f3240",
|
|
@@ -133,9 +133,9 @@
|
|
|
133
133
|
--color-border-accent-focused: #0d310e;
|
|
134
134
|
--color-accent-main: #14151b;
|
|
135
135
|
--color-accent-main-hover: #1b1c24;
|
|
136
|
-
--color-accent-main-pressed: #252732;
|
|
137
|
-
--color-accent-primary: #1b1c24;
|
|
138
136
|
--color-accent-primary-hover: #252732;
|
|
137
|
+
--color-accent-main-pressed: #252732;
|
|
138
|
+
--color-accent-primary: #17161a;
|
|
139
139
|
--color-accent-primary-pressed: #2f3240;
|
|
140
140
|
--color-accent-secondary: #252732;
|
|
141
141
|
--color-accent-secondary-hover: #2f3240;
|
|
@@ -169,4 +169,4 @@
|
|
|
169
169
|
--color-additional-h1: #9f891a;
|
|
170
170
|
--color-additional-h2: #ffda1f;
|
|
171
171
|
--color-additional-h3: #fff0a5;
|
|
172
|
-
}
|
|
172
|
+
}
|
|
@@ -138,9 +138,9 @@ exports.themeColorTokenOzenDefault = (0, utility_1.createColorToken)('ozenDefaul
|
|
|
138
138
|
'border-accent-focused': "#0d310e",
|
|
139
139
|
'accent-main': "#14151b",
|
|
140
140
|
'accent-main-hover': "#1b1c24",
|
|
141
|
-
'accent-main-pressed': "#252732",
|
|
142
|
-
'accent-primary': "#1b1c24",
|
|
143
141
|
'accent-primary-hover': "#252732",
|
|
142
|
+
'accent-main-pressed': "#252732",
|
|
143
|
+
'accent-primary': "#17161a",
|
|
144
144
|
'accent-primary-pressed': "#2f3240",
|
|
145
145
|
'accent-secondary': "#252732",
|
|
146
146
|
'accent-secondary-hover': "#2f3240",
|
|
@@ -133,9 +133,9 @@
|
|
|
133
133
|
--color-border-accent-focused: #0e2010;
|
|
134
134
|
--color-accent-main: #14151b;
|
|
135
135
|
--color-accent-main-hover: #1b1c24;
|
|
136
|
-
--color-accent-main-pressed: #252732;
|
|
137
|
-
--color-accent-primary: #1b1c24;
|
|
138
136
|
--color-accent-primary-hover: #252732;
|
|
137
|
+
--color-accent-main-pressed: #252732;
|
|
138
|
+
--color-accent-primary: #17161a;
|
|
139
139
|
--color-accent-primary-pressed: #2f3240;
|
|
140
140
|
--color-accent-secondary: #252732;
|
|
141
141
|
--color-accent-secondary-hover: #2f3240;
|
|
@@ -169,4 +169,4 @@
|
|
|
169
169
|
--color-additional-h1: #9f891a;
|
|
170
170
|
--color-additional-h2: #ffda1f;
|
|
171
171
|
--color-additional-h3: #fff0a5;
|
|
172
|
-
}
|
|
172
|
+
}
|
|
@@ -135,9 +135,9 @@ export var themeColorTokenContrastDefault = createColorToken('contrastDefault',
|
|
|
135
135
|
'border-accent-focused': "#0e2010",
|
|
136
136
|
'accent-main': "#14151b",
|
|
137
137
|
'accent-main-hover': "#1b1c24",
|
|
138
|
-
'accent-main-pressed': "#252732",
|
|
139
|
-
'accent-primary': "#1b1c24",
|
|
140
138
|
'accent-primary-hover': "#252732",
|
|
139
|
+
'accent-main-pressed': "#252732",
|
|
140
|
+
'accent-primary': "#17161a",
|
|
141
141
|
'accent-primary-pressed': "#2f3240",
|
|
142
142
|
'accent-secondary': "#252732",
|
|
143
143
|
'accent-secondary-hover': "#2f3240",
|
|
@@ -133,9 +133,9 @@
|
|
|
133
133
|
--color-border-accent-focused: #0d310e;
|
|
134
134
|
--color-accent-main: #14151b;
|
|
135
135
|
--color-accent-main-hover: #1b1c24;
|
|
136
|
-
--color-accent-main-pressed: #252732;
|
|
137
|
-
--color-accent-primary: #1b1c24;
|
|
138
136
|
--color-accent-primary-hover: #252732;
|
|
137
|
+
--color-accent-main-pressed: #252732;
|
|
138
|
+
--color-accent-primary: #17161a;
|
|
139
139
|
--color-accent-primary-pressed: #2f3240;
|
|
140
140
|
--color-accent-secondary: #252732;
|
|
141
141
|
--color-accent-secondary-hover: #2f3240;
|
|
@@ -169,4 +169,4 @@
|
|
|
169
169
|
--color-additional-h1: #9f891a;
|
|
170
170
|
--color-additional-h2: #ffda1f;
|
|
171
171
|
--color-additional-h3: #fff0a5;
|
|
172
|
-
}
|
|
172
|
+
}
|
|
@@ -135,9 +135,9 @@ export var themeColorTokenOzenDefault = createColorToken('ozenDefault', {
|
|
|
135
135
|
'border-accent-focused': "#0d310e",
|
|
136
136
|
'accent-main': "#14151b",
|
|
137
137
|
'accent-main-hover': "#1b1c24",
|
|
138
|
-
'accent-main-pressed': "#252732",
|
|
139
|
-
'accent-primary': "#1b1c24",
|
|
140
138
|
'accent-primary-hover': "#252732",
|
|
139
|
+
'accent-main-pressed': "#252732",
|
|
140
|
+
'accent-primary': "#17161a",
|
|
141
141
|
'accent-primary-pressed': "#2f3240",
|
|
142
142
|
'accent-secondary': "#252732",
|
|
143
143
|
'accent-secondary-hover': "#2f3240",
|
|
@@ -132,6 +132,20 @@ export type ThemeColorTokenProperties = {
|
|
|
132
132
|
'border-accent-main': string;
|
|
133
133
|
'border-accent-disabled': string;
|
|
134
134
|
'border-accent-focused': string;
|
|
135
|
+
'accent-main': string;
|
|
136
|
+
'accent-main-hover': string;
|
|
137
|
+
'accent-primary-hover': string;
|
|
138
|
+
'accent-main-pressed': string;
|
|
139
|
+
'accent-primary': string;
|
|
140
|
+
'accent-primary-pressed': string;
|
|
141
|
+
'accent-secondary': string;
|
|
142
|
+
'accent-secondary-hover': string;
|
|
143
|
+
'accent-secondary-pressed': string;
|
|
144
|
+
'accent-tertiary': string;
|
|
145
|
+
'accent-tertiary-hover': string;
|
|
146
|
+
'accent-tertiary-pressed': string;
|
|
147
|
+
'accent-disabled': string;
|
|
148
|
+
'accent-main-inverse': string;
|
|
135
149
|
'additional-a1': string;
|
|
136
150
|
'additional-a2': string;
|
|
137
151
|
'additional-a3': string;
|
|
@@ -156,20 +170,6 @@ export type ThemeColorTokenProperties = {
|
|
|
156
170
|
'additional-h1': string;
|
|
157
171
|
'additional-h2': string;
|
|
158
172
|
'additional-h3': string;
|
|
159
|
-
'accent-primary': string;
|
|
160
|
-
'accent-main': string;
|
|
161
|
-
'accent-main-hover': string;
|
|
162
|
-
'accent-main-pressed': string;
|
|
163
|
-
'accent-primary-hover': string;
|
|
164
|
-
'accent-primary-pressed': string;
|
|
165
|
-
'accent-secondary': string;
|
|
166
|
-
'accent-secondary-hover': string;
|
|
167
|
-
'accent-secondary-pressed': string;
|
|
168
|
-
'accent-tertiary': string;
|
|
169
|
-
'accent-tertiary-hover': string;
|
|
170
|
-
'accent-tertiary-pressed': string;
|
|
171
|
-
'accent-disabled': string;
|
|
172
|
-
'accent-main-inverse': string;
|
|
173
173
|
};
|
|
174
174
|
export type ThemeColorTokenVariable = keyof ThemeColorTokenProperties;
|
|
175
175
|
export type ThemeColorToken = ThemeToken<ThemeColorTokenProperties>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ozen-ui/kit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.87.0",
|
|
4
4
|
"description": "React component library",
|
|
5
5
|
"files": [
|
|
6
6
|
"*"
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"react-popper": "^2.3.0",
|
|
30
30
|
"react-transition-group": "^4.4.5",
|
|
31
31
|
"tslib": "^2.8.1",
|
|
32
|
-
"@ozen-ui/fonts": "0.
|
|
33
|
-
"@ozen-ui/icons": "0.
|
|
34
|
-
"@ozen-ui/logger": "0.
|
|
32
|
+
"@ozen-ui/fonts": "0.87.0",
|
|
33
|
+
"@ozen-ui/icons": "0.87.0",
|
|
34
|
+
"@ozen-ui/logger": "0.87.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/lodash.isequal": "^4.5.8"
|