@gardenfi/garden-book 0.1.32 → 0.1.34
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/atoms/Button/Button.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/ui.cjs.js +1 -1
- package/dist/ui.es.js +5 -1
- package/dist/ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -10769,18 +10769,22 @@ const v = "5.7.4", fr = 60, ip = 0, op = 120, w = 64, h = 64, nm = "loading spin
|
|
|
10769
10769
|
markers
|
|
10770
10770
|
}, buttonStyles = cva(
|
|
10771
10771
|
[
|
|
10772
|
+
"gf-w-full",
|
|
10772
10773
|
"gf-font-satoshi",
|
|
10773
10774
|
"gf-font-bold",
|
|
10774
10775
|
"gf-min-w-32",
|
|
10775
10776
|
"gf-px-6",
|
|
10776
10777
|
"gf-focus:outline-none",
|
|
10777
|
-
"gf-border-none"
|
|
10778
|
+
"gf-border-none",
|
|
10779
|
+
"gf-transition-colors",
|
|
10780
|
+
"gf-duration-500"
|
|
10778
10781
|
],
|
|
10779
10782
|
{
|
|
10780
10783
|
variants: {
|
|
10781
10784
|
variant: {
|
|
10782
10785
|
primary: "gf-text-white gf-bg-button-primary",
|
|
10783
10786
|
secondary: "gf-text-white gf-bg-button-secondary",
|
|
10787
|
+
ternary: "gf-text-dark-grey gf-bg-button-ternary",
|
|
10784
10788
|
disabled: "gf-bg-button-disabled-bg gf-text-button-disabled-text gf-cursor-not-allowed"
|
|
10785
10789
|
},
|
|
10786
10790
|
size: {
|