cetec-design-system 0.0.19 → 0.0.21

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 (47) hide show
  1. package/dist/cetec-design-system.es.js +291 -292
  2. package/dist/components/Box/Box.d.ts +3 -3
  3. package/dist/components/Button/Button.d.ts +2 -2
  4. package/dist/components/CheckBox/CheckBox.d.ts +2 -2
  5. package/dist/components/CheckBox/index.d.ts +1 -1
  6. package/dist/components/Code/Code.d.ts +3 -3
  7. package/dist/components/Code/Pre.d.ts +1 -1
  8. package/dist/components/Divider/Divider.d.ts +2 -2
  9. package/dist/components/Heading/Heading.d.ts +2 -2
  10. package/dist/components/Icon/Icon.d.ts +5 -5
  11. package/dist/components/IconButton/IconButton.d.ts +3 -3
  12. package/dist/components/Input/Input.d.ts +3 -3
  13. package/dist/components/Label/Label.d.ts +2 -2
  14. package/dist/components/Link/Link.d.ts +3 -3
  15. package/dist/components/Radio/Radio.d.ts +2 -2
  16. package/dist/components/Radio/index.d.ts +1 -1
  17. package/dist/components/Slot.d.ts +1 -1
  18. package/dist/components/Spinner/Spinner.d.ts +2 -2
  19. package/dist/components/Text/Text.d.ts +3 -3
  20. package/dist/components/Text/Text.stories.d.ts +1 -1
  21. package/dist/components/TextInput/TextInput.d.ts +2 -2
  22. package/dist/components/Textarea/Textarea.d.ts +2 -2
  23. package/package.json +14 -11
  24. package/dist/components/Icon/iconNames.d.ts +0 -219
  25. package/dist/contexts/ThemeContext.d.ts +0 -10
  26. package/dist/recipes/box.d.ts +0 -1
  27. package/dist/recipes/button.d.ts +0 -2
  28. package/dist/recipes/checkbox.d.ts +0 -1
  29. package/dist/recipes/code.d.ts +0 -2
  30. package/dist/recipes/divider.d.ts +0 -1
  31. package/dist/recipes/index.d.ts +0 -11
  32. package/dist/recipes/input.d.ts +0 -1
  33. package/dist/recipes/radio.d.ts +0 -1
  34. package/dist/recipes/spinner.d.ts +0 -1
  35. package/dist/recipes/text.d.ts +0 -4
  36. package/dist/recipes/textarea.d.ts +0 -1
  37. package/dist/recipes/textinput.d.ts +0 -1
  38. package/dist/styles/conditions.d.ts +0 -92
  39. package/dist/styles/globalStyle.d.ts +0 -1
  40. package/dist/styles/semanticTokens.d.ts +0 -114
  41. package/dist/styles/tokens.d.ts +0 -868
  42. package/dist/tsconfig.tsbuildinfo +0 -1
  43. package/dist/utils/forwardRefWithAs.d.ts +0 -17
  44. package/dist/utils/generate-sprite.d.ts +0 -1
  45. package/dist/utils/splitProps.d.ts +0 -1
  46. package/dist/utils/sprite-config.d.ts +0 -23
  47. package/src/contexts/ThemeContext.tsx +0 -77
@@ -1,114 +0,0 @@
1
- export declare const colors: {
2
- brand: {
3
- slate: {
4
- value: string;
5
- };
6
- gold: {
7
- value: string;
8
- };
9
- };
10
- success: {
11
- lighter: {
12
- value: {
13
- base: string;
14
- _dark: string;
15
- };
16
- };
17
- light: {
18
- value: {
19
- base: string;
20
- _dark: string;
21
- };
22
- };
23
- default: {
24
- value: {
25
- base: string;
26
- _dark: string;
27
- };
28
- };
29
- dark: {
30
- value: {
31
- base: string;
32
- _dark: string;
33
- };
34
- };
35
- darker: {
36
- value: {
37
- base: string;
38
- _dark: string;
39
- };
40
- };
41
- };
42
- warning: {
43
- lighter: {
44
- value: {
45
- base: string;
46
- _dark: string;
47
- };
48
- };
49
- light: {
50
- value: {
51
- base: string;
52
- _dark: string;
53
- };
54
- };
55
- default: {
56
- value: {
57
- base: string;
58
- _dark: string;
59
- };
60
- };
61
- dark: {
62
- value: {
63
- base: string;
64
- _dark: string;
65
- };
66
- };
67
- darker: {
68
- value: {
69
- base: string;
70
- _dark: string;
71
- };
72
- };
73
- };
74
- error: {
75
- lighter: {
76
- value: {
77
- base: string;
78
- _dark: string;
79
- };
80
- };
81
- light: {
82
- value: {
83
- base: string;
84
- _dark: string;
85
- };
86
- };
87
- default: {
88
- value: {
89
- base: string;
90
- _dark: string;
91
- };
92
- };
93
- dark: {
94
- value: {
95
- base: string;
96
- _dark: string;
97
- };
98
- };
99
- darker: {
100
- value: {
101
- base: string;
102
- _dark: string;
103
- };
104
- };
105
- };
106
- utility: {
107
- shadowColor: {
108
- value: {
109
- base: string;
110
- _dark: string;
111
- };
112
- };
113
- };
114
- };