scb-wc-test 0.1.200 → 0.1.201
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.
|
@@ -13,6 +13,7 @@ import{a as g,n as o,i as u,x as l,t as d}from"../../vendor/vendor.js";import"..
|
|
|
13
13
|
align-items: center;
|
|
14
14
|
gap: var(--spacing-3);
|
|
15
15
|
width: fit-content;
|
|
16
|
+
font-family: var(--brand-font);
|
|
16
17
|
|
|
17
18
|
margin-block-start: var(--scb-status-pill-spacing-block-start, 0);
|
|
18
19
|
margin-block-end: var(--scb-status-pill-spacing-block-end, 0);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scb-wc-test",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.201",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -378,5 +378,5 @@
|
|
|
378
378
|
},
|
|
379
379
|
"./mvc/*": "./mvc/*"
|
|
380
380
|
},
|
|
381
|
-
"buildHash": "
|
|
381
|
+
"buildHash": "00AD4846E4EDC1BD6F1BB8D6A01B704FBB514DFDB7FBA1623B29ED48AEF1637E"
|
|
382
382
|
}
|
package/scb-wc-test.bundle.js
CHANGED
|
@@ -9870,6 +9870,7 @@ ${this.value}</textarea
|
|
|
9870
9870
|
align-items: center;
|
|
9871
9871
|
gap: var(--spacing-3);
|
|
9872
9872
|
width: fit-content;
|
|
9873
|
+
font-family: var(--brand-font);
|
|
9873
9874
|
|
|
9874
9875
|
margin-block-start: var(--scb-status-pill-spacing-block-start, 0);
|
|
9875
9876
|
margin-block-end: var(--scb-status-pill-spacing-block-end, 0);
|