kwant-ui 3.38.1-dev.8 → 3.38.1-dev.9
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/dist/components/Calendar/CalendarComponents.d.ts +0 -6
- package/dist/components/Calendar/CalendarStyled.d.ts +0 -31
- package/dist/components/Calendar/CalendarTypes.d.ts +0 -9
- package/dist/components/Calendar/CalendarUtils.d.ts +0 -7
- package/dist/components/Dropdown/DropdownStyled.d.ts +6 -2
- package/dist/components/HorizontalStepper/index.d.ts +1 -2
- package/dist/components/Tag/types.d.ts +1 -1
- package/dist/index.es.js +112 -198
- package/dist/index.js +174 -260
- package/dist/package.json +1 -1
- package/dist/themes/colors.ts +7 -8
- package/dist/themes/types.d.ts +0 -1
- package/package.json +1 -1
- package/themes/colors.ts +7 -8
- package/themes/types.ts +0 -1
package/dist/package.json
CHANGED
package/dist/themes/colors.ts
CHANGED
|
@@ -90,14 +90,14 @@ const colors: Color = {
|
|
|
90
90
|
grey50: '#F9FAFD',
|
|
91
91
|
grey90: '#1C2E40',
|
|
92
92
|
grey100: '#F5F7FA',
|
|
93
|
-
grey200: '#
|
|
93
|
+
grey200: '#E9ECF2',
|
|
94
94
|
grey250: '#e4e9f2',
|
|
95
95
|
grey300: '#C8D2DE',
|
|
96
96
|
grey400: '#A1AFC0',
|
|
97
97
|
grey500: '#798CA4',
|
|
98
98
|
grey600: '#5F758F',
|
|
99
99
|
grey700: '#455F7B',
|
|
100
|
-
grey800: '#
|
|
100
|
+
grey800: '#39526B',
|
|
101
101
|
grey900: '#1C2E40',
|
|
102
102
|
grey1000: '#0B1B2A',
|
|
103
103
|
greyHigh: '#C2C2C2',
|
|
@@ -152,7 +152,6 @@ const colors: Color = {
|
|
|
152
152
|
green700: '#246650',
|
|
153
153
|
green800: '#0D533C',
|
|
154
154
|
green900: '#0A402E',
|
|
155
|
-
green1000: '#072B1F',
|
|
156
155
|
},
|
|
157
156
|
blue: {
|
|
158
157
|
blue5: '#F6F8FE',
|
|
@@ -170,16 +169,16 @@ const colors: Color = {
|
|
|
170
169
|
},
|
|
171
170
|
|
|
172
171
|
yellow: {
|
|
173
|
-
yellow50: '#
|
|
174
|
-
yellow100: '#
|
|
175
|
-
yellow200: '#
|
|
176
|
-
yellow300: '#
|
|
172
|
+
yellow50: '#FEFCE8',
|
|
173
|
+
yellow100: '#FEF9C3',
|
|
174
|
+
yellow200: '#FEF08A',
|
|
175
|
+
yellow300: '#FDE047',
|
|
177
176
|
yellow400: '#FACC15',
|
|
178
177
|
yellow500: '#EAB308',
|
|
179
178
|
yellow600: '#CA8A04',
|
|
180
179
|
yellow700: '#A16207',
|
|
181
180
|
yellow800: '#854D0E',
|
|
182
|
-
yellow900: '#
|
|
181
|
+
yellow900: '#2852EA',
|
|
183
182
|
yellow1000: '#713F12',
|
|
184
183
|
},
|
|
185
184
|
|
package/dist/themes/types.d.ts
CHANGED
package/package.json
CHANGED
package/themes/colors.ts
CHANGED
|
@@ -90,14 +90,14 @@ const colors: Color = {
|
|
|
90
90
|
grey50: '#F9FAFD',
|
|
91
91
|
grey90: '#1C2E40',
|
|
92
92
|
grey100: '#F5F7FA',
|
|
93
|
-
grey200: '#
|
|
93
|
+
grey200: '#E9ECF2',
|
|
94
94
|
grey250: '#e4e9f2',
|
|
95
95
|
grey300: '#C8D2DE',
|
|
96
96
|
grey400: '#A1AFC0',
|
|
97
97
|
grey500: '#798CA4',
|
|
98
98
|
grey600: '#5F758F',
|
|
99
99
|
grey700: '#455F7B',
|
|
100
|
-
grey800: '#
|
|
100
|
+
grey800: '#39526B',
|
|
101
101
|
grey900: '#1C2E40',
|
|
102
102
|
grey1000: '#0B1B2A',
|
|
103
103
|
greyHigh: '#C2C2C2',
|
|
@@ -152,7 +152,6 @@ const colors: Color = {
|
|
|
152
152
|
green700: '#246650',
|
|
153
153
|
green800: '#0D533C',
|
|
154
154
|
green900: '#0A402E',
|
|
155
|
-
green1000: '#072B1F',
|
|
156
155
|
},
|
|
157
156
|
blue: {
|
|
158
157
|
blue5: '#F6F8FE',
|
|
@@ -170,16 +169,16 @@ const colors: Color = {
|
|
|
170
169
|
},
|
|
171
170
|
|
|
172
171
|
yellow: {
|
|
173
|
-
yellow50: '#
|
|
174
|
-
yellow100: '#
|
|
175
|
-
yellow200: '#
|
|
176
|
-
yellow300: '#
|
|
172
|
+
yellow50: '#FEFCE8',
|
|
173
|
+
yellow100: '#FEF9C3',
|
|
174
|
+
yellow200: '#FEF08A',
|
|
175
|
+
yellow300: '#FDE047',
|
|
177
176
|
yellow400: '#FACC15',
|
|
178
177
|
yellow500: '#EAB308',
|
|
179
178
|
yellow600: '#CA8A04',
|
|
180
179
|
yellow700: '#A16207',
|
|
181
180
|
yellow800: '#854D0E',
|
|
182
|
-
yellow900: '#
|
|
181
|
+
yellow900: '#2852EA',
|
|
183
182
|
yellow1000: '#713F12',
|
|
184
183
|
},
|
|
185
184
|
|