@dito-uai/components 5.0.0-alpha2 → 5.0.0-alpha21

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 (172) hide show
  1. package/dist/Alert/Alert.d.ts +5 -0
  2. package/dist/Alert/index.d.ts +1 -0
  3. package/dist/Avatar/Avatar.d.ts +25 -0
  4. package/dist/Avatar/index.d.ts +1 -0
  5. package/dist/Badge/Badge.d.ts +21 -0
  6. package/dist/Badge/index.d.ts +1 -0
  7. package/dist/Button/Button.d.ts +17 -0
  8. package/dist/Button/index.d.ts +1 -0
  9. package/dist/Card/Card.d.ts +19 -0
  10. package/dist/Card/ProgressCard.d.ts +10 -0
  11. package/dist/Card/RadioCard.d.ts +17 -0
  12. package/dist/Card/SelectCard.d.ts +19 -0
  13. package/dist/Card/StepCard.d.ts +17 -0
  14. package/dist/Card/index.d.ts +5 -0
  15. package/dist/CardsCanva/CardsCanva.d.ts +16 -0
  16. package/dist/CardsCanva/index.d.ts +1 -0
  17. package/dist/Checkbox/Checkbox.d.ts +13 -0
  18. package/dist/Checkbox/index.d.ts +1 -0
  19. package/dist/Chips/Chips.d.ts +39 -0
  20. package/dist/Chips/index.d.ts +1 -0
  21. package/dist/DatePicker/DatePicker.d.ts +14 -0
  22. package/dist/DatePicker/RangePicker.d.ts +21 -0
  23. package/dist/DatePicker/helpers/index.d.ts +2 -0
  24. package/dist/DatePicker/helpers/lang.d.ts +25 -0
  25. package/dist/DatePicker/helpers/ranges.d.ts +20 -0
  26. package/dist/DatePicker/index.d.ts +4 -0
  27. package/dist/DatePicker/language/en_US.d.ts +3 -0
  28. package/dist/DatePicker/language/index.d.ts +2 -0
  29. package/dist/DatePicker/language/pt_BR.d.ts +3 -0
  30. package/dist/Divider/Divider.d.ts +8 -0
  31. package/dist/Divider/index.d.ts +1 -0
  32. package/dist/ExternalLink/ExternalLink.d.ts +9 -0
  33. package/dist/ExternalLink/index.d.ts +1 -0
  34. package/dist/Flex/Flex.d.ts +7 -0
  35. package/dist/Flex/index.d.ts +1 -0
  36. package/dist/Form/Form.d.ts +11 -0
  37. package/dist/Form/index.d.ts +1 -0
  38. package/dist/Indicator/Indicator.d.ts +19 -0
  39. package/dist/Indicator/index.d.ts +1 -0
  40. package/dist/Input/Input.d.ts +15 -0
  41. package/dist/Input/TextArea.d.ts +15 -0
  42. package/dist/Input/index.d.ts +1 -0
  43. package/dist/Internal/ActionCard.d.ts +10 -0
  44. package/dist/Internal/Box.d.ts +6 -0
  45. package/dist/Internal/index.d.ts +1 -0
  46. package/dist/ListItem/ListItem.d.ts +28 -0
  47. package/dist/ListItem/index.d.ts +1 -0
  48. package/dist/Loading/Loading.d.ts +25 -0
  49. package/dist/Loading/index.d.ts +1 -0
  50. package/dist/Menu/Item.d.ts +3 -0
  51. package/dist/Menu/ItemsRadioGroup.d.ts +14 -0
  52. package/dist/Menu/Menu.d.ts +10 -0
  53. package/dist/Menu/SubMenu.d.ts +4 -0
  54. package/dist/Menu/index.d.ts +2 -0
  55. package/dist/Message/Message.d.ts +20 -0
  56. package/dist/Message/index.d.ts +2 -0
  57. package/dist/Pagination/Pagination.d.ts +13 -0
  58. package/dist/Pagination/index.d.ts +1 -0
  59. package/dist/Progress/Progress.d.ts +10 -0
  60. package/dist/Progress/ProgressBar.d.ts +15 -0
  61. package/dist/Progress/ProgressIndicator.d.ts +8 -0
  62. package/dist/Progress/index.d.ts +4 -0
  63. package/dist/Radio/Radio.d.ts +16 -0
  64. package/dist/Radio/index.d.ts +1 -0
  65. package/dist/ScopeButton/ScopeButton.d.ts +22 -0
  66. package/dist/ScopeButton/index.d.ts +1 -0
  67. package/dist/Search/Search.d.ts +14 -0
  68. package/dist/Select/Category.d.ts +15 -0
  69. package/dist/Select/CategoryFreeText.d.ts +13 -0
  70. package/dist/Select/Commons.d.ts +24 -0
  71. package/dist/Select/Multiple.d.ts +13 -0
  72. package/dist/Select/MultipleFreeText.d.ts +11 -0
  73. package/dist/Select/Select.d.ts +24 -0
  74. package/dist/Select/index.d.ts +6 -0
  75. package/dist/Select/types.d.ts +61 -0
  76. package/dist/Select/utils.d.ts +6 -0
  77. package/dist/Sheets/SheetTitleWithDescription.d.ts +7 -0
  78. package/dist/Sheets/Sheets.d.ts +8 -0
  79. package/dist/Sheets/index.d.ts +1 -0
  80. package/dist/Skeleton/Skeleton.d.ts +53 -0
  81. package/dist/Skeleton/index.d.ts +1 -0
  82. package/dist/Status/Status.d.ts +8 -0
  83. package/dist/Status/StatusMenu.d.ts +17 -0
  84. package/dist/Status/StatusSimple.d.ts +19 -0
  85. package/dist/Status/index.d.ts +3 -0
  86. package/dist/Steps/Step.d.ts +12 -0
  87. package/dist/Steps/Steps.d.ts +7 -0
  88. package/dist/Steps/index.d.ts +2 -0
  89. package/dist/Table/MenuHeader.d.ts +16 -0
  90. package/dist/Table/MenuRow.d.ts +8 -0
  91. package/dist/Table/Table.d.ts +4 -0
  92. package/dist/Table/TitleDropdown.d.ts +4 -0
  93. package/dist/Table/TitleHeader.d.ts +11 -0
  94. package/dist/Table/index.d.ts +2 -0
  95. package/dist/Table/types.d.ts +63 -0
  96. package/dist/Table/utils.d.ts +6 -0
  97. package/dist/Tabs/Tabs.d.ts +7 -0
  98. package/dist/Tabs/index.d.ts +1 -0
  99. package/dist/Text/Text.d.ts +66 -0
  100. package/dist/Text/index.d.ts +1 -0
  101. package/dist/TimePicker/NumberCarousel.d.ts +8 -0
  102. package/dist/TimePicker/TimeMenu.d.ts +7 -0
  103. package/dist/TimePicker/TimePicker.d.ts +12 -0
  104. package/dist/TimePicker/index.d.ts +1 -0
  105. package/dist/Toggle/Toggle.d.ts +4 -0
  106. package/dist/Toggle/index.d.ts +1 -0
  107. package/dist/Tooltip/Tooltip.d.ts +11 -0
  108. package/dist/Tooltip/index.d.ts +1 -0
  109. package/dist/global.css +1 -1
  110. package/dist/index.cjs +52 -1503
  111. package/dist/index.cjs.js +94996 -0
  112. package/dist/index.cjs.js.map +1 -0
  113. package/dist/index.d.cts +8 -13
  114. package/dist/index.d.ts +8 -13
  115. package/dist/index.esm.js +94910 -0
  116. package/dist/index.esm.js.map +1 -0
  117. package/dist/index.js +14 -1465
  118. package/package.json +14 -9
  119. package/tailwind.config.ts +180 -0
  120. package/dist/index.d.ts.map +0 -1
  121. package/dist/lib/colors-utils.d.ts +0 -88
  122. package/dist/lib/colors-utils.d.ts.map +0 -1
  123. package/dist/lib/css-util.d.ts +0 -3
  124. package/dist/lib/css-util.d.ts.map +0 -1
  125. package/dist/ui/accordion.d.ts +0 -10
  126. package/dist/ui/accordion.d.ts.map +0 -1
  127. package/dist/ui/avatar.d.ts +0 -221
  128. package/dist/ui/avatar.d.ts.map +0 -1
  129. package/dist/ui/badge.d.ts +0 -264
  130. package/dist/ui/badge.d.ts.map +0 -1
  131. package/dist/ui/button.d.ts +0 -765
  132. package/dist/ui/button.d.ts.map +0 -1
  133. package/dist/ui/card.d.ts +0 -122
  134. package/dist/ui/card.d.ts.map +0 -1
  135. package/dist/ui/checkbox.d.ts +0 -4
  136. package/dist/ui/checkbox.d.ts.map +0 -1
  137. package/dist/ui/chips.d.ts +0 -416
  138. package/dist/ui/chips.d.ts.map +0 -1
  139. package/dist/ui/form-item.d.ts +0 -16
  140. package/dist/ui/form-item.d.ts.map +0 -1
  141. package/dist/ui/form.d.ts +0 -1
  142. package/dist/ui/form.d.ts.map +0 -1
  143. package/dist/ui/indicator.d.ts +0 -57
  144. package/dist/ui/indicator.d.ts.map +0 -1
  145. package/dist/ui/input-description.d.ts +0 -66
  146. package/dist/ui/input-description.d.ts.map +0 -1
  147. package/dist/ui/input.d.ts +0 -209
  148. package/dist/ui/input.d.ts.map +0 -1
  149. package/dist/ui/internal/dropdown-content.d.ts +0 -12
  150. package/dist/ui/internal/dropdown-content.d.ts.map +0 -1
  151. package/dist/ui/label.d.ts +0 -43
  152. package/dist/ui/label.d.ts.map +0 -1
  153. package/dist/ui/progress-bar.d.ts +0 -9
  154. package/dist/ui/progress-bar.d.ts.map +0 -1
  155. package/dist/ui/progress.d.ts +0 -57
  156. package/dist/ui/progress.d.ts.map +0 -1
  157. package/dist/ui/radio.d.ts +0 -10
  158. package/dist/ui/radio.d.ts.map +0 -1
  159. package/dist/ui/scope.d.ts +0 -209
  160. package/dist/ui/scope.d.ts.map +0 -1
  161. package/dist/ui/search.d.ts +0 -199
  162. package/dist/ui/search.d.ts.map +0 -1
  163. package/dist/ui/sheets.d.ts +0 -15
  164. package/dist/ui/sheets.d.ts.map +0 -1
  165. package/dist/ui/status.d.ts +0 -76
  166. package/dist/ui/status.d.ts.map +0 -1
  167. package/dist/ui/text.d.ts +0 -115
  168. package/dist/ui/text.d.ts.map +0 -1
  169. package/dist/ui/textarea.d.ts +0 -9
  170. package/dist/ui/textarea.d.ts.map +0 -1
  171. package/dist/ui/toggle.d.ts +0 -13
  172. package/dist/ui/toggle.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dito-uai/components",
