@knapsack/sandbox-tokens 4.54.10--canary.9c0b1fe.0 → 4.54.10

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,40 @@
1
+ # v4.54.10 (Thu May 23 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'latest' into feature/ksp-5105-improve-template-suggestion-labels-in-pattern-form ([@GormanDesign](https://github.com/GormanDesign))
6
+ - Merge branch 'latest' into feature/ksp-5103-clean-up-add-pattern-form ([@GormanDesign](https://github.com/GormanDesign))
7
+ - Merge branch 'feature/ksp-5090-sandbox-components-update-styling-and-theming' into update-card-component ([@mabry1985](https://github.com/mabry1985))
8
+ - Merge branch 'feature/ksp-4994-update-ks-sandbox-components' into feature/ksp-5090-sandbox-components-update-styling-and-theming ([@mabry1985](https://github.com/mabry1985))
9
+ - Merge branch 'latest' into feature/ksp-4994-update-ks-sandbox-components ([@mabry1985](https://github.com/mabry1985))
10
+ - update button styling ([@mabry1985](https://github.com/mabry1985))
11
+ - update hero styles ([@mabry1985](https://github.com/mabry1985))
12
+ - update to use shadow-1 ([@mabry1985](https://github.com/mabry1985))
13
+ - add card shadow token and css ([@mabry1985](https://github.com/mabry1985))
14
+ - Merge branch 'feature/ksp-5053-update-figma-parsing-logic-to-manage-string-properties' into feature/ksp-4994-update-ks-sandbox-components ([@mabry1985](https://github.com/mabry1985))
15
+ - Merge branch 'latest' into feature/ksp-5053-update-figma-parsing-logic-to-manage-string-properties ([@EvanLovely](https://github.com/EvanLovely))
16
+ - Merge branch 'feature/ksp-5013-ui-logic-to-import-simple-frame-to-demo' into feature/ksp-5053-update-figma-parsing-logic-to-manage-string-properties ([@mabry1985](https://github.com/mabry1985))
17
+ - Merge branch 'latest' into feature/ksp-5013-ui-logic-to-import-simple-frame-to-demo ([@mabry1985](https://github.com/mabry1985))
18
+
19
+ #### 🏠 Internal
20
+
21
+ - KSP-5100: var-refs in tokens collections UI [#4175](https://github.com/knapsack-labs/app-monorepo/pull/4175) ([@illepic](https://github.com/illepic))
22
+ - improve template suggestion labels in pattern form [#4154](https://github.com/knapsack-labs/app-monorepo/pull/4154) ([@GormanDesign](https://github.com/GormanDesign))
23
+ - Update node types to 20.11.30 [#4171](https://github.com/knapsack-labs/app-monorepo/pull/4171) ([@greylabel](https://github.com/greylabel))
24
+ - update sandbox components [#4081](https://github.com/knapsack-labs/app-monorepo/pull/4081) ([@mabry1985](https://github.com/mabry1985) [@EvanLovely](https://github.com/EvanLovely))
25
+ - update styling for sandbox components [#4134](https://github.com/knapsack-labs/app-monorepo/pull/4134) ([@mabry1985](https://github.com/mabry1985))
26
+ - adds logic for disallowing intercom in workspaces [#4137](https://github.com/knapsack-labs/app-monorepo/pull/4137) ([@mabry1985](https://github.com/mabry1985))
27
+
28
+ #### Authors: 5
29
+
30
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
31
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
32
+ - Grant Gaudet ([@greylabel](https://github.com/greylabel))
33
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
34
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
35
+
36
+ ---
37
+
1
38
  # v4.54.9 (Tue May 21 2024)
2
39
 
3
40
  #### 🏠 Internal
@@ -74,6 +74,9 @@ module.exports = {
74
74
  collectionsTestingTestSecondaryBrandBDark: '#ACAAB6',
75
75
  colorNeutral300: '#EDECEF',
76
76
  collectionsTestingTestSecondaryBrandBLight: '#EDECEF',
77
+ collectionsTestingTestTertiaryBrandALight: '#000000',
78
+ collectionsTestingTestTertiaryBrandBDark: '#000000',
79
+ collectionsTestingTestTertiaryBrandBLight: '#000000',
77
80
  sandboxColorBrand: '#7A34ED',
78
81
  collectionsThemeActionBaseDark: '#7A34ED',
79
82
  collectionsThemeActionBaseLight: '#7A34ED',
@@ -63,6 +63,9 @@
63
63
  --collections-testing-test-secondary-brand-a-light: #cc2020;
64
64
  --collections-testing-test-secondary-brand-b-dark: var(--color-neutral-600);
65
65
  --collections-testing-test-secondary-brand-b-light: var(--color-neutral-300);
66
+ --collections-testing-test-tertiary-brand-a-light: #000000;
67
+ --collections-testing-test-tertiary-brand-b-dark: #000000;
68
+ --collections-testing-test-tertiary-brand-b-light: #000000;
66
69
  --collections-theme-action-base-dark: var(--sandbox-color-brand);
67
70
  --collections-theme-action-base-light: var(--sandbox-color-brand);
68
71
  --collections-theme-action-text-dark: var(--sandbox-color-white);
@@ -188,8 +191,8 @@
188
191
  --color-secondary: var(--collections-testing-color-secondary-brand-a-light);
189
192
  --foo-bar: var(--collections-testing-foo-bar-brand-a-light);
190
193
  --test-dimension: var(--collections-testing-test-dimension-brand-a-light);
191
- --test-primary: var(--collections-testing-test-primary-brand-a-light);
192
194
  --test-secondary: var(--collections-testing-test-secondary-brand-a-light);
195
+ --test-tertiary: var(--collections-testing-test-tertiary-brand-a-light);
193
196
  }
194
197
 
195
198
  [data-collections-testing='brandADark'] {
@@ -202,8 +205,8 @@
202
205
  --color-secondary: var(--collections-testing-color-secondary-brand-a-dark);
203
206
  --foo-bar: var(--collections-testing-foo-bar-brand-a-dark);
204
207
  --test-dimension: var(--collections-testing-test-dimension-brand-a-dark);
205
- --test-primary: var(--collections-testing-test-primary-brand-a-dark);
206
208
  --test-secondary: var(--collections-testing-test-secondary-brand-a-dark);
209
+ --test-tertiary: var(--collections-testing-test-secondary);
207
210
  }
208
211
 
209
212
  [data-collections-testing='brandBLight'] {
@@ -216,8 +219,8 @@
216
219
  --color-secondary: var(--collections-testing-color-secondary-brand-b-light);
217
220
  --foo-bar: var(--collections-testing-foo-bar-brand-b-light);
218
221
  --test-dimension: var(--collections-testing-test-dimension-brand-b-light);
219
- --test-primary: var(--collections-testing-test-primary-brand-b-light);
220
222
  --test-secondary: var(--collections-testing-test-secondary-brand-b-light);
223
+ --test-tertiary: var(--collections-testing-test-tertiary-brand-b-light);
221
224
  }
222
225
 
223
226
  [data-collections-testing='brandBDark'] {
@@ -230,8 +233,8 @@
230
233
  --color-secondary: var(--collections-testing-color-secondary-brand-b-dark);
231
234
  --foo-bar: var(--collections-testing-foo-bar-brand-b-dark);
232
235
  --test-dimension: var(--collections-testing-test-dimension-brand-b-dark);
233
- --test-primary: var(--collections-testing-test-primary-brand-b-dark);
234
236
  --test-secondary: var(--collections-testing-test-secondary-brand-b-dark);
237
+ --test-tertiary: var(--collections-testing-test-tertiary-brand-b-dark);
235
238
  }
236
239
 
237
240
  :root,
@@ -63,6 +63,9 @@
63
63
  --collections-testing-test-secondary-brand-a-light: #cc2020;
64
64
  --collections-testing-test-secondary-brand-b-dark: var(--color-neutral-600);
65
65
  --collections-testing-test-secondary-brand-b-light: var(--color-neutral-300);
66
+ --collections-testing-test-tertiary-brand-a-light: #000000;
67
+ --collections-testing-test-tertiary-brand-b-dark: #000000;
68
+ --collections-testing-test-tertiary-brand-b-light: #000000;
66
69
  --collections-theme-action-base-dark: var(--sandbox-color-brand);
67
70
  --collections-theme-action-base-light: var(--sandbox-color-brand);
68
71
  --collections-theme-action-text-dark: var(--sandbox-color-white);
@@ -63,6 +63,9 @@
63
63
  --collections-testing-test-secondary-brand-a-light: #cc2020;
64
64
  --collections-testing-test-secondary-brand-b-dark: var(--color-neutral-600);
65
65
  --collections-testing-test-secondary-brand-b-light: var(--color-neutral-300);
66
+ --collections-testing-test-tertiary-brand-a-light: #000000;
67
+ --collections-testing-test-tertiary-brand-b-dark: #000000;
68
+ --collections-testing-test-tertiary-brand-b-light: #000000;
66
69
  --collections-theme-action-base-dark: var(--sandbox-color-brand);
67
70
  --collections-theme-action-base-light: var(--sandbox-color-brand);
68
71
  --collections-theme-action-text-dark: var(--sandbox-color-white);
@@ -73,6 +73,9 @@ export declare const colorNeutral600 = '#ACAAB6';
73
73
  export declare const collectionsTestingTestSecondaryBrandBDark = '#ACAAB6';
74
74
  export declare const colorNeutral300 = '#EDECEF';
75
75
  export declare const collectionsTestingTestSecondaryBrandBLight = '#EDECEF';
76
+ export declare const collectionsTestingTestTertiaryBrandALight = '#000000';
77
+ export declare const collectionsTestingTestTertiaryBrandBDark = '#000000';
78
+ export declare const collectionsTestingTestTertiaryBrandBLight = '#000000';
76
79
  export declare const sandboxColorBrand = '#7A34ED';
77
80
  export declare const collectionsThemeActionBaseDark = '#7A34ED';
78
81
  export declare const collectionsThemeActionBaseLight = '#7A34ED';
@@ -73,6 +73,9 @@ export declare const colorNeutral600 = '#ACAAB6';
73
73
  export declare const collectionsTestingTestSecondaryBrandBDark = '#ACAAB6';
74
74
  export declare const colorNeutral300 = '#EDECEF';
75
75
  export declare const collectionsTestingTestSecondaryBrandBLight = '#EDECEF';
76
+ export declare const collectionsTestingTestTertiaryBrandALight = '#000000';
77
+ export declare const collectionsTestingTestTertiaryBrandBDark = '#000000';
78
+ export declare const collectionsTestingTestTertiaryBrandBLight = '#000000';
76
79
  export declare const sandboxColorBrand = '#7A34ED';
77
80
  export declare const collectionsThemeActionBaseDark = '#7A34ED';
78
81
  export declare const collectionsThemeActionBaseLight = '#7A34ED';
@@ -73,6 +73,9 @@ export declare const colorNeutral600 = '#ACAAB6';
73
73
  export declare const collectionsTestingTestSecondaryBrandBDark = '#ACAAB6';
74
74
  export declare const colorNeutral300 = '#EDECEF';
75
75
  export declare const collectionsTestingTestSecondaryBrandBLight = '#EDECEF';
76
+ export declare const collectionsTestingTestTertiaryBrandALight = '#000000';
77
+ export declare const collectionsTestingTestTertiaryBrandBDark = '#000000';
78
+ export declare const collectionsTestingTestTertiaryBrandBLight = '#000000';
76
79
  export declare const sandboxColorBrand = '#7A34ED';
77
80
  export declare const collectionsThemeActionBaseDark = '#7A34ED';
78
81
  export declare const collectionsThemeActionBaseLight = '#7A34ED';
@@ -73,6 +73,9 @@ export const colorNeutral600 = '#ACAAB6';
73
73
  export const collectionsTestingTestSecondaryBrandBDark = '#ACAAB6';
74
74
  export const colorNeutral300 = '#EDECEF';
75
75
  export const collectionsTestingTestSecondaryBrandBLight = '#EDECEF';
76
+ export const collectionsTestingTestTertiaryBrandALight = '#000000';
77
+ export const collectionsTestingTestTertiaryBrandBDark = '#000000';
78
+ export const collectionsTestingTestTertiaryBrandBLight = '#000000';
76
79
  export const sandboxColorBrand = '#7A34ED';
77
80
  export const collectionsThemeActionBaseDark = '#7A34ED';
78
81
  export const collectionsThemeActionBaseLight = '#7A34ED';
@@ -57,6 +57,9 @@
57
57
  "collectionsTestingTestSecondaryBrandALight": "#cc2020",
58
58
  "collectionsTestingTestSecondaryBrandBDark": "#ACAAB6",
59
59
  "collectionsTestingTestSecondaryBrandBLight": "#EDECEF",
60
+ "collectionsTestingTestTertiaryBrandALight": "#000000",
61
+ "collectionsTestingTestTertiaryBrandBDark": "#000000",
62
+ "collectionsTestingTestTertiaryBrandBLight": "#000000",
60
63
  "collectionsThemeActionBaseDark": "#7A34ED",
61
64
  "collectionsThemeActionBaseLight": "#7A34ED",
62
65
  "collectionsThemeActionTextDark": "#ffffff",
@@ -73,6 +73,9 @@
73
73
  @collections-testing-test-secondary-brand-b-dark: @color-neutral-600;
74
74
  @color-neutral-300: #edecef;
75
75
  @collections-testing-test-secondary-brand-b-light: @color-neutral-300;
76
+ @collections-testing-test-tertiary-brand-a-light: #000000;
77
+ @collections-testing-test-tertiary-brand-b-dark: #000000;
78
+ @collections-testing-test-tertiary-brand-b-light: #000000;
76
79
  @sandbox-color-brand: #7a34ed;
77
80
  @collections-theme-action-base-dark: @sandbox-color-brand;
78
81
  @collections-theme-action-base-light: @sandbox-color-brand;
@@ -73,6 +73,9 @@ export const colorNeutral600 = '#ACAAB6';
73
73
  export const collectionsTestingTestSecondaryBrandBDark = '#ACAAB6';
74
74
  export const colorNeutral300 = '#EDECEF';
75
75
  export const collectionsTestingTestSecondaryBrandBLight = '#EDECEF';
76
+ export const collectionsTestingTestTertiaryBrandALight = '#000000';
77
+ export const collectionsTestingTestTertiaryBrandBDark = '#000000';
78
+ export const collectionsTestingTestTertiaryBrandBLight = '#000000';
76
79
  export const sandboxColorBrand = '#7A34ED';
77
80
  export const collectionsThemeActionBaseDark = '#7A34ED';
78
81
  export const collectionsThemeActionBaseLight = '#7A34ED';
@@ -103,6 +103,11 @@
103
103
  "brandALight": "#cc2020",
104
104
  "brandBDark": "#ACAAB6",
105
105
  "brandBLight": "#EDECEF"
106
+ },
107
+ "tertiary": {
108
+ "brandALight": "#000000",
109
+ "brandBDark": "#000000",
110
+ "brandBLight": "#000000"
106
111
  }
107
112
  }
108
113
  },
@@ -73,6 +73,9 @@ $color-neutral-600: #acaab6;
73
73
  $collections-testing-test-secondary-brand-b-dark: $color-neutral-600;
74
74
  $color-neutral-300: #edecef;
75
75
  $collections-testing-test-secondary-brand-b-light: $color-neutral-300;
76
+ $collections-testing-test-tertiary-brand-a-light: #000000;
77
+ $collections-testing-test-tertiary-brand-b-dark: #000000;
78
+ $collections-testing-test-tertiary-brand-b-light: #000000;
76
79
  $sandbox-color-brand: #7a34ed;
77
80
  $collections-theme-action-base-dark: $sandbox-color-brand;
78
81
  $collections-theme-action-base-light: $sandbox-color-brand;
@@ -262,6 +265,11 @@ $tokens: (
262
265
  'brandBDark': $collections-testing-test-secondary-brand-b-dark,
263
266
  'brandBLight': $collections-testing-test-secondary-brand-b-light,
264
267
  ),
268
+ 'tertiary': (
269
+ 'brandALight': $collections-testing-test-tertiary-brand-a-light,
270
+ 'brandBDark': $collections-testing-test-tertiary-brand-b-dark,
271
+ 'brandBLight': $collections-testing-test-tertiary-brand-b-light,
272
+ ),
265
273
  ),
266
274
  ),
267
275
  'theme': (
@@ -868,7 +868,40 @@
868
868
  }
869
869
  }
870
870
  },
871
- "$type": "dimension"
871
+ "tertiary": {
872
+ "brandADark": {
873
+ "$extensions": {
874
+ "cloud.knapsack": {
875
+ "group": {
876
+ "collectionInfo": {
877
+ "type": "var-ref",
878
+ "referencedId": "collections.testing.test.secondary"
879
+ }
880
+ }
881
+ }
882
+ }
883
+ },
884
+ "$type": "color",
885
+ "$description": "derp",
886
+ "$extensions": {
887
+ "cloud.knapsack": {
888
+ "group": {
889
+ "collectionInfo": {
890
+ "type": "var"
891
+ }
892
+ }
893
+ }
894
+ },
895
+ "brandALight": {
896
+ "value": "#000000"
897
+ },
898
+ "brandBLight": {
899
+ "value": "#000000"
900
+ },
901
+ "brandBDark": {
902
+ "value": "#000000"
903
+ }
904
+ }
872
905
  },
873
906
  "$extensions": {
874
907
  "cloud.knapsack": {
@@ -880,7 +880,40 @@
880
880
  }
881
881
  }
882
882
  },
883
- "$type": "dimension"
883
+ "tertiary": {
884
+ "brandADark": {
885
+ "$extensions": {
886
+ "cloud.knapsack": {
887
+ "group": {
888
+ "collectionInfo": {
889
+ "type": "var-ref",
890
+ "referencedId": "collections.testing.test.secondary"
891
+ }
892
+ }
893
+ }
894
+ }
895
+ },
896
+ "$type": "color",
897
+ "$description": "derp",
898
+ "$extensions": {
899
+ "cloud.knapsack": {
900
+ "group": {
901
+ "collectionInfo": {
902
+ "type": "var"
903
+ }
904
+ }
905
+ }
906
+ },
907
+ "brandALight": {
908
+ "$value": "#000000"
909
+ },
910
+ "brandBLight": {
911
+ "$value": "#000000"
912
+ },
913
+ "brandBDark": {
914
+ "$value": "#000000"
915
+ }
916
+ }
884
917
  },
885
918
  "$extensions": {
886
919
  "cloud.knapsack": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-tokens",
3
3
  "description": "",
4
- "version": "4.54.10--canary.9c0b1fe.0",
4
+ "version": "4.54.10",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -21,10 +21,10 @@
21
21
  "test": "tsc"
22
22
  },
23
23
  "dependencies": {
24
- "@knapsack/app": "4.54.10--canary.9c0b1fe.0"
24
+ "@knapsack/app": "4.54.10"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/typescript-config-starter": "4.54.10--canary.9c0b1fe.0",
27
+ "@knapsack/typescript-config-starter": "4.54.10",
28
28
  "@types/node": "^20.12.12",
29
29
  "typescript": "^5.4.5"
30
30
  },
@@ -37,5 +37,5 @@
37
37
  "directory": "apps/ui/libs/sandbox-tokens",
38
38
  "type": "git"
39
39
  },
40
- "gitHead": "9c0b1fe403c524fe474f05bdf8d605c25d4c2e1e"
40
+ "gitHead": "c5d08660b4b72340f1db0ee4bbe371e7678df228"
41
41
  }
@@ -880,7 +880,40 @@
880
880
  }
881
881
  }
882
882
  },
883
- "$type": "dimension"
883
+ "tertiary": {
884
+ "brandADark": {
885
+ "$extensions": {
886
+ "cloud.knapsack": {
887
+ "group": {
888
+ "collectionInfo": {
889
+ "type": "var-ref",
890
+ "referencedId": "collections.testing.test.secondary"
891
+ }
892
+ }
893
+ }
894
+ }
895
+ },
896
+ "$type": "color",
897
+ "$description": "derp",
898
+ "$extensions": {
899
+ "cloud.knapsack": {
900
+ "group": {
901
+ "collectionInfo": {
902
+ "type": "var"
903
+ }
904
+ }
905
+ }
906
+ },
907
+ "brandALight": {
908
+ "$value": "#000000"
909
+ },
910
+ "brandBLight": {
911
+ "$value": "#000000"
912
+ },
913
+ "brandBDark": {
914
+ "$value": "#000000"
915
+ }
916
+ }
884
917
  },
885
918
  "$extensions": {
886
919
  "cloud.knapsack": {