@customafk/lunas-ui 0.0.3-e → 0.0.3-g

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.
Files changed (55) hide show
  1. package/dist/Atoms/Accordion/index.js +1 -33
  2. package/dist/Atoms/AlertDialog/index.js +2 -34
  3. package/dist/Atoms/Avatar/index.js +1 -33
  4. package/dist/Atoms/Badge/index.js +1 -33
  5. package/dist/Atoms/Breadcrumb/index.js +1 -33
  6. package/dist/Atoms/Button/index.d.ts +2 -2
  7. package/dist/Atoms/Button/index.js +2 -34
  8. package/dist/Atoms/Card/index.js +1 -33
  9. package/dist/Atoms/Carousel/index.js +2 -34
  10. package/dist/Atoms/Checkbox/index.js +1 -33
  11. package/dist/Atoms/Command/index.d.ts +13 -13
  12. package/dist/Atoms/Command/index.js +2 -34
  13. package/dist/Atoms/Dialog/index.js +1 -33
  14. package/dist/Atoms/Drawer/index.js +15 -50
  15. package/dist/Atoms/DropdownMenu/index.js +1 -33
  16. package/dist/Atoms/Form/index.js +1 -33
  17. package/dist/Atoms/Input/index.js +1 -33
  18. package/dist/Atoms/Label/index.js +1 -33
  19. package/dist/Atoms/MenuItem/index.js +1 -33
  20. package/dist/Atoms/Money/index.js +1 -33
  21. package/dist/Atoms/Navbar/index.js +1 -33
  22. package/dist/Atoms/NavigationMenu/index.js +1 -33
  23. package/dist/Atoms/NumberInput/index.js +1 -33
  24. package/dist/Atoms/Popover/index.js +1 -33
  25. package/dist/Atoms/Progress/index.js +1 -33
  26. package/dist/Atoms/QuantityBtn/index.js +1 -33
  27. package/dist/Atoms/RadioGroup/index.js +1 -33
  28. package/dist/Atoms/ScrollBar/index.js +1 -33
  29. package/dist/Atoms/Select/index.js +1 -33
  30. package/dist/Atoms/Separator/index.js +1 -33
  31. package/dist/Atoms/Sheet/index.d.ts +1 -1
  32. package/dist/Atoms/Sheet/index.js +1 -33
  33. package/dist/Atoms/Skeleton/index.js +1 -33
  34. package/dist/Atoms/Slider/index.js +1 -33
  35. package/dist/Atoms/Switch/index.js +1 -33
  36. package/dist/Atoms/Tabs/index.js +1 -33
  37. package/dist/Atoms/Textarea/index.js +1 -33
  38. package/dist/Atoms/Tooltip/index.js +1 -33
  39. package/dist/Atoms/UserAvatar/index.d.ts +1 -1
  40. package/dist/Atoms/UserAvatar/index.js +3 -35
  41. package/dist/Atoms/XButton/index.js +1 -33
  42. package/dist/Authentication/SignIn/index.js +3 -35
  43. package/dist/Authentication/SignUp/index.js +3 -35
  44. package/dist/Authentication/ThankYou/index.js +2 -34
  45. package/dist/Ecommerce/Categories/index.js +12 -44
  46. package/dist/Layout/Flex/index.js +1 -33
  47. package/dist/Molecules/AuthenForm/index.js +2 -34
  48. package/dist/Molecules/Search/index.js +2 -34
  49. package/dist/Molecules/UserDropdown/index.js +3 -35
  50. package/dist/Organisms/Footer/index.js +15 -18
  51. package/dist/Organisms/Header/index.d.ts +2 -0
  52. package/dist/Organisms/Header/index.js +69 -88
  53. package/dist/tailwindTheme.d.ts +0 -31
  54. package/dist/tailwindTheme.js +1 -33
  55. package/package.json +1 -1
@@ -13,10 +13,6 @@ var themes = {
13
13
  },
