scb-wc-test 0.1.279 → 0.1.280
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.
|
@@ -102,6 +102,7 @@ import{a as b,n as a,i as m,x as n,t as p}from"../../vendor/vendor.js";import"..
|
|
|
102
102
|
background-color var(--motion-duration-short) var(--motion-easing-standard),
|
|
103
103
|
color var(--motion-duration-short) var(--motion-easing-standard),
|
|
104
104
|
transform var(--motion-duration-short) var(--motion-easing-emphasized);
|
|
105
|
+
padding: var(--spacing-3);
|
|
105
106
|
}
|
|
106
107
|
md-focus-ring {
|
|
107
108
|
border-radius: var(--md-sys-shape-corner-small);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scb-wc-test",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.280",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -386,5 +386,5 @@
|
|
|
386
386
|
},
|
|
387
387
|
"./mvc/*": "./mvc/*"
|
|
388
388
|
},
|
|
389
|
-
"buildHash": "
|
|
389
|
+
"buildHash": "272B9DFB67C15D9E9C964B37BC70DE46DEB17D0900F886F34A88EAE034B40E1D"
|
|
390
390
|
}
|
package/scb-stepper/scb-step.js
CHANGED
|
@@ -138,6 +138,7 @@ t.styles = m`
|
|
|
138
138
|
background-color var(--motion-duration-short) var(--motion-easing-standard),
|
|
139
139
|
color var(--motion-duration-short) var(--motion-easing-standard),
|
|
140
140
|
transform var(--motion-duration-short) var(--motion-easing-emphasized);
|
|
141
|
+
padding: var(--spacing-3);
|
|
141
142
|
}
|
|
142
143
|
md-focus-ring {
|
|
143
144
|
border-radius: var(--md-sys-shape-corner-small);
|
package/scb-wc-test.bundle.js
CHANGED
|
@@ -11518,6 +11518,7 @@
|
|
|
11518
11518
|
background-color var(--motion-duration-short) var(--motion-easing-standard),
|
|
11519
11519
|
color var(--motion-duration-short) var(--motion-easing-standard),
|
|
11520
11520
|
transform var(--motion-duration-short) var(--motion-easing-emphasized);
|
|
11521
|
+
padding: var(--spacing-3);
|
|
11521
11522
|
}
|
|
11522
11523
|
md-focus-ring {
|
|
11523
11524
|
border-radius: var(--md-sys-shape-corner-small);
|