pixl-xyapp 2.1.33 → 2.1.34

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.
Files changed (2) hide show
  1. package/css/base.css +18 -0
  2. package/package.json +1 -1
package/css/base.css CHANGED
@@ -6,6 +6,24 @@
6
6
  }
7
7
 
8
8
  :root {
9
+ --color-red-500: oklch(63.7% 0.237 25.331);
10
+ --color-orange-500: oklch(70.5% 0.213 47.604);
11
+ --color-amber-500: oklch(76.9% 0.188 70.08);
12
+ --color-yellow-500: oklch(79.5% 0.184 86.047);
13
+ --color-lime-500: oklch(76.8% 0.233 130.85);
14
+ --color-green-500: oklch(72.3% 0.219 149.579);
15
+ --color-emerald-500: oklch(69.6% 0.17 162.48);
16
+ --color-teal-500: oklch(70.4% 0.14 182.503);
17
+ --color-cyan-500: oklch(71.5% 0.143 215.221);
18
+ --color-sky-500: oklch(68.5% 0.169 237.323);
19
+ --color-blue-500: oklch(62.3% 0.214 259.815);
20
+ --color-indigo-500: oklch(58.5% 0.233 277.117);
21
+ --color-violet-500: oklch(60.6% 0.25 292.717);
22
+ --color-purple-500: oklch(62.7% 0.265 303.9);
23
+ --color-fuchsia-500: oklch(66.7% 0.295 322.15);
24
+ --color-pink-500: oklch(65.6% 0.241 354.308);
25
+ --color-rose-500: oklch(64.5% 0.246 16.439);
26
+
9
27
  --blue: rgb(0, 123, 255);
10
28
  --indigo: rgb(102, 16, 242);
11
29
  --purple: rgb(140, 60, 220);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixl-xyapp",
3
- "version": "2.1.33",
3
+ "version": "2.1.34",
4
4
  "description": "Front-end web application and theme for xyOps.",
5
5
  "author": "Joseph Huckaby <jhuckaby@pixlcore.com>",
6
6
  "homepage": "https://github.com/pixlcore/pixl-xyapp",