kwant-ui 3.38.1-dev.1 → 3.38.1-dev.11
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 +6 -0
- package/dist/components/Calendar/CalendarStyled.d.ts +31 -0
- package/dist/components/Calendar/CalendarTypes.d.ts +9 -0
- package/dist/components/Calendar/CalendarUtils.d.ts +7 -0
- package/dist/components/Dropdown/DropdownStyled.d.ts +6 -2
- package/dist/components/HorizontalStepper/index.d.ts +3 -1
- package/dist/components/Tag/types.d.ts +1 -1
- package/dist/index.es.js +176 -117
- package/dist/index.js +236 -177
- package/dist/package.json +1 -1
- package/dist/themes/colors.ts +10 -9
- package/dist/themes/types.d.ts +1 -0
- package/package.json +1 -1
- package/themes/colors.ts +10 -9
- package/themes/types.ts +1 -0
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: '#E4E9F2',
|
|
94
94
|
grey250: '#e4e9f2',
|
|
95
95
|
grey300: '#C8D2DE',
|
|
96
96
|
grey400: '#A1AFC0',
|
|
97
97
|
grey500: '#798CA4',
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
grey800: '#
|
|
98
|
+
grey600: '#5F758F',
|
|
99
|
+
grey700: '#455F7B',
|
|
100
|
+
grey800: '#2A4055',
|
|
101
101
|
grey900: '#1C2E40',
|
|
102
102
|
grey1000: '#0B1B2A',
|
|
103
103
|
greyHigh: '#C2C2C2',
|
|
@@ -152,6 +152,7 @@ const colors: Color = {
|
|
|
152
152
|
green700: '#246650',
|
|
153
153
|
green800: '#0D533C',
|
|
154
154
|
green900: '#0A402E',
|
|
155
|
+
green1000: '#072B1F',
|
|
155
156
|
},
|
|
156
157
|
blue: {
|
|
157
158
|
blue5: '#F6F8FE',
|
|
@@ -169,16 +170,16 @@ const colors: Color = {
|
|
|
169
170
|
},
|
|
170
171
|
|
|
171
172
|
yellow: {
|
|
172
|
-
yellow50: '#
|
|
173
|
-
yellow100: '#
|
|
174
|
-
yellow200: '#
|
|
175
|
-
yellow300: '#
|
|
173
|
+
yellow50: '#FCF9DC',
|
|
174
|
+
yellow100: '#FAF4B4',
|
|
175
|
+
yellow200: '#FAEC88',
|
|
176
|
+
yellow300: '#F9DD69',
|
|
176
177
|
yellow400: '#FACC15',
|
|
177
178
|
yellow500: '#EAB308',
|
|
178
179
|
yellow600: '#CA8A04',
|
|
179
180
|
yellow700: '#A16207',
|
|
180
181
|
yellow800: '#854D0E',
|
|
181
|
-
yellow900: '#
|
|
182
|
+
yellow900: '#713F12',
|
|
182
183
|
yellow1000: '#713F12',
|
|
183
184
|
},
|
|
184
185
|
|
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: '#E4E9F2',
|
|
94
94
|
grey250: '#e4e9f2',
|
|
95
95
|
grey300: '#C8D2DE',
|
|
96
96
|
grey400: '#A1AFC0',
|
|
97
97
|
grey500: '#798CA4',
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
grey800: '#
|
|
98
|
+
grey600: '#5F758F',
|
|
99
|
+
grey700: '#455F7B',
|
|
100
|
+
grey800: '#2A4055',
|
|
101
101
|
grey900: '#1C2E40',
|
|
102
102
|
grey1000: '#0B1B2A',
|
|
103
103
|
greyHigh: '#C2C2C2',
|
|
@@ -152,6 +152,7 @@ const colors: Color = {
|
|
|
152
152
|
green700: '#246650',
|
|
153
153
|
green800: '#0D533C',
|
|
154
154
|
green900: '#0A402E',
|
|
155
|
+
green1000: '#072B1F',
|
|
155
156
|
},
|
|
156
157
|
blue: {
|
|
157
158
|
blue5: '#F6F8FE',
|
|
@@ -169,16 +170,16 @@ const colors: Color = {
|
|
|
169
170
|
},
|
|
170
171
|
|
|
171
172
|
yellow: {
|
|
172
|
-
yellow50: '#
|
|
173
|
-
yellow100: '#
|
|
174
|
-
yellow200: '#
|
|
175
|
-
yellow300: '#
|
|
173
|
+
yellow50: '#FCF9DC',
|
|
174
|
+
yellow100: '#FAF4B4',
|
|
175
|
+
yellow200: '#FAEC88',
|
|
176
|
+
yellow300: '#F9DD69',
|
|
176
177
|
yellow400: '#FACC15',
|
|
177
178
|
yellow500: '#EAB308',
|
|
178
179
|
yellow600: '#CA8A04',
|
|
179
180
|
yellow700: '#A16207',
|
|
180
181
|
yellow800: '#854D0E',
|
|
181
|
-
yellow900: '#
|
|
182
|
+
yellow900: '#713F12',
|
|
182
183
|
yellow1000: '#713F12',
|
|
183
184
|
},
|
|
184
185
|
|