snapshot-labs-theme 0.1.1 → 0.1.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.
@@ -0,0 +1,119 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ :root {
6
+ --color-neutral-50: #f2f2f2;
7
+ --color-neutral-100: #e5e5e5;
8
+ --color-neutral-200: #dcdcdc;
9
+ --color-neutral-300: #bdbdbd;
10
+ --color-neutral-400: #949494;
11
+ --color-neutral-500: #767676;
12
+ --color-neutral-600: #6e6e6e;
13
+ --color-neutral-700: #525252;
14
+ --color-neutral-800: #464646;
15
+ --color-neutral-900: #3d3d3d;
16
+ --color-neutral-950: #292929;
17
+ --color-neutral-1000: #121212;
18
+ --color-neutral-00: #ffffff;
19
+ --color-purple-50: #fbf6fe;
20
+ --color-purple-100: #f6ebfc;
21
+ --color-purple-200: #eedbf9;
22
+ --color-purple-300: #e1bef4;
23
+ --color-purple-400: #cf94ec;
24
+ --color-purple-500: #c47de5;
25
+ --color-purple-600: #a94bd2;
26
+ --color-purple-700: #9139b7;
27
+ --color-purple-800: #7a3396;
28
+ --color-purple-900: #632a79;
29
+ --color-purple-950: #32123e;
30
+ --color-purple-300-4: #bdbdbd;
31
+ --color-magenta-50: #fcf2fb;
32
+ --color-magenta-100: #fbe4fb;
33
+ --color-magenta-200: #f8d3f5;
34
+ --color-magenta-300: #f0b2ea;
35
+ --color-magenta-400: #e273d5;
36
+ --color-magenta-500: #d65cc8;
37
+ --color-magenta-600: #b83da5;
38
+ --color-magenta-700: #973086;
39
+ --color-magenta-800: #7a296b;
40
+ --color-magenta-900: #642656;
41
+ --color-magenta-950: #3f0d35;
42
+ --color-red-50: #fef3f2;
43
+ --color-red-100: #fde4e3;
44
+ --color-red-200: #fdcdcb;
45
+ --color-red-300: #faaba7;
46
+ --color-red-400: #f57a74;
47
+ --color-red-500: #eb524b;
48
+ --color-red-600: #d7332b;
49
+ --color-red-700: #b52720;
50
+ --color-red-800: #96231e;
51
+ --color-red-900: #7d231f;
52
+ --color-red-950: #440d0b;
53
+ --color-orange-50: #fff7ed;
54
+ --color-orange-100: #feecd6;
55
+ --color-orange-200: #fcd5ac;
56
+ --color-orange-300: #f9b778;
57
+ --color-orange-400: #f58633;
58
+ --color-orange-500: #f36f1c;
59
+ --color-orange-600: #e45512;
60
+ --color-orange-700: #bd3f11;
61
+ --color-orange-800: #963316;
62
+ --color-orange-900: #792c15;
63
+ --color-orange-950: #492104;
64
+ --color-yellow-50: #fcfcea;
65
+ --color-yellow-100: #faf9c7;
66
+ --color-yellow-200: #f6f092;
67
+ --color-yellow-300: #efde44;
68
+ --color-yellow-400: #eace25;
69
+ --color-yellow-500: #dab718;
70
+ --color-yellow-600: #bc8f12;
71
+ --color-yellow-700: #966812;
72
+ --color-yellow-800: #7d5316;
73
+ --color-yellow-900: #6a4419;
74
+ --color-yellow-950: #3e240a;
75
+ --color-green-50: #ecfdf4;
76
+ --color-green-100: #d1fae3;
77
+ --color-green-200: #a7f3cc;
78
+ --color-green-300: #6ee7b1;
79
+ --color-green-400: #2dd28d;
80
+ --color-green-500: #10b978;
81
+ --color-green-600: #059661;
82
+ --color-green-700: #047851;
83
+ --color-green-800: #065f41;
84
+ --color-green-900: #064e37;
85
+ --color-green-950: #022c20;
86
+ --color-teal-50: #eafdf9;
87
+ --color-teal-100: #cef8ef;
88
+ --color-teal-200: #9ef0de;
89
+ --color-teal-300: #66e1cc;
90
+ --color-teal-400: #37c8b5;
91
+ --color-teal-500: #1fad9d;
92
+ --color-teal-600: #168d81;
93
+ --color-teal-700: #166f67;
94
+ --color-teal-800: #165a55;
95
+ --color-teal-900: #174a46;
96
+ --color-teal-950: #072c2b;
97
+ --color-cyan-50: #eefbfd;
98
+ --color-cyan-100: #d3f4fa;
99
+ --color-cyan-200: #adeaf4;
100
+ --color-cyan-300: #74d9ec;
101
+ --color-cyan-400: #4ec7e0;
102
+ --color-cyan-500: #19a2c1;
103
+ --color-cyan-600: #1783a3;
104
+ --color-cyan-700: #1a6984;
105
+ --color-cyan-800: #1e566c;
106
+ --color-cyan-900: #1d495c;
107
+ --color-cyan-950: #0d2f3f;
108
+ --color-blue-50: #f2f5fc;
109
+ --color-blue-100: #e1e8f9;
110
+ --color-blue-200: #c8d5f4;
111
+ --color-blue-300: #a1baec;
112
+ --color-blue-400: #7294e3;
113
+ --color-blue-500: #5d79df;
114
+ --color-blue-600: #4056ce;
115
+ --color-blue-700: #3c48b9;
116
+ --color-blue-800: #384094;
117
+ --color-blue-900: #353b73;
118
+ --color-blue-950: #252846;
119
+ }
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ :root {
6
+ --spacing-xs: 4px;
7
+ --spacing-sm: 8px;
8
+ --spacing-md: 16px;
9
+ --spacing-lg: 32px;
10
+ --spacing-xl: 64px;
11
+ }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ :root {
6
+ --color-warning: var(--color-red-600);
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snapshot-labs-theme",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "node build.js"