@hubpav/hwio-brand 0.1.4 → 0.2.0

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 CHANGED
@@ -96,8 +96,8 @@
96
96
  "base-200": "#1a1a22",
97
97
  "base-300": "#23232f",
98
98
  "base-content": "#e7e7ee",
99
- "primary": "#06367a",
100
- "primary-content": "#ffffff",
99
+ "primary": "#009cfa",
100
+ "primary-content": "#0f0f14",
101
101
  "secondary": "#016ad4",
102
102
  "secondary-content": "#ffffff",
103
103
  "accent": "#f43f5e",
@@ -182,8 +182,8 @@
182
182
  "base-200": "#1a1a22",
183
183
  "base-300": "#23232f",
184
184
  "base-content": "#e7e7ee",
185
- "primary": "#2B7036",
186
- "primary-content": "#ffffff",
185
+ "primary": "#5aa864",
186
+ "primary-content": "#0f0f14",
187
187
  "secondary": "#016ad4",
188
188
  "secondary-content": "#ffffff",
189
189
  "accent": "#5aa864",
package/dist/vars.css CHANGED
@@ -38,8 +38,8 @@
38
38
  --hwio-color-base-200: #1a1a22;
39
39
  --hwio-color-base-300: #23232f;
40
40
  --hwio-color-base-content: #e7e7ee;
41
- --hwio-color-primary: #06367a;
42
- --hwio-color-primary-content: #ffffff;
41
+ --hwio-color-primary: #009cfa;
42
+ --hwio-color-primary-content: #0f0f14;
43
43
  --hwio-color-secondary: #016ad4;
44
44
  --hwio-color-secondary-content: #ffffff;
45
45
  --hwio-color-accent: #f43f5e;
@@ -104,8 +104,8 @@
104
104
  --hwio-color-base-200: #1a1a22;
105
105
  --hwio-color-base-300: #23232f;
106
106
  --hwio-color-base-content: #e7e7ee;
107
- --hwio-color-primary: #2B7036;
108
- --hwio-color-primary-content: #ffffff;
107
+ --hwio-color-primary: #5aa864;
108
+ --hwio-color-primary-content: #0f0f14;
109
109
  --hwio-color-secondary: #016ad4;
110
110
  --hwio-color-secondary-content: #ffffff;
111
111
  --hwio-color-accent: #5aa864;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubpav/hwio-brand",
3
- "version": "0.1.4",
3
+ "version": "0.2.0",
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",
package/src/brand.json CHANGED
@@ -99,7 +99,9 @@
99
99
  "accent": "rose",
100
100
  "accent-content": "night-100",
101
101
  "neutral": "night-300",
102
- "neutral-content": "night-content"
102
+ "neutral-content": "night-content",
103
+ "primary": "blue-light",
104
+ "primary-content": "night-100"
103
105
  }
104
106
  },
105
107
  "hwio-forestry": {
@@ -112,9 +114,10 @@
112
114
  "hwio-forestry-dark": {
113
115
  "extends": "hwio-dark",
114
116
  "roles": {
115
- "primary": "forestry",
117
+ "primary": "forestry-light",
116
118
  "accent": "forestry-light",
117
- "accent-content": "night-100"
119
+ "accent-content": "night-100",
120
+ "primary-content": "night-100"
118
121
  }
119
122
  },
120
123
  "er3o": {