@hubpav/hwio-brand 0.6.0 → 0.6.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/tokens.json +4 -4
- package/dist/vars.css +4 -4
- package/package.json +1 -1
- package/src/brand.json +1 -1
package/dist/tokens.json
CHANGED
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"error-content": "#ffffff"
|
|
73
73
|
},
|
|
74
74
|
"extras": {
|
|
75
|
-
"--hwio-kicker-on-neutral": "#
|
|
75
|
+
"--hwio-kicker-on-neutral": "#fb7185"
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"hwio-dark": {
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"error-content": "#ffffff"
|
|
116
116
|
},
|
|
117
117
|
"extras": {
|
|
118
|
-
"--hwio-kicker-on-neutral": "#
|
|
118
|
+
"--hwio-kicker-on-neutral": "#fb7185"
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
"hwio-forestry": {
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"error-content": "#ffffff"
|
|
159
159
|
},
|
|
160
160
|
"extras": {
|
|
161
|
-
"--hwio-kicker-on-neutral": "#
|
|
161
|
+
"--hwio-kicker-on-neutral": "#fb7185"
|
|
162
162
|
}
|
|
163
163
|
},
|
|
164
164
|
"hwio-forestry-dark": {
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"error-content": "#ffffff"
|
|
202
202
|
},
|
|
203
203
|
"extras": {
|
|
204
|
-
"--hwio-kicker-on-neutral": "#
|
|
204
|
+
"--hwio-kicker-on-neutral": "#fb7185"
|
|
205
205
|
}
|
|
206
206
|
},
|
|
207
207
|
"er3o": {
|
package/dist/vars.css
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
--hwio-depth: 0;
|
|
31
31
|
--hwio-noise: 0;
|
|
32
32
|
--hwio-font-sans: 'Inter', 'Inter Fallback', ui-sans-serif, system-ui, sans-serif;
|
|
33
|
-
--hwio-kicker-on-neutral: #
|
|
33
|
+
--hwio-kicker-on-neutral: #fb7185;
|
|
34
34
|
}
|
|
35
35
|
[data-theme="hwio-dark"] {
|
|
36
36
|
color-scheme: dark;
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
--hwio-depth: 0;
|
|
64
64
|
--hwio-noise: 0;
|
|
65
65
|
--hwio-font-sans: 'Inter', 'Inter Fallback', ui-sans-serif, system-ui, sans-serif;
|
|
66
|
-
--hwio-kicker-on-neutral: #
|
|
66
|
+
--hwio-kicker-on-neutral: #fb7185;
|
|
67
67
|
}
|
|
68
68
|
[data-theme="hwio-forestry"] {
|
|
69
69
|
color-scheme: light;
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
--hwio-depth: 0;
|
|
97
97
|
--hwio-noise: 0;
|
|
98
98
|
--hwio-font-sans: 'Inter', 'Inter Fallback', ui-sans-serif, system-ui, sans-serif;
|
|
99
|
-
--hwio-kicker-on-neutral: #
|
|
99
|
+
--hwio-kicker-on-neutral: #fb7185;
|
|
100
100
|
}
|
|
101
101
|
[data-theme="hwio-forestry-dark"] {
|
|
102
102
|
color-scheme: dark;
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
--hwio-depth: 0;
|
|
130
130
|
--hwio-noise: 0;
|
|
131
131
|
--hwio-font-sans: 'Inter', 'Inter Fallback', ui-sans-serif, system-ui, sans-serif;
|
|
132
|
-
--hwio-kicker-on-neutral: #
|
|
132
|
+
--hwio-kicker-on-neutral: #fb7185;
|
|
133
133
|
}
|
|
134
134
|
[data-theme="er3o"] {
|
|
135
135
|
color-scheme: light;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hubpav/hwio-brand",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "HARDWARIO brand source of truth: palette, theme roles, fonts, logos and the sites registry, generated into CSS and JSON for any stack.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|