@tutti-os/ui-system 0.0.210 → 0.0.211
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/{chunk-IBVJ6PKO.js → chunk-BHO2ZGYJ.js} +2 -2
- package/dist/{chunk-PZLZIHXN.js → chunk-JVOHHYQF.js} +6 -2
- package/dist/{chunk-PZLZIHXN.js.map → chunk-JVOHHYQF.js.map} +1 -1
- package/dist/components/index.js +2 -2
- package/dist/icons/index.d.ts +2 -1
- package/dist/icons/index.js +3 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -2
- package/dist/metadata/components.json +14 -0
- package/dist/metadata/index.js +14 -0
- package/dist/metadata/index.js.map +1 -1
- package/dist/styles/theme.css +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-IBVJ6PKO.js.map → chunk-BHO2ZGYJ.js.map} +0 -0
package/dist/styles/theme.css
CHANGED
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
--folder: rgb(80, 175, 238);
|
|
246
246
|
--rich-text-folder: rgb(80, 175, 238);
|
|
247
247
|
--rich-text-mention-file: rgb(80, 175, 238);
|
|
248
|
-
--accent-codex: rgb(
|
|
248
|
+
--accent-codex: rgb(90 155 255);
|
|
249
249
|
--accent: var(--accent-codex);
|
|
250
250
|
--accent-codex-border: color-mix(
|
|
251
251
|
in srgb,
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
--folder: rgb(80, 175, 238);
|
|
425
425
|
--rich-text-folder: rgb(80, 175, 238);
|
|
426
426
|
--rich-text-mention-file: rgb(80, 175, 238);
|
|
427
|
-
--accent-codex: rgb(
|
|
427
|
+
--accent-codex: rgb(90 155 255);
|
|
428
428
|
--accent: var(--accent-codex);
|
|
429
429
|
--accent-codex-border: color-mix(
|
|
430
430
|
in srgb,
|
package/package.json
CHANGED
|
File without changes
|