@teamturing/react-kit 2.3.0 → 2.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.
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
import { ChipProps, StackProps } from '../..';
|
|
2
|
-
/**
|
|
3
|
-
* Default Types
|
|
4
|
-
*/
|
|
5
|
-
type TextProps = any;
|
|
6
|
-
type SpaceProps = any;
|
|
1
|
+
import { ChipProps, StackProps, TextProps, SpaceProps } from '../..';
|
|
7
2
|
/**
|
|
8
3
|
* View Related Model
|
|
9
4
|
*/
|
|
@@ -62,4 +57,3 @@ export interface ISection {
|
|
|
62
57
|
views: IViewContainer[];
|
|
63
58
|
responsiveLayout: IResponsiveLayoutContainer;
|
|
64
59
|
}
|
|
65
|
-
export {};
|
|
@@ -1,23 +1,7 @@
|
|
|
1
|
-
import '../../../core/Button/index.js';
|
|
2
1
|
import Chip from '../../../core/Chip/index.js';
|
|
3
|
-
import '../../../core/GradientText/index.js';
|
|
4
|
-
import '../../../core/Grid/index.js';
|
|
5
|
-
import '../../../core/IconButton/index.js';
|
|
6
|
-
import '../../../core/IconToggleButton/index.js';
|
|
7
|
-
import '../../../core/Image/index.js';
|
|
8
2
|
import ItemList from '../../../core/ItemList/index.js';
|
|
9
|
-
import '../../../core/Space/index.js';
|
|
10
|
-
import '../../../core/Spinner/index.js';
|
|
11
3
|
import Stack from '../../../core/Stack/index.js';
|
|
12
|
-
import '../../../core/View/index.js';
|
|
13
4
|
import { j as jsxRuntimeExports } from '../../../node_modules/react/jsx-runtime.js';
|
|
14
|
-
import '../../../core/Text/index.js';
|
|
15
|
-
import 'styled-components';
|
|
16
|
-
import '../../../packages/token-studio/esm/token/typography/index.js';
|
|
17
|
-
import '../../../core/_UnstyledButton.js';
|
|
18
|
-
import 'react';
|
|
19
|
-
import '../../../node_modules/lodash.debounce/index.js';
|
|
20
|
-
import '../../../utils/styled-system/index.js';
|
|
21
5
|
|
|
22
6
|
const ChipGroupView = ({
|
|
23
7
|
view: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.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",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"lodash.throttle": "^4.1.1",
|
|
56
56
|
"styled-system": "^5.1.5"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "6c7aea0a477e3b90efb31fe26d24731ac07241be"
|
|
59
59
|
}
|