scu-web-components 0.0.56 → 0.0.57
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 +504 -504
- package/dist/custom-elements.json.gz +0 -0
- package/dist/docs/components/manifest.json +46 -46
- package/dist/docs/config.json +3 -3
- package/dist/themes/themes.css +24 -24
- 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/package.json +1 -1
- package/scripts/themes.mjs +2 -2
|
Binary file
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "ScwButton",
|
|
4
|
+
"fileName": "ScwButton.json",
|
|
5
|
+
"tagName": "scw-button",
|
|
6
|
+
"category": "interactive"
|
|
7
|
+
},
|
|
2
8
|
{
|
|
3
9
|
"name": "ScwAlert",
|
|
4
10
|
"fileName": "ScwAlert.json",
|
|
@@ -35,18 +41,6 @@
|
|
|
35
41
|
"tagName": "scw-flex-h-component",
|
|
36
42
|
"category": "layouts"
|
|
37
43
|
},
|
|
38
|
-
{
|
|
39
|
-
"name": "ScwButton",
|
|
40
|
-
"fileName": "ScwButton.json",
|
|
41
|
-
"tagName": "scw-button",
|
|
42
|
-
"category": "interactive"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"name": "ScwForm",
|
|
46
|
-
"fileName": "ScwForm.json",
|
|
47
|
-
"tagName": "scw-form",
|
|
48
|
-
"category": "form"
|
|
49
|
-
},
|
|
50
44
|
{
|
|
51
45
|
"name": "ScwFlexVComponent",
|
|
52
46
|
"fileName": "ScwFlexVComponent.json",
|
|
@@ -66,10 +60,10 @@
|
|
|
66
60
|
"category": "base"
|
|
67
61
|
},
|
|
68
62
|
{
|
|
69
|
-
"name": "
|
|
70
|
-
"fileName": "
|
|
71
|
-
"tagName": "scw-
|
|
72
|
-
"category": "
|
|
63
|
+
"name": "ScwForm",
|
|
64
|
+
"fileName": "ScwForm.json",
|
|
65
|
+
"tagName": "scw-form",
|
|
66
|
+
"category": "form"
|
|
73
67
|
},
|
|
74
68
|
{
|
|
75
69
|
"name": "ScwInput",
|
|
@@ -77,24 +71,30 @@
|
|
|
77
71
|
"tagName": "scw-input",
|
|
78
72
|
"category": "form"
|
|
79
73
|
},
|
|
74
|
+
{
|
|
75
|
+
"name": "ScwImage",
|
|
76
|
+
"fileName": "ScwImage.json",
|
|
77
|
+
"tagName": "scw-image",
|
|
78
|
+
"category": "interactive"
|
|
79
|
+
},
|
|
80
80
|
{
|
|
81
81
|
"name": "ScwInputField",
|
|
82
82
|
"fileName": "ScwInputField.json",
|
|
83
83
|
"tagName": "scw-input-field",
|
|
84
84
|
"category": "form"
|
|
85
85
|
},
|
|
86
|
-
{
|
|
87
|
-
"name": "ScwLayoutComponent",
|
|
88
|
-
"fileName": "ScwLayoutComponent.json",
|
|
89
|
-
"tagName": "scw-layout-component",
|
|
90
|
-
"category": "layouts"
|
|
91
|
-
},
|
|
92
86
|
{
|
|
93
87
|
"name": "ScwInputLayout",
|
|
94
88
|
"fileName": "ScwInputLayout.json",
|
|
95
89
|
"tagName": "scw-input-layout",
|
|
96
90
|
"category": "form"
|
|
97
91
|
},
|
|
92
|
+
{
|
|
93
|
+
"name": "ScwLayoutComponent",
|
|
94
|
+
"fileName": "ScwLayoutComponent.json",
|
|
95
|
+
"tagName": "scw-layout-component",
|
|
96
|
+
"category": "layouts"
|
|
97
|
+
},
|
|
98
98
|
{
|
|
99
99
|
"name": "ScwLinkBase",
|
|
100
100
|
"fileName": "ScwLinkBase.json",
|
|
@@ -107,12 +107,6 @@
|
|
|
107
107
|
"tagName": "scw-menu",
|
|
108
108
|
"category": "interactive"
|
|
109
109
|
},
|
|
110
|
-
{
|
|
111
|
-
"name": "ScwPageAlert",
|
|
112
|
-
"fileName": "ScwPageAlert.json",
|
|
113
|
-
"tagName": "scw-page-alert",
|
|
114
|
-
"category": "interactive"
|
|
115
|
-
},
|
|
116
110
|
{
|
|
117
111
|
"name": "ScwPaneComponent",
|
|
118
112
|
"fileName": "ScwPaneComponent.json",
|
|
@@ -125,30 +119,30 @@
|
|
|
125
119
|
"tagName": "scw-select",
|
|
126
120
|
"category": "form"
|
|
127
121
|
},
|
|
128
|
-
{
|
|
129
|
-
"name": "ScwSingleInput",
|
|
130
|
-
"fileName": "ScwSingleInput.json",
|
|
131
|
-
"tagName": "scw-single-input",
|
|
132
|
-
"category": "form"
|
|
133
|
-
},
|
|
134
122
|
{
|
|
135
123
|
"name": "ScwRichText",
|
|
136
124
|
"fileName": "ScwRichText.json",
|
|
137
125
|
"tagName": "scw-rich-text",
|
|
138
126
|
"category": "content"
|
|
139
127
|
},
|
|
140
|
-
{
|
|
141
|
-
"name": "ScwStackComponent",
|
|
142
|
-
"fileName": "ScwStackComponent.json",
|
|
143
|
-
"tagName": "scw-stack-component",
|
|
144
|
-
"category": "layouts"
|
|
145
|
-
},
|
|
146
128
|
{
|
|
147
129
|
"name": "ScwSingleInputLayout",
|
|
148
130
|
"fileName": "ScwSingleInputLayout.json",
|
|
149
131
|
"tagName": "scw-single-input-layout",
|
|
150
132
|
"category": "form"
|
|
151
133
|
},
|
|
134
|
+
{
|
|
135
|
+
"name": "ScwSingleInput",
|
|
136
|
+
"fileName": "ScwSingleInput.json",
|
|
137
|
+
"tagName": "scw-single-input",
|
|
138
|
+
"category": "form"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "ScwStackComponent",
|
|
142
|
+
"fileName": "ScwStackComponent.json",
|
|
143
|
+
"tagName": "scw-stack-component",
|
|
144
|
+
"category": "layouts"
|
|
145
|
+
},
|
|
152
146
|
{
|
|
153
147
|
"name": "ScwTest",
|
|
154
148
|
"fileName": "ScwTest.json",
|
|
@@ -167,6 +161,12 @@
|
|
|
167
161
|
"tagName": "scw-validate",
|
|
168
162
|
"category": "form"
|
|
169
163
|
},
|
|
164
|
+
{
|
|
165
|
+
"name": "ScwPageAlert",
|
|
166
|
+
"fileName": "ScwPageAlert.json",
|
|
167
|
+
"tagName": "scw-page-alert",
|
|
168
|
+
"category": "interactive"
|
|
169
|
+
},
|
|
170
170
|
{
|
|
171
171
|
"name": "ScwTextarea",
|
|
172
172
|
"fileName": "ScwTextarea.json",
|
|
@@ -179,18 +179,18 @@
|
|
|
179
179
|
"tagName": "scw-validation",
|
|
180
180
|
"category": "form"
|
|
181
181
|
},
|
|
182
|
-
{
|
|
183
|
-
"name": "ScwIcon",
|
|
184
|
-
"fileName": "ScwIcon.json",
|
|
185
|
-
"tagName": "scw-icon",
|
|
186
|
-
"category": "interactive"
|
|
187
|
-
},
|
|
188
182
|
{
|
|
189
183
|
"name": "ScwHeading",
|
|
190
184
|
"fileName": "ScwHeading.json",
|
|
191
185
|
"tagName": "scw-heading",
|
|
192
186
|
"category": "interactive"
|
|
193
187
|
},
|
|
188
|
+
{
|
|
189
|
+
"name": "ScwIcon",
|
|
190
|
+
"fileName": "ScwIcon.json",
|
|
191
|
+
"tagName": "scw-icon",
|
|
192
|
+
"category": "interactive"
|
|
193
|
+
},
|
|
194
194
|
{
|
|
195
195
|
"name": "ScwLink",
|
|
196
196
|
"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.56",
|
|
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.56"
|
|
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.56"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
16
|
"moduleEmbed": "const scw = await import('../scw.js'); scw.defineComponents();",
|
package/dist/themes/themes.css
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
[scw-theme-primary-dark],
|
|
17
17
|
.scw-theme-primary .scw-theme-inherit-dark,
|
|
18
18
|
.scw-theme-primary [scw-theme-inherit-dark],
|
|
19
|
-
[scw-theme-primary] scw-theme-inherit-dark,
|
|
20
|
-
[scw-theme-primary] [scw-theme-inherit-dark]
|
|
19
|
+
[scw-theme-primary] .scw-theme-inherit-dark,
|
|
20
|
+
[scw-theme-primary] [scw-theme-inherit-dark] {
|
|
21
21
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
22
22
|
--scw-theme-color-inv: var( --scw-color-primary-05 );
|
|
23
23
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
[scw-theme-grey-dark],
|
|
49
49
|
.scw-theme-grey .scw-theme-inherit-dark,
|
|
50
50
|
.scw-theme-grey [scw-theme-inherit-dark],
|
|
51
|
-
[scw-theme-grey] scw-theme-inherit-dark,
|
|
52
|
-
[scw-theme-grey] [scw-theme-inherit-dark]
|
|
51
|
+
[scw-theme-grey] .scw-theme-inherit-dark,
|
|
52
|
+
[scw-theme-grey] [scw-theme-inherit-dark] {
|
|
53
53
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
54
54
|
--scw-theme-color-inv: var( --scw-color-grey-02 );
|
|
55
55
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
[scw-theme-mortgage-dark],
|
|
81
81
|
.scw-theme-mortgage .scw-theme-inherit-dark,
|
|
82
82
|
.scw-theme-mortgage [scw-theme-inherit-dark],
|
|
83
|
-
[scw-theme-mortgage] scw-theme-inherit-dark,
|
|
84
|
-
[scw-theme-mortgage] [scw-theme-inherit-dark]
|
|
83
|
+
[scw-theme-mortgage] .scw-theme-inherit-dark,
|
|
84
|
+
[scw-theme-mortgage] [scw-theme-inherit-dark] {
|
|
85
85
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
86
86
|
--scw-theme-color-inv: var( --scw-color-mortgage-05 );
|
|
87
87
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
[scw-theme-investments-dark],
|
|
113
113
|
.scw-theme-investments .scw-theme-inherit-dark,
|
|
114
114
|
.scw-theme-investments [scw-theme-inherit-dark],
|
|
115
|
-
[scw-theme-investments] scw-theme-inherit-dark,
|
|
116
|
-
[scw-theme-investments] [scw-theme-inherit-dark]
|
|
115
|
+
[scw-theme-investments] .scw-theme-inherit-dark,
|
|
116
|
+
[scw-theme-investments] [scw-theme-inherit-dark] {
|
|
117
117
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
118
118
|
--scw-theme-color-inv: var( --scw-color-investments-05 );
|
|
119
119
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
[scw-theme-credit-cards-dark],
|
|
145
145
|
.scw-theme-credit-cards .scw-theme-inherit-dark,
|
|
146
146
|
.scw-theme-credit-cards [scw-theme-inherit-dark],
|
|
147
|
-
[scw-theme-credit-cards] scw-theme-inherit-dark,
|
|
148
|
-
[scw-theme-credit-cards] [scw-theme-inherit-dark]
|
|
147
|
+
[scw-theme-credit-cards] .scw-theme-inherit-dark,
|
|
148
|
+
[scw-theme-credit-cards] [scw-theme-inherit-dark] {
|
|
149
149
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
150
150
|
--scw-theme-color-inv: var( --scw-color-credit-cards-05 );
|
|
151
151
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -176,8 +176,8 @@
|
|
|
176
176
|
[scw-theme-student-dark],
|
|
177
177
|
.scw-theme-student .scw-theme-inherit-dark,
|
|
178
178
|
.scw-theme-student [scw-theme-inherit-dark],
|
|
179
|
-
[scw-theme-student] scw-theme-inherit-dark,
|
|
180
|
-
[scw-theme-student] [scw-theme-inherit-dark]
|
|
179
|
+
[scw-theme-student] .scw-theme-inherit-dark,
|
|
180
|
+
[scw-theme-student] [scw-theme-inherit-dark] {
|
|
181
181
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
182
182
|
--scw-theme-color-inv: var( --scw-color-student-05 );
|
|
183
183
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -208,8 +208,8 @@
|
|
|
208
208
|
[scw-theme-savings-dark],
|
|
209
209
|
.scw-theme-savings .scw-theme-inherit-dark,
|
|
210
210
|
.scw-theme-savings [scw-theme-inherit-dark],
|
|
211
|
-
[scw-theme-savings] scw-theme-inherit-dark,
|
|
212
|
-
[scw-theme-savings] [scw-theme-inherit-dark]
|
|
211
|
+
[scw-theme-savings] .scw-theme-inherit-dark,
|
|
212
|
+
[scw-theme-savings] [scw-theme-inherit-dark] {
|
|
213
213
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
214
214
|
--scw-theme-color-inv: var( --scw-color-savings-05 );
|
|
215
215
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -240,8 +240,8 @@
|
|
|
240
240
|
[scw-theme-checking-dark],
|
|
241
241
|
.scw-theme-checking .scw-theme-inherit-dark,
|
|
242
242
|
.scw-theme-checking [scw-theme-inherit-dark],
|
|
243
|
-
[scw-theme-checking] scw-theme-inherit-dark,
|
|
244
|
-
[scw-theme-checking] [scw-theme-inherit-dark]
|
|
243
|
+
[scw-theme-checking] .scw-theme-inherit-dark,
|
|
244
|
+
[scw-theme-checking] [scw-theme-inherit-dark] {
|
|
245
245
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
246
246
|
--scw-theme-color-inv: var( --scw-color-checking-05 );
|
|
247
247
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -272,8 +272,8 @@
|
|
|
272
272
|
[scw-theme-red-shoes-dark],
|
|
273
273
|
.scw-theme-red-shoes .scw-theme-inherit-dark,
|
|
274
274
|
.scw-theme-red-shoes [scw-theme-inherit-dark],
|
|
275
|
-
[scw-theme-red-shoes] scw-theme-inherit-dark,
|
|
276
|
-
[scw-theme-red-shoes] [scw-theme-inherit-dark]
|
|
275
|
+
[scw-theme-red-shoes] .scw-theme-inherit-dark,
|
|
276
|
+
[scw-theme-red-shoes] [scw-theme-inherit-dark] {
|
|
277
277
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
278
278
|
--scw-theme-color-inv: var( --scw-color-red-shoes-05 );
|
|
279
279
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -304,8 +304,8 @@
|
|
|
304
304
|
[scw-theme-business-dark],
|
|
305
305
|
.scw-theme-business .scw-theme-inherit-dark,
|
|
306
306
|
.scw-theme-business [scw-theme-inherit-dark],
|
|
307
|
-
[scw-theme-business] scw-theme-inherit-dark,
|
|
308
|
-
[scw-theme-business] [scw-theme-inherit-dark]
|
|
307
|
+
[scw-theme-business] .scw-theme-inherit-dark,
|
|
308
|
+
[scw-theme-business] [scw-theme-inherit-dark] {
|
|
309
309
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
310
310
|
--scw-theme-color-inv: var( --scw-color-business-05 );
|
|
311
311
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -336,8 +336,8 @@
|
|
|
336
336
|
[scw-theme-personal-dark],
|
|
337
337
|
.scw-theme-personal .scw-theme-inherit-dark,
|
|
338
338
|
.scw-theme-personal [scw-theme-inherit-dark],
|
|
339
|
-
[scw-theme-personal] scw-theme-inherit-dark,
|
|
340
|
-
[scw-theme-personal] [scw-theme-inherit-dark]
|
|
339
|
+
[scw-theme-personal] .scw-theme-inherit-dark,
|
|
340
|
+
[scw-theme-personal] [scw-theme-inherit-dark] {
|
|
341
341
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
342
342
|
--scw-theme-color-inv: var( --scw-color-personal-05 );
|
|
343
343
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
[scw-theme-heloc-dark],
|
|
369
369
|
.scw-theme-heloc .scw-theme-inherit-dark,
|
|
370
370
|
.scw-theme-heloc [scw-theme-inherit-dark],
|
|
371
|
-
[scw-theme-heloc] scw-theme-inherit-dark,
|
|
372
|
-
[scw-theme-heloc] [scw-theme-inherit-dark]
|
|
371
|
+
[scw-theme-heloc] .scw-theme-inherit-dark,
|
|
372
|
+
[scw-theme-heloc] [scw-theme-inherit-dark] {
|
|
373
373
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
374
374
|
--scw-theme-color-inv: var( --scw-color-heloc-05 );
|
|
375
375
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -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 = 'd8ee6f9a-a18d-42c7-bab7-38d06fff9857';// dynamic
|
|
7
7
|
|
|
8
8
|
this.generator = false;
|
|
9
9
|
this.initialized = false;
|
|
Binary file
|