sprintify-ui 0.10.63 → 0.10.64
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/sprintify-ui.es.js
CHANGED
|
@@ -8095,7 +8095,7 @@ const ul = /* @__PURE__ */ new WeakMap(), Bg = (t, n) => {
|
|
|
8095
8095
|
ge
|
|
8096
8096
|
];
|
|
8097
8097
|
}), C = w(() => {
|
|
8098
|
-
const G = "flex items-center justify-center rounded-md", ge = g.value ? "text-red-800" : "text-slate-500", be = {
|
|
8098
|
+
const G = "flex items-center justify-center rounded-md whitespace-pre", ge = g.value ? "text-red-800" : "text-slate-500", be = {
|
|
8099
8099
|
xs: "p-1",
|
|
8100
8100
|
sm: "p-1.5",
|
|
8101
8101
|
md: "p-2",
|
package/package.json
CHANGED
|
@@ -345,7 +345,7 @@ const decorationWrapClasses = computed(() => {
|
|
|
345
345
|
});
|
|
346
346
|
|
|
347
347
|
const decorationClasses = computed(() => {
|
|
348
|
-
const base = `flex items-center justify-center rounded-md`;
|
|
348
|
+
const base = `flex items-center justify-center rounded-md whitespace-pre`;
|
|
349
349
|
const textColor = hasErrorInternal.value ? 'text-red-800' : 'text-slate-500';
|
|
350
350
|
const padding = {
|
|
351
351
|
xs: 'p-1',
|