@televet/kibble-ui 5.0.0-beta.hotfix.2 → 5.0.0-beta.hotfix.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/chunks/{theme.provider-WBFdkLH-.js → theme.provider-CEq8x1aQ.js} +2 -2
- package/dist/chunks/{theme.provider-WBFdkLH-.js.map → theme.provider-CEq8x1aQ.js.map} +1 -1
- package/dist/chunks/{theme.provider-_wLouSRV.js → theme.provider-DzvbrlD3.js} +3 -3
- package/dist/chunks/{theme.provider-_wLouSRV.js.map → theme.provider-DzvbrlD3.js.map} +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/theme/index.cjs +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/theme/index.js +1 -1
- package/package.json +1 -1
|
@@ -12024,7 +12024,7 @@ const hi = (e) => /* @__PURE__ */ l.jsx(Ot, { attribute: "class", disableTransit
|
|
|
12024
12024
|
base: {
|
|
12025
12025
|
root: {
|
|
12026
12026
|
borderColor: "border",
|
|
12027
|
-
bg: "background",
|
|
12027
|
+
bg: "background.default",
|
|
12028
12028
|
fontVariantNumeric: "normal",
|
|
12029
12029
|
"& [data-sticky]": {
|
|
12030
12030
|
bg: "background",
|
|
@@ -12061,7 +12061,7 @@ const hi = (e) => /* @__PURE__ */ l.jsx(Ot, { attribute: "class", disableTransit
|
|
|
12061
12061
|
fontSize: "xs"
|
|
12062
12062
|
},
|
|
12063
12063
|
row: {
|
|
12064
|
-
bg: "background"
|
|
12064
|
+
bg: "background.default"
|
|
12065
12065
|
}
|
|
12066
12066
|
},
|
|
12067
12067
|
variants: {
|
|
@@ -12293,4 +12293,4 @@ export {
|
|
|
12293
12293
|
Ms as k,
|
|
12294
12294
|
Ys as s
|
|
12295
12295
|
};
|
|
12296
|
-
//# sourceMappingURL=theme.provider-
|
|
12296
|
+
//# sourceMappingURL=theme.provider-DzvbrlD3.js.map
|