3
- "version": "5.0.0-alpha2",
3
+ "version": "5.0.0-alpha21",
4
4
  "descriptin": "Dito's design system component library, made in TSX",
5
5
  "repository": "git+https://github.com/ditointernet/dito-uai.git",
6
6
  "publishConfig": {
@@ -9,10 +9,12 @@
9
9
  "type": "module",
10
10
  "main": "dist/index.js",
11
11
  "module": "dist/index.mjs",
12
- "types": "dist/**/*.d.ts",
12
+ "types": "./dist/index.d.ts",
13
13
  "sideEffects": false,
14
14
  "files": [
15
- "dist/"
15
+ "dist/",
16
+ "./tailwind.config.ts",
17
+ "./lib/colors-utils.ts"
16
18
  ],
17
19
  "exports": {
18
20
  ".": {
@@ -25,7 +27,9 @@
25
27
  "default": "./dist/index.mjs"
26
28
  }
27
29
  },
28
- "./global.css": "./dist/global.css"
30
+ "./global.css": "./dist/global.css",
31
+ "./tailwind.config": "./tailwind.config.ts",
32
+ "./colors": "./lib/colors-utils.ts"
29
33
  },
30
34
  "scripts": {
31
35
  "dev": "yarn build",
@@ -34,7 +38,7 @@
34
38
  "build": "yarn build:css & yarn build:js --watch",
35
39
  "build:js": "tsup",
36
40
  "build:types": "tsc --declaration --emitDeclarationOnly --declarationDir dist",
37
- "build:css": "tailwindcss -i ./src/global.css -o ./dist/global.css --minify"
41
+ "build:css": "tailwindcss -i ./src/global.css -o ./dist/global.css --minify -v"
38
42
  },
