@ceed/cds 1.24.1-next.3 → 1.26.0
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/chunks/rehype-accent-FZRUD7VI.js +39 -0
- package/dist/components/CurrencyInput/CurrencyInput.d.ts +1 -1
- package/dist/components/CurrencyInput/hooks/use-currency-setting.d.ts +2 -2
- package/dist/components/DataTable/components.d.ts +2 -1
- package/dist/components/DataTable/hooks.d.ts +1 -1
- package/dist/components/DataTable/styled.d.ts +3 -1
- package/dist/components/DataTable/types.d.ts +11 -0
- package/dist/components/DataTable/utils.d.ts +2 -2
- package/dist/components/RadioTileGroup/RadioTileGroup.d.ts +56 -0
- package/dist/components/RadioTileGroup/index.d.ts +3 -0
- package/dist/components/data-display/DataTable.md +177 -1
- package/dist/components/data-display/InfoSign.md +74 -91
- package/dist/components/data-display/Typography.md +411 -94
- package/dist/components/feedback/CircularProgress.md +257 -0
- package/dist/components/feedback/Dialog.md +76 -62
- package/dist/components/feedback/Modal.md +430 -138
- package/dist/components/feedback/Skeleton.md +280 -0
- package/dist/components/feedback/llms.txt +2 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/inputs/Autocomplete.md +356 -107
- package/dist/components/inputs/ButtonGroup.md +115 -104
- package/dist/components/inputs/CurrencyInput.md +183 -5
- package/dist/components/inputs/DatePicker.md +108 -431
- package/dist/components/inputs/DateRangePicker.md +131 -492
- package/dist/components/inputs/FilterableCheckboxGroup.md +145 -19
- package/dist/components/inputs/FormControl.md +361 -0
- package/dist/components/inputs/IconButton.md +137 -88
- package/dist/components/inputs/Input.md +204 -73
- package/dist/components/inputs/MonthPicker.md +95 -422
- package/dist/components/inputs/MonthRangePicker.md +89 -466
- package/dist/components/inputs/PercentageInput.md +185 -16
- package/dist/components/inputs/RadioButton.md +163 -35
- package/dist/components/inputs/RadioList.md +241 -0
- package/dist/components/inputs/RadioTileGroup.md +507 -0
- package/dist/components/inputs/Select.md +222 -326
- package/dist/components/inputs/Slider.md +334 -0
- package/dist/components/inputs/Switch.md +143 -376
- package/dist/components/inputs/Textarea.md +213 -10
- package/dist/components/inputs/Uploader/Uploader.md +145 -66
- package/dist/components/inputs/llms.txt +4 -0
- package/dist/components/navigation/Breadcrumbs.md +57 -308
- package/dist/components/navigation/Drawer.md +180 -0
- package/dist/components/navigation/Dropdown.md +98 -215
- package/dist/components/navigation/IconMenuButton.md +40 -502
- package/dist/components/navigation/InsetDrawer.md +281 -650
- package/dist/components/navigation/Link.md +31 -348
- package/dist/components/navigation/Menu.md +92 -285
- package/dist/components/navigation/MenuButton.md +55 -448
- package/dist/components/navigation/Pagination.md +47 -338
- package/dist/components/navigation/Stepper.md +160 -28
- package/dist/components/navigation/Tabs.md +57 -316
- package/dist/components/surfaces/Accordions.md +49 -804
- package/dist/components/surfaces/Card.md +97 -157
- package/dist/components/surfaces/Divider.md +83 -234
- package/dist/components/surfaces/Sheet.md +153 -328
- package/dist/guides/ThemeProvider.md +89 -0
- package/dist/guides/llms.txt +9 -0
- package/dist/index.browser.js +224 -0
- package/dist/index.browser.js.map +7 -0
- package/dist/index.cjs +726 -425
- package/dist/index.d.ts +1 -1
- package/dist/index.js +641 -396
- package/dist/llms.txt +9 -0
- package/framer/index.js +1 -163
- package/package.json +22 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ceed/cds",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.0",
|
|
4
4
|
"main": "dist/index.cjs",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,9 +11,12 @@
|
|
|
11
11
|
"storybook": "storybook dev -p 6006",
|
|
12
12
|
"test-storybook": "vitest --project=storybook",
|
|
13
13
|
"build-storybook": "storybook build --webpack-stats-json",
|
|
14
|
-
"build": "yarn build-for-framer && rm -rf ./dist && tsc --emitDeclarationOnly -p tsconfig.build.json && yarn build:esm && yarn build:cjs && yarn generate:dist-llms",
|
|
15
|
-
"build
|
|
16
|
-
"build:
|
|
14
|
+
"build": "yarn build-for-framer && rm -rf ./dist && tsc --emitDeclarationOnly -p tsconfig.build.json && yarn build:esm && yarn build:cjs && yarn build:browser:prod && yarn generate:dist-llms",
|
|
15
|
+
"test:build": "vitest run --project=build-validation",
|
|
16
|
+
"build:esm": "node esbuild.esm.mjs",
|
|
17
|
+
"build:cjs": "node esbuild.cjs.mjs",
|
|
18
|
+
"build:browser": "node esbuild.browser.mjs",
|
|
19
|
+
"build:browser:prod": "NODE_ENV=production node esbuild.browser.mjs",
|
|
17
20
|
"build-for-framer": "yarn esbuild src/framer-entrypoint.ts --bundle --outfile='framer/index.js' --format=esm '--external:react' '--external:react/jsx-runtime' '--external:react-dom' '--external:framer' '--external:framer-motion' --main-fields=module,main --target=chrome58 --minify",
|
|
18
21
|
"prepack": "yarn build",
|
|
19
22
|
"lint": "oxlint && eslint \"./src/**/*.{ts,tsx}\"",
|
|
@@ -26,8 +29,12 @@
|
|
|
26
29
|
],
|
|
27
30
|
"exports": {
|
|
28
31
|
".": {
|
|
32
|
+
"browser": "./dist/index.browser.js",
|
|
29
33
|
"import": "./dist/index.js",
|
|
30
34
|
"require": "./dist/index.cjs"
|
|
35
|
+
},
|
|
36
|
+
"./browser": {
|
|
37
|
+
"import": "./dist/index.browser.js"
|
|
31
38
|
}
|
|
32
39
|
},
|
|
33
40
|
"author": "Ecube Labs",
|
|
@@ -54,28 +61,27 @@
|
|
|
54
61
|
"unist-util-visit": "^5.0.0"
|
|
55
62
|
},
|
|
56
63
|
"devDependencies": {
|
|
57
|
-
"@chromatic-com/storybook": "^
|
|
64
|
+
"@chromatic-com/storybook": "^5.0.1",
|
|
58
65
|
"@ecubelabs/prettier-config": "^0.0.8",
|
|
59
66
|
"@ecubelabs/tsconfig": "^1.0.0",
|
|
60
67
|
"@mui/material": "^5.15.10",
|
|
61
68
|
"@prettier/plugin-oxc": "^0.0.4",
|
|
62
|
-
"@storybook/addon-a11y": "^
|
|
63
|
-
"@storybook/addon-docs": "^
|
|
64
|
-
"@storybook/addon-links": "^
|
|
65
|
-
"@storybook/addon-vitest": "^
|
|
66
|
-
"@storybook/
|
|
67
|
-
"@storybook/react-vite": "^9.0.18",
|
|
69
|
+
"@storybook/addon-a11y": "^10.2.19",
|
|
70
|
+
"@storybook/addon-docs": "^10.2.19",
|
|
71
|
+
"@storybook/addon-links": "^10.2.19",
|
|
72
|
+
"@storybook/addon-vitest": "^10.2.19",
|
|
73
|
+
"@storybook/react-vite": "^10.2.19",
|
|
68
74
|
"@types/unist": "^3.0.2",
|
|
69
75
|
"@vitest/browser": "^3.2.4",
|
|
70
76
|
"@vitest/coverage-v8": "^3.2.4",
|
|
71
|
-
"esbuild": "^0.
|
|
77
|
+
"esbuild": "^0.27.0",
|
|
72
78
|
"eslint": "^8.46.0",
|
|
73
79
|
"eslint-config-prettier": "^10.1.5",
|
|
74
80
|
"eslint-plugin-oxlint": "^1.9.0",
|
|
75
81
|
"eslint-plugin-prettier": "^5.5.1",
|
|
76
82
|
"eslint-plugin-react": "^7.34.1",
|
|
77
83
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
78
|
-
"eslint-plugin-storybook": "
|
|
84
|
+
"eslint-plugin-storybook": "10.2.19",
|
|
79
85
|
"framer": "^2.4.1",
|
|
80
86
|
"oxlint": "^1.9.0",
|
|
81
87
|
"playwright": "^1.54.1",
|
|
@@ -84,16 +90,15 @@
|
|
|
84
90
|
"react-dom": "^18.2.0",
|
|
85
91
|
"semantic-release": "^24.2.1",
|
|
86
92
|
"semantic-release-yarn": "^3.0.2",
|
|
87
|
-
"storybook": "^
|
|
93
|
+
"storybook": "^10.2.19",
|
|
88
94
|
"turbo": "^2.5.6",
|
|
89
95
|
"typescript": "^5.3.3",
|
|
90
|
-
"vite": "^7.1
|
|
96
|
+
"vite": "^7.3.1",
|
|
91
97
|
"vitest": "^3.2.4"
|
|
92
98
|
},
|
|
93
99
|
"repository": {
|
|
94
100
|
"type": "git",
|
|
95
101
|
"url": "git+ssh://git@github.com/Ecube-Labs/hds.git"
|
|
96
102
|
},
|
|
97
|
-
"packageManager": "yarn@4.1.0"
|
|
98
|
-
"stableVersion": "1.0.0"
|
|
103
|
+
"packageManager": "yarn@4.1.0"
|
|
99
104
|
}
|