@gardenfi/garden-book 0.1.31 → 0.1.33
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/style.css +1 -1
- package/dist/ui.cjs.js +1 -1
- package/dist/ui.es.js +5 -2
- package/dist/ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -10775,13 +10775,16 @@ const v = "5.7.4", fr = 60, ip = 0, op = 120, w = 64, h = 64, nm = "loading spin
|
|
|
10775
10775
|
"gf-min-w-32",
|
|
10776
10776
|
"gf-px-6",
|
|
10777
10777
|
"gf-focus:outline-none",
|
|
10778
|
-
"gf-border-none"
|
|
10778
|
+
"gf-border-none",
|
|
10779
|
+
"gf-transition-colors",
|
|
10780
|
+
"gf-duration-500"
|
|
10779
10781
|
],
|
|
10780
10782
|
{
|
|
10781
10783
|
variants: {
|
|
10782
10784
|
variant: {
|
|
10783
10785
|
primary: "gf-text-white gf-bg-button-primary",
|
|
10784
10786
|
secondary: "gf-text-white gf-bg-button-secondary",
|
|
10787
|
+
ternary: "gf-text-dark-grey gf-bg-button-ternary",
|
|
10785
10788
|
disabled: "gf-bg-button-disabled-bg gf-text-button-disabled-text gf-cursor-not-allowed"
|
|
10786
10789
|
},
|
|
10787
10790
|
size: {
|
|
@@ -10823,11 +10826,11 @@ const v = "5.7.4", fr = 60, ip = 0, op = 120, w = 64, h = 64, nm = "loading spin
|
|
|
10823
10826
|
{
|
|
10824
10827
|
ref: f,
|
|
10825
10828
|
className: cn(
|
|
10829
|
+
n,
|
|
10826
10830
|
buttonStyles({
|
|
10827
10831
|
variant: e,
|
|
10828
10832
|
size: t
|
|
10829
10833
|
}),
|
|
10830
|
-
n,
|
|
10831
10834
|
l,
|
|
10832
10835
|
s
|
|
10833
10836
|
),
|