@knapsack/sandbox-components 4.54.0 → 4.54.1

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.
@@ -15,6 +15,10 @@
15
15
  --collections-brands-color-color-1-brand-a-light: #000000;
16
16
  --collections-brands-color-color-1-brand-b-dark: #000000;
17
17
  --collections-brands-color-color-1-brand-b-light: #000000;
18
+ --collections-brands-color-font-weight-brand-a-dark: 400;
19
+ --collections-brands-color-font-weight-brand-a-light: 400;
20
+ --collections-brands-color-font-weight-brand-b-dark: 400;
21
+ --collections-brands-color-font-weight-brand-b-light: 400;
18
22
  --collections-brands-color-primary-brand-a-dark: #0a13f7;
19
23
  --collections-brands-color-primary-brand-a-light: #3ed93f;
20
24
  --collections-brands-color-primary-brand-b-dark: var(--color-pink-800);
@@ -27,11 +31,20 @@
27
31
  --collections-brands-foo-bar-brand-a-light: 1px;
28
32
  --collections-brands-foo-bar-brand-b-dark: 1px;
29
33
  --collections-brands-foo-bar-brand-b-light: 1px;
34
+ --collections-brands-test-dimension-brand-a-dark: 2px;
30
35
  --collections-brands-test-dimension-brand-a-light: 2px;
36
+ --collections-brands-test-dimension-brand-b-dark: 2px;
37
+ --collections-brands-test-dimension-brand-b-light: 2px;
31
38
  --collections-brands-test-primary-brand-a-dark: var(
32
39
  --collections-density-spacing-small-compact
33
40
  );
34
41
  --collections-brands-test-primary-brand-a-light: var(--spacing-scale-8);
42
+ --collections-brands-test-primary-brand-b-dark: var(
43
+ --collections-density-spacing-small-compact
44
+ );
45
+ --collections-brands-test-primary-brand-b-light: var(
46
+ --collections-density-spacing-small-compact
47
+ );
35
48
  --collections-brands-test-secondary-brand-a-dark: #cc2020;
36
49
  --collections-brands-test-secondary-brand-a-light: #cc2020;
37
50
  --collections-brands-test-secondary-brand-b-dark: var(--color-neutral-600);
@@ -115,6 +128,9 @@
115
128
  [data-collections-brands='brandALight'] {
116
129
  --color-color: var(--collections-brands-color-color-brand-a-light);
117
130
  --color-color-1: var(--collections-brands-color-color-1-brand-a-light);
131
+ --color-font-weight: var(
132
+ --collections-brands-color-font-weight-brand-a-light
133
+ );
118
134
  --color-primary: var(--collections-brands-color-primary-brand-a-light);
119
135
  --color-secondary: var(--collections-brands-color-secondary-brand-a-light);
120
136
  --foo-bar: var(--collections-brands-foo-bar-brand-a-light);
@@ -126,10 +142,11 @@
126
142
  [data-collections-brands='brandADark'] {
127
143
  --color-color: var(--collections-brands-color-color-brand-a-dark);
128
144
  --color-color-1: var(--collections-brands-color-color-1-brand-a-dark);
145
+ --color-font-weight: var(--collections-brands-color-font-weight-brand-a-dark);
129
146
  --color-primary: var(--collections-brands-color-primary-brand-a-dark);
130
147
  --color-secondary: var(--collections-brands-color-secondary-brand-a-dark);
131
148
  --foo-bar: var(--collections-brands-foo-bar-brand-a-dark);
132
- --test-dimension: var(--collections-brands-test-dimension-brand-a-light);
149
+ --test-dimension: var(--collections-brands-test-dimension-brand-a-dark);
133
150
  --test-primary: var(--collections-brands-test-primary-brand-a-dark);
134
151
  --test-secondary: var(--collections-brands-test-secondary-brand-a-dark);
135
152
  }
@@ -137,22 +154,26 @@
137
154
  [data-collections-brands='brandBLight'] {
138
155
  --color-color: var(--collections-brands-color-color-brand-b-light);
139
156
  --color-color-1: var(--collections-brands-color-color-1-brand-b-light);
157
+ --color-font-weight: var(
158
+ --collections-brands-color-font-weight-brand-b-light
159
+ );
140
160
  --color-primary: var(--collections-brands-color-primary-brand-b-light);
141
161
  --color-secondary: var(--collections-brands-color-secondary-brand-b-light);
142
162
  --foo-bar: var(--collections-brands-foo-bar-brand-b-light);
143
- --test-dimension: var(--collections-brands-test-dimension-brand-a-light);
144
- --test-primary: var(--collections-brands-test-primary-brand-a-dark);
163
+ --test-dimension: var(--collections-brands-test-dimension-brand-b-light);
164
+ --test-primary: var(--collections-brands-test-primary-brand-b-light);
145
165
  --test-secondary: var(--collections-brands-test-secondary-brand-b-light);
146
166
  }
147
167
 
148
168
  [data-collections-brands='brandBDark'] {
149
169
  --color-color: var(--collections-brands-color-color-brand-b-dark);
150
170
  --color-color-1: var(--collections-brands-color-color-1-brand-b-dark);
171
+ --color-font-weight: var(--collections-brands-color-font-weight-brand-b-dark);
151
172
  --color-primary: var(--collections-brands-color-primary-brand-b-dark);
152
173
  --color-secondary: var(--collections-brands-color-secondary-brand-b-dark);
153
174
  --foo-bar: var(--collections-brands-foo-bar-brand-b-dark);
154
- --test-dimension: var(--collections-brands-test-dimension-brand-a-light);
155
- --test-primary: var(--collections-brands-test-primary-brand-a-dark);
175
+ --test-dimension: var(--collections-brands-test-dimension-brand-b-dark);
176
+ --test-primary: var(--collections-brands-test-primary-brand-b-dark);
156
177
  --test-secondary: var(--collections-brands-test-secondary-brand-b-dark);
157
178
  }
158
179
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.54.0",
4
+ "version": "4.54.1",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -37,11 +37,11 @@
37
37
  "vue": "^3.2.47"
38
38
  },
39
39
  "devDependencies": {
40
- "@knapsack/eslint-config-starter": "4.54.0",
41
- "@knapsack/postcss-config-starter": "4.54.0",
42
- "@knapsack/prettier-config": "4.54.0",
43
- "@knapsack/sandbox-tokens": "4.54.0",
44
- "@knapsack/typescript-config-starter": "4.54.0",
40
+ "@knapsack/eslint-config-starter": "4.54.1",
41
+ "@knapsack/postcss-config-starter": "4.54.1",
42
+ "@knapsack/prettier-config": "4.54.1",
43
+ "@knapsack/sandbox-tokens": "4.54.1",
44
+ "@knapsack/typescript-config-starter": "4.54.1",
45
45
  "@types/node": "^20.11.30",
46
46
  "@types/react": "^18.0.27",
47
47
  "eslint": "^8.57.0",
@@ -59,5 +59,5 @@
59
59
  "directory": "apps/ui/libs/sandbox-components",
60
60
  "type": "git"
61
61
  },
62
- "gitHead": "ffbba4238881b1fe3e96238ef5b9a5f7551f9dbd"
62
+ "gitHead": "fb81683be02c524b174ba646cb483807604ce697"
63
63
  }