@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/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)" },
@@ -67,6 +67,7 @@ export declare const theme: {
67
67
  indigo4: string;
68
68
  indigo5: string;
69
69
  indigo7: string;
70
+ indigo8: string;
70
71
  indigo10: string;
71
72
  indigo11: string;
72
73
  indigo12: string;
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.1",
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.3"
122
+ "version": "0.4.49-alpha.feat-onboarding-guide.4"
123
123
  }