scb-wc-test 0.1.152 → 0.1.153

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.
@@ -40,7 +40,7 @@ import{a as p,n as l,i as h,x as c,t as u}from"../../vendor/vendor.js";import"..
40
40
  display: inline-flex;
41
41
  align-items: center;
42
42
  padding: var(--spacing-2, 4px);
43
- gap: var(--spacing-2, 4px);
43
+ gap: var(--spacing-5, 16px);
44
44
  cursor: pointer;
45
45
  overflow: visible;
46
46
  }
@@ -49,7 +49,6 @@ import{a as p,n as l,i as h,x as c,t as u}from"../../vendor/vendor.js";import"..
49
49
  /* Hit-yta runt md-radio */
50
50
  .radio-wrap {
51
51
  height: var(--scb-radio-target, 40px);
52
- width: var(--scb-radio-target, 40px);
53
52
  align-items: center;
54
53
  display: flex;
55
54
  justify-content: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scb-wc-test",
3
- "version": "0.1.152",
3
+ "version": "0.1.153",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -369,5 +369,5 @@
369
369
  },
370
370
  "./mvc/*": "./mvc/*"
371
371
  },
372
- "buildHash": "C2B57F73FC9F0786FA89F169F3636F721C1D490351087B3DED56F4D6FA2BB053"
372
+ "buildHash": "3339C632769BEB71CE51BC4892C293BABF70F30CDF7436089E0CBA44ECB3BEC2"
373
373
  }
@@ -98,7 +98,7 @@ i.styles = c`
98
98
  display: inline-flex;
99
99
  align-items: center;
100
100
  padding: var(--spacing-2, 4px);
101
- gap: var(--spacing-2, 4px);
101
+ gap: var(--spacing-5, 16px);
102
102
  cursor: pointer;
103
103
  overflow: visible;
104
104
  }
@@ -107,7 +107,6 @@ i.styles = c`
107
107
  /* Hit-yta runt md-radio */
108
108
  .radio-wrap {
109
109
  height: var(--scb-radio-target, 40px);
110
- width: var(--scb-radio-target, 40px);
111
110
  align-items: center;
112
111
  display: flex;
113
112
  justify-content: center;
@@ -4058,7 +4058,7 @@ ${this.value}</textarea
4058
4058
  display: inline-flex;
4059
4059
  align-items: center;
4060
4060
  padding: var(--spacing-2, 4px);
4061
- gap: var(--spacing-2, 4px);
4061
+ gap: var(--spacing-5, 16px);
4062
4062
  cursor: pointer;
4063
4063
  overflow: visible;
4064
4064
  }
@@ -4067,7 +4067,6 @@ ${this.value}</textarea
4067
4067
  /* Hit-yta runt md-radio */
4068
4068
  .radio-wrap {
4069
4069
  height: var(--scb-radio-target, 40px);
4070
- width: var(--scb-radio-target, 40px);
4071
4070
  align-items: center;
4072
4071
  display: flex;
4073
4072
  justify-content: center;