@prismicio/editor-ui 0.4.49-alpha.feat-onboarding-guide.3 → 0.4.49-alpha.feat-onboarding-guide.5
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)" },
|
|
@@ -1111,7 +1112,11 @@ const { theme: Te, vars: Q4, literals: M$ } = _$({
|
|
|
1111
1112
|
greyAlpha1: {
|
|
1112
1113
|
light: "rgba(0, 0, 0, 0.3)",
|
|
1113
1114
|
dark: "rgba(0, 0, 0, 0.3)"
|
|
1114
|
-
}
|
|
1115
|
+
},
|
|
1116
|
+
logoPurple: { light: "rgb(215, 126, 234)", dark: "rgb(215, 126, 234)" },
|
|
1117
|
+
logoBlue: { light: "rgb(123, 143, 236)", dark: "rgb(123, 143, 236)" },
|
|
1118
|
+
logoYellow: { light: "rgb(246, 202, 68)", dark: "rgb(246, 202, 68)" },
|
|
1119
|
+
logoRed: { light: "rgb(229, 87, 56)", dark: "rgb(229, 87, 56)" }
|
|
1115
1120
|
}
|
|
1116
1121
|
},
|
|
1117
1122
|
cursor: {
|
package/dist/theme/theme.d.ts
CHANGED
|
@@ -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;
|
|
@@ -107,6 +108,10 @@ export declare const theme: {
|
|
|
107
108
|
purple11: string;
|
|
108
109
|
purple12: string;
|
|
109
110
|
greyAlpha1: string;
|
|
111
|
+
logoPurple: string;
|
|
112
|
+
logoBlue: string;
|
|
113
|
+
logoYellow: string;
|
|
114
|
+
logoRed: string;
|
|
110
115
|
};
|
|
111
116
|
cursor: {
|
|
112
117
|
default: 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.
|
|
4
|
+
"@prismicio/editor-support": "0.4.49-alpha.feat-onboarding-guide.7",
|
|
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.5"
|
|
123
123
|
}
|