@simplybusiness/theme-simplybusiness 0.9.1 → 1.0.0
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 +12 -0
- package/dist/index.css +3 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 49475fb: Release v1 of theme-simplybusiness
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [ac20a2d]
|
|
12
|
+
- Updated dependencies [4edbb98]
|
|
13
|
+
- @simplybusiness/mobius-journey@6.14.0
|
|
14
|
+
|
|
3
15
|
## 0.9.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -4410,7 +4410,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4410
4410
|
align-items:center;
|
|
4411
4411
|
}
|
|
4412
4412
|
.mobius-question__help-link{
|
|
4413
|
-
display:flex;
|
|
4413
|
+
display:inline-flex;
|
|
4414
4414
|
align-items:center;
|
|
4415
4415
|
gap:var(--size-xxs);
|
|
4416
4416
|
margin-bottom:var(--size-sm);
|
|
@@ -4502,13 +4502,12 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4502
4502
|
color:var(--color-primary);
|
|
4503
4503
|
}
|
|
4504
4504
|
.mobius-section{
|
|
4505
|
-
|
|
4506
|
-
grid-template-columns:minmax(100%, 552px);
|
|
4505
|
+
max-width:552px;
|
|
4507
4506
|
}
|
|
4508
4507
|
.mobius-section__title{
|
|
4509
4508
|
font-size:var(--font-size-small-title);
|
|
4510
4509
|
line-height:var(--line-height-tight);
|
|
4511
|
-
margin:var(--size-
|
|
4510
|
+
margin:var(--size-md) 0;
|
|
4512
4511
|
}
|
|
4513
4512
|
.mobius-section__preamble{
|
|
4514
4513
|
color:var(--color-text-medium);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@simplybusiness/mobius": "^5.4.0",
|
|
30
30
|
"@simplybusiness/mobius-datepicker": "^6.0.8",
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.14.0",
|
|
32
32
|
"@simplybusiness/theme-core": "^7.1.6"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|