@dito-uai/components 5.0.0-alpha2 → 5.0.0-alpha20
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/Alert/Alert.d.ts +5 -0
- package/dist/Alert/index.d.ts +1 -0
- package/dist/Avatar/Avatar.d.ts +25 -0
- package/dist/Avatar/index.d.ts +1 -0
- package/dist/Badge/Badge.d.ts +21 -0
- package/dist/Badge/index.d.ts +1 -0
- package/dist/Button/Button.d.ts +17 -0
- package/dist/Button/index.d.ts +1 -0
- package/dist/Card/Card.d.ts +19 -0
- package/dist/Card/ProgressCard.d.ts +10 -0
- package/dist/Card/RadioCard.d.ts +17 -0
- package/dist/Card/SelectCard.d.ts +19 -0
- package/dist/Card/StepCard.d.ts +17 -0
- package/dist/Card/index.d.ts +5 -0
- package/dist/CardsCanva/CardsCanva.d.ts +16 -0
- package/dist/CardsCanva/index.d.ts +1 -0
- package/dist/Checkbox/Checkbox.d.ts +13 -0
- package/dist/Checkbox/index.d.ts +1 -0
- package/dist/Chips/Chips.d.ts +39 -0
- package/dist/Chips/index.d.ts +1 -0
- package/dist/DatePicker/DatePicker.d.ts +14 -0
- package/dist/DatePicker/RangePicker.d.ts +21 -0
- package/dist/DatePicker/helpers/index.d.ts +2 -0
- package/dist/DatePicker/helpers/lang.d.ts +25 -0
- package/dist/DatePicker/helpers/ranges.d.ts +20 -0
- package/dist/DatePicker/index.d.ts +4 -0
- package/dist/DatePicker/language/en_US.d.ts +3 -0
- package/dist/DatePicker/language/index.d.ts +2 -0
- package/dist/DatePicker/language/pt_BR.d.ts +3 -0
- package/dist/Divider/Divider.d.ts +8 -0
- package/dist/Divider/index.d.ts +1 -0
- package/dist/ExternalLink/ExternalLink.d.ts +9 -0
- package/dist/ExternalLink/index.d.ts +1 -0
- package/dist/Flex/Flex.d.ts +7 -0
- package/dist/Flex/index.d.ts +1 -0
- package/dist/Form/Form.d.ts +11 -0
- package/dist/Form/index.d.ts +1 -0
- package/dist/Indicator/Indicator.d.ts +19 -0
- package/dist/Indicator/index.d.ts +1 -0
- package/dist/Input/Input.d.ts +15 -0
- package/dist/Input/TextArea.d.ts +15 -0
- package/dist/Input/index.d.ts +1 -0
- package/dist/Internal/ActionCard.d.ts +10 -0
- package/dist/Internal/Box.d.ts +6 -0
- package/dist/Internal/index.d.ts +1 -0
- package/dist/ListItem/ListItem.d.ts +28 -0
- package/dist/ListItem/index.d.ts +1 -0
- package/dist/Loading/Loading.d.ts +25 -0
- package/dist/Loading/index.d.ts +1 -0
- package/dist/Menu/Item.d.ts +3 -0
- package/dist/Menu/ItemsRadioGroup.d.ts +14 -0
- package/dist/Menu/Menu.d.ts +10 -0
- package/dist/Menu/SubMenu.d.ts +4 -0
- package/dist/Menu/index.d.ts +2 -0
- package/dist/Message/Message.d.ts +20 -0
- package/dist/Message/index.d.ts +2 -0
- package/dist/Pagination/Pagination.d.ts +13 -0
- package/dist/Pagination/index.d.ts +1 -0
- package/dist/Progress/Progress.d.ts +10 -0
- package/dist/Progress/ProgressBar.d.ts +15 -0
- package/dist/Progress/ProgressIndicator.d.ts +8 -0
- package/dist/Progress/index.d.ts +4 -0
- package/dist/Radio/Radio.d.ts +16 -0
- package/dist/Radio/index.d.ts +1 -0
- package/dist/ScopeButton/ScopeButton.d.ts +22 -0
- package/dist/ScopeButton/index.d.ts +1 -0
- package/dist/Search/Search.d.ts +14 -0
- package/dist/Select/Category.d.ts +15 -0
- package/dist/Select/CategoryFreeText.d.ts +13 -0
- package/dist/Select/Commons.d.ts +24 -0
- package/dist/Select/Multiple.d.ts +13 -0
- package/dist/Select/MultipleFreeText.d.ts +11 -0
- package/dist/Select/Select.d.ts +24 -0
- package/dist/Select/index.d.ts +6 -0
- package/dist/Select/types.d.ts +61 -0
- package/dist/Select/utils.d.ts +6 -0
- package/dist/Sheets/SheetTitleWithDescription.d.ts +7 -0
- package/dist/Sheets/Sheets.d.ts +8 -0
- package/dist/Sheets/index.d.ts +1 -0
- package/dist/Skeleton/Skeleton.d.ts +53 -0
- package/dist/Skeleton/index.d.ts +1 -0
- package/dist/Status/Status.d.ts +8 -0
- package/dist/Status/StatusMenu.d.ts +17 -0
- package/dist/Status/StatusSimple.d.ts +19 -0
- package/dist/Status/index.d.ts +3 -0
- package/dist/Steps/Step.d.ts +12 -0
- package/dist/Steps/Steps.d.ts +7 -0
- package/dist/Steps/index.d.ts +2 -0
- package/dist/Table/MenuHeader.d.ts +16 -0
- package/dist/Table/MenuRow.d.ts +8 -0
- package/dist/Table/Table.d.ts +4 -0
- package/dist/Table/TitleDropdown.d.ts +4 -0
- package/dist/Table/TitleHeader.d.ts +11 -0
- package/dist/Table/index.d.ts +2 -0
- package/dist/Table/types.d.ts +63 -0
- package/dist/Table/utils.d.ts +6 -0
- package/dist/Tabs/Tabs.d.ts +7 -0
- package/dist/Tabs/index.d.ts +1 -0
- package/dist/Text/Text.d.ts +66 -0
- package/dist/Text/index.d.ts +1 -0
- package/dist/TimePicker/NumberCarousel.d.ts +8 -0
- package/dist/TimePicker/TimeMenu.d.ts +7 -0
- package/dist/TimePicker/TimePicker.d.ts +12 -0
- package/dist/TimePicker/index.d.ts +1 -0
- package/dist/Toggle/Toggle.d.ts +4 -0
- package/dist/Toggle/index.d.ts +1 -0
- package/dist/Tooltip/Tooltip.d.ts +11 -0
- package/dist/Tooltip/index.d.ts +1 -0
- package/dist/global.css +1 -1
- package/dist/index.cjs +52 -1503
- package/dist/index.cjs.js +94996 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.cts +8 -13
- package/dist/index.d.ts +8 -13
- package/dist/index.esm.js +94910 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/index.js +14 -1465
- package/package.json +10 -7
- package/dist/index.d.ts.map +0 -1
- package/dist/lib/colors-utils.d.ts +0 -88
- package/dist/lib/colors-utils.d.ts.map +0 -1
- package/dist/lib/css-util.d.ts +0 -3
- package/dist/lib/css-util.d.ts.map +0 -1
- package/dist/ui/accordion.d.ts +0 -10
- package/dist/ui/accordion.d.ts.map +0 -1
- package/dist/ui/avatar.d.ts +0 -221
- package/dist/ui/avatar.d.ts.map +0 -1
- package/dist/ui/badge.d.ts +0 -264
- package/dist/ui/badge.d.ts.map +0 -1
- package/dist/ui/button.d.ts +0 -765
- package/dist/ui/button.d.ts.map +0 -1
- package/dist/ui/card.d.ts +0 -122
- package/dist/ui/card.d.ts.map +0 -1
- package/dist/ui/checkbox.d.ts +0 -4
- package/dist/ui/checkbox.d.ts.map +0 -1
- package/dist/ui/chips.d.ts +0 -416
- package/dist/ui/chips.d.ts.map +0 -1
- package/dist/ui/form-item.d.ts +0 -16
- package/dist/ui/form-item.d.ts.map +0 -1
- package/dist/ui/form.d.ts +0 -1
- package/dist/ui/form.d.ts.map +0 -1
- package/dist/ui/indicator.d.ts +0 -57
- package/dist/ui/indicator.d.ts.map +0 -1
- package/dist/ui/input-description.d.ts +0 -66
- package/dist/ui/input-description.d.ts.map +0 -1
- package/dist/ui/input.d.ts +0 -209
- package/dist/ui/input.d.ts.map +0 -1
- package/dist/ui/internal/dropdown-content.d.ts +0 -12
- package/dist/ui/internal/dropdown-content.d.ts.map +0 -1
- package/dist/ui/label.d.ts +0 -43
- package/dist/ui/label.d.ts.map +0 -1
- package/dist/ui/progress-bar.d.ts +0 -9
- package/dist/ui/progress-bar.d.ts.map +0 -1
- package/dist/ui/progress.d.ts +0 -57
- package/dist/ui/progress.d.ts.map +0 -1
- package/dist/ui/radio.d.ts +0 -10
- package/dist/ui/radio.d.ts.map +0 -1
- package/dist/ui/scope.d.ts +0 -209
- package/dist/ui/scope.d.ts.map +0 -1
- package/dist/ui/search.d.ts +0 -199
- package/dist/ui/search.d.ts.map +0 -1
- package/dist/ui/sheets.d.ts +0 -15
- package/dist/ui/sheets.d.ts.map +0 -1
- package/dist/ui/status.d.ts +0 -76
- package/dist/ui/status.d.ts.map +0 -1
- package/dist/ui/text.d.ts +0 -115
- package/dist/ui/text.d.ts.map +0 -1
- package/dist/ui/textarea.d.ts +0 -9
- package/dist/ui/textarea.d.ts.map +0 -1
- package/dist/ui/toggle.d.ts +0 -13
- 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-
|
|
3
|
+
"version": "5.0.0-alpha20",
|
|
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,7 +9,7 @@
|
|
|
9
9
|
"type": "module",
|
|
10
10
|
"main": "dist/index.js",
|
|
11
11
|
"module": "dist/index.mjs",
|
|
12
|
-
"types": "dist
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"files": [
|
|
15
15
|
"dist/"
|
|
@@ -25,7 +25,9 @@
|
|
|
25
25
|
"default": "./dist/index.mjs"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
-
"./global.css": "./dist/global.css"
|
|
28
|
+
"./global.css": "./dist/global.css",
|
|
29
|
+
"./tailwind.config": "./tailwind.config.ts",
|
|
30
|
+
"./colors": "./lib/colors-utils.ts"
|
|
29
31
|
},
|
|
30
32
|
"scripts": {
|
|
31
33
|
"dev": "yarn build",
|
|
@@ -34,7 +36,7 @@
|
|
|
34
36
|
"build": "yarn build:css & yarn build:js --watch",
|
|
35
37
|
"build:js": "tsup",
|
|
36
38
|
"build:types": "tsc --declaration --emitDeclarationOnly --declarationDir dist",
|
|
37
|
-
"build:css": "tailwindcss -i ./src/global.css -o ./dist/global.css --minify"
|
|
39
|
+
"build:css": "tailwindcss -i ./src/global.css -o ./dist/global.css --minify -v"
|
|
38
40
|
},
|
|
39
41
|
"packageManager": "yarn@4.1.1",
|
|
40
42
|
"devDependencies": {
|
|
@@ -47,7 +49,7 @@
|
|
|
47
49
|
"postcss": "^8.4.38",
|
|
48
50
|
"supports-color": "^9.4.0",
|
|
49
51
|
"tailwind-variants": "^0.2.1",
|
|
50
|
-
"tailwindcss": "^3.4.
|
|
52
|
+
"tailwindcss": "^3.4.13",
|
|
51
53
|
"tsup": "^8.2.3",
|
|
52
54
|
"typescript": "^5.5.4",
|
|
53
55
|
"vite": "^5.3.5"
|
|
@@ -58,14 +60,15 @@
|
|
|
58
60
|
"@radix-ui/react-accordion": "^1.2.0",
|
|
59
61
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
60
62
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
63
|
+
"@radix-ui/react-collapsible": "^1.1.1",
|
|
61
64
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
62
65
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
63
66
|
"@radix-ui/react-progress": "^1.1.0",
|
|
64
67
|
"@radix-ui/react-radio-group": "^1.2.0",
|
|
65
68
|
"@radix-ui/react-slot": "^1.1.0",
|
|
66
69
|
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
67
|
-
"@tailwindcss/forms": "^0.5.
|
|
68
|
-
"@tailwindcss/typography": "^0.5.
|
|
70
|
+
"@tailwindcss/forms": "^0.5.9",
|
|
71
|
+
"@tailwindcss/typography": "^0.5.15",
|
|
69
72
|
"@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.15",
|
|
70
73
|
"class-variance-authority": "^0.7.0",
|
|
71
74
|
"clsx": "^2.1.1",
|
package/dist/index.d.ts.map
DELETED
|
@@ -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"}
|
package/dist/lib/css-util.d.ts
DELETED
|
@@ -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"}
|
package/dist/ui/accordion.d.ts
DELETED
|
@@ -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"}
|
package/dist/ui/avatar.d.ts
DELETED
|
@@ -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
|
package/dist/ui/avatar.d.ts.map
DELETED
|
@@ -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"}
|
package/dist/ui/badge.d.ts
DELETED
|
@@ -1,264 +0,0 @@
|
|
|
1
|
-
import type { HTMLAttributes } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { VariantProps } from 'tailwind-variants';
|
|
4
|
-
declare const badgeVariants: import("tailwind-variants").TVReturnType<{
|
|
5
|
-
contrast: {
|
|
6
|
-
true: string;
|
|
7
|
-
false: string;
|
|
8
|
-
};
|
|
9
|
-
status: {
|
|
10
|
-
info: string;
|
|
11
|
-
attention: string;
|
|
12
|
-
white: string;
|
|
13
|
-
};
|
|
14
|
-
size: {
|
|
15
|
-
small: string;
|
|
16
|
-
normal: string;
|
|
17
|
-
};
|
|
18
|
-
type: {
|
|
19
|
-
pill: string;
|
|
20
|
-
dot: string;
|
|
21
|
-
};
|
|
22
|
-
}, undefined, "flex items-center justify-center rounded-full", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
23
|
-
contrast: {
|
|
24
|
-
true: string;
|
|
25
|
-
false: string;
|
|
26
|
-
};
|
|
27
|
-
status: {
|
|
28
|
-
info: string;
|
|
29
|
-
attention: string;
|
|
30
|
-
white: string;
|
|
31
|
-
};
|
|
32
|
-
size: {
|
|
33
|
-
small: string;
|
|
34
|
-
normal: string;
|
|
35
|
-
};
|
|
36
|
-
type: {
|
|
37
|
-
pill: string;
|
|
38
|
-
dot: string;
|
|
39
|
-
};
|
|
40
|
-
}, {
|
|
41
|
-
contrast: {
|
|
42
|
-
true: string;
|
|
43
|
-
false: string;
|
|
44
|
-
};
|
|
45
|
-
status: {
|
|
46
|
-
info: string;
|
|
47
|
-
attention: string;
|
|
48
|
-
white: string;
|
|
49
|
-
};
|
|
50
|
-
size: {
|
|
51
|
-
small: string;
|
|
52
|
-
normal: string;
|
|
53
|
-
};
|
|
54
|
-
type: {
|
|
55
|
-
pill: string;
|
|
56
|
-
dot: string;
|
|
57
|
-
};
|
|
58
|
-
}>, {
|
|
59
|
-
contrast: {
|
|
60
|
-
true: string;
|
|
61
|
-
false: string;
|
|
62
|
-
};
|
|
63
|
-
status: {
|
|
64
|
-
info: string;
|
|
65
|
-
attention: string;
|
|
66
|
-
white: string;
|
|
67
|
-
};
|
|
68
|
-
size: {
|
|
69
|
-
small: string;
|
|
70
|
-
normal: string;
|
|
71
|
-
};
|
|
72
|
-
type: {
|
|
73
|
-
pill: string;
|
|
74
|
-
dot: string;
|
|
75
|
-
};
|
|
76
|
-
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
77
|
-
contrast: {
|
|
78
|
-
true: string;
|
|
79
|
-
false: string;
|
|
80
|
-
};
|
|
81
|
-
status: {
|
|
82
|
-
info: string;
|
|
83
|
-
attention: string;
|
|
84
|
-
white: string;
|
|
85
|
-
};
|
|
86
|
-
size: {
|
|
87
|
-
small: string;
|
|
88
|
-
normal: string;
|
|
89
|
-
};
|
|
90
|
-
type: {
|
|
91
|
-
pill: string;
|
|
92
|
-
dot: string;
|
|
93
|
-
};
|
|
94
|
-
}, undefined, "flex items-center justify-center rounded-full", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
95
|
-
contrast: {
|
|
96
|
-
true: string;
|
|
97
|
-
false: string;
|
|
98
|
-
};
|
|
99
|
-
status: {
|
|
100
|
-
info: string;
|
|
101
|
-
attention: string;
|
|
102
|
-
white: string;
|
|
103
|
-
};
|
|
104
|
-
size: {
|
|
105
|
-
small: string;
|
|
106
|
-
normal: string;
|
|
107
|
-
};
|
|
108
|
-
type: {
|
|
109
|
-
pill: string;
|
|
110
|
-
dot: string;
|
|
111
|
-
};
|
|
112
|
-
}, {
|
|
113
|
-
contrast: {
|
|
114
|
-
true: string;
|
|
115
|
-
false: string;
|
|
116
|
-
};
|
|
117
|
-
status: {
|
|
118
|
-
info: string;
|
|
119
|
-
attention: string;
|
|
120
|
-
white: string;
|
|
121
|
-
};
|
|
122
|
-
size: {
|
|
123
|
-
small: string;
|
|
124
|
-
normal: string;
|
|
125
|
-
};
|
|
126
|
-
type: {
|
|
127
|
-
pill: string;
|
|
128
|
-
dot: string;
|
|
129
|
-
};
|
|
130
|
-
}>, unknown, unknown, undefined>>;
|
|
131
|
-
export type BadgeProps = HTMLAttributes<HTMLSpanElement> & VariantProps<typeof badgeVariants> & {
|
|
132
|
-
asChild?: boolean;
|
|
133
|
-
};
|
|
134
|
-
declare const Badge: React.ForwardRefExoticComponent<HTMLAttributes<HTMLSpanElement> & VariantProps<import("tailwind-variants").TVReturnType<{
|
|
135
|
-
contrast: {
|
|
136
|
-
true: string;
|
|
137
|
-
false: string;
|
|
138
|
-
};
|
|
139
|
-
status: {
|
|
140
|
-
info: string;
|
|
141
|
-
attention: string;
|
|
142
|
-
white: string;
|
|
143
|
-
};
|
|
144
|
-
size: {
|
|
145
|
-
small: string;
|
|
146
|
-
normal: string;
|
|
147
|
-
};
|
|
148
|
-
type: {
|
|
149
|
-
pill: string;
|
|
150
|
-
dot: string;
|
|
151
|
-
};
|
|
152
|
-
}, undefined, "flex items-center justify-center rounded-full", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
153
|
-
contrast: {
|
|
154
|
-
true: string;
|
|
155
|
-
false: string;
|
|
156
|
-
};
|
|
157
|
-
status: {
|
|
158
|
-
info: string;
|
|
159
|
-
attention: string;
|
|
160
|
-
white: string;
|
|
161
|
-
};
|
|
162
|
-
size: {
|
|
163
|
-
small: string;
|
|
164
|
-
normal: string;
|
|
165
|
-
};
|
|
166
|
-
type: {
|
|
167
|
-
pill: string;
|
|
168
|
-
dot: string;
|
|
169
|
-
};
|
|
170
|
-
}, {
|
|
171
|
-
contrast: {
|
|
172
|
-
true: string;
|
|
173
|
-
false: string;
|
|
174
|
-
};
|
|
175
|
-
status: {
|
|
176
|
-
info: string;
|
|
177
|
-
attention: string;
|
|
178
|
-
white: string;
|
|
179
|
-
};
|
|
180
|
-
size: {
|
|
181
|
-
small: string;
|
|
182
|
-
normal: string;
|
|
183
|
-
};
|
|
184
|
-
type: {
|
|
185
|
-
pill: string;
|
|
186
|
-
dot: string;
|
|
187
|
-
};
|
|
188
|
-
}>, {
|
|
189
|
-
contrast: {
|
|
190
|
-
true: string;
|
|
191
|
-
false: string;
|
|
192
|
-
};
|
|
193
|
-
status: {
|
|
194
|
-
info: string;
|
|
195
|
-
attention: string;
|
|
196
|
-
white: string;
|
|
197
|
-
};
|
|
198
|
-
size: {
|
|
199
|
-
small: string;
|
|
200
|
-
normal: string;
|
|
201
|
-
};
|
|
202
|
-
type: {
|
|
203
|
-
pill: string;
|
|
204
|
-
dot: string;
|
|
205
|
-
};
|
|
206
|
-
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
207
|
-
contrast: {
|
|
208
|
-
true: string;
|
|
209
|
-
false: string;
|
|
210
|
-
};
|
|
211
|
-
status: {
|
|
212
|
-
info: string;
|
|
213
|
-
attention: string;
|
|
214
|
-
white: string;
|
|
215
|
-
};
|
|
216
|
-
size: {
|
|
217
|
-
small: string;
|
|
218
|
-
normal: string;
|
|
219
|
-
};
|
|
220
|
-
type: {
|
|
221
|
-
pill: string;
|
|
222
|
-
dot: string;
|
|
223
|
-
};
|
|
224
|
-
}, undefined, "flex items-center justify-center rounded-full", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
225
|
-
contrast: {
|
|
226
|
-
true: string;
|
|
227
|
-
false: string;
|
|
228
|
-
};
|
|
229
|
-
status: {
|
|
230
|
-
info: string;
|
|
231
|
-
attention: string;
|
|
232
|
-
white: string;
|
|
233
|
-
};
|
|
234
|
-
size: {
|
|
235
|
-
small: string;
|
|
236
|
-
normal: string;
|
|
237
|
-
};
|
|
238
|
-
type: {
|
|
239
|
-
pill: string;
|
|
240
|
-
dot: string;
|
|
241
|
-
};
|
|
242
|
-
}, {
|
|
243
|
-
contrast: {
|
|
244
|
-
true: string;
|
|
245
|
-
false: string;
|
|
246
|
-
};
|
|
247
|
-
status: {
|
|
248
|
-
info: string;
|
|
249
|
-
attention: string;
|
|
250
|
-
white: string;
|
|
251
|
-
};
|
|
252
|
-
size: {
|
|
253
|
-
small: string;
|
|
254
|
-
normal: string;
|
|
255
|
-
};
|
|
256
|
-
type: {
|
|
257
|
-
pill: string;
|
|
258
|
-
dot: string;
|
|
259
|
-
};
|
|
260
|
-
}>, unknown, unknown, undefined>>> & {
|
|
261
|
-
asChild?: boolean;
|
|
262
|
-
} & React.RefAttributes<HTMLSpanElement>>;
|
|
263
|
-
export default Badge;
|
|
264
|
-
//# sourceMappingURL=badge.d.ts.map
|
package/dist/ui/badge.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../src/ui/badge.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAM,MAAM,mBAAmB,CAAC;AAIrD,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6CjB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,eAAe,CAAC,GACtD,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IACnC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEJ,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAHG,OAAO;yCAqBpB,CAAC;AAGF,eAAe,KAAK,CAAC"}
|