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.
- package/dist/custom-elements.json +535 -535
- package/dist/custom-elements.json.gz +0 -0
- package/dist/docs/components/manifest.json +12 -12
- package/dist/docs/config.json +3 -3
- package/dist/tokens/css.html +2 -2
- package/dist/tokens/css.html.gz +0 -0
- package/dist/tokens/source/cssPropertiesApi.ts +7 -7
- package/dist/tokens/source/jsCss.js +1 -1
- package/dist/tokens/source/jsCss.js.gz +0 -0
- package/dist/tokens/source/jsCssGenerator.js +1 -1
- package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
- package/dist/tokens/source/jsCssGeneratorSansAssets.js +1 -1
- package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
- package/dist/tokens/tokens.html +2 -2
- package/dist/tokens/tokens.html.gz +0 -0
- package/package.json +2 -2
|
Binary file
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"category": "layouts"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"name": "
|
|
40
|
-
"fileName": "
|
|
41
|
-
"tagName": "scw-flex-
|
|
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": "
|
|
52
|
-
"fileName": "
|
|
53
|
-
"tagName": "scw-flex-
|
|
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",
|
package/dist/docs/config.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "Summit Credit Union Web Design System (SCW)",
|
|
3
|
-
"version": "0.0.
|
|
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.
|
|
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.
|
|
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();",
|
package/dist/tokens/css.html
CHANGED
|
@@ -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.
|
|
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.
|
|
55
|
+
Loading Summit Tokenizer Cheatsheet 0.7.36
|
|
56
56
|
</div>
|
|
57
57
|
|
|
58
58
|
</body>
|
package/dist/tokens/css.html.gz
CHANGED
|
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 = '
|
|
6
|
+
this.buildUUID = '0f4fc4a0-dd0d-49d4-b649-c560b5e7772f';// dynamic
|
|
7
7
|
|
|
8
8
|
this.generator = false;
|
|
9
9
|
this.initialized = false;
|
|
Binary file
|