auxalia-ui-kit 1.4.4 → 1.4.6
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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6795,7 +6795,7 @@ var ControlledTable = ({
|
|
|
6795
6795
|
/* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: "relative overflow-hidden rounded-lg border border-border", children: [
|
|
6796
6796
|
loading && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "absolute inset-0 z-10 flex items-center justify-center bg-card/60", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "h-8 w-8 animate-spin rounded-full border-4 border-primary border-t-transparent" }) }),
|
|
6797
6797
|
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "overflow-x-auto", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("table", { className: "w-full text-sm", children: [
|
|
6798
|
-
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("thead", { className: "border-b bg-
|
|
6798
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("thead", { className: "border-b bg-surface text-dim", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("tr", { children: [
|
|
6799
6799
|
isSelectable && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("th", { className: "w-10 px-3 py-3", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
6800
6800
|
import_radix_ui3.Checkbox.Root,
|
|
6801
6801
|
{
|
package/dist/index.js
CHANGED
|
@@ -6725,7 +6725,7 @@ var ControlledTable = ({
|
|
|
6725
6725
|
/* @__PURE__ */ jsxs11("div", { className: "relative overflow-hidden rounded-lg border border-border", children: [
|
|
6726
6726
|
loading && /* @__PURE__ */ jsx32("div", { className: "absolute inset-0 z-10 flex items-center justify-center bg-card/60", children: /* @__PURE__ */ jsx32("div", { className: "h-8 w-8 animate-spin rounded-full border-4 border-primary border-t-transparent" }) }),
|
|
6727
6727
|
/* @__PURE__ */ jsx32("div", { className: "overflow-x-auto", children: /* @__PURE__ */ jsxs11("table", { className: "w-full text-sm", children: [
|
|
6728
|
-
/* @__PURE__ */ jsx32("thead", { className: "border-b bg-
|
|
6728
|
+
/* @__PURE__ */ jsx32("thead", { className: "border-b bg-surface text-dim", children: /* @__PURE__ */ jsxs11("tr", { children: [
|
|
6729
6729
|
isSelectable && /* @__PURE__ */ jsx32("th", { className: "w-10 px-3 py-3", children: /* @__PURE__ */ jsx32(
|
|
6730
6730
|
Checkbox.Root,
|
|
6731
6731
|
{
|
package/dist/styles.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
|
|
3
3
|
|
|
4
4
|
/* inline safelist classes previously stored in safelist.txt */
|
|
5
|
-
@source inline("bg-primary
|
|
5
|
+
@source inline("bg-primary bg-secondary bg-accent bg-destructive bg-primary-hover bg-card bg-popover bg-surface bg-surface-hover bg-surface-foreground text-primary text-primary-foreground text-content text-dim text-muted border-primary ring-primary border-black/10 dark:border-white/10 shadow-md bg-primary/5 bg-primary/10 bg-primary/15 bg-primary/20 bg-primary/25 bg-primary/30 bg-primary/40 bg-primary/50 border-primary/10 border-primary/20 border-primary/25 border-primary/30 border-primary/40 border-primary/50 ring-primary/15 ring-primary/20 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95 data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=top]:slide-in-from-bottom-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2");
|
|
6
6
|
|
|
7
7
|
@import 'tailwindcss/base';
|
|
8
8
|
@import 'tailwindcss/components';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "auxalia-ui-kit",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.6",
|
|
4
4
|
"description": "A React component library built with Radix UI and Tailwind CSS, designed to provide accessible and customizable UI components for modern web applications.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": {
|