14
14
  colors: {
15
15
  ui: {
16
- white: "#ffffff",
17
- "white-primary": "#ffffff",
18
- "black-primary": "#111315",
19
- "bg-white": "#FAFAFA",
20
16
  primary: {
21
17
  default: "#6C70F0",
22
18
  50: "#EEF2FF",
@@ -144,39 +140,11 @@ var themes = {
144
140
  900: "#0F172A",
145
141
  950: "#020817"
146
142
  },
147
- // TEXT COLOR
148
- "text-primary": "#111315",
149
- "text-secondary": "#30353C",
150
- "text-third": "#30353CCC",
151
- "text-placeholder": "#11131566",
152
- "text-white-placeholder": "#FDFDFD99",
153
- "text-black": {
154
- primary: "#19191B",
155
- secondary: "#222325",
156
- third: "#292A2E",
157
- fourth: "#5F606A",
158
- placeholder: "#B2B3BD"
159
- },
160
- "text-white": {
161
- primary: "#FCFCFC",
162
- secondary: "#F9F9F9",
163
- third: "#D9D9D9"
164
- },
165
143
  // COLOR SPECIAL
166
144
  "positive-flat": "#4ADE80",
167
145
  "destruction-flat": "#EF4444",
168
146
  "neutral-flat": "#BFDBFE",
169
- rating: "#FDE047",
170
- input: {
171
- border: {
172
- active: "#71717A",
173
- disabled: "#D4D4D8"
174
- },
175
- bg: {
176
- default: "#FDFDFD",
177
- error: "#FEF2F2"
178
- }
179
- }
147
+ rating: "#FDE047"
180
148
  }
181
149
  },
182
150
  backgroundImage: {
@@ -354,10 +354,6 @@ var themes = {
354
354
  },
355
355
  colors: {
356
356
  ui: {
357
- white: "#ffffff",
358
- "white-primary": "#ffffff",
359
- "black-primary": "#111315",
360
- "bg-white": "#FAFAFA",
361
357
  primary: {
362
358
  default: "#6C70F0",
363
359
  50: "#EEF2FF",
@@ -485,39 +481,11 @@ var themes = {
485
481
  900: "#0F172A",
486
482
  950: "#020817"
487
483
  },
488
- // TEXT COLOR
489
- "text-primary": "#111315",
490
- "text-secondary": "#30353C",
491
- "text-third": "#30353CCC",
492
- "text-placeholder": "#11131566",
493
- "text-white-placeholder": "#FDFDFD99",
494
- "text-black": {
495
- primary: "#19191B",
496
- secondary: "#222325",
497
- third: "#292A2E",
498
- fourth: "#5F606A",
499
- placeholder: "#B2B3BD"
500
- },
501
- "text-white": {
502
- primary: "#FCFCFC",
503
- secondary: "#F9F9F9",
504
- third: "#D9D9D9"
505
- },
506
484
  // COLOR SPECIAL
507
485
  "positive-flat": "#4ADE80",
508
486
  "destruction-flat": "#EF4444",
509
487
  "neutral-flat": "#BFDBFE",
510
- rating: "#FDE047",
511
- input: {
512
- border: {
513
- active: "#71717A",
514
- disabled: "#D4D4D8"
515
- },
516
- bg: {
517
- default: "#FDFDFD",
518
- error: "#FEF2F2"
519
- }
520
- }
488
+ rating: "#FDE047"
521
489
  }
522
490
  },
523
491
  backgroundImage: {
@@ -13,10 +13,6 @@ var themes = {
13
13
  },
14
14
  colors: {
15
15
  ui: {
16
- white: "#ffffff",
17
- "white-primary": "#ffffff",
18
- "black-primary": "#111315",
19
- "bg-white": "#FAFAFA",
20
16
  primary: {
21
17
  default: "#6C70F0",
22
18
  50: "#EEF2FF",
@@ -144,39 +140,11 @@ var themes = {
144
140
  900: "#0F172A",
145
141
  950: "#020817"
146
142
  },
147
- // TEXT COLOR
148
- "text-primary": "#111315",
149
- "text-secondary": "#30353C",
150
- "text-third": "#30353CCC",
151
- "text-placeholder": "#11131566",
152
- "text-white-placeholder": "#FDFDFD99",
153
- "text-black": {
154
- primary: "#19191B",
155
- secondary: "#222325",
156
- third: "#292A2E",
157
- fourth: "#5F606A",
158
- placeholder: "#B2B3BD"
159
- },
160
- "text-white": {
161
- primary: "#FCFCFC",
162
- secondary: "#F9F9F9",
163
- third: "#D9D9D9"
164
- },
165
143
  // COLOR SPECIAL
166
144
  "positive-flat": "#4ADE80",
167
145
  "destruction-flat": "#EF4444",
168
146
  "neutral-flat": "#BFDBFE",
169
- rating: "#FDE047",
170
- input: {
171
- border: {
172
- active: "#71717A",
173
- disabled: "#D4D4D8"
174
- },
175
- bg: {
176
- default: "#FDFDFD",
177
- error: "#FEF2F2"
178
- }
179
- }
147
+ rating: "#FDE047"
180
148
  }
181
149
  },
182
150
  backgroundImage: {
@@ -13,10 +13,6 @@ var themes = {
13
13
  },
14
14
  colors: {
15
15
  ui: {
16
- white: "#ffffff",
17
- "white-primary": "#ffffff",
18
- "black-primary": "#111315",
19
- "bg-white": "#FAFAFA",
20
16
  primary: {
21
17
  default: "#6C70F0",
22
18
  50: "#EEF2FF",
@@ -144,39 +140,11 @@ var themes = {
144
140
  900: "#0F172A",
145
141
  950: "#020817"
146
142
  },
147
- // TEXT COLOR
148
- "text-primary": "#111315",
149
- "text-secondary": "#30353C",
150
- "text-third": "#30353CCC",
151
- "text-placeholder": "#11131566",
152
- "text-white-placeholder": "#FDFDFD99",
153
- "text-black": {
154
- primary: "#19191B",
155
- secondary: "#222325",
156
- third: "#292A2E",
157
- fourth: "#5F606A",
158
- placeholder: "#B2B3BD"
159
- },
160
- "text-white": {
161
- primary: "#FCFCFC",
162
- secondary: "#F9F9F9",
163
- third: "#D9D9D9"
164
- },
165
143
  // COLOR SPECIAL
166
144
  "positive-flat": "#4ADE80",
167
145
  "destruction-flat": "#EF4444",
168
146
  "neutral-flat": "#BFDBFE",
169
- rating: "#FDE047",
170
- input: {
171
- border: {
172
- active: "#71717A",
173
- disabled: "#D4D4D8"
174
- },
175
- bg: {
176
- default: "#FDFDFD",
177
- error: "#FEF2F2"
178
- }
179
- }
147
+ rating: "#FDE047"
180
148
  }
181
149
  },
182
150
  backgroundImage: {
@@ -45,10 +45,6 @@ var themes = {
45
45
  },
46
46
  colors: {
47
47
  ui: {
48
- white: "#ffffff",
49
- "white-primary": "#ffffff",
50
- "black-primary": "#111315",
51
- "bg-white": "#FAFAFA",
52
48
  primary: {
53
49
  default: "#6C70F0",
54
50
  50: "#EEF2FF",
@@ -176,39 +172,11 @@ var themes = {
176
172
  900: "#0F172A",
177
173
  950: "#020817"
178
174
  },
179
- // TEXT COLOR
180
- "text-primary": "#111315",
181
- "text-secondary": "#30353C",
182
- "text-third": "#30353CCC",
183
- "text-placeholder": "#11131566",
184
- "text-white-placeholder": "#FDFDFD99",
185
- "text-black": {
186
- primary: "#19191B",
187
- secondary: "#222325",
188
- third: "#292A2E",
189
- fourth: "#5F606A",
190
- placeholder: "#B2B3BD"
191
- },
192
- "text-white": {
193
- primary: "#FCFCFC",
194
- secondary: "#F9F9F9",
195
- third: "#D9D9D9"
196
- },
197
175
  // COLOR SPECIAL
198
176
  "positive-flat": "#4ADE80",
199
177
  "destruction-flat": "#EF4444",
200
178
  "neutral-flat": "#BFDBFE",
201
- rating: "#FDE047",
202
- input: {
203
- border: {
204
- active: "#71717A",
205
- disabled: "#D4D4D8"
206
- },
207
- bg: {
208
- default: "#FDFDFD",
209
- error: "#FEF2F2"
210
- }
211
- }
179
+ rating: "#FDE047"
212
180
  }
213
181
  },
214
182
  backgroundImage: {
@@ -11,10 +11,6 @@ var themes = {
11
11
  },
12
12
  colors: {
13
13
  ui: {
14
- white: "#ffffff",
15
- "white-primary": "#ffffff",
16
- "black-primary": "#111315",
17
- "bg-white": "#FAFAFA",
18
14
  primary: {
19
15
  default: "#6C70F0",
20
16
  50: "#EEF2FF",
@@ -142,39 +138,11 @@ var themes = {
142
138
  900: "#0F172A",
143
139
  950: "#020817"
144
140
  },
145
- // TEXT COLOR
146
- "text-primary": "#111315",
147
- "text-secondary": "#30353C",
148
- "text-third": "#30353CCC",
149
- "text-placeholder": "#11131566",
150
- "text-white-placeholder": "#FDFDFD99",
151
- "text-black": {
152
- primary: "#19191B",
153
- secondary: "#222325",
154
- third: "#292A2E",
155
- fourth: "#5F606A",
156
- placeholder: "#B2B3BD"
157
- },
158
- "text-white": {
159
- primary: "#FCFCFC",
160
- secondary: "#F9F9F9",
161
- third: "#D9D9D9"
162
- },
163
141
  // COLOR SPECIAL
164
142
  "positive-flat": "#4ADE80",
165
143
  "destruction-flat": "#EF4444",
166
144
  "neutral-flat": "#BFDBFE",
167
- rating: "#FDE047",
168
- input: {
169
- border: {
170
- active: "#71717A",
171
- disabled: "#D4D4D8"
172
- },
173
- bg: {
174
- default: "#FDFDFD",
175
- error: "#FEF2F2"
176
- }
177
- }
145
+ rating: "#FDE047"
178
146
  }
179
147
  },
180
148
  backgroundImage: {
@@ -10,7 +10,7 @@ declare const SheetClose: React__default.ForwardRefExoticComponent<SheetPrimitiv
10
10
  declare const SheetPortal: React__default.FC<SheetPrimitive.DialogPortalProps>;
11
11
  declare const SheetOverlay: React__default.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
12
12
  declare const sheetVariants: (props?: ({
13
- side?: "top" | "right" | "bottom" | "left" | null | undefined;
13
+ side?: "bottom" | "left" | "right" | "top" | null | undefined;
14
14
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
15
15
  interface SheetContentProps extends ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, VariantProps<typeof sheetVariants> {
16
16
  }
@@ -48,10 +48,6 @@ var themes = {
48
48
  },
49
49
  colors: {
50
50
  ui: {
51
- white: "#ffffff",
52
- "white-primary": "#ffffff",
53
- "black-primary": "#111315",
54
- "bg-white": "#FAFAFA",
55
51
  primary: {
56
52
  default: "#6C70F0",
57
53
  50: "#EEF2FF",
@@ -179,39 +175,11 @@ var themes = {
179
175
  900: "#0F172A",
180
176
  950: "#020817"
181
177
  },
182
- // TEXT COLOR
183
- "text-primary": "#111315",
184
- "text-secondary": "#30353C",
185
- "text-third": "#30353CCC",
186
- "text-placeholder": "#11131566",
187
- "text-white-placeholder": "#FDFDFD99",
188
- "text-black": {
189
- primary: "#19191B",
190
- secondary: "#222325",
191
- third: "#292A2E",
192
- fourth: "#5F606A",
193
- placeholder: "#B2B3BD"
194
- },
195
- "text-white": {
196
- primary: "#FCFCFC",
197
- secondary: "#F9F9F9",
198
- third: "#D9D9D9"
199
- },
200
178
  // COLOR SPECIAL
201
179
  "positive-flat": "#4ADE80",
202
180
  "destruction-flat": "#EF4444",
203
181
  "neutral-flat": "#BFDBFE",
204
- rating: "#FDE047",
205
- input: {
206
- border: {
207
- active: "#71717A",
208
- disabled: "#D4D4D8"
209
- },
210
- bg: {
211
- default: "#FDFDFD",
212
- error: "#FEF2F2"
213
- }
214
- }
182
+ rating: "#FDE047"
215
183
  }
216
184
  },
217
185
  backgroundImage: {
@@ -8,10 +8,6 @@ var themes = {
8
8
  },
9
9
  colors: {
10
10
  ui: {
11
- white: "#ffffff",
12
- "white-primary": "#ffffff",
13
- "black-primary": "#111315",
14
- "bg-white": "#FAFAFA",
15
11
  primary: {
16
12
  default: "#6C70F0",
17
13
  50: "#EEF2FF",
@@ -139,39 +135,11 @@ var themes = {
139
135
  900: "#0F172A",
140
136
  950: "#020817"
141
137
  },
142
- // TEXT COLOR
143
- "text-primary": "#111315",
144
- "text-secondary": "#30353C",
145
- "text-third": "#30353CCC",
146
- "text-placeholder": "#11131566",
147
- "text-white-placeholder": "#FDFDFD99",
148
- "text-black": {
149
- primary: "#19191B",
150
- secondary: "#222325",
151
- third: "#292A2E",
152
- fourth: "#5F606A",
153
- placeholder: "#B2B3BD"
154
- },
155
- "text-white": {
156
- primary: "#FCFCFC",
157
- secondary: "#F9F9F9",
158
- third: "#D9D9D9"
159
- },
160
138
  // COLOR SPECIAL
161
139
  "positive-flat": "#4ADE80",
162
140
  "destruction-flat": "#EF4444",
163
141
  "neutral-flat": "#BFDBFE",
164
- rating: "#FDE047",
165
- input: {
166
- border: {
167
- active: "#71717A",
168
- disabled: "#D4D4D8"
169
- },
170
- bg: {
171
- default: "#FDFDFD",
172
- error: "#FEF2F2"
173
- }
174
- }
142
+ rating: "#FDE047"
175
143
  }
176
144
  },
177
145
  backgroundImage: {
@@ -11,10 +11,6 @@ var themes = {
11
11
  },
12
12
  colors: {
13
13
  ui: {
14
- white: "#ffffff",
15
- "white-primary": "#ffffff",
16
- "black-primary": "#111315",
17
- "bg-white": "#FAFAFA",
18
14
  primary: {
19
15
  default: "#6C70F0",
20
16
  50: "#EEF2FF",
@@ -142,39 +138,11 @@ var themes = {
142
138
  900: "#0F172A",
143
139
  950: "#020817"
144
140
  },
145
- // TEXT COLOR
146
- "text-primary": "#111315",
147
- "text-secondary": "#30353C",
148
- "text-third": "#30353CCC",
149
- "text-placeholder": "#11131566",
150
- "text-white-placeholder": "#FDFDFD99",
151
- "text-black": {
152
- primary: "#19191B",
153
- secondary: "#222325",
154
- third: "#292A2E",
155
- fourth: "#5F606A",
156
- placeholder: "#B2B3BD"
157
- },
158
- "text-white": {
159
- primary: "#FCFCFC",
160
- secondary: "#F9F9F9",
161
- third: "#D9D9D9"
162
- },
163
141
  // COLOR SPECIAL
164
142
  "positive-flat": "#4ADE80",
165
143
  "destruction-flat": "#EF4444",
166
144
  "neutral-flat": "#BFDBFE",
167
- rating: "#FDE047",
168
- input: {
169
- border: {
170
- active: "#71717A",
171
- disabled: "#D4D4D8"
172
- },
173
- bg: {
174
- default: "#FDFDFD",
175
- error: "#FEF2F2"
176
- }
177
- }
145
+ rating: "#FDE047"
178
146
  }
179
147
  },
180
148
  backgroundImage: {
@@ -13,10 +13,6 @@ var themes = {
13
13
  },
14
14
  colors: {
15
15
  ui: {
16
- white: "#ffffff",
17
- "white-primary": "#ffffff",
18
- "black-primary": "#111315",
19
- "bg-white": "#FAFAFA",
20
16
  primary: {
21
17
  default: "#6C70F0",
22
18
  50: "#EEF2FF",
@@ -144,39 +140,11 @@ var themes = {
144
140
  900: "#0F172A",
145
141
  950: "#020817"
146
142
  },
147
- // TEXT COLOR
148
- "text-primary": "#111315",
149
- "text-secondary": "#30353C",
150
- "text-third": "#30353CCC",
151
- "text-placeholder": "#11131566",
152
- "text-white-placeholder": "#FDFDFD99",
153
- "text-black": {
154
- primary: "#19191B",
155
- secondary: "#222325",
156
- third: "#292A2E",
157
- fourth: "#5F606A",
158
- placeholder: "#B2B3BD"
159
- },
160
- "text-white": {
161
- primary: "#FCFCFC",
162
- secondary: "#F9F9F9",
163
- third: "#D9D9D9"
164
- },
165
143
  // COLOR SPECIAL
166
144
  "positive-flat": "#4ADE80",
167
145
  "destruction-flat": "#EF4444",
168
146
  "neutral-flat": "#BFDBFE",
169
- rating: "#FDE047",
170
- input: {
171
- border: {
172
- active: "#71717A",
173
- disabled: "#D4D4D8"
174
- },
175
- bg: {
176
- default: "#FDFDFD",
177
- error: "#FEF2F2"
178
- }
179
- }
147
+ rating: "#FDE047"
180
148
  }
181
149
  },
182
150
  backgroundImage: {
@@ -13,10 +13,6 @@ var themes = {
13
13
  },
14
14
  colors: {
15
15
  ui: {
16
- white: "#ffffff",
17
- "white-primary": "#ffffff",
18
- "black-primary": "#111315",
19
- "bg-white": "#FAFAFA",
20
16
  primary: {
21
17
  default: "#6C70F0",
22
18
  50: "#EEF2FF",
@@ -144,39 +140,11 @@ var themes = {
144
140
  900: "#0F172A",
145
141
  950: "#020817"
146
142
  },
147
- // TEXT COLOR
148
- "text-primary": "#111315",
149
- "text-secondary": "#30353C",
150
- "text-third": "#30353CCC",
151
- "text-placeholder": "#11131566",
152
- "text-white-placeholder": "#FDFDFD99",
153
- "text-black": {
154
- primary: "#19191B",
155
- secondary: "#222325",
156
- third: "#292A2E",
157
- fourth: "#5F606A",
158
- placeholder: "#B2B3BD"
159
- },
160
- "text-white": {
161
- primary: "#FCFCFC",
162
- secondary: "#F9F9F9",
163
- third: "#D9D9D9"
164
- },
165
143
  // COLOR SPECIAL
166
144
  "positive-flat": "#4ADE80",
167
145
  "destruction-flat": "#EF4444",
168
146
  "neutral-flat": "#BFDBFE",
169
- rating: "#FDE047",
170
- input: {
171
- border: {
172
- active: "#71717A",
173
- disabled: "#D4D4D8"
174
- },
175
- bg: {
176
- default: "#FDFDFD",
177
- error: "#FEF2F2"
178
- }
179
- }
147
+ rating: "#FDE047"
180
148
  }
181
149
  },
182
150
  backgroundImage: {
@@ -13,10 +13,6 @@ var themes = {
13
13
  },
14
14
  colors: {
15
15
  ui: {
16
- white: "#ffffff",
17
- "white-primary": "#ffffff",
18
- "black-primary": "#111315",
19
- "bg-white": "#FAFAFA",
20
16
  primary: {
21
17
  default: "#6C70F0",
22
18
  50: "#EEF2FF",
@@ -144,39 +140,11 @@ var themes = {
144
140
  900: "#0F172A",
145
141
  950: "#020817"
146
142
  },
147
- // TEXT COLOR
148
- "text-primary": "#111315",
149
- "text-secondary": "#30353C",
150
- "text-third": "#30353CCC",
151
- "text-placeholder": "#11131566",
152
- "text-white-placeholder": "#FDFDFD99",
153
- "text-black": {
154
- primary: "#19191B",
155
- secondary: "#222325",
156
- third: "#292A2E",
157
- fourth: "#5F606A",
158
- placeholder: "#B2B3BD"
159
- },
160
- "text-white": {
161
- primary: "#FCFCFC",
162
- secondary: "#F9F9F9",
163
- third: "#D9D9D9"
164
- },
165
143
  // COLOR SPECIAL
166
144
  "positive-flat": "#4ADE80",
167
145
  "destruction-flat": "#EF4444",
168
146
  "neutral-flat": "#BFDBFE",
169
- rating: "#FDE047",
170
- input: {
171
- border: {
172
- active: "#71717A",
173
- disabled: "#D4D4D8"
174
- },
175
- bg: {
176
- default: "#FDFDFD",
177
- error: "#FEF2F2"
178
- }
179
- }
147
+ rating: "#FDE047"
180
148
  }
181
149
  },
182
150
  backgroundImage: {
@@ -13,10 +13,6 @@ var themes = {
13
13
  },
14
14
  colors: {
15
15
  ui: {
16
- white: "#ffffff",
17
- "white-primary": "#ffffff",
18
- "black-primary": "#111315",
19
- "bg-white": "#FAFAFA",
20
16
  primary: {
21
17
  default: "#6C70F0",
22
18
  50: "#EEF2FF",
@@ -144,39 +140,11 @@ var themes = {
144
140
  900: "#0F172A",
145
141
  950: "#020817"
146
142
  },
147
- // TEXT COLOR
148
- "text-primary": "#111315",
149
- "text-secondary": "#30353C",
150
- "text-third": "#30353CCC",
151
- "text-placeholder": "#11131566",
152
- "text-white-placeholder": "#FDFDFD99",
153
- "text-black": {
154
- primary: "#19191B",
155
- secondary: "#222325",
156
- third: "#292A2E",
157
- fourth: "#5F606A",
158
- placeholder: "#B2B3BD"
159
- },
160
- "text-white": {
161
- primary: "#FCFCFC",
162
- secondary: "#F9F9F9",
163
- third: "#D9D9D9"
164
- },
165
143
  // COLOR SPECIAL
166
144
  "positive-flat": "#4ADE80",
167
145
  "destruction-flat": "#EF4444",
168
146
  "neutral-flat": "#BFDBFE",
169
- rating: "#FDE047",
170
- input: {
171
- border: {
172
- active: "#71717A",
173
- disabled: "#D4D4D8"
174
- },
175
- bg: {
176
- default: "#FDFDFD",
177
- error: "#FEF2F2"
178
- }
179
- }
147
+ rating: "#FDE047"
180
148
  }
181
149
  },
182
150
  backgroundImage: {