scu-web-components 0.0.55 → 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 +460 -460
- package/dist/docs/components/manifest.json +51 -51
- package/dist/docs/config.json +3 -3
- package/dist/themes/themes.css +71 -23
- 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
|
@@ -1,40 +1,46 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"name": "ScwAlert",
|
|
4
|
-
"fileName": "ScwAlert.json",
|
|
5
|
-
"tagName": "scw-alert",
|
|
6
|
-
"category": "interactive"
|
|
7
|
-
},
|
|
8
2
|
{
|
|
9
3
|
"name": "ScwButton",
|
|
10
4
|
"fileName": "ScwButton.json",
|
|
11
5
|
"tagName": "scw-button",
|
|
12
6
|
"category": "interactive"
|
|
13
7
|
},
|
|
8
|
+
{
|
|
9
|
+
"name": "ScwAlert",
|
|
10
|
+
"fileName": "ScwAlert.json",
|
|
11
|
+
"tagName": "scw-alert",
|
|
12
|
+
"category": "interactive"
|
|
13
|
+
},
|
|
14
14
|
{
|
|
15
15
|
"name": "ScwCard",
|
|
16
16
|
"fileName": "ScwCard.json",
|
|
17
17
|
"tagName": "scw-card",
|
|
18
18
|
"category": "interactive"
|
|
19
19
|
},
|
|
20
|
-
{
|
|
21
|
-
"name": "ScwComponent",
|
|
22
|
-
"fileName": "ScwComponent.json",
|
|
23
|
-
"tagName": "scw-component",
|
|
24
|
-
"category": "base"
|
|
25
|
-
},
|
|
26
20
|
{
|
|
27
21
|
"name": "ScwCenterComponent",
|
|
28
22
|
"fileName": "ScwCenterComponent.json",
|
|
29
23
|
"tagName": "scw-center-component",
|
|
30
24
|
"category": "layouts"
|
|
31
25
|
},
|
|
26
|
+
{
|
|
27
|
+
"name": "ScwComponent",
|
|
28
|
+
"fileName": "ScwComponent.json",
|
|
29
|
+
"tagName": "scw-component",
|
|
30
|
+
"category": "base"
|
|
31
|
+
},
|
|
32
32
|
{
|
|
33
33
|
"name": "ScwElementComponent",
|
|
34
34
|
"fileName": "ScwElementComponent.json",
|
|
35
35
|
"tagName": "scw-element-component",
|
|
36
36
|
"category": "layouts"
|
|
37
37
|
},
|
|
38
|
+
{
|
|
39
|
+
"name": "ScwFlexHComponent",
|
|
40
|
+
"fileName": "ScwFlexHComponent.json",
|
|
41
|
+
"tagName": "scw-flex-h-component",
|
|
42
|
+
"category": "layouts"
|
|
43
|
+
},
|
|
38
44
|
{
|
|
39
45
|
"name": "ScwFlexVComponent",
|
|
40
46
|
"fileName": "ScwFlexVComponent.json",
|
|
@@ -47,6 +53,12 @@
|
|
|
47
53
|
"tagName": "scw-float-component",
|
|
48
54
|
"category": "layouts"
|
|
49
55
|
},
|
|
56
|
+
{
|
|
57
|
+
"name": "ScwFormComponent",
|
|
58
|
+
"fileName": "ScwFormComponent.json",
|
|
59
|
+
"tagName": "scw-form-component",
|
|
60
|
+
"category": "base"
|
|
61
|
+
},
|
|
50
62
|
{
|
|
51
63
|
"name": "ScwForm",
|
|
52
64
|
"fileName": "ScwForm.json",
|
|
@@ -54,10 +66,10 @@
|
|
|
54
66
|
"category": "form"
|
|
55
67
|
},
|
|
56
68
|
{
|
|
57
|
-
"name": "
|
|
58
|
-
"fileName": "
|
|
59
|
-
"tagName": "scw-
|
|
60
|
-
"category": "
|
|
69
|
+
"name": "ScwInput",
|
|
70
|
+
"fileName": "ScwInput.json",
|
|
71
|
+
"tagName": "scw-input",
|
|
72
|
+
"category": "form"
|
|
61
73
|
},
|
|
62
74
|
{
|
|
63
75
|
"name": "ScwImage",
|
|
@@ -72,15 +84,9 @@
|
|
|
72
84
|
"category": "form"
|
|
73
85
|
},
|
|
74
86
|
{
|
|
75
|
-
"name": "
|
|
76
|
-
"fileName": "
|
|
77
|
-
"tagName": "scw-
|
|
78
|
-
"category": "layouts"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"name": "ScwInput",
|
|
82
|
-
"fileName": "ScwInput.json",
|
|
83
|
-
"tagName": "scw-input",
|
|
87
|
+
"name": "ScwInputLayout",
|
|
88
|
+
"fileName": "ScwInputLayout.json",
|
|
89
|
+
"tagName": "scw-input-layout",
|
|
84
90
|
"category": "form"
|
|
85
91
|
},
|
|
86
92
|
{
|
|
@@ -95,24 +101,12 @@
|
|
|
95
101
|
"tagName": "scw-link-base",
|
|
96
102
|
"category": "interactive"
|
|
97
103
|
},
|
|
98
|
-
{
|
|
99
|
-
"name": "ScwInputLayout",
|
|
100
|
-
"fileName": "ScwInputLayout.json",
|
|
101
|
-
"tagName": "scw-input-layout",
|
|
102
|
-
"category": "form"
|
|
103
|
-
},
|
|
104
104
|
{
|
|
105
105
|
"name": "ScwMenu",
|
|
106
106
|
"fileName": "ScwMenu.json",
|
|
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,12 +119,6 @@
|
|
|
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",
|
|
@@ -144,10 +132,10 @@
|
|
|
144
132
|
"category": "form"
|
|
145
133
|
},
|
|
146
134
|
{
|
|
147
|
-
"name": "
|
|
148
|
-
"fileName": "
|
|
149
|
-
"tagName": "scw-
|
|
150
|
-
"category": "
|
|
135
|
+
"name": "ScwSingleInput",
|
|
136
|
+
"fileName": "ScwSingleInput.json",
|
|
137
|
+
"tagName": "scw-single-input",
|
|
138
|
+
"category": "form"
|
|
151
139
|
},
|
|
152
140
|
{
|
|
153
141
|
"name": "ScwStackComponent",
|
|
@@ -155,6 +143,12 @@
|
|
|
155
143
|
"tagName": "scw-stack-component",
|
|
156
144
|
"category": "layouts"
|
|
157
145
|
},
|
|
146
|
+
{
|
|
147
|
+
"name": "ScwTest",
|
|
148
|
+
"fileName": "ScwTest.json",
|
|
149
|
+
"tagName": "scw-test",
|
|
150
|
+
"category": "interactive"
|
|
151
|
+
},
|
|
158
152
|
{
|
|
159
153
|
"name": "ScwStepper",
|
|
160
154
|
"fileName": "ScwStepper.json",
|
|
@@ -168,10 +162,10 @@
|
|
|
168
162
|
"category": "form"
|
|
169
163
|
},
|
|
170
164
|
{
|
|
171
|
-
"name": "
|
|
172
|
-
"fileName": "
|
|
173
|
-
"tagName": "scw-
|
|
174
|
-
"category": "
|
|
165
|
+
"name": "ScwPageAlert",
|
|
166
|
+
"fileName": "ScwPageAlert.json",
|
|
167
|
+
"tagName": "scw-page-alert",
|
|
168
|
+
"category": "interactive"
|
|
175
169
|
},
|
|
176
170
|
{
|
|
177
171
|
"name": "ScwTextarea",
|
|
@@ -179,6 +173,12 @@
|
|
|
179
173
|
"tagName": "scw-textarea",
|
|
180
174
|
"category": "form"
|
|
181
175
|
},
|
|
176
|
+
{
|
|
177
|
+
"name": "ScwValidation",
|
|
178
|
+
"fileName": "ScwValidation.json",
|
|
179
|
+
"tagName": "scw-validation",
|
|
180
|
+
"category": "form"
|
|
181
|
+
},
|
|
182
182
|
{
|
|
183
183
|
"name": "ScwHeading",
|
|
184
184
|
"fileName": "ScwHeading.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
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
--scw-theme-color-inv: var( --scw-color-grey-10 );
|
|
6
6
|
--scw-theme-color-hover: var( --scw-color-primary-04 );
|
|
7
7
|
--scw-theme-color-hover-inv: var( --scw-color-grey-10 );
|
|
8
|
-
--scw-theme-color-light: var( --scw-color-
|
|
8
|
+
--scw-theme-color-light: var( --scw-color-primary-095 );
|
|
9
9
|
--scw-theme-body-color: var( --scw-color-grey-02 );
|
|
10
10
|
--scw-theme-border-color: var( --scw-color-grey-09 );
|
|
11
11
|
--scw-theme-icon-color: var( --scw-color-primary-05 );
|
|
@@ -13,7 +13,11 @@
|
|
|
13
13
|
--scw-theme-icon-color-tiertiary: var( --scw-color-primary-08 );
|
|
14
14
|
}
|
|
15
15
|
.scw-theme-primary-dark,
|
|
16
|
-
[scw-theme-primary-dark]
|
|
16
|
+
[scw-theme-primary-dark],
|
|
17
|
+
.scw-theme-primary .scw-theme-inherit-dark,
|
|
18
|
+
.scw-theme-primary [scw-theme-inherit-dark],
|
|
19
|
+
[scw-theme-primary] .scw-theme-inherit-dark,
|
|
20
|
+
[scw-theme-primary] [scw-theme-inherit-dark] {
|
|
17
21
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
18
22
|
--scw-theme-color-inv: var( --scw-color-primary-05 );
|
|
19
23
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -41,7 +45,11 @@
|
|
|
41
45
|
--scw-theme-icon-color-tiertiary: var( --scw-color-grey-05 );
|
|
42
46
|
}
|
|
43
47
|
.scw-theme-grey-dark,
|
|
44
|
-
[scw-theme-grey-dark]
|
|
48
|
+
[scw-theme-grey-dark],
|
|
49
|
+
.scw-theme-grey .scw-theme-inherit-dark,
|
|
50
|
+
.scw-theme-grey [scw-theme-inherit-dark],
|
|
51
|
+
[scw-theme-grey] .scw-theme-inherit-dark,
|
|
52
|
+
[scw-theme-grey] [scw-theme-inherit-dark] {
|
|
45
53
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
46
54
|
--scw-theme-color-inv: var( --scw-color-grey-02 );
|
|
47
55
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -61,7 +69,7 @@
|
|
|
61
69
|
--scw-theme-color-inv: var( --scw-color-grey-10 );
|
|
62
70
|
--scw-theme-color-hover: var( --scw-color-mortgage-04 );
|
|
63
71
|
--scw-theme-color-hover-inv: var( --scw-color-grey-10 );
|
|
64
|
-
--scw-theme-color-light: var( --scw-color-
|
|
72
|
+
--scw-theme-color-light: var( --scw-color-mortgage-095 );
|
|
65
73
|
--scw-theme-body-color: var( --scw-color-grey-02 );
|
|
66
74
|
--scw-theme-border-color: var( --scw-color-grey-09 );
|
|
67
75
|
--scw-theme-icon-color: var( --scw-color-mortgage-05 );
|
|
@@ -69,7 +77,11 @@
|
|
|
69
77
|
--scw-theme-icon-color-tiertiary: var( --scw-color-mortgage-08 );
|
|
70
78
|
}
|
|
71
79
|
.scw-theme-mortgage-dark,
|
|
72
|
-
[scw-theme-mortgage-dark]
|
|
80
|
+
[scw-theme-mortgage-dark],
|
|
81
|
+
.scw-theme-mortgage .scw-theme-inherit-dark,
|
|
82
|
+
.scw-theme-mortgage [scw-theme-inherit-dark],
|
|
83
|
+
[scw-theme-mortgage] .scw-theme-inherit-dark,
|
|
84
|
+
[scw-theme-mortgage] [scw-theme-inherit-dark] {
|
|
73
85
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
74
86
|
--scw-theme-color-inv: var( --scw-color-mortgage-05 );
|
|
75
87
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -89,7 +101,7 @@
|
|
|
89
101
|
--scw-theme-color-inv: var( --scw-color-grey-10 );
|
|
90
102
|
--scw-theme-color-hover: var( --scw-color-investments-04 );
|
|
91
103
|
--scw-theme-color-hover-inv: var( --scw-color-grey-10 );
|
|
92
|
-
--scw-theme-color-light: var( --scw-color-
|
|
104
|
+
--scw-theme-color-light: var( --scw-color-investments-095 );
|
|
93
105
|
--scw-theme-body-color: var( --scw-color-grey-02 );
|
|
94
106
|
--scw-theme-border-color: var( --scw-color-grey-09 );
|
|
95
107
|
--scw-theme-icon-color: var( --scw-color-investments-05 );
|
|
@@ -97,7 +109,11 @@
|
|
|
97
109
|
--scw-theme-icon-color-tiertiary: var( --scw-color-investments-08 );
|
|
98
110
|
}
|
|
99
111
|
.scw-theme-investments-dark,
|
|
100
|
-
[scw-theme-investments-dark]
|
|
112
|
+
[scw-theme-investments-dark],
|
|
113
|
+
.scw-theme-investments .scw-theme-inherit-dark,
|
|
114
|
+
.scw-theme-investments [scw-theme-inherit-dark],
|
|
115
|
+
[scw-theme-investments] .scw-theme-inherit-dark,
|
|
116
|
+
[scw-theme-investments] [scw-theme-inherit-dark] {
|
|
101
117
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
102
118
|
--scw-theme-color-inv: var( --scw-color-investments-05 );
|
|
103
119
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -117,7 +133,7 @@
|
|
|
117
133
|
--scw-theme-color-inv: var( --scw-color-grey-10 );
|
|
118
134
|
--scw-theme-color-hover: var( --scw-color-credit-cards-04 );
|
|
119
135
|
--scw-theme-color-hover-inv: var( --scw-color-grey-10 );
|
|
120
|
-
--scw-theme-color-light: var( --scw-color-
|
|
136
|
+
--scw-theme-color-light: var( --scw-color-credit-cards-095 );
|
|
121
137
|
--scw-theme-body-color: var( --scw-color-grey-02 );
|
|
122
138
|
--scw-theme-border-color: var( --scw-color-grey-09 );
|
|
123
139
|
--scw-theme-icon-color: var( --scw-color-credit-cards-05 );
|
|
@@ -125,7 +141,11 @@
|
|
|
125
141
|
--scw-theme-icon-color-tiertiary: var( --scw-color-credit-cards-08 );
|
|
126
142
|
}
|
|
127
143
|
.scw-theme-credit-cards-dark,
|
|
128
|
-
[scw-theme-credit-cards-dark]
|
|
144
|
+
[scw-theme-credit-cards-dark],
|
|
145
|
+
.scw-theme-credit-cards .scw-theme-inherit-dark,
|
|
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] {
|
|
129
149
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
130
150
|
--scw-theme-color-inv: var( --scw-color-credit-cards-05 );
|
|
131
151
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -145,7 +165,7 @@
|
|
|
145
165
|
--scw-theme-color-inv: var( --scw-color-grey-10 );
|
|
146
166
|
--scw-theme-color-hover: var( --scw-color-student-04 );
|
|
147
167
|
--scw-theme-color-hover-inv: var( --scw-color-grey-10 );
|
|
148
|
-
--scw-theme-color-light: var( --scw-color-
|
|
168
|
+
--scw-theme-color-light: var( --scw-color-student-095 );
|
|
149
169
|
--scw-theme-body-color: var( --scw-color-grey-02 );
|
|
150
170
|
--scw-theme-border-color: var( --scw-color-grey-09 );
|
|
151
171
|
--scw-theme-icon-color: var( --scw-color-student-05 );
|
|
@@ -153,7 +173,11 @@
|
|
|
153
173
|
--scw-theme-icon-color-tiertiary: var( --scw-color-student-08 );
|
|
154
174
|
}
|
|
155
175
|
.scw-theme-student-dark,
|
|
156
|
-
[scw-theme-student-dark]
|
|
176
|
+
[scw-theme-student-dark],
|
|
177
|
+
.scw-theme-student .scw-theme-inherit-dark,
|
|
178
|
+
.scw-theme-student [scw-theme-inherit-dark],
|
|
179
|
+
[scw-theme-student] .scw-theme-inherit-dark,
|
|
180
|
+
[scw-theme-student] [scw-theme-inherit-dark] {
|
|
157
181
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
158
182
|
--scw-theme-color-inv: var( --scw-color-student-05 );
|
|
159
183
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -173,7 +197,7 @@
|
|
|
173
197
|
--scw-theme-color-inv: var( --scw-color-grey-10 );
|
|
174
198
|
--scw-theme-color-hover: var( --scw-color-savings-04 );
|
|
175
199
|
--scw-theme-color-hover-inv: var( --scw-color-grey-10 );
|
|
176
|
-
--scw-theme-color-light: var( --scw-color-
|
|
200
|
+
--scw-theme-color-light: var( --scw-color-savings-095 );
|
|
177
201
|
--scw-theme-body-color: var( --scw-color-grey-02 );
|
|
178
202
|
--scw-theme-border-color: var( --scw-color-grey-09 );
|
|
179
203
|
--scw-theme-icon-color: var( --scw-color-savings-05 );
|
|
@@ -181,7 +205,11 @@
|
|
|
181
205
|
--scw-theme-icon-color-tiertiary: var( --scw-color-savings-08 );
|
|
182
206
|
}
|
|
183
207
|
.scw-theme-savings-dark,
|
|
184
|
-
[scw-theme-savings-dark]
|
|
208
|
+
[scw-theme-savings-dark],
|
|
209
|
+
.scw-theme-savings .scw-theme-inherit-dark,
|
|
210
|
+
.scw-theme-savings [scw-theme-inherit-dark],
|
|
211
|
+
[scw-theme-savings] .scw-theme-inherit-dark,
|
|
212
|
+
[scw-theme-savings] [scw-theme-inherit-dark] {
|
|
185
213
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
186
214
|
--scw-theme-color-inv: var( --scw-color-savings-05 );
|
|
187
215
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -201,7 +229,7 @@
|
|
|
201
229
|
--scw-theme-color-inv: var( --scw-color-grey-10 );
|
|
202
230
|
--scw-theme-color-hover: var( --scw-color-checking-04 );
|
|
203
231
|
--scw-theme-color-hover-inv: var( --scw-color-grey-10 );
|
|
204
|
-
--scw-theme-color-light: var( --scw-color-
|
|
232
|
+
--scw-theme-color-light: var( --scw-color-checking-095 );
|
|
205
233
|
--scw-theme-body-color: var( --scw-color-grey-02 );
|
|
206
234
|
--scw-theme-border-color: var( --scw-color-grey-09 );
|
|
207
235
|
--scw-theme-icon-color: var( --scw-color-checking-05 );
|
|
@@ -209,7 +237,11 @@
|
|
|
209
237
|
--scw-theme-icon-color-tiertiary: var( --scw-color-checking-08 );
|
|
210
238
|
}
|
|
211
239
|
.scw-theme-checking-dark,
|
|
212
|
-
[scw-theme-checking-dark]
|
|
240
|
+
[scw-theme-checking-dark],
|
|
241
|
+
.scw-theme-checking .scw-theme-inherit-dark,
|
|
242
|
+
.scw-theme-checking [scw-theme-inherit-dark],
|
|
243
|
+
[scw-theme-checking] .scw-theme-inherit-dark,
|
|
244
|
+
[scw-theme-checking] [scw-theme-inherit-dark] {
|
|
213
245
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
214
246
|
--scw-theme-color-inv: var( --scw-color-checking-05 );
|
|
215
247
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -229,7 +261,7 @@
|
|
|
229
261
|
--scw-theme-color-inv: var( --scw-color-grey-10 );
|
|
230
262
|
--scw-theme-color-hover: var( --scw-color-red-shoes-04 );
|
|
231
263
|
--scw-theme-color-hover-inv: var( --scw-color-grey-10 );
|
|
232
|
-
--scw-theme-color-light: var( --scw-color-
|
|
264
|
+
--scw-theme-color-light: var( --scw-color-red-shoes-095 );
|
|
233
265
|
--scw-theme-body-color: var( --scw-color-grey-02 );
|
|
234
266
|
--scw-theme-border-color: var( --scw-color-grey-09 );
|
|
235
267
|
--scw-theme-icon-color: var( --scw-color-red-shoes-05 );
|
|
@@ -237,7 +269,11 @@
|
|
|
237
269
|
--scw-theme-icon-color-tiertiary: var( --scw-color-red-shoes-08 );
|
|
238
270
|
}
|
|
239
271
|
.scw-theme-red-shoes-dark,
|
|
240
|
-
[scw-theme-red-shoes-dark]
|
|
272
|
+
[scw-theme-red-shoes-dark],
|
|
273
|
+
.scw-theme-red-shoes .scw-theme-inherit-dark,
|
|
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] {
|
|
241
277
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
242
278
|
--scw-theme-color-inv: var( --scw-color-red-shoes-05 );
|
|
243
279
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -257,7 +293,7 @@
|
|
|
257
293
|
--scw-theme-color-inv: var( --scw-color-grey-10 );
|
|
258
294
|
--scw-theme-color-hover: var( --scw-color-business-04 );
|
|
259
295
|
--scw-theme-color-hover-inv: var( --scw-color-grey-10 );
|
|
260
|
-
--scw-theme-color-light: var( --scw-color-
|
|
296
|
+
--scw-theme-color-light: var( --scw-color-business-095 );
|
|
261
297
|
--scw-theme-body-color: var( --scw-color-grey-02 );
|
|
262
298
|
--scw-theme-border-color: var( --scw-color-grey-09 );
|
|
263
299
|
--scw-theme-icon-color: var( --scw-color-business-05 );
|
|
@@ -265,7 +301,11 @@
|
|
|
265
301
|
--scw-theme-icon-color-tiertiary: var( --scw-color-business-08 );
|
|
266
302
|
}
|
|
267
303
|
.scw-theme-business-dark,
|
|
268
|
-
[scw-theme-business-dark]
|
|
304
|
+
[scw-theme-business-dark],
|
|
305
|
+
.scw-theme-business .scw-theme-inherit-dark,
|
|
306
|
+
.scw-theme-business [scw-theme-inherit-dark],
|
|
307
|
+
[scw-theme-business] .scw-theme-inherit-dark,
|
|
308
|
+
[scw-theme-business] [scw-theme-inherit-dark] {
|
|
269
309
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
270
310
|
--scw-theme-color-inv: var( --scw-color-business-05 );
|
|
271
311
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -285,7 +325,7 @@
|
|
|
285
325
|
--scw-theme-color-inv: var( --scw-color-grey-10 );
|
|
286
326
|
--scw-theme-color-hover: var( --scw-color-personal-04 );
|
|
287
327
|
--scw-theme-color-hover-inv: var( --scw-color-grey-10 );
|
|
288
|
-
--scw-theme-color-light: var( --scw-color-
|
|
328
|
+
--scw-theme-color-light: var( --scw-color-personal-095 );
|
|
289
329
|
--scw-theme-body-color: var( --scw-color-grey-02 );
|
|
290
330
|
--scw-theme-border-color: var( --scw-color-grey-09 );
|
|
291
331
|
--scw-theme-icon-color: var( --scw-color-personal-05 );
|
|
@@ -293,7 +333,11 @@
|
|
|
293
333
|
--scw-theme-icon-color-tiertiary: var( --scw-color-personal-08 );
|
|
294
334
|
}
|
|
295
335
|
.scw-theme-personal-dark,
|
|
296
|
-
[scw-theme-personal-dark]
|
|
336
|
+
[scw-theme-personal-dark],
|
|
337
|
+
.scw-theme-personal .scw-theme-inherit-dark,
|
|
338
|
+
.scw-theme-personal [scw-theme-inherit-dark],
|
|
339
|
+
[scw-theme-personal] .scw-theme-inherit-dark,
|
|
340
|
+
[scw-theme-personal] [scw-theme-inherit-dark] {
|
|
297
341
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
298
342
|
--scw-theme-color-inv: var( --scw-color-personal-05 );
|
|
299
343
|
--scw-theme-color-hover: var( --scw-color-grey-10 );
|
|
@@ -313,7 +357,7 @@
|
|
|
313
357
|
--scw-theme-color-inv: var( --scw-color-grey-10 );
|
|
314
358
|
--scw-theme-color-hover: var( --scw-color-heloc-04 );
|
|
315
359
|
--scw-theme-color-hover-inv: var( --scw-color-grey-10 );
|
|
316
|
-
--scw-theme-color-light: var( --scw-color-
|
|
360
|
+
--scw-theme-color-light: var( --scw-color-heloc-095 );
|
|
317
361
|
--scw-theme-body-color: var( --scw-color-grey-02 );
|
|
318
362
|
--scw-theme-border-color: var( --scw-color-grey-09 );
|
|
319
363
|
--scw-theme-icon-color: var( --scw-color-heloc-05 );
|
|
@@ -321,7 +365,11 @@
|
|
|
321
365
|
--scw-theme-icon-color-tiertiary: var( --scw-color-heloc-08 );
|
|
322
366
|
}
|
|
323
367
|
.scw-theme-heloc-dark,
|
|
324
|
-
[scw-theme-heloc-dark]
|
|
368
|
+
[scw-theme-heloc-dark],
|
|
369
|
+
.scw-theme-heloc .scw-theme-inherit-dark,
|
|
370
|
+
.scw-theme-heloc [scw-theme-inherit-dark],
|
|
371
|
+
[scw-theme-heloc] .scw-theme-inherit-dark,
|
|
372
|
+
[scw-theme-heloc] [scw-theme-inherit-dark] {
|
|
325
373
|
--scw-theme-color: var( --scw-color-grey-10 );
|
|
326
374
|
--scw-theme-color-inv: var( --scw-color-heloc-05 );
|
|
327
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
|