@ozen-ui/kit 0.85.1 → 0.85.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.
@@ -132,20 +132,6 @@ 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-main-pressed'?: string;
138
- 'accent-primary'?: string;
139
- 'accent-primary-hover'?: 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;
149
135
  'additional-a1': string;
150
136
  'additional-a2': string;
151
137
  'additional-a3': string;
@@ -170,6 +156,20 @@ export type ThemeColorTokenProperties = {
170
156
  'additional-h1': string;
171
157
  'additional-h2': string;
172
158
  '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.85.1",
3
+ "version": "0.85.2",
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.6.3",
32
- "@ozen-ui/fonts": "0.85.1",
33
- "@ozen-ui/logger": "0.85.1",
34
- "@ozen-ui/icons": "0.85.1"
32
+ "@ozen-ui/fonts": "0.85.2",
33
+ "@ozen-ui/logger": "0.85.2",
34
+ "@ozen-ui/icons": "0.85.2"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/lodash.isequal": "^4.5.0"