gf-components 0.1.21 → 0.1.23
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.es.js
CHANGED
|
@@ -660,7 +660,6 @@ const Mr = ag`
|
|
|
660
660
|
--gf-padding-md: 16px;
|
|
661
661
|
|
|
662
662
|
/* fonts */
|
|
663
|
-
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
|
|
664
663
|
--gf-font: Roboto, sans-serif;
|
|
665
664
|
--gf-display-1: normal normal 600 48px/60px Roboto, sans-serif;
|
|
666
665
|
|
|
@@ -20391,7 +20390,7 @@ const Sw = Tt(Wa)`
|
|
|
20391
20390
|
cardtype: "default",
|
|
20392
20391
|
activeTabKey: s,
|
|
20393
20392
|
onTabChange: f,
|
|
20394
|
-
tabBarExtraContent: /* @__PURE__ */ re.jsx(xw, { onClick: o }),
|
|
20393
|
+
tabBarExtraContent: /* @__PURE__ */ re.jsx(xw, { onClick: o == null ? void 0 : o[s] }),
|
|
20395
20394
|
actions: r != null && r[s] ? [
|
|
20396
20395
|
/* @__PURE__ */ re.jsxs(Ja, { vertical: !0, children: [
|
|
20397
20396
|
/* @__PURE__ */ re.jsx(Ew, { open: u, onClick: v, children: n }),
|
|
@@ -20399,7 +20398,7 @@ const Sw = Tt(Wa)`
|
|
|
20399
20398
|
] })
|
|
20400
20399
|
] : void 0,
|
|
20401
20400
|
styles: {
|
|
20402
|
-
header: { padding:
|
|
20401
|
+
header: { padding: "0px 24px" },
|
|
20403
20402
|
body: { padding: a }
|
|
20404
20403
|
},
|
|
20405
20404
|
...i,
|