@clay-ds/react 0.3.0 → 0.3.1
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/catalog.json +13 -13
- package/dist/{footerDefaults-BILm5CMK.cjs → footerDefaults-C-9-hOSt.cjs} +220 -183
- package/dist/footerDefaults-C-9-hOSt.cjs.map +1 -0
- package/dist/{footerDefaults-Dx94Jc_F.js → footerDefaults-DRDmvQb8.js} +236 -199
- package/dist/footerDefaults-DRDmvQb8.js.map +1 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +323 -245
- package/dist/index.d.ts +19 -0
- package/dist/index.js +17 -16
- package/dist/render.cjs +1 -1
- package/dist/render.js +1 -1
- package/package.json +1 -1
- package/dist/footerDefaults-BILm5CMK.cjs.map +0 -1
- package/dist/footerDefaults-Dx94Jc_F.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const jsxRuntime = require("react/jsx-runtime");
|
|
4
4
|
const React = require("react");
|
|
5
|
-
const footerDefaults = require("./footerDefaults-
|
|
5
|
+
const footerDefaults = require("./footerDefaults-C-9-hOSt.cjs");
|
|
6
6
|
const icons = require("./icons.cjs");
|
|
7
7
|
const icon = "_icon_171j1_2";
|
|
8
8
|
const styles$c = {
|
|
@@ -1294,6 +1294,7 @@ exports.CustomerLogo = footerDefaults.CustomerLogo;
|
|
|
1294
1294
|
exports.CustomerLogoSection = footerDefaults.CustomerLogoSection;
|
|
1295
1295
|
exports.FOOTER_ASSETS = footerDefaults.FOOTER_ASSETS;
|
|
1296
1296
|
exports.FOOTER_DEFAULTS = footerDefaults.FOOTER_DEFAULTS;
|
|
1297
|
+
exports.FOOTER_SHORT_DEFAULTS = footerDefaults.FOOTER_SHORT_DEFAULTS;
|
|
1297
1298
|
exports.FaqSection = footerDefaults.FaqSection;
|
|
1298
1299
|
exports.FeaturesSection = footerDefaults.FeaturesSection;
|
|
1299
1300
|
exports.FooterSection = footerDefaults.FooterSection;
|