@ceed/ads 1.25.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/styled.d.ts +3 -1
- package/dist/components/DataTable/types.d.ts +1 -0
- package/dist/components/ProfileMenu/ProfileMenu.d.ts +1 -1
- package/dist/components/data-display/Badge.md +71 -39
- package/dist/components/data-display/DataTable.md +77 -1
- package/dist/components/data-display/InfoSign.md +74 -98
- package/dist/components/data-display/Typography.md +363 -97
- package/dist/components/feedback/CircularProgress.md +257 -0
- package/dist/components/feedback/Dialog.md +76 -62
- package/dist/components/feedback/Modal.md +259 -44
- package/dist/components/feedback/Skeleton.md +280 -0
- package/dist/components/feedback/llms.txt +2 -0
- package/dist/components/inputs/Autocomplete.md +356 -107
- package/dist/components/inputs/ButtonGroup.md +115 -106
- package/dist/components/inputs/Calendar.md +98 -459
- 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/FilterMenu.md +169 -19
- package/dist/components/inputs/FilterableCheckboxGroup.md +123 -23
- package/dist/components/inputs/FormControl.md +361 -0
- package/dist/components/inputs/IconButton.md +137 -88
- package/dist/components/inputs/Input.md +5 -0
- 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 +150 -61
- package/dist/components/inputs/Select.md +222 -326
- package/dist/components/inputs/Slider.md +334 -0
- package/dist/components/inputs/Switch.md +136 -376
- package/dist/components/inputs/Textarea.md +213 -10
- package/dist/components/inputs/Uploader/Uploader.md +145 -66
- package/dist/components/inputs/llms.txt +3 -0
- package/dist/components/navigation/Breadcrumbs.md +80 -322
- package/dist/components/navigation/Dropdown.md +92 -221
- package/dist/components/navigation/IconMenuButton.md +40 -502
- package/dist/components/navigation/InsetDrawer.md +68 -738
- package/dist/components/navigation/Link.md +39 -298
- 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/ProfileMenu.md +45 -268
- package/dist/components/navigation/Stepper.md +160 -28
- package/dist/components/navigation/Tabs.md +57 -316
- package/dist/components/surfaces/Sheet.md +151 -334
- package/dist/guides/ThemeProvider.md +116 -0
- package/dist/guides/llms.txt +9 -0
- package/dist/index.browser.js +16 -18
- package/dist/index.browser.js.map +4 -4
- package/dist/index.cjs +303 -209
- package/dist/index.js +381 -343
- package/dist/llms.txt +8 -0
- package/framer/index.js +1 -166
- package/package.json +15 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ceed/ads",
|
|
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",
|
|
@@ -12,8 +12,9 @@
|
|
|
12
12
|
"build-storybook": "storybook build --webpack-stats-json",
|
|
13
13
|
"test-storybook": "vitest --project=storybook",
|
|
14
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
|
-
"build
|
|
16
|
-
"build:
|
|
15
|
+
"test:build": "vitest run --project=build-validation",
|
|
16
|
+
"build:esm": "node esbuild.esm.mjs",
|
|
17
|
+
"build:cjs": "node esbuild.cjs.mjs",
|
|
17
18
|
"build:browser": "node esbuild.browser.mjs",
|
|
18
19
|
"build:browser:prod": "NODE_ENV=production node esbuild.browser.mjs",
|
|
19
20
|
"build:importmap": "node scripts/generate-importmap.mjs",
|
|
@@ -61,28 +62,27 @@
|
|
|
61
62
|
"unist-util-visit": "^5.0.0"
|
|
62
63
|
},
|
|
63
64
|
"devDependencies": {
|
|
64
|
-
"@chromatic-com/storybook": "^
|
|
65
|
+
"@chromatic-com/storybook": "^5.0.1",
|
|
65
66
|
"@ecubelabs/prettier-config": "^0.0.8",
|
|
66
67
|
"@ecubelabs/tsconfig": "^1.0.0",
|
|
67
68
|
"@mui/material": "^5.15.10",
|
|
68
69
|
"@prettier/plugin-oxc": "^0.0.4",
|
|
69
|
-
"@storybook/addon-a11y": "^
|
|
70
|
-
"@storybook/addon-docs": "^
|
|
71
|
-
"@storybook/addon-links": "^
|
|
72
|
-
"@storybook/addon-vitest": "^
|
|
73
|
-
"@storybook/
|
|
74
|
-
"@storybook/react-vite": "^9.0.18",
|
|
70
|
+
"@storybook/addon-a11y": "^10.2.19",
|
|
71
|
+
"@storybook/addon-docs": "^10.2.19",
|
|
72
|
+
"@storybook/addon-links": "^10.2.19",
|
|
73
|
+
"@storybook/addon-vitest": "^10.2.19",
|
|
74
|
+
"@storybook/react-vite": "^10.2.19",
|
|
75
75
|
"@types/unist": "^3.0.2",
|
|
76
76
|
"@vitest/browser": "^3.2.4",
|
|
77
77
|
"@vitest/coverage-v8": "^3.2.4",
|
|
78
|
-
"esbuild": "^0.
|
|
78
|
+
"esbuild": "^0.27.0",
|
|
79
79
|
"eslint": "^8.46.0",
|
|
80
80
|
"eslint-config-prettier": "^10.1.5",
|
|
81
81
|
"eslint-plugin-oxlint": "^1.9.0",
|
|
82
82
|
"eslint-plugin-prettier": "^5.5.1",
|
|
83
83
|
"eslint-plugin-react": "^7.34.1",
|
|
84
84
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
85
|
-
"eslint-plugin-storybook": "
|
|
85
|
+
"eslint-plugin-storybook": "10.2.19",
|
|
86
86
|
"framer": "^2.4.1",
|
|
87
87
|
"oxlint": "^1.9.0",
|
|
88
88
|
"playwright": "^1.54.1",
|
|
@@ -91,16 +91,15 @@
|
|
|
91
91
|
"react-dom": "^18.2.0",
|
|
92
92
|
"semantic-release": "^24.2.1",
|
|
93
93
|
"semantic-release-yarn": "^3.0.2",
|
|
94
|
-
"storybook": "^
|
|
94
|
+
"storybook": "^10.2.19",
|
|
95
95
|
"turbo": "^2.5.6",
|
|
96
96
|
"typescript": "^5.3.3",
|
|
97
|
-
"vite": "^7.1
|
|
97
|
+
"vite": "^7.3.1",
|
|
98
98
|
"vitest": "^3.2.4"
|
|
99
99
|
},
|
|
100
100
|
"repository": {
|
|
101
101
|
"type": "git",
|
|
102
102
|
"url": "git+ssh://git@github.com/Ecube-Labs/hds.git"
|
|
103
103
|
},
|
|
104
|
-
"packageManager": "yarn@4.1.0"
|
|
105
|
-
"stableVersion": "1.0.0"
|
|
104
|
+
"packageManager": "yarn@4.1.0"
|
|
106
105
|
}
|