@prismicio/editor-ui 0.4.49-alpha.feat-onboarding-guide.3 → 0.4.49-alpha.feat-onboarding-guide.4
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/AnimatedList/AnimatedList.stories.d.ts +1 -1
- package/dist/components/Box/Box.stories.d.ts +30 -30
- package/dist/components/Button/Button.stories.d.ts +2 -2
- package/dist/components/OverflowContainer/OverflowContainer.stories.d.ts +1 -1
- package/dist/components/ProgressBar/ProgressBar.stories.d.ts +3 -3
- package/dist/components/Skeleton/Skeleton.d.ts +11 -11
- package/dist/components/Video/Video.stories.d.ts +1 -1
- package/dist/index.cjs.js +16 -16
- package/dist/index.es.js +1 -0
- package/dist/theme/theme.d.ts +1 -0
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -1069,6 +1069,7 @@ const { theme: Te, vars: Q4, literals: M$ } = _$({
|
|
|
1069
1069
|
indigo4: { light: "rgb(230, 237, 254)", dark: "rgb(28, 39, 79)" },
|
|
1070
1070
|
indigo5: { light: "rgb(217, 226, 252)", dark: "rgb(31, 44, 92)" },
|
|
1071
1071
|
indigo7: { light: "rgb(174, 192, 245)", dark: "rgb(39, 62, 137)" },
|
|
1072
|
+
indigo8: { light: "rgba(141, 164, 239)", dark: "rgba(47, 78, 178)" },
|
|
1072
1073
|
indigo10: { light: "rgb(58, 92, 204)", dark: "rgb(83, 115, 231)" },
|
|
1073
1074
|
indigo11: { light: "rgb(52, 81, 178)", dark: "rgb(132, 157, 255)" },
|
|
1074
1075
|
indigo12: { light: "rgb(16, 29, 70)", dark: "rgb(238, 241, 253)" },
|
package/dist/theme/theme.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dependencies": {
|
|
3
3
|
"@internationalized/date": "3.5.5",
|
|
4
|
-
"@prismicio/editor-support": "0.4.49-alpha.feat-onboarding-guide.
|
|
4
|
+
"@prismicio/editor-support": "0.4.49-alpha.feat-onboarding-guide.2",
|
|
5
5
|
"@radix-ui/react-avatar": "1.1.0",
|
|
6
6
|
"@radix-ui/react-checkbox": "1.1.1",
|
|
7
7
|
"@radix-ui/react-dialog": "1.1.1",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"sideEffects": false,
|
|
120
120
|
"stableVersion": "0.0.0",
|
|
121
121
|
"types": "./dist/index.d.ts",
|
|
122
|
-
"version": "0.4.49-alpha.feat-onboarding-guide.
|
|
122
|
+
"version": "0.4.49-alpha.feat-onboarding-guide.4"
|
|
123
123
|
}
|