@prismicio/editor-ui 0.4.21 → 0.4.23
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/components/Alert/Alert.d.ts +19 -2
- package/dist/components/Alert/Alert.stories.d.ts +4 -2
- package/dist/components/Alert/AlertContext.d.ts +2 -6
- package/dist/components/Alert/index.d.ts +1 -1
- package/dist/components/BaseInput/BaseInput.d.ts +3 -0
- package/dist/components/Dialog/Dialog.d.ts +1 -0
- package/dist/components/Form/FormInput.css.d.ts +1 -5
- package/dist/components/Form/FormInput.d.ts +0 -2
- package/dist/components/Icon/PrismicLogo.d.ts +1 -5
- package/dist/components/SearchInput/SearchInput.d.ts +2 -0
- package/dist/components/Select/Select.stories.d.ts +61 -5
- package/dist/components/Switch/Switch.d.ts +1 -2
- package/dist/components/Switch/Switch.stories.d.ts +23 -5
- package/dist/components/TextLink/TextLink.css.d.ts +1 -1
- package/dist/components/TextLink/TextLink.d.ts +1 -2
- package/dist/index.cjs.js +115 -115
- package/dist/index.es.js +6181 -6182
- package/dist/style.css +1 -1
- package/dist/theme/new/theme.d.ts +2 -1
- package/package.json +4 -4
- package/dist/components/Calendar/Calendar.css.d.ts +0 -2
- package/dist/components/Calendar/CalendarCell.css.d.ts +0 -7
- package/dist/components/Calendar/CalendarGrid.css.d.ts +0 -1
- package/dist/components/Gradient/Gradient.css.d.ts +0 -1
- package/dist/components/Icon/PrismicLogo.css.d.ts +0 -1
- package/dist/components/Switch/Switch.css.d.ts +0 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dependencies": {
|
|
3
3
|
"@internationalized/date": "3.5.0",
|
|
4
|
-
"@prismicio/editor-support": "0.4.
|
|
4
|
+
"@prismicio/editor-support": "0.4.23",
|
|
5
5
|
"@radix-ui/react-avatar": "1.0.4",
|
|
6
6
|
"@radix-ui/react-checkbox": "1.0.4",
|
|
7
7
|
"@radix-ui/react-dialog": "1.0.5",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@react-stately/calendar": "3.4.1",
|
|
32
32
|
"@react-stately/color": "3.3.1",
|
|
33
33
|
"@react-stately/datepicker": "3.8.0",
|
|
34
|
-
"@vanilla-extract/css": "1.
|
|
34
|
+
"@vanilla-extract/css": "1.14.1",
|
|
35
35
|
"@vanilla-extract/css-utils": "0.1.2",
|
|
36
36
|
"@vanilla-extract/sprinkles": "1.5.0",
|
|
37
37
|
"clsx": "1.2.1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@storybook/react-vite": "7.4.2",
|
|
57
57
|
"@types/react": "18.0.18",
|
|
58
58
|
"@types/react-dom": "18.2.7",
|
|
59
|
-
"@vanilla-extract/vite-plugin": "
|
|
59
|
+
"@vanilla-extract/vite-plugin": "4.0.2",
|
|
60
60
|
"@vitejs/plugin-react": "4.0.3",
|
|
61
61
|
"eslint": "8.50.0",
|
|
62
62
|
"eslint-config-prettier": "8.5.0",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"sideEffects": false,
|
|
109
109
|
"stableVersion": "0.0.0",
|
|
110
110
|
"types": "./dist/index.d.ts",
|
|
111
|
-
"version": "0.4.
|
|
111
|
+
"version": "0.4.23"
|
|
112
112
|
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare const root: string;
|
|
2
|
-
export declare const wrapper: string;
|
|
3
|
-
export declare const cell: string;
|
|
4
|
-
export declare const focused: string;
|
|
5
|
-
export declare const selected: string;
|
|
6
|
-
export declare const hidden: string;
|
|
7
|
-
export declare const disabled: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const root: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const root: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const pulse: string;
|