scu-web-components 0.0.44 → 0.0.46

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.
Binary file
@@ -36,9 +36,9 @@
36
36
  "category": "layouts"
37
37
  },
38
38
  {
39
- "name": "ScwFlexHComponent",
40
- "fileName": "ScwFlexHComponent.json",
41
- "tagName": "scw-flex-h-component",
39
+ "name": "ScwFlexVComponent",
40
+ "fileName": "ScwFlexVComponent.json",
41
+ "tagName": "scw-flex-v-component",
42
42
  "category": "layouts"
43
43
  },
44
44
  {
@@ -48,9 +48,9 @@
48
48
  "category": "layouts"
49
49
  },
50
50
  {
51
- "name": "ScwFlexVComponent",
52
- "fileName": "ScwFlexVComponent.json",
53
- "tagName": "scw-flex-v-component",
51
+ "name": "ScwFlexHComponent",
52
+ "fileName": "ScwFlexHComponent.json",
53
+ "tagName": "scw-flex-h-component",
54
54
  "category": "layouts"
55
55
  },
56
56
  {
@@ -167,18 +167,18 @@
167
167
  "tagName": "scw-validation",
168
168
  "category": "form"
169
169
  },
170
- {
171
- "name": "ScwIcon",
172
- "fileName": "ScwIcon.json",
173
- "tagName": "scw-icon",
174
- "category": "interactive"
175
- },
176
170
  {
177
171
  "name": "ScwHeading",
178
172
  "fileName": "ScwHeading.json",
179
173
  "tagName": "scw-heading",
180
174
  "category": "interactive"
181
175
  },
176
+ {
177
+ "name": "ScwIcon",
178
+ "fileName": "ScwIcon.json",
179
+ "tagName": "scw-icon",
180
+ "category": "interactive"
181
+ },
182
182
  {
183
183
  "name": "ScwLink",
184
184
  "fileName": "ScwLink.json",
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "title": "Summit Credit Union Web Design System (SCW)",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "navigation": [
5
5
  {
6
6
  "id": "tokens",
7
7
  "title": "Component SASS",
8
- "url": "../tokens/tokens.html?0.0.44"
8
+ "url": "../tokens/tokens.html?0.0.45"
9
9
  },
10
10
  {
11
11
  "id": "css",
12
12
  "title": "CSS",
13
- "url": "../tokens/css.html?clipboardType=classes&0.0.44"
13
+ "url": "../tokens/css.html?clipboardType=classes&0.0.45"
14
14
  }
15
15
  ],
16
16
  "moduleEmbed": "const scw = await import('../scw.js'); scw.defineComponents();",
@@ -22,7 +22,7 @@
22
22
  const clipboardType = urlParams.get('clipboardType');
23
23
 
24
24
  import run from './apps/cheatsheet/main.js';
25
- run('.', import.meta, '0.7.35', '../example/dist/tokens', clipboardType );
25
+ run('.', import.meta, '0.7.36', '../example/dist/tokens', clipboardType );
26
26
  </script>
27
27
 
28
28
  <style>
@@ -52,7 +52,7 @@
52
52
  <div id="main"></div>
53
53
 
54
54
  <div id="main-loading">
55
- Loading Summit Tokenizer Cheatsheet 0.7.35
55
+ Loading Summit Tokenizer Cheatsheet 0.7.36
56
56
  </div>
57
57
 
58
58
  </body>
Binary file
@@ -513,7 +513,7 @@ export type SCWProp = {
513
513
  };
514
514
 
515
515
  // Categorized Types
516
- type SCWValue =
516
+ export type SCWValue =
517
517
  SCWColorValue |
518
518
  SCWTypeValue |
519
519
  SCWEffectValue |
@@ -523,7 +523,7 @@ type SCWValue =
523
523
  true |
524
524
  number
525
525
 
526
- type SCWColorValue =
526
+ export type SCWColorValue =
527
527
  'color-primary-01' |
528
528
  'color-primary-02' |
529
529
  'color-primary-03' |
@@ -684,7 +684,7 @@ type SCWColorValue =
684
684
  'color-heloc-09' |
685
685
  'color-heloc-092' |
686
686
  'color-heloc-095'
687
- type SCWTypeValue =
687
+ export type SCWTypeValue =
688
688
  'type-text-10-font' |
689
689
  'type-text-09-font' |
690
690
  'type-text-08-font' |
@@ -718,10 +718,10 @@ type SCWTypeValue =
718
718
  'type-text-bold-03-font' |
719
719
  'type-text-bold-02-font' |
720
720
  'type-text-bold-01-font'
721
- type SCWEffectValue =
721
+ export type SCWEffectValue =
722
722
  'effect-shadow-shadow' |
723
723
  'effect-focus-shadow'
724
- type SCWIconValue =
724
+ export type SCWIconValue =
725
725
  'graphic-apple-app-store-width' |
726
726
  'graphic-apple-app-store-height' |
727
727
  'graphic-apple-app-store-background-size' |
@@ -737,7 +737,7 @@ type SCWIconValue =
737
737
  'graphic-google-play-store-width' |
738
738
  'graphic-google-play-store-height' |
739
739
  'graphic-google-play-store-background-size'
740
- type SCWSpacingValue =
740
+ export type SCWSpacingValue =
741
741
  'spacing-0' |
742
742
  'spacing-0-3' |
743
743
  'spacing-0-4' |
@@ -837,7 +837,7 @@ type SCWSpacingValue =
837
837
  'colvw-10' |
838
838
  'colvw-11' |
839
839
  'colvw-12'
840
- type SCWBreakpointValue =
840
+ export type SCWBreakpointValue =
841
841
  'breakpoint-xlg-name' |
842
842
  'breakpoint-xlg-max-width' |
843
843
  'breakpoint-xlg-min-width' |
@@ -3,7 +3,7 @@
3
3
 
4
4
  constructor (config) {// version, extraCssPromise, config ) {
5
5
  this.prefix = 'scw';// dynamic
6
- this.buildUUID = 'df6faab0-0c2c-4fec-a6c5-f8f629878e17';// dynamic
6
+ this.buildUUID = '0f4fc4a0-dd0d-49d4-b649-c560b5e7772f';// dynamic
7
7
 
8
8
  this.generator = false;
9
9
  this.initialized = false;
Binary file