@photoroom/ui 0.1.232 → 0.1.233
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/colors.css +45 -8
- package/index.css +1 -1
- package/package.json +1 -1
- package/theme.css +11 -4
package/package.json
CHANGED
package/theme.css
CHANGED
|
@@ -101,6 +101,17 @@
|
|
|
101
101
|
/* Camera accent */
|
|
102
102
|
--color-camera-accent-500: var(--color-camera-accent-500);
|
|
103
103
|
|
|
104
|
+
/* Yellow (wipes Tailwind's default yellow scale so only Prism steps exist) */
|
|
105
|
+
--color-yellow-*: initial;
|
|
106
|
+
--color-yellow-400: var(--color-yellow-400);
|
|
107
|
+
--color-yellow-500: var(--color-yellow-500);
|
|
108
|
+
--color-yellow-600: var(--color-yellow-600);
|
|
109
|
+
|
|
110
|
+
/* Yellow light */
|
|
111
|
+
--color-yellow-light-400: var(--color-yellow-light-400);
|
|
112
|
+
--color-yellow-light-500: var(--color-yellow-light-500);
|
|
113
|
+
--color-yellow-light-600: var(--color-yellow-light-600);
|
|
114
|
+
|
|
104
115
|
/* Branding */
|
|
105
116
|
--color-secondary-moon-grape: var(--color-secondary-moon-grape);
|
|
106
117
|
--color-secondary-electric-litchi: var(--color-secondary-electric-litchi);
|
|
@@ -210,10 +221,6 @@
|
|
|
210
221
|
--color-misc-ai-image: var(--color-misc-ai-image);
|
|
211
222
|
--color-misc-ai-video: var(--color-misc-ai-video);
|
|
212
223
|
|
|
213
|
-
/* Yellow flash */
|
|
214
|
-
--color-misc-yellow: var(--color-misc-yellow);
|
|
215
|
-
--color-misc-yellow-light: var(--color-misc-yellow-light);
|
|
216
|
-
|
|
217
224
|
--color-checker: var(--color-checker);
|
|
218
225
|
|
|
219
226
|
/*
|