@situaction/traq-ui-ste 1.0.24 → 1.0.25

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/main.d.ts CHANGED
@@ -8,4 +8,5 @@ export { Title } from './components/title/Title';
8
8
  export { TagCounter } from './components/tag-counter/TagCounter.tsx';
9
9
  export { Checkbox } from './components/checkbox/Checkbox.tsx';
10
10
  export { Tooltip } from './components/tooltip/Tooltip.tsx';
11
+ export { Select } from './components/select/Select.tsx';
11
12
  export { ThemeProvider, useTheme } from './components/theme/ThemeContext';
package/dist/main.js CHANGED
@@ -3,21 +3,23 @@ import { Input as m } from "./components/input/Input.js";
3
3
  import { Tabs as x } from "./components/tabs/Tabs.js";
4
4
  import { IconButton as T } from "./components/icon-button/IconButton.js";
5
5
  import { Tag as u } from "./components/tag/Tag.js";
6
- import { Title as h } from "./components/title/Title.js";
7
- import { TagCounter as b } from "./components/tag-counter/TagCounter.js";
8
- import { Checkbox as g } from "./components/checkbox/Checkbox.js";
6
+ import { Title as c } from "./components/title/Title.js";
7
+ import { TagCounter as i } from "./components/tag-counter/TagCounter.js";
8
+ import { Checkbox as b } from "./components/checkbox/Checkbox.js";
9
9
  import { Tooltip as s } from "./components/tooltip/Tooltip.js";
10
- import { ThemeProvider as C, useTheme as I } from "./components/theme/ThemeContext.js";
10
+ import { Select as C } from "./components/select/Select.js";
11
+ import { ThemeProvider as d, useTheme as k } from "./components/theme/ThemeContext.js";
11
12
  import './styles/main.css';export {
12
13
  e as Button,
13
- g as Checkbox,
14
+ b as Checkbox,
14
15
  T as IconButton,
15
16
  m as Input,
17
+ C as Select,
16
18
  x as Tabs,
17
19
  u as Tag,
18
- b as TagCounter,
19
- C as ThemeProvider,
20
- h as Title,
20
+ i as TagCounter,
21
+ d as ThemeProvider,
22
+ c as Title,
21
23
  s as Tooltip,
22
- I as useTheme
24
+ k as useTheme
23
25
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@situaction/traq-ui-ste",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "library react component Situaction",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",