@simplybusiness/theme-simplybusiness 0.8.0 → 0.8.1
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/CHANGELOG.md +14 -0
- package/dist/index.css +10 -6
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 0.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3fff50a]
|
|
8
|
+
- Updated dependencies [f698b97]
|
|
9
|
+
- Updated dependencies [1364d00]
|
|
10
|
+
- Updated dependencies [aa5f60e]
|
|
11
|
+
- Updated dependencies [91880ec]
|
|
12
|
+
- @simplybusiness/mobius-journey@6.11.0
|
|
13
|
+
- @simplybusiness/mobius@5.3.1
|
|
14
|
+
- @simplybusiness/mobius-datepicker@6.0.7
|
|
15
|
+
- @simplybusiness/theme-core@7.1.5
|
|
16
|
+
|
|
3
17
|
## 0.8.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/dist/index.css
CHANGED
|
@@ -147,7 +147,10 @@ h6.mobius-accordion__link-text,
|
|
|
147
147
|
:host{
|
|
148
148
|
--button-variant-primary-font-variation-settings:normal;
|
|
149
149
|
--button-variant-primary-color:var(--color-primary);
|
|
150
|
+
--button-variant-primary-content-color:var(--color-text-inverted);
|
|
150
151
|
--button-variant-primary-hover-color:var(--color-primary-hover);
|
|
152
|
+
--button-variant-secondary-color:var(--color-secondary);
|
|
153
|
+
--button-variant-secondary-hover-color:var(--color-secondary-hover);
|
|
151
154
|
--button-border-radius:var(--radius-1);
|
|
152
155
|
}
|
|
153
156
|
.mobius-button{
|
|
@@ -189,7 +192,7 @@ h6.mobius-accordion__link-text,
|
|
|
189
192
|
padding:14px var(--size-md);
|
|
190
193
|
}
|
|
191
194
|
.mobius-button:where(.--variant-primary){
|
|
192
|
-
--button-content-color:var(--
|
|
195
|
+
--button-content-color:var(--button-variant-primary-content-color);
|
|
193
196
|
background-color:var(--button-variant-primary-color);
|
|
194
197
|
font-variation-settings:var(
|
|
195
198
|
--button-variant-primary-font-variation-settings
|
|
@@ -207,14 +210,14 @@ h6.mobius-accordion__link-text,
|
|
|
207
210
|
cursor:not-allowed;
|
|
208
211
|
}
|
|
209
212
|
.mobius-button:where(.--variant-secondary){
|
|
210
|
-
--button-content-color:var(--
|
|
213
|
+
--button-content-color:var(--button-variant-secondary-color);
|
|
211
214
|
background-color:transparent;
|
|
212
|
-
border-color:var(--
|
|
215
|
+
border-color:var(--button-variant-secondary-color);
|
|
213
216
|
}
|
|
214
217
|
.mobius-button:where(.--variant-secondary):where(:active),.mobius-button:where(.--variant-secondary):where(:hover){
|
|
215
218
|
--button-content-color:var(--color-text-inverted);
|
|
216
|
-
background-color:var(--
|
|
217
|
-
border-color:var(--
|
|
219
|
+
background-color:var(--button-variant-secondary-hover-color);
|
|
220
|
+
border-color:var(--button-variant-secondary-hover-color);
|
|
218
221
|
}
|
|
219
222
|
.mobius-button:where(.--variant-secondary):where(:focus-visible){
|
|
220
223
|
box-shadow:var(--box-shadow-default);
|
|
@@ -3130,11 +3133,12 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3130
3133
|
}
|
|
3131
3134
|
.mobius-quote-headline__text{
|
|
3132
3135
|
font-size:var(--font-size-3);
|
|
3133
|
-
margin:0
|
|
3136
|
+
margin:0 var(--size-sm);
|
|
3134
3137
|
text-align:center;
|
|
3135
3138
|
}
|
|
3136
3139
|
.mobius-quote-headline__text--variant-without-qdp-drawer{
|
|
3137
3140
|
font-size:var(--font-size-2);
|
|
3141
|
+
margin:var(--size-xs) var(--size-sm) var(--size-lg);
|
|
3138
3142
|
}
|
|
3139
3143
|
.mobius-quote-headline__title{
|
|
3140
3144
|
font-size:var(--font-size-title);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^5.3.
|
|
30
|
-
"@simplybusiness/mobius-datepicker": "^6.0.
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.
|
|
32
|
-
"@simplybusiness/theme-core": "^7.1.
|
|
29
|
+
"@simplybusiness/mobius": "^5.3.1",
|
|
30
|
+
"@simplybusiness/mobius-datepicker": "^6.0.7",
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.11.0",
|
|
32
|
+
"@simplybusiness/theme-core": "^7.1.5"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"css-loader": "^7.1.2",
|