@firecms/ui 3.0.0-canary.216 → 3.0.0-canary.218
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/components/Button.d.ts +2 -2
- package/dist/index.es.js +23 -23
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +23 -23
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/components/Button.tsx +6 -8
package/dist/index.umd.js
CHANGED
@@ -844,20 +844,20 @@
|
|
844
844
|
const t9 = variant === "filled" && color === "secondary" && !disabled;
|
845
845
|
const t10 = variant === "filled" && color === "error" && !disabled;
|
846
846
|
const t11 = variant === "filled" && color === "text" && !disabled;
|
847
|
-
const t12 = variant === "
|
848
|
-
const t13 = variant === "text" && color === "
|
849
|
-
const t14 = variant === "text" && color === "
|
850
|
-
const t15 = variant === "text" && color === "
|
851
|
-
const t16 = variant === "
|
852
|
-
const t17 = variant === "
|
853
|
-
const t18 = variant === "outlined" && color === "
|
854
|
-
const t19 = variant === "outlined" && color === "
|
855
|
-
const t20 = variant === "
|
856
|
-
const t21 = variant === "
|
857
|
-
const t22 = variant === "
|
847
|
+
const t12 = variant === "filled" && color === "neutral" && !disabled;
|
848
|
+
const t13 = variant === "text" && color === "primary" && !disabled;
|
849
|
+
const t14 = variant === "text" && color === "secondary" && !disabled;
|
850
|
+
const t15 = variant === "text" && color === "error" && !disabled;
|
851
|
+
const t16 = variant === "text" && color === "text" && !disabled;
|
852
|
+
const t17 = variant === "text" && color === "neutral" && !disabled;
|
853
|
+
const t18 = variant === "outlined" && color === "primary" && !disabled;
|
854
|
+
const t19 = variant === "outlined" && color === "secondary" && !disabled;
|
855
|
+
const t20 = variant === "outlined" && color === "error" && !disabled;
|
856
|
+
const t21 = variant === "outlined" && color === "text" && !disabled;
|
857
|
+
const t22 = variant === "outlined" && color === "neutral" && !disabled;
|
858
858
|
const t23 = variant === "text" && disabled;
|
859
859
|
const t24 = variant === "outlined" && disabled;
|
860
|
-
const t25 =
|
860
|
+
const t25 = variant === "filled" && disabled;
|
861
861
|
let t26;
|
862
862
|
let t27;
|
863
863
|
let t28;
|
@@ -873,17 +873,17 @@
|
|
873
873
|
"border border-secondary bg-secondary focus:ring-secondary shadow hover:ring-1 hover:ring-secondary text-white hover:text-white": t9,
|
874
874
|
"border border-red-500 bg-red-500 hover:bg-red-500 focus:ring-red-500 shadow hover:ring-1 hover:ring-red-600 text-white hover:text-white": t10,
|
875
875
|
"border border-surface-accent-200 bg-surface-accent-200 hover:bg-surface-accent-300 focus:ring-surface-accent-400 shadow hover:ring-1 hover:ring-surface-accent-400 text-text-primary hover:text-text-primary dark:text-text-primary-dark hover:dark:text-text-primary-dark": t11,
|
876
|
-
"border border-transparent
|
877
|
-
"border border-transparent text-
|
878
|
-
"border border-transparent text-
|
879
|
-
"border border-transparent text-
|
880
|
-
"border border-primary text-primary hover:text-primary hover:bg-
|
881
|
-
"border border-
|
882
|
-
"border border-
|
883
|
-
"border border-
|
884
|
-
"border border-
|
885
|
-
"border border-
|
886
|
-
"border border-
|
876
|
+
"border border-transparent bg-surface-100 hover:bg-surface-accent-200 text-text-primary dark:bg-surface-800 dark:hover:bg-surface-accent-700 dark:text-text-primary-dark": t12,
|
877
|
+
"border border-transparent text-primary hover:text-primary hover:bg-surface-accent-200 hover:bg-opacity-75 dark:hover:bg-surface-accent-800": t13,
|
878
|
+
"border border-transparent text-secondary hover:text-secondary hover:bg-surface-accent-200 hover:bg-opacity-75 dark:hover:bg-surface-accent-800": t14,
|
879
|
+
"border border-transparent text-red-500 hover:text-red-500 hover:bg-red-500 hover:bg-opacity-10": t15,
|
880
|
+
"border border-transparent text-text-primary hover:text-text-primary dark:text-text-primary-dark hover:dark:text-text-primary-dark hover:bg-surface-accent-200 hover:dark:bg-surface-700": t16,
|
881
|
+
"border border-transparent text-text-primary hover:text-text-primary hover:bg-surface-accent-200 dark:text-text-primary-dark dark:hover:bg-surface-accent-700": t17,
|
882
|
+
"border border-primary text-primary hover:text-primary hover:bg-primary-bg": t18,
|
883
|
+
"border border-secondary text-secondary hover:text-secondary hover:bg-secondary-bg": t19,
|
884
|
+
"border border-red-500 text-red-500 hover:text-red-500 hover:bg-red-500 hover:text-white": t20,
|
885
|
+
"border border-surface-accent-400 text-text-primary hover:text-text-primary dark:text-text-primary-dark hover:bg-surface-accent-200": t21,
|
886
|
+
"border border-surface-400 text-text-primary hover:bg-surface-accent-200 dark:border-surface-600 dark:text-text-primary-dark dark:hover:bg-surface-accent-700": t22,
|
887
887
|
"text-text-disabled dark:text-text-disabled-dark": disabled,
|
888
888
|
"border border-transparent opacity-50": t23,
|
889
889
|
"border border-surface-500 opacity-50": t24,
|