@teamturing/react-kit 2.35.0 → 2.35.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/index.d.ts CHANGED
@@ -70,6 +70,8 @@ export { default as Stack } from './core/Stack';
70
70
  export type { StackProps } from './core/Stack';
71
71
  export { default as StyledIcon } from './core/StyledIcon';
72
72
  export type { StyledIconProps } from './core/StyledIcon';
73
+ export { default as Switch } from './core/Switch';
74
+ export type { SwitchProps } from './core/Switch';
73
75
  export { default as Tab } from './core/Tab';
74
76
  export type { TabProps } from './core/Tab';
75
77
  export { default as Text } from './core/Text';
package/dist/index.js CHANGED
@@ -39767,6 +39767,7 @@ exports.Space = Space;
39767
39767
  exports.Spinner = Spinner;
39768
39768
  exports.Stack = Stack$1;
39769
39769
  exports.StyledIcon = StyledIcon;
39770
+ exports.Switch = Switch$1;
39770
39771
  exports.Tab = index$1;
39771
39772
  exports.Text = Text;
39772
39773
  exports.TextInput = TextInput$1;
package/esm/index.js CHANGED
@@ -32,6 +32,7 @@ export { default as Space } from './core/Space/index.js';
32
32
  export { default as Spinner } from './core/Spinner/index.js';
33
33
  export { default as Stack } from './core/Stack/index.js';
34
34
  export { default as StyledIcon } from './core/StyledIcon/index.js';
35
+ export { default as Switch } from './core/Switch/index.js';
35
36
  export { default as Tab } from './core/Tab/index.js';
36
37
  export { default as Text } from './core/Text/index.js';
37
38
  export { default as Textarea } from './core/Textarea/index.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.35.0",
3
+ "version": "2.35.1",
4
4
  "description": "React components, hooks for create teamturing web application",
5
5
  "author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
6
6
  "homepage": "https://github.com/weareteamturing/bombe#readme",
@@ -66,5 +66,5 @@
66
66
  "react-textarea-autosize": "^8.5.3",
67
67
  "styled-system": "^5.1.5"
68
68
  },
69
- "gitHead": "55d14d0eab0c2905cc30015c4a13190222e6e545"
69
+ "gitHead": "5e828088f932cf3196394e8beefd63b7deefef66"
70
70
  }