39
43
  "packageManager": "yarn@4.1.1",
40
44
  "devDependencies": {
@@ -47,7 +51,7 @@
47
51
  "postcss": "^8.4.38",
48
52
  "supports-color": "^9.4.0",
49
53
  "tailwind-variants": "^0.2.1",
50
- "tailwindcss": "^3.4.7",
54
+ "tailwindcss": "^3.4.13",
51
55
  "tsup": "^8.2.3",
52
56
  "typescript": "^5.5.4",
53
57
  "vite": "^5.3.5"
@@ -58,14 +62,15 @@
58
62
  "@radix-ui/react-accordion": "^1.2.0",
59
63
  "@radix-ui/react-avatar": "^1.0.4",
60
64
  "@radix-ui/react-checkbox": "^1.0.4",
65
+ "@radix-ui/react-collapsible": "^1.1.1",
61
66
  "@radix-ui/react-dialog": "^1.0.5",
62
67
  "@radix-ui/react-dropdown-menu": "^2.1.1",
63
68
  "@radix-ui/react-progress": "^1.1.0",
64
69
  "@radix-ui/react-radio-group": "^1.2.0",
65
70
  "@radix-ui/react-slot": "^1.1.0",
66
71
  "@radix-ui/react-toggle-group": "^1.1.0",
67
- "@tailwindcss/forms": "^0.5.7",
68
- "@tailwindcss/typography": "^0.5.13",
72
+ "@tailwindcss/forms": "^0.5.9",
73
+ "@tailwindcss/typography": "^0.5.15",
69
74
  "@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.15",
70
75
  "class-variance-authority": "^0.7.0",
71
76
  "clsx": "^2.1.1",
@@ -88,4 +93,4 @@
88
93
  "react-hook-form": "^7.52.1",
89
94
  "zod": "^3.23.8"
90
95
  }
