@simplybusiness/theme-simplybusiness 2.10.8 → 2.10.9

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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.10.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 81559a5: Add disclaimers to showcase component and include styling for it
8
+ - Updated dependencies [fd9d2ed]
9
+ - Updated dependencies [81559a5]
10
+ - Updated dependencies [0ee6e9f]
11
+ - Updated dependencies [097e192]
12
+ - @simplybusiness/mobius-journey@11.20.4
13
+
3
14
  ## 2.10.8
4
15
 
5
16
  ### Patch Changes
package/dist/index.css CHANGED
@@ -4175,6 +4175,11 @@ svg:not(:host).svg-inline--mobius-icon{
4175
4175
  font-size:var(--question-label-font-size);
4176
4176
  margin-bottom:var(--size-xs);
4177
4177
  }
4178
+ .mobius-question__label ul,.mobius-question__label ol{
4179
+ font-size:var(--question-secondary-text-font-size);
4180
+ font-weight:var(--font-weight-normal);
4181
+ color:var(--color-text-medium);
4182
+ }
4178
4183
  .mobius-question__secondary-text{
4179
4184
  color:var(--color-text-medium);
4180
4185
  font-size:var(--question-secondary-text-font-size);
@@ -6367,6 +6372,13 @@ svg:not(:host).svg-inline--mobius-icon{
6367
6372
  .showcase-products-list__item__title{
6368
6373
  font-size:var(--font-size-lead);
6369
6374
  }
6375
+ .mobius-disclaimers{
6376
+ margin:var(--size-lg) 0;
6377
+ padding:0 var(--size-sm);
6378
+ }
6379
+ .mobius-disclaimers__legal-text{
6380
+ color:var(--color-neutral-500);
6381
+ }
6370
6382
  .mobius-showcase__layout{
6371
6383
  flex-direction:column;
6372
6384
  width:100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.10.8",
3
+ "version": "2.10.9",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -30,7 +30,7 @@
30
30
  "@simplybusiness/mobius-chatbot": "^2.2.4",
31
31
  "@simplybusiness/mobius-datepicker": "^7.3.5",
32
32
  "@simplybusiness/mobius-interventions": "^3.3.5",
33
- "@simplybusiness/mobius-journey": "^11.20.3",
33
+ "@simplybusiness/mobius-journey": "^11.20.4",
34
34
  "@simplybusiness/theme-core": "^7.14.6"
35
35
  },
36
36
  "devDependencies": {