oolib 2.170.7 → 2.170.8
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.d.ts +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export * from "./v2/components/cards/CardContent";
|
|
|
20
20
|
export * from "./v2/components/cards/ListContent";
|
|
21
21
|
export * from "./v2/components/Tags";
|
|
22
22
|
export * from "./v2/components/ImagePlaceholder";
|
|
23
|
+
export * from "./v2/components/Buttons";
|
|
23
24
|
export { colors } from "./themes";
|
|
24
25
|
export { icons } from "./icons";
|
|
25
26
|
export { Section } from "./components/Section";
|
package/dist/index.js
CHANGED
|
@@ -182,7 +182,7 @@ __exportStar(require("./v2/components/cards/ListContent"), exports);
|
|
|
182
182
|
__exportStar(require("./v2/components/Tags"), exports);
|
|
183
183
|
__exportStar(require("./v2/components/ImagePlaceholder"), exports);
|
|
184
184
|
// 2 imports available
|
|
185
|
-
|
|
185
|
+
__exportStar(require("./v2/components/Buttons"), exports);
|
|
186
186
|
var TabBar_1 = require("./v2/components/TabBar");
|
|
187
187
|
Object.defineProperty(exports, "TabBarV2", { enumerable: true, get: function () { return TabBar_1.TabBarStyle1; } });
|
|
188
188
|
var themes_2 = require("./v2/themes");
|