@erikey/react 0.4.0 → 0.4.2
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/ui/index.mjs +25623 -4758
- package/dist/ui/index.mjs.map +1 -1
- package/dist/ui/style.css +9 -0
- package/dist/ui/style.css.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* src/ui/style.css */
|
|
2
|
+
:root {
|
|
3
|
+
--team-1: oklch(0.646 0.222 41.116);
|
|
4
|
+
--team-2: oklch(0.6 0.118 184.704);
|
|
5
|
+
--team-3: oklch(0.398 0.07 227.392);
|
|
6
|
+
--team-4: oklch(0.828 0.189 84.429);
|
|
7
|
+
--team-5: oklch(0.769 0.188 70.08);
|
|
8
|
+
}
|
|
9
|
+
/*# sourceMappingURL=style.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/ui/style.css"],"sourcesContent":["/* Team color variables - users can override these in their own CSS */\n:root {\n\t--team-1: oklch(0.646 0.222 41.116);\n\t--team-2: oklch(0.6 0.118 184.704);\n\t--team-3: oklch(0.398 0.07 227.392);\n\t--team-4: oklch(0.828 0.189 84.429);\n\t--team-5: oklch(0.769 0.188 70.08);\n}"],"mappings":";AACA;AACC,YAAU,MAAM,MAAM,MAAM;AAC5B,YAAU,MAAM,IAAI,MAAM;AAC1B,YAAU,MAAM,MAAM,KAAK;AAC3B,YAAU,MAAM,MAAM,MAAM;AAC5B,YAAU,MAAM,MAAM,MAAM;AAC7B;","names":[]}
|
package/package.json
CHANGED