@snksergio/design-system 0.30.1 → 0.30.2
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-lib/chunks/{panel-YQI9vAf_.cjs → panel-B_SSIEDs.cjs} +4 -4
- package/dist-lib/chunks/panel-B_SSIEDs.cjs.map +1 -0
- package/dist-lib/chunks/{panel-JPhHRjIS.mjs → panel-CEkyoGiO.mjs} +4 -4
- package/dist-lib/chunks/panel-CEkyoGiO.mjs.map +1 -0
- package/dist-lib/index.cjs +7 -7
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.mjs +8 -8
- package/dist-lib/index.mjs.map +1 -1
- package/dist-lib/preview/clientes.cjs +1 -1
- package/dist-lib/preview/clientes.mjs +1 -1
- package/package.json +1 -1
- package/dist-lib/chunks/panel-JPhHRjIS.mjs.map +0 -1
- package/dist-lib/chunks/panel-YQI9vAf_.cjs.map +0 -1
|
@@ -4174,15 +4174,15 @@ AND value > 1000`,
|
|
|
4174
4174
|
"w-full px-pad-xl py-pad-md rounded-radius-md",
|
|
4175
4175
|
"bg-bg-input dark:bg-bg-muted",
|
|
4176
4176
|
"border",
|
|
4177
|
-
advancedError ? "border-border-
|
|
4177
|
+
advancedError ? "border-border-danger-muted" : "border-border-input",
|
|
4178
4178
|
"text-body-xs font-normal font-mono text-fg-default placeholder:text-fg-muted",
|
|
4179
4179
|
"outline-none resize-y",
|
|
4180
4180
|
"transition-[border-color,box-shadow] duration-150",
|
|
4181
|
-
advancedError ? "focus:border-border-
|
|
4181
|
+
advancedError ? "focus:border-border-danger-muted focus:shadow-sh-ring-danger" : "focus:border-border-brand focus:shadow-sh-ring"
|
|
4182
4182
|
)
|
|
4183
4183
|
}
|
|
4184
4184
|
),
|
|
4185
|
-
advancedError && /* @__PURE__ */ jsx("p", { className: "text-caption-sm text-fg-
|
|
4185
|
+
advancedError && /* @__PURE__ */ jsx("p", { className: "text-caption-sm text-fg-danger", children: advancedError }),
|
|
4186
4186
|
/* @__PURE__ */ jsx(
|
|
4187
4187
|
"button",
|
|
4188
4188
|
{
|
|
@@ -22419,4 +22419,4 @@ export {
|
|
|
22419
22419
|
DataTableLoading as y,
|
|
22420
22420
|
DataTableNoResults as z
|
|
22421
22421
|
};
|
|
22422
|
-
//# sourceMappingURL=panel-
|
|
22422
|
+
//# sourceMappingURL=panel-CEkyoGiO.mjs.map
|