@edu-tosel/design 1.0.46 → 1.0.47

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/layout/index.d.ts CHANGED
@@ -6,3 +6,4 @@ export { default as DataField } from "./template/DataField";
6
6
  export { default as Gallery } from "./template/Gallery";
7
7
  export { default as Row } from "./template/Row";
8
8
  export { default as Shelf } from "./template/Shelf";
9
+ export { default as Tab } from "./template/Tab";
package/layout/index.js CHANGED
@@ -6,3 +6,4 @@ export { default as DataField } from "./template/DataField";
6
6
  export { default as Gallery } from "./template/Gallery";
7
7
  export { default as Row } from "./template/Row";
8
8
  export { default as Shelf } from "./template/Shelf";
9
+ export { default as Tab } from "./template/Tab";
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import Action from "./Action";
3
- import Tab from "../design/Tab.design";
3
+ import Tab from "./Tab";
4
4
  import { cn } from "../../util";
5
5
  export default function Gallery({ action, children, options, }) {
6
6
  const { tabTextColor } = options ?? {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edu-tosel/design",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "UI components for International TOSEL Committee",
5
5
  "keywords": [
6
6
  "jsx",
package/version.txt CHANGED
@@ -1 +1 @@
1
- 1.0.46
1
+ 1.0.47