91
- }
96
+ }
@@ -0,0 +1,180 @@
1
+ import TailwindsForms from '@tailwindcss/forms';
2
+ import TailwindsTypography from '@tailwindcss/typography';
3
+ import TailwindsAnimate from 'tailwindcss-animate';
4
+ import { COLORS } from './src/lib/colors-utils';
5
+
6
+ /** @type {import('tailwindcss').Config} */
7
+ export default {
8
+ mode: 'jit',
9
+ content: ['./src/**/*.{ts,tsx}'],
10
+ theme: {
11
+ screens: {
12
+ sm: '480px',
13
+ md: '768px',
14
+ lg: '976px',
15
+ xl: '1440px',
16
+ },
17
+ fontFamily: {
18
+ sans: ['Poppins', 'sans-serif'],
19
+ },
20
+ extend: {
21
+ backgroundImage: {
22
+ 'gradient-radial': 'radial-gradient(var(--gradient-color-stops))',
23
+ },
24
+ colors: () => ({
25
+ primary: COLORS.brand.green_600,
26
+ 'primary-foreground': '#ffffff',
27
+ accent: COLORS.brand.navy_600,
28
+ 'accent-foreground': '#ffffff',
29
+ 'neutral-100': COLORS.neutral.neutral_100,
30
+ 'neutral-200': COLORS.neutral.neutral_200,
31
+ 'neutral-300': COLORS.neutral.neutral_300,
32
+ 'neutral-400': COLORS.neutral.neutral_400,
33
+ 'neutral-500': COLORS.neutral.neutral_500,
34
+ 'neutral-600': COLORS.neutral.neutral_600,
35
+ 'neutral-700': COLORS.neutral.neutral_700,
36
+ 'neutral-900': COLORS.neutral.neutral_900,
37
+ 'midnight-blue-900': COLORS.chart.midnight_blue_900,
38
+ 'midnight-blue-600': COLORS.chart.midnight_blue_600,
39
+ 'midnight-blue-100': COLORS.chart.midnight_blue_100,
40
+ 'red-100': COLORS.chart.red_100,
41
+ 'red-600': COLORS.chart.red_600,
42
+ 'red-900': COLORS.chart.red_900,
43
+ 'orange-100': COLORS.chart.orange_100,
44
+ 'orange-600': COLORS.chart.orange_600,
45
+ 'orange-900': COLORS.chart.orange_900,
46
+ 'yellow-100': COLORS.chart.yellow_100,
47
+ 'yellow-600': COLORS.chart.yellow_600,
48
+ 'yellow-900': COLORS.chart.yellow_900,
49
+ 'green-100': COLORS.brand.green_100,
50
+ 'green-600': COLORS.brand.green_600,
51
+ 'green-900': COLORS.brand.green_900,
52
+ 'blue-100': COLORS.secondary.blue_100,
53
+ 'blue-600': COLORS.secondary.blue_600,
54
+ 'blue-900': COLORS.secondary.blue_900,
55
+ 'light-blue-100': COLORS.chart.light_blue_100,
56
+ 'light-blue-600': COLORS.chart.light_blue_600,
57
+ 'light-blue-900': COLORS.chart.light_blue_900,
58
+ 'indigo-100': COLORS.brand.navy_100,
59
+ 'indigo-600': COLORS.brand.navy_600,
60
+ 'indigo-900': COLORS.brand.navy_900,
61
+ 'navy-100': COLORS.brand.navy_100,
62
+ 'navy-600': COLORS.brand.navy_600,
63
+ 'navy-900': COLORS.brand.navy_900,
64
+ 'purple-100': COLORS.chart.purple_100,
65
+ 'purple-600': COLORS.chart.purple_600,
66
+ 'purple-900': COLORS.chart.purple_900,
67
+ 'pink-100': COLORS.chart.pink_100,
68
+ 'pink-600': COLORS.chart.pink_600,
69
+ 'pink-900': COLORS.chart.pink_900,
70
+ notification: {
71
+ 'critical-100': COLORS.notification.critical_100,
72
+ 'critical-300': COLORS.notification.critical_300,
73
+ 'critical-600': COLORS.notification.critical_600,
74
+ 'critical-900': COLORS.notification.critical_900,
75
+ 'warning-100': COLORS.notification.warning_100,
76
+ 'warning-300': COLORS.notification.warning_300,
77
+ 'warning-600': COLORS.notification.warning_600,
78
+ 'warning-900': COLORS.notification.warning_900,
79
+ 'success-100': COLORS.notification.success_100,
80
+ 'success-300': COLORS.notification.success_300,
81
+ 'success-600': COLORS.notification.success_600,
82
+ 'success-900': COLORS.notification.success_900,
83
+ 'information-100': COLORS.notification.information_100,
84
+ 'information-300': COLORS.notification.information_300,
85
+ 'information-600': COLORS.notification.information_600,
86
+ 'information-900': COLORS.notification.information_900,
87
+ },
88
+ secondary: {
89
+ 'indigo-100': COLORS.secondary.indigo_100,
90
+ 'indigo-600': COLORS.secondary.indigo_600,
91
+ 'indigo-900': COLORS.secondary.indigo_900,
92
+ },
93
+ }),
94
+ height: {
95
+ 1: '8px',
96
+ 2: '16px',
97
+ 3: '24px',
98
+ 4: '32px',
99
+ 5: '40px',
100
+ 6: '48px',
101
+ 7: '56px',
102
+ },
103
+ gap: {
104
+ 1: '8px',
105
+ 2: '16px',
106
+ 3: '32px',
107
+ 4: '48px',
108
+ },
109
+ spacing: {
110
+ 0.25: '2px',
111
+ 0.5: '4px',
112
+ 0.75: '6px',
113
+ 1: '8px',
114
+ 2: '16px',
115
+ 3: '24px',
116
+ 4: '32px',
117
+ 5: '40px',
118
+ 6: '48px',
119
+ 7: '56px',
120
+ 8: '64px',
121
+ 9: '72px',
122
+ 10: '128px',
123
+ },
124
+ maxWidth: {
125
+ '1/4': '25%',
126
+ '1/2': '50%',
127
+ '3/4': '75%',
128
+ },
129
+ borderRadius: {
130
+ sm: '4px',
131
+ m: '8px',
132
+ x: '16px',
133
+ xl: '32px',
134
+ },
135
+ boxShadow: {
136
+ down: '0px 4px 8px 0px #00000014',
137
+ },
138
+ fontSize: {
139
+ xs: ['10px', { lineHeight: '16px' }],
140
+ sm: ['12px', { lineHeight: '18px' }],
141
+ base: ['14px', { lineHeight: '20px' }],
142
+ lg: ['16px', { lineHeight: '24px' }],
143
+ xl: ['22px', { lineHeight: '32px' }],
144
+ '2xl': ['28px', { lineHeight: '40px' }],
145
+ '3xl': ['30px', { lineHeight: '44px' }],
146
+ },
147
+ keyframes: {
148
+ 'accordion-down': {
149
+ from: { height: '0' },
150
+ to: { height: 'var(--radix-accordion-content-height)' },
151
+ },
152
+ 'accordion-up': {
153
+ from: { height: 'var(--radix-accordion-content-height)' },
154
+ to: { height: '0' },
155
+ },
156
+ },
157
+ animation: {
158
+ 'accordion-down': 'accordion-down 0.2s ease-out',
159
+ 'accordion-up': 'accordion-up 0.2s ease-out',
160
+ },
161
+ },
162
+ },
163
+ plugins: [
164
+ TailwindsAnimate,
165
+ TailwindsTypography,
166
+ TailwindsForms({ strategy: 'class' }),
167
+ ],
168
+ safelist: [
169
+ {
170
+ pattern: /bg-/,
171
+ },
172
+ {
173
+ pattern: /text-/,
174
+ },
175
+ {
176
+ pattern:
177
+ /m-|mx-|my-|mr-|mt-|mb-|ml–|p-|px–|py-|pr-|pt-|pb-|pl-|rounded|gap|w|h/,
178
+ },
179
+ ],
180
+ };
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,aAAa,EACb,gBAAgB,GACjB,MAAM,gBAAgB,CAAC;AAGxB,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,YAAY,CAAC;AAG9C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,YAAY,CAAC"}
@@ -1,88 +0,0 @@
1
- export declare const COLORS: {
2
- neutral: {
3
- white: string;
4
- black: string;
5
- neutral_900: string;
6
- neutral_700: string;
7
- neutral_600: string;
8
- neutral_500: string;
9
- neutral_400: string;
10
- neutral_300: string;
11
- neutral_200: string;
12
- neutral_100: string;
13
- };
14
- brand: {
15
- navy_900: string;
16
- navy_600: string;
17
- navy_100: string;
18
- green_900: string;
19
- green_600: string;
20
- green_100: string;
21
- };
22
- secondary: {
23
- indigo_900: string;
24
- indigo_600: string;
25
- indigo_100: string;
26
- purple_900: string;
27
- purple_600: string;
28
- purple_100: string;
29
- blue_900: string;
30
- blue_600: string;
31
- blue_100: string;
32
- pink_900: string;
33
- pink_600: string;
34
- pink_100: string;
35
- green_900: string;
36
- green_600: string;
37
- green_100: string;
38
- platform_background: string;
39
- };
40
- chart: {
41
- midnight_blue_900: string;
42
- midnight_blue_600: string;
43
- midnight_blue_100: string;
44
- green_900: string;
45
- green_600: string;
46
- green_100: string;
47
- purple_900: string;
48
- purple_600: string;
49
- purple_100: string;
50
- pink_900: string;
51
- pink_600: string;
52
- pink_100: string;
53
- light_blue_900: string;
54
- light_blue_600: string;
55
- light_blue_100: string;
56
- orange_900: string;
57
- orange_600: string;
58
- orange_100: string;
59
- red_900: string;
60
- red_600: string;
61
- red_100: string;
62
- blue_900: string;
63
- blue_600: string;
64
- blue_100: string;
65
- yellow_900: string;
66
- yellow_600: string;
67
- yellow_100: string;
68
- };
69
- notification: {
70
- critical_900: string;
71
- critical_600: string;
72
- critical_300: string;
73
- critical_100: string;
74
- warning_900: string;
75
- warning_600: string;
76
- warning_300: string;
77
- warning_100: string;
78
- success_900: string;
79
- success_600: string;
80
- success_300: string;
81
- success_100: string;
82
- information_900: string;
83
- information_600: string;
84
- information_300: string;
85
- information_100: string;
86
- };
87
- };
88
- //# sourceMappingURL=colors-utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"colors-utils.d.ts","sourceRoot":"","sources":["../../src/lib/colors-utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsFlB,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { ClassValue } from 'clsx';
2
- export declare function cn(...inputs: ClassValue[]): string;
3
- //# sourceMappingURL=css-util.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"css-util.d.ts","sourceRoot":"","sources":["../../src/lib/css-util.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAEvC,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
@@ -1,10 +0,0 @@
1
- import * as React from 'react';
2
- import * as AccordionPrimitive from '@radix-ui/react-accordion';
3
- declare const Accordion: React.ForwardRefExoticComponent<(Omit<AccordionPrimitive.AccordionSingleProps & React.RefAttributes<HTMLDivElement>, "ref"> | Omit<AccordionPrimitive.AccordionMultipleProps & React.RefAttributes<HTMLDivElement>, "ref">) & React.RefAttributes<HTMLDivElement>>;
4
- declare const AccordionItem: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
- declare const AccordionTrigger: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & {
6
- triggerClassName?: string;
7
- } & React.RefAttributes<HTMLButtonElement>>;
8
- declare const AccordionContent: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
9
- export { Accordion, AccordionItem, AccordionTrigger, AccordionContent };
10
- //# sourceMappingURL=accordion.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../src/ui/accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAC;AAKhE,QAAA,MAAM,SAAS,oQAYb,CAAC;AAEH,QAAA,MAAM,aAAa,iKAYjB,CAAC;AAIH,QAAA,MAAM,gBAAgB;uBAGC,MAAM;2CAkB3B,CAAC;AAIH,QAAA,MAAM,gBAAgB,oKAWpB,CAAC;AAIH,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,CAAC"}
@@ -1,221 +0,0 @@
1
- import React from 'react';
2
- import { VariantProps } from 'tailwind-variants';
3
- declare const avatarVariants: import("tailwind-variants").TVReturnType<{
4
- color: {
5
- default: string;
6
- indigo: string;
7
- };
8
- type: {
9
- icon: string;
10
- capitals: string;
11
- image: string;
12
- };
13
- size: {
14
- small: string;
15
- medium: string;
16
- large: string;
17
- };
18
- }, undefined, "flex items-center justify-center rounded-full", import("tailwind-variants/dist/config.js").TVConfig<{
19
- color: {
20
- default: string;
21
- indigo: string;
22
- };
23
- type: {
24
- icon: string;
25
- capitals: string;
26
- image: string;
27
- };
28
- size: {
29
- small: string;
30
- medium: string;
31
- large: string;
32
- };
33
- }, {
34
- color: {
35
- default: string;
36
- indigo: string;
37
- };
38
- type: {
39
- icon: string;
40
- capitals: string;
41
- image: string;
42
- };
43
- size: {
44
- small: string;
45
- medium: string;
46
- large: string;
47
- };
48
- }>, {
49
- color: {
50
- default: string;
51
- indigo: string;
52
- };
53
- type: {
54
- icon: string;
55
- capitals: string;
56
- image: string;
57
- };
58
- size: {
59
- small: string;
60
- medium: string;
61
- large: string;
62
- };
63
- }, undefined, import("tailwind-variants").TVReturnType<{
64
- color: {
65
- default: string;
66
- indigo: string;
67
- };
68
- type: {
69
- icon: string;
70
- capitals: string;
71
- image: string;
72
- };
73
- size: {
74
- small: string;
75
- medium: string;
76
- large: string;
77
- };
78
- }, undefined, "flex items-center justify-center rounded-full", import("tailwind-variants/dist/config.js").TVConfig<{
79
- color: {
80
- default: string;
81
- indigo: string;
82
- };
83
- type: {
84
- icon: string;
85
- capitals: string;
86
- image: string;
87
- };
88
- size: {
89
- small: string;
90
- medium: string;
91
- large: string;
92
- };
93
- }, {
94
- color: {
95
- default: string;
96
- indigo: string;
97
- };
98
- type: {
99
- icon: string;
100
- capitals: string;
101
- image: string;
102
- };
103
- size: {
104
- small: string;
105
- medium: string;
106
- large: string;
107
- };
108
- }>, unknown, unknown, undefined>>;
109
- export type AvatarProps = React.ComponentPropsWithoutRef<'div'> & VariantProps<typeof avatarVariants> & {
110
- asChild?: boolean;
111
- };
112
- declare const Avatar: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & VariantProps<import("tailwind-variants").TVReturnType<{
113
- color: {
114
- default: string;
115
- indigo: string;
116
- };
117
- type: {
118
- icon: string;
119
- capitals: string;
120
- image: string;
121
- };
122
- size: {
123
- small: string;
124
- medium: string;
125
- large: string;
126
- };
127
- }, undefined, "flex items-center justify-center rounded-full", import("tailwind-variants/dist/config.js").TVConfig<{
128
- color: {
129
- default: string;
130
- indigo: string;
131
- };
132
- type: {
133
- icon: string;
134
- capitals: string;
135
- image: string;
136
- };
137
- size: {
138
- small: string;
139
- medium: string;
140
- large: string;
141
- };
142
- }, {
143
- color: {
144
- default: string;
145
- indigo: string;
146
- };
147
- type: {
148
- icon: string;
149
- capitals: string;
150
- image: string;
151
- };
152
- size: {
153
- small: string;
154
- medium: string;
155
- large: string;
156
- };
157
- }>, {
158
- color: {
159
- default: string;
160
- indigo: string;
161
- };
162
- type: {
163
- icon: string;
164
- capitals: string;
165
- image: string;
166
- };
167
- size: {
168
- small: string;
169
- medium: string;
170
- large: string;
171
- };
172
- }, undefined, import("tailwind-variants").TVReturnType<{
173
- color: {
174
- default: string;
175
- indigo: string;
176
- };
177
- type: {
178
- icon: string;
179
- capitals: string;
180
- image: string;
181
- };
182
- size: {
183
- small: string;
184
- medium: string;
185
- large: string;
186
- };
187
- }, undefined, "flex items-center justify-center rounded-full", import("tailwind-variants/dist/config.js").TVConfig<{
188
- color: {
189
- default: string;
190
- indigo: string;
191
- };
192
- type: {
193
- icon: string;
194
- capitals: string;
195
- image: string;
196
- };
197
- size: {
198
- small: string;
199
- medium: string;
200
- large: string;
201
- };
202
- }, {
203
- color: {
204
- default: string;
205
- indigo: string;
206
- };
207
- type: {
208
- icon: string;
209
- capitals: string;
210
- image: string;
211
- };
212
- size: {
213
- small: string;
214
- medium: string;
215
- large: string;
216
- };
217
- }>, unknown, unknown, undefined>>> & {
218
- asChild?: boolean;
219
- } & React.RefAttributes<HTMLDivElement>>;
220
- export default Avatar;
221
- //# sourceMappingURL=avatar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../src/ui/avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,YAAY,EAAM,MAAM,mBAAmB,CAAC;AAErD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAwClB,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,GAC7D,YAAY,CAAC,OAAO,cAAc,CAAC,GAAG;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEJ,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAHE,OAAO;wCAmBpB,CAAC;AAGF,eAAe,MAAM,CAAC"}