nave-ui-library 1.0.0-beta.55 → 1.0.0-beta.56
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/react/index.js +3 -3
- package/dist/wc/index.js +33 -33
- package/package.json +1 -1
package/dist/react/index.js
CHANGED
|
@@ -2933,13 +2933,13 @@ function Button(_a2) {
|
|
|
2933
2933
|
const disabledTokens = tokenAt(variantTokens, "disabled");
|
|
2934
2934
|
const focusTokens = tokenAt(variantTokens, "focus");
|
|
2935
2935
|
const updatedStyles = __spreadProps(__spreadValues({}, responseTokens.styles), {
|
|
2936
|
-
"--button-bg": (_c = (_b2 = stateTokens == null ? void 0 : stateTokens.background) != null ? _b2 : variantTokens == null ? void 0 : variantTokens.background) != null ? _c : "#
|
|
2937
|
-
"--button-text": (_e = (_d = stateTokens == null ? void 0 : stateTokens.color) != null ? _d : variantTokens == null ? void 0 : variantTokens.color) != null ? _e : "#
|
|
2936
|
+
"--button-bg": (_c = (_b2 = stateTokens == null ? void 0 : stateTokens.background) != null ? _b2 : variantTokens == null ? void 0 : variantTokens.background) != null ? _c : "#652BDF",
|
|
2937
|
+
"--button-text": (_e = (_d = stateTokens == null ? void 0 : stateTokens.color) != null ? _d : variantTokens == null ? void 0 : variantTokens.color) != null ? _e : "#FFFFFF",
|
|
2938
2938
|
"--button-border-color": (_g = (_f = stateTokens == null ? void 0 : stateTokens.border) != null ? _f : variantTokens == null ? void 0 : variantTokens.border) != null ? _g : "transparent",
|
|
2939
2939
|
"--button-bg-disabled": (_j = (_i = (_h = stateTokens == null ? void 0 : stateTokens.background) != null ? _h : disabledTokens == null ? void 0 : disabledTokens.background) != null ? _i : variantTokens == null ? void 0 : variantTokens.background) != null ? _j : "#9CA3AF",
|
|
2940
2940
|
"--button-text-disabled": (_m = (_l = (_k = stateTokens == null ? void 0 : stateTokens.color) != null ? _k : disabledTokens == null ? void 0 : disabledTokens.color) != null ? _l : variantTokens == null ? void 0 : variantTokens.color) != null ? _m : "#6B7280",
|
|
2941
2941
|
"--button-border-disabled": (_p = (_o = (_n = stateTokens == null ? void 0 : stateTokens.border) != null ? _n : disabledTokens == null ? void 0 : disabledTokens.border) != null ? _o : variantTokens == null ? void 0 : variantTokens.border) != null ? _p : "transparent",
|
|
2942
|
-
"--button-bg-hover": (_r = (_q = hoverTokens == null ? void 0 : hoverTokens.background) != null ? _q : variantTokens == null ? void 0 : variantTokens.background) != null ? _r : "#
|
|
2942
|
+
"--button-bg-hover": (_r = (_q = hoverTokens == null ? void 0 : hoverTokens.background) != null ? _q : variantTokens == null ? void 0 : variantTokens.background) != null ? _r : "#3C168E",
|
|
2943
2943
|
"--button-text-hover": (_t = (_s = hoverTokens == null ? void 0 : hoverTokens.color) != null ? _s : variantTokens == null ? void 0 : variantTokens.color) != null ? _t : "#FFFFFF",
|
|
2944
2944
|
"--button-border-hover-color": (_v = (_u = hoverTokens == null ? void 0 : hoverTokens.border) != null ? _u : variantTokens == null ? void 0 : variantTokens.border) != null ? _v : "transparent",
|
|
2945
2945
|
"--button-focus-ring": (_w = focusTokens == null ? void 0 : focusTokens.boxShadow) != null ? _w : "0px 0px 0px 4px #652BDF33",
|