geneeantd 0.0.19 → 0.0.20
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/genee-antd.es.js +12 -1
- package/dist/genee-antd.umd.js +49 -49
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/genee-antd.es.js
CHANGED
|
@@ -58164,6 +58164,16 @@ const JJ = _n((e, t) => {
|
|
|
58164
58164
|
) }),
|
|
58165
58165
|
/* @__PURE__ */ se.jsx("div", { className: po.detailViewContent, children: /* @__PURE__ */ se.jsx("div", { className: po.detailViewContentItem, children: t }) })
|
|
58166
58166
|
] });
|
|
58167
|
+
}, zY = {
|
|
58168
|
+
token: {
|
|
58169
|
+
colorPrimary: "#2BA07F",
|
|
58170
|
+
colorPrimaryHover: "#36C196",
|
|
58171
|
+
colorPrimaryActive: "#258D70",
|
|
58172
|
+
colorPrimaryText: "#2BA07F",
|
|
58173
|
+
colorPrimaryTextHover: "#36C196",
|
|
58174
|
+
colorPrimaryTextActive: "#258D70",
|
|
58175
|
+
colorSuccess: "#36C196"
|
|
58176
|
+
}
|
|
58167
58177
|
};
|
|
58168
58178
|
export {
|
|
58169
58179
|
MY as AvatarUpload,
|
|
@@ -58174,5 +58184,6 @@ export {
|
|
|
58174
58184
|
rJ as FloatCard,
|
|
58175
58185
|
PY as Login,
|
|
58176
58186
|
NY as RemoteSelect,
|
|
58177
|
-
SY as TablePlus
|
|
58187
|
+
SY as TablePlus,
|
|
58188
|
+
zY as defaultTheme
|
|
58178
58189
|
};
|