@simplybusiness/theme-simplybusiness 1.27.12 → 1.28.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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.28.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0b966c6: Removing checkmark/tick as list item CSS in favor of simple bullet point disc. They were causing confusion for customers in the negative cases.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [0b966c6]
12
+ - Updated dependencies [cfe3035]
13
+ - @simplybusiness/mobius-journey@8.67.0
14
+ - @simplybusiness/theme-core@7.10.0
15
+
3
16
  ## 1.27.12
4
17
 
5
18
  ### Patch Changes
package/dist/index.css CHANGED
@@ -4063,10 +4063,8 @@ svg:not(:host).svg-inline--mobius-icon{
4063
4063
  list-style-type:none;
4064
4064
  }
4065
4065
  :is(.mobius-section ul) li:not(.mobius-combobox__option):not(.mobius-combobox__group-label){
4066
- background:var(--questionnaire-list-icon);
4067
- background-size:var(--font-size-lead);
4068
- background-repeat:no-repeat;
4069
- padding-left:var(--size-lg);
4066
+ list-style-type:disc;
4067
+ margin-left:var(--size-lg);
4070
4068
  }
4071
4069
  .mobius-submission{
4072
4070
  display:flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.27.12",
3
+ "version": "1.28.0",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -30,8 +30,8 @@
30
30
  "@simplybusiness/mobius-chatbot": "^1.4.28",
31
31
  "@simplybusiness/mobius-datepicker": "^6.7.12",
32
32
  "@simplybusiness/mobius-interventions": "^1.78.2",
33
- "@simplybusiness/mobius-journey": "^8.66.2",
34
- "@simplybusiness/theme-core": "^7.9.10"
33
+ "@simplybusiness/mobius-journey": "^8.67.0",
34
+ "@simplybusiness/theme-core": "^7.10.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "build-scripts": "^1.0.1",