@northlight/ui 2.15.2 → 2.15.3
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/dist/es/northlight.d.ts +3 -3
- package/dist/es/northlight.js +1 -0
- package/dist/es/northlight.js.map +1 -1
- package/dist/umd/northlight.cjs +1 -0
- package/dist/umd/northlight.cjs.map +1 -1
- package/dist/umd/northlight.min.cjs +2 -2
- package/dist/umd/northlight.min.cjs.map +1 -1
- package/package.json +4 -4
package/dist/umd/northlight.cjs
CHANGED
|
@@ -11125,6 +11125,7 @@
|
|
|
11125
11125
|
var __spreadProps$5 = (a, b) => __defProps$5(a, __getOwnPropDescs$5(b));
|
|
11126
11126
|
const WebappSkin = {
|
|
11127
11127
|
colors: __spreadProps$5(__spreadValues$t(__spreadValues$t({}, tokens.WebappSystemTokensSet.st.color), tokens.WebappComponentsTokensSet.color), {
|
|
11128
|
+
text: __spreadValues$t(__spreadValues$t({}, tokens.WebappSystemTokensSet.st.color.text), tokens.WebappComponentsTokensSet.color.text),
|
|
11128
11129
|
border: __spreadValues$t(__spreadValues$t({}, tokens.WebappSystemTokensSet.st.color.border), tokens.WebappComponentsTokensSet.color.border)
|
|
11129
11130
|
}),
|
|
11130
11131
|
sizes: tokens.WebappComponentsTokensSet.sizing,
|