@pfct/purple 1.4.0-rc.0 → 1.4.0-rc.2
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/.history/{package_20240620101011.json → package_20240820163221.json} +18 -16
- package/.history/{package_20240620102132.json → package_20240820163222.json} +18 -20
- package/.history/{package_20240620102136.json → package_20240820163535.json} +19 -20
- package/.history/{package_20240620102153.json → package_20240820164525.json} +19 -20
- package/dist/components/Badge/BaseBadge/index.styled.d.ts +3 -3
- package/dist/components/Badge/IconBadge/index.styled.d.ts +2 -2
- package/dist/components/Badge/TextBadge/index.styled.d.ts +1 -1
- package/dist/components/BottomSheet/BaseBottomSheet/index.styled.d.ts +5 -5
- package/dist/components/BottomSheet/NavBottomSheet/index.styled.d.ts +1 -1
- package/dist/components/BottomSheet/TitleBottomSheet/index.styled.d.ts +2 -2
- package/dist/components/Button/BaseButton/index.styled.d.ts +1 -1
- package/dist/components/Button/DoubleButton/index.d.ts +3 -3
- package/dist/components/Button/DoubleButton/index.styled.d.ts +1 -1
- package/dist/components/Button/FloatBaseButton/index.styled.d.ts +6 -6
- package/dist/components/Button/FloatDoubleButton/index.styled.d.ts +1 -1
- package/dist/components/Button/SingleButton/index.styled.d.ts +1 -1
- package/dist/components/Card/index.styled.d.ts +2 -2
- package/dist/components/Chips/BasicChips/index.styled.d.ts +5 -5
- package/dist/components/Chips/ChipItem/index.styled.d.ts +2 -2
- package/dist/components/Chips/ChipsFrame/index.styled.d.ts +5 -5
- package/dist/components/Comment/Group/index.styled.d.ts +1 -1
- package/dist/components/Comment/Item/index.styled.d.ts +4 -4
- package/dist/components/Control/CheckBox/index.styled.d.ts +3 -3
- package/dist/components/Control/CheckMark/index.styled.d.ts +1 -1
- package/dist/components/Control/RadioButton/index.styled.d.ts +1 -1
- package/dist/components/Control/Switch/index.styled.d.ts +2 -2
- package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/index.styled.d.ts +10 -22
- package/dist/components/DatePicker/BaseDatePicker/DayOfWeek/index.styled.d.ts +2 -4
- package/dist/components/DatePicker/BaseDatePicker/Month/index.styled.d.ts +1 -1
- package/dist/components/DatePicker/BaseDatePicker/Week/index.styled.d.ts +2 -2
- package/dist/components/DatePicker/BaseDatePicker/YearMonthController/index.styed.d.ts +3 -3
- package/dist/components/DatePicker/BaseDatePicker/index.styled.d.ts +1 -1
- package/dist/components/DatePicker/RangeDatePickerModal/index.styled.d.ts +5 -5
- package/dist/components/DatePicker/SingleDatePickerModal/index.styled.d.ts +1 -1
- package/dist/components/Divider/index.styled.d.ts +2 -2
- package/dist/components/Input/BaseInput/index.styled.d.ts +2 -2
- package/dist/components/Input/PostfixInput/index.styled.d.ts +5 -7
- package/dist/components/Input/ResidentNumberInput/index.styled.d.ts +8 -10
- package/dist/components/Input/common/InputFrame/index.styled.d.ts +3 -3
- package/dist/components/Loading/ProgressBar/index.styled.d.ts +2 -2
- package/dist/components/Loading/Skeleton/SkeletonLayout/index.styled.d.ts +2 -2
- package/dist/components/Loading/Skeleton/index.styled.d.ts +3 -3
- package/dist/components/Loading/Spinner/index.styled.d.ts +1 -1
- package/dist/components/MiniButton/BoxMiniButton/index.styled.d.ts +2 -2
- package/dist/components/MiniButton/IconMiniButton/index.styled.d.ts +1 -1
- package/dist/components/MiniButton/UnderLineMiniButton/index.styled.d.ts +2 -2
- package/dist/components/MiniButton/common/index.styled.d.ts +1 -1
- package/dist/components/Modal/BaseModal/index.styled.d.ts +1 -1
- package/dist/components/Modal/index.d.ts +15 -2
- package/dist/components/Modal/index.styled.d.ts +6 -6
- package/dist/components/Navigation/BaseNavigation/index.styled.d.ts +3 -7
- package/dist/components/Navigation/index.styled.d.ts +2 -4
- package/dist/components/OverlayRoot/index.styled.d.ts +1 -1
- package/dist/components/Segment/BaseSegment/index.styled.d.ts +5 -5
- package/dist/components/Segment/ExtendSegment/index.styled.d.ts +5 -9
- package/dist/components/SelectBox/index.styled.d.ts +8 -8
- package/dist/components/Tabs/FillTabs/index.styled.d.ts +3 -3
- package/dist/components/Tabs/TextTabs/index.styled.d.ts +4 -4
- package/dist/components/Tag/index.styled.d.ts +1 -1
- package/dist/components/Title/index.styled.d.ts +2 -2
- package/dist/components/ToastMessage/BaseToastMessage/index.styled.d.ts +2 -2
- package/dist/components/ToastMessage/Toast/index.styled.d.ts +3 -5
- package/dist/components/Tooltip/TooltipBase/index.styled.d.ts +3 -3
- package/dist/core/Display/index.styled.d.ts +2 -2
- package/dist/library/BasicLayout/index.d.ts +12 -14
- package/dist/library/BasicLayout/index.styled.d.ts +21 -25
- package/dist/library/Flex/index.d.ts +3 -3
- package/dist/library/Flex/index.stories.d.ts +2 -1
- package/dist/library/Flex/index.styled.d.ts +3 -3
- package/dist/library/IconWithImage/index.styled.d.ts +1 -1
- package/dist/library/List/BottomSheetItemList/index.styled.d.ts +1 -1
- package/dist/library/Lottie/index.styled.d.ts +3 -3
- package/dist/library/Spacing/index.styled.d.ts +1 -1
- package/package.json +18 -20
- package/.history/package_20240620102151.json +0 -179
- package/.history/package_20240620102228.json +0 -180
- package/.history/package_20240620102534.json +0 -181
- package/.history/package_20240620102955.json +0 -180
- package/.history/package_20240620103103.json +0 -181
- package/.history/package_20240620103105.json +0 -180
- package/.history/package_20240620103120.json +0 -181
- package/.history/package_20240620103532.json +0 -181
- package/.history/package_20240620103741.json +0 -181
- package/.history/package_20240620103803.json +0 -181
- package/.history/package_20240620105356.json +0 -181
- package/.history/package_20240620110005.json +0 -181
- package/.history/package_20240620110042.json +0 -172
- package/.history/package_20240620131821.json +0 -181
- package/.history/package_20240620133118.json +0 -179
- package/.history/package_20240620133317.json +0 -179
- package/.history/package_20240620133341.json +0 -179
- package/.history/package_20240620135524.json +0 -178
- package/.history/package_20240704143808.json +0 -180
- package/.history/package_20240704143813.json +0 -180
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pfct/purple",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-rc.1",
|
|
4
4
|
"description": "design system for PFCT web service",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
"peoplefund-tech",
|
|
14
14
|
"design-system"
|
|
15
15
|
],
|
|
16
|
-
"contributors": [
|
|
17
|
-
"SEONMI KIM <hello.ddubbu@gmail.com>"
|
|
18
|
-
],
|
|
16
|
+
"contributors": [],
|
|
19
17
|
"license": "MIT",
|
|
20
18
|
"bugs": {
|
|
21
19
|
"url": "https://github.com/peoplefund-tech/PurpleUI-WEB/issues"
|
|
@@ -50,13 +48,15 @@
|
|
|
50
48
|
]
|
|
51
49
|
},
|
|
52
50
|
"dependencies": {
|
|
53
|
-
"@emotion/core": "
|
|
51
|
+
"@emotion/core": "11.0.0",
|
|
54
52
|
"@emotion/css": "^11.9.0",
|
|
55
|
-
"@emotion/react": "^11.
|
|
56
|
-
"@emotion/styled": "^11.
|
|
57
|
-
"@emotion/styled-base": "^
|
|
53
|
+
"@emotion/react": "^11.10.6",
|
|
54
|
+
"@emotion/styled": "^11.10.6",
|
|
55
|
+
"@emotion/styled-base": "^11.0.0",
|
|
58
56
|
"@tippyjs/react": "^4.2.6",
|
|
59
57
|
"lottie-web": "^5.10.2",
|
|
58
|
+
"react": "^18.2.0",
|
|
59
|
+
"react-dom": "^18.2.0",
|
|
60
60
|
"react-intersection-observer": "^9.4.3",
|
|
61
61
|
"react-router-dom": "^6.11.1",
|
|
62
62
|
"rifm": "^0.12.1"
|
|
@@ -74,15 +74,17 @@
|
|
|
74
74
|
"@storybook/react": "^7.0.6",
|
|
75
75
|
"@storybook/react-webpack5": "^7.0.6",
|
|
76
76
|
"@storybook/testing-library": "^0.2.0",
|
|
77
|
-
"@types/jest": "^
|
|
77
|
+
"@types/jest": "^29.5.0",
|
|
78
|
+
"@types/react": "^18.0.0",
|
|
79
|
+
"@types/react-dom": "^18.0.0",
|
|
78
80
|
"aws-sdk": "^2.1366.0",
|
|
79
81
|
"babel-loader": "^8.2.5",
|
|
80
82
|
"core-js": "^3.23.4",
|
|
81
83
|
"css-loader": "^6.7.1",
|
|
82
84
|
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
83
85
|
"html-webpack-plugin": "^5.5.0",
|
|
84
|
-
"husky": "^
|
|
85
|
-
"lint-staged": "^
|
|
86
|
+
"husky": "^9.1.4",
|
|
87
|
+
"lint-staged": "^15.2.9",
|
|
86
88
|
"mini-css-extract-plugin": "^2.7.6",
|
|
87
89
|
"standard-version": "^9.5.0",
|
|
88
90
|
"storybook": "^7.0.6",
|
|
@@ -92,10 +94,10 @@
|
|
|
92
94
|
"stylelint-config-styled-components": "^0.1.1",
|
|
93
95
|
"stylelint-processor-styled-components": "^1.10.0",
|
|
94
96
|
"terser-webpack-plugin": "^5.3.3",
|
|
95
|
-
"ts-jest": "^
|
|
97
|
+
"ts-jest": "^29.1.0",
|
|
96
98
|
"ts-node": "^10.9.1",
|
|
97
99
|
"tsc-files": "^1.1.3",
|
|
98
|
-
"typescript": "^4.
|
|
100
|
+
"typescript": "^4.9.5",
|
|
99
101
|
"webpack": "^5.73.0",
|
|
100
102
|
"webpack-bundle-analyzer": "^4.9.0",
|
|
101
103
|
"webpack-cli": "^4.10.0",
|
|
@@ -103,11 +105,11 @@
|
|
|
103
105
|
"webpack-merge": "^5.8.0"
|
|
104
106
|
},
|
|
105
107
|
"optionalDependencies": {
|
|
106
|
-
"@commitlint/config-conventional": "^
|
|
108
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
107
109
|
"@emotion/babel-preset-css-prop": "^11.11.0",
|
|
108
110
|
"@emotion/eslint-plugin": "^11.7.0",
|
|
109
111
|
"@testing-library/jest-dom": "^5.16.5",
|
|
110
|
-
"@testing-library/react": "^
|
|
112
|
+
"@testing-library/react": "^14.0.0",
|
|
111
113
|
"@testing-library/user-event": "^14.4.3",
|
|
112
114
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
113
115
|
"@typescript-eslint/parser": "^5.30.0",
|
|
@@ -121,7 +123,7 @@
|
|
|
121
123
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
122
124
|
"eslint-plugin-testing-library": "^5.3.1",
|
|
123
125
|
"identity-obj-proxy": "^3.0.0",
|
|
124
|
-
"jest": "^
|
|
126
|
+
"jest": "^29.5.0"
|
|
125
127
|
},
|
|
126
128
|
"eslintConfig": {
|
|
127
129
|
"extends": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pfct/purple",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-rc.1",
|
|
4
4
|
"description": "design system for PFCT web service",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
"peoplefund-tech",
|
|
14
14
|
"design-system"
|
|
15
15
|
],
|
|
16
|
-
"contributors": [
|
|
17
|
-
"SEONMI KIM <hello.ddubbu@gmail.com>"
|
|
18
|
-
],
|
|
16
|
+
"contributors": [],
|
|
19
17
|
"license": "MIT",
|
|
20
18
|
"bugs": {
|
|
21
19
|
"url": "https://github.com/peoplefund-tech/PurpleUI-WEB/issues"
|
|
@@ -50,17 +48,15 @@
|
|
|
50
48
|
]
|
|
51
49
|
},
|
|
52
50
|
"dependencies": {
|
|
53
|
-
"@emotion/core": "
|
|
51
|
+
"@emotion/core": "11.0.0",
|
|
54
52
|
"@emotion/css": "^11.9.0",
|
|
55
|
-
"@emotion/react": "^11.
|
|
56
|
-
"@emotion/styled": "^11.
|
|
57
|
-
"@emotion/styled-base": "^
|
|
53
|
+
"@emotion/react": "^11.10.6",
|
|
54
|
+
"@emotion/styled": "^11.10.6",
|
|
55
|
+
"@emotion/styled-base": "^11.0.0",
|
|
58
56
|
"@tippyjs/react": "^4.2.6",
|
|
59
|
-
"@types/react": "^18.3.3",
|
|
60
|
-
"@types/react-dom": "^18.3.0",
|
|
61
57
|
"lottie-web": "^5.10.2",
|
|
62
|
-
"react": "^18.
|
|
63
|
-
"react-dom": "^18.
|
|
58
|
+
"react": "^18.2.0",
|
|
59
|
+
"react-dom": "^18.2.0",
|
|
64
60
|
"react-intersection-observer": "^9.4.3",
|
|
65
61
|
"react-router-dom": "^6.11.1",
|
|
66
62
|
"rifm": "^0.12.1"
|
|
@@ -78,15 +74,17 @@
|
|
|
78
74
|
"@storybook/react": "^7.0.6",
|
|
79
75
|
"@storybook/react-webpack5": "^7.0.6",
|
|
80
76
|
"@storybook/testing-library": "^0.2.0",
|
|
81
|
-
"@types/jest": "^
|
|
77
|
+
"@types/jest": "^29.5.0",
|
|
78
|
+
"@types/react": "^18.0.0",
|
|
79
|
+
"@types/react-dom": "^18.0.0",
|
|
82
80
|
"aws-sdk": "^2.1366.0",
|
|
83
81
|
"babel-loader": "^8.2.5",
|
|
84
82
|
"core-js": "^3.23.4",
|
|
85
83
|
"css-loader": "^6.7.1",
|
|
86
84
|
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
87
85
|
"html-webpack-plugin": "^5.5.0",
|
|
88
|
-
"husky": "^
|
|
89
|
-
"lint-staged": "^
|
|
86
|
+
"husky": "^9.1.4",
|
|
87
|
+
"lint-staged": "^15.2.9",
|
|
90
88
|
"mini-css-extract-plugin": "^2.7.6",
|
|
91
89
|
"standard-version": "^9.5.0",
|
|
92
90
|
"storybook": "^7.0.6",
|
|
@@ -96,10 +94,10 @@
|
|
|
96
94
|
"stylelint-config-styled-components": "^0.1.1",
|
|
97
95
|
"stylelint-processor-styled-components": "^1.10.0",
|
|
98
96
|
"terser-webpack-plugin": "^5.3.3",
|
|
99
|
-
"ts-jest": "^
|
|
97
|
+
"ts-jest": "^29.1.0",
|
|
100
98
|
"ts-node": "^10.9.1",
|
|
101
99
|
"tsc-files": "^1.1.3",
|
|
102
|
-
"typescript": "^4.
|
|
100
|
+
"typescript": "^4.9.5",
|
|
103
101
|
"webpack": "^5.73.0",
|
|
104
102
|
"webpack-bundle-analyzer": "^4.9.0",
|
|
105
103
|
"webpack-cli": "^4.10.0",
|
|
@@ -107,11 +105,11 @@
|
|
|
107
105
|
"webpack-merge": "^5.8.0"
|
|
108
106
|
},
|
|
109
107
|
"optionalDependencies": {
|
|
110
|
-
"@commitlint/config-conventional": "^
|
|
108
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
111
109
|
"@emotion/babel-preset-css-prop": "^11.11.0",
|
|
112
110
|
"@emotion/eslint-plugin": "^11.7.0",
|
|
113
111
|
"@testing-library/jest-dom": "^5.16.5",
|
|
114
|
-
"@testing-library/react": "^
|
|
112
|
+
"@testing-library/react": "^14.0.0",
|
|
115
113
|
"@testing-library/user-event": "^14.4.3",
|
|
116
114
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
117
115
|
"@typescript-eslint/parser": "^5.30.0",
|
|
@@ -125,7 +123,7 @@
|
|
|
125
123
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
126
124
|
"eslint-plugin-testing-library": "^5.3.1",
|
|
127
125
|
"identity-obj-proxy": "^3.0.0",
|
|
128
|
-
"jest": "^
|
|
126
|
+
"jest": "^29.5.0"
|
|
129
127
|
},
|
|
130
128
|
"eslintConfig": {
|
|
131
129
|
"extends": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pfct/purple",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-rc.1",
|
|
4
4
|
"description": "design system for PFCT web service",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
"peoplefund-tech",
|
|
14
14
|
"design-system"
|
|
15
15
|
],
|
|
16
|
-
"contributors": [
|
|
17
|
-
"SEONMI KIM <hello.ddubbu@gmail.com>"
|
|
18
|
-
],
|
|
16
|
+
"contributors": [],
|
|
19
17
|
"license": "MIT",
|
|
20
18
|
"bugs": {
|
|
21
19
|
"url": "https://github.com/peoplefund-tech/PurpleUI-WEB/issues"
|
|
@@ -50,17 +48,15 @@
|
|
|
50
48
|
]
|
|
51
49
|
},
|
|
52
50
|
"dependencies": {
|
|
53
|
-
"@emotion/core": "
|
|
51
|
+
"@emotion/core": "11.0.0",
|
|
54
52
|
"@emotion/css": "^11.9.0",
|
|
55
|
-
"@emotion/react": "^11.
|
|
56
|
-
"@emotion/styled": "^11.
|
|
57
|
-
"@emotion/styled-base": "^
|
|
53
|
+
"@emotion/react": "^11.10.6",
|
|
54
|
+
"@emotion/styled": "^11.10.6",
|
|
55
|
+
"@emotion/styled-base": "^11.0.0",
|
|
58
56
|
"@tippyjs/react": "^4.2.6",
|
|
59
|
-
"@types/react": "^18.3.3",
|
|
60
|
-
"@types/react-dom": "^18.3.0",
|
|
61
57
|
"lottie-web": "^5.10.2",
|
|
62
|
-
"react": "^18.
|
|
63
|
-
"react-dom": "^18.
|
|
58
|
+
"react": "^18.2.0",
|
|
59
|
+
"react-dom": "^18.2.0",
|
|
64
60
|
"react-intersection-observer": "^9.4.3",
|
|
65
61
|
"react-router-dom": "^6.11.1",
|
|
66
62
|
"rifm": "^0.12.1"
|
|
@@ -78,27 +74,30 @@
|
|
|
78
74
|
"@storybook/react": "^7.0.6",
|
|
79
75
|
"@storybook/react-webpack5": "^7.0.6",
|
|
80
76
|
"@storybook/testing-library": "^0.2.0",
|
|
81
|
-
"@types/jest": "^
|
|
77
|
+
"@types/jest": "^29.5.0",
|
|
78
|
+
"@types/react": "^18.0.0",
|
|
79
|
+
"@types/react-dom": "^18.0.0",
|
|
82
80
|
"aws-sdk": "^2.1366.0",
|
|
83
81
|
"babel-loader": "^8.2.5",
|
|
84
82
|
"core-js": "^3.23.4",
|
|
85
83
|
"css-loader": "^6.7.1",
|
|
86
84
|
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
87
85
|
"html-webpack-plugin": "^5.5.0",
|
|
88
|
-
"husky": "^
|
|
89
|
-
"lint-staged": "^
|
|
86
|
+
"husky": "^9.1.4",
|
|
87
|
+
"lint-staged": "^15.2.9",
|
|
90
88
|
"mini-css-extract-plugin": "^2.7.6",
|
|
91
89
|
"standard-version": "^9.5.0",
|
|
90
|
+
"storybook": "^7.0.6",
|
|
92
91
|
"style-loader": "^3.3.1",
|
|
93
92
|
"stylelint": "^14.8.5",
|
|
94
93
|
"stylelint-config-recommended": "^9.0.0",
|
|
95
94
|
"stylelint-config-styled-components": "^0.1.1",
|
|
96
95
|
"stylelint-processor-styled-components": "^1.10.0",
|
|
97
96
|
"terser-webpack-plugin": "^5.3.3",
|
|
98
|
-
"ts-jest": "^
|
|
97
|
+
"ts-jest": "^29.1.0",
|
|
99
98
|
"ts-node": "^10.9.1",
|
|
100
99
|
"tsc-files": "^1.1.3",
|
|
101
|
-
"typescript": "^4.
|
|
100
|
+
"typescript": "^4.9.5",
|
|
102
101
|
"webpack": "^5.73.0",
|
|
103
102
|
"webpack-bundle-analyzer": "^4.9.0",
|
|
104
103
|
"webpack-cli": "^4.10.0",
|
|
@@ -106,11 +105,11 @@
|
|
|
106
105
|
"webpack-merge": "^5.8.0"
|
|
107
106
|
},
|
|
108
107
|
"optionalDependencies": {
|
|
109
|
-
"@commitlint/config-conventional": "^
|
|
108
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
110
109
|
"@emotion/babel-preset-css-prop": "^11.11.0",
|
|
111
110
|
"@emotion/eslint-plugin": "^11.7.0",
|
|
112
111
|
"@testing-library/jest-dom": "^5.16.5",
|
|
113
|
-
"@testing-library/react": "^
|
|
112
|
+
"@testing-library/react": "^14.0.0",
|
|
114
113
|
"@testing-library/user-event": "^14.4.3",
|
|
115
114
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
116
115
|
"@typescript-eslint/parser": "^5.30.0",
|
|
@@ -124,7 +123,7 @@
|
|
|
124
123
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
125
124
|
"eslint-plugin-testing-library": "^5.3.1",
|
|
126
125
|
"identity-obj-proxy": "^3.0.0",
|
|
127
|
-
"jest": "^
|
|
126
|
+
"jest": "^29.5.0"
|
|
128
127
|
},
|
|
129
128
|
"eslintConfig": {
|
|
130
129
|
"extends": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pfct/purple",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-rc.1",
|
|
4
4
|
"description": "design system for PFCT web service",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
"peoplefund-tech",
|
|
14
14
|
"design-system"
|
|
15
15
|
],
|
|
16
|
-
"contributors": [
|
|
17
|
-
"SEONMI KIM <hello.ddubbu@gmail.com>"
|
|
18
|
-
],
|
|
16
|
+
"contributors": [],
|
|
19
17
|
"license": "MIT",
|
|
20
18
|
"bugs": {
|
|
21
19
|
"url": "https://github.com/peoplefund-tech/PurpleUI-WEB/issues"
|
|
@@ -50,17 +48,15 @@
|
|
|
50
48
|
]
|
|
51
49
|
},
|
|
52
50
|
"dependencies": {
|
|
53
|
-
"@emotion/core": "
|
|
51
|
+
"@emotion/core": "11.0.0",
|
|
54
52
|
"@emotion/css": "^11.9.0",
|
|
55
|
-
"@emotion/react": "^11.
|
|
56
|
-
"@emotion/styled": "^11.
|
|
57
|
-
"@emotion/styled-base": "^
|
|
53
|
+
"@emotion/react": "^11.10.6",
|
|
54
|
+
"@emotion/styled": "^11.10.6",
|
|
55
|
+
"@emotion/styled-base": "^11.0.0",
|
|
58
56
|
"@tippyjs/react": "^4.2.6",
|
|
59
|
-
"@types/react": "^18.3.3",
|
|
60
|
-
"@types/react-dom": "^18.3.0",
|
|
61
57
|
"lottie-web": "^5.10.2",
|
|
62
|
-
"react": "^18.
|
|
63
|
-
"react-dom": "^18.
|
|
58
|
+
"react": "^18.2.0",
|
|
59
|
+
"react-dom": "^18.2.0",
|
|
64
60
|
"react-intersection-observer": "^9.4.3",
|
|
65
61
|
"react-router-dom": "^6.11.1",
|
|
66
62
|
"rifm": "^0.12.1"
|
|
@@ -78,27 +74,30 @@
|
|
|
78
74
|
"@storybook/react": "^7.0.6",
|
|
79
75
|
"@storybook/react-webpack5": "^7.0.6",
|
|
80
76
|
"@storybook/testing-library": "^0.2.0",
|
|
81
|
-
"@types/jest": "^
|
|
77
|
+
"@types/jest": "^29.5.0",
|
|
78
|
+
"@types/react": "^18.0.0",
|
|
79
|
+
"@types/react-dom": "^18.0.0",
|
|
82
80
|
"aws-sdk": "^2.1366.0",
|
|
83
81
|
"babel-loader": "^8.2.5",
|
|
84
82
|
"core-js": "^3.23.4",
|
|
85
83
|
"css-loader": "^6.7.1",
|
|
86
84
|
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
87
85
|
"html-webpack-plugin": "^5.5.0",
|
|
88
|
-
"husky": "^
|
|
89
|
-
"lint-staged": "^
|
|
86
|
+
"husky": "^9.1.4",
|
|
87
|
+
"lint-staged": "^15.2.9",
|
|
90
88
|
"mini-css-extract-plugin": "^2.7.6",
|
|
91
89
|
"standard-version": "^9.5.0",
|
|
90
|
+
"storybook": "^7.0.6",
|
|
92
91
|
"style-loader": "^3.3.1",
|
|
93
92
|
"stylelint": "^14.8.5",
|
|
94
93
|
"stylelint-config-recommended": "^9.0.0",
|
|
95
94
|
"stylelint-config-styled-components": "^0.1.1",
|
|
96
95
|
"stylelint-processor-styled-components": "^1.10.0",
|
|
97
96
|
"terser-webpack-plugin": "^5.3.3",
|
|
98
|
-
"ts-jest": "^
|
|
97
|
+
"ts-jest": "^29.1.0",
|
|
99
98
|
"ts-node": "^10.9.1",
|
|
100
99
|
"tsc-files": "^1.1.3",
|
|
101
|
-
"typescript": "^4.
|
|
100
|
+
"typescript": "^4.9.5",
|
|
102
101
|
"webpack": "^5.73.0",
|
|
103
102
|
"webpack-bundle-analyzer": "^4.9.0",
|
|
104
103
|
"webpack-cli": "^4.10.0",
|
|
@@ -106,11 +105,11 @@
|
|
|
106
105
|
"webpack-merge": "^5.8.0"
|
|
107
106
|
},
|
|
108
107
|
"optionalDependencies": {
|
|
109
|
-
"@commitlint/config-conventional": "^
|
|
108
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
110
109
|
"@emotion/babel-preset-css-prop": "^11.11.0",
|
|
111
110
|
"@emotion/eslint-plugin": "^11.7.0",
|
|
112
111
|
"@testing-library/jest-dom": "^5.16.5",
|
|
113
|
-
"@testing-library/react": "^
|
|
112
|
+
"@testing-library/react": "^14.0.0",
|
|
114
113
|
"@testing-library/user-event": "^14.4.3",
|
|
115
114
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
116
115
|
"@typescript-eslint/parser": "^5.30.0",
|
|
@@ -124,7 +123,7 @@
|
|
|
124
123
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
125
124
|
"eslint-plugin-testing-library": "^5.3.1",
|
|
126
125
|
"identity-obj-proxy": "^3.0.0",
|
|
127
|
-
"jest": "^
|
|
126
|
+
"jest": "^29.5.0"
|
|
128
127
|
},
|
|
129
128
|
"eslintConfig": {
|
|
130
129
|
"extends": [
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Dot: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
6
|
export declare const Badge: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
-
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
9
9
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
10
|
export declare const BadgeContent: import("@emotion/styled").StyledComponent<{
|
|
11
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
-
as?: import("react").ElementType<any> | undefined;
|
|
12
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
13
13
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -5,11 +5,11 @@ export declare const className: {
|
|
|
5
5
|
};
|
|
6
6
|
export declare const AbsoluteWrapper: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
-
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
9
9
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
10
|
export declare const IconBadgeWrapper: import("@emotion/styled").StyledComponent<{
|
|
11
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
-
as?: import("react").ElementType<any> | undefined;
|
|
12
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
13
13
|
} & {
|
|
14
14
|
type: BadgeTypes;
|
|
15
15
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { BadgeTypes } from '../BaseBadge';
|
|
3
3
|
export declare const TextBadgeWrapper: import("@emotion/styled").StyledComponent<{
|
|
4
4
|
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
-
as?: import("react").ElementType<any> | undefined;
|
|
5
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
6
6
|
} & {
|
|
7
7
|
type: BadgeTypes;
|
|
8
8
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
export type BottomSheetPropsHeight = 's' | 'm' | 'l' | 'full';
|
|
3
3
|
export declare const ContentWrapper: import("@emotion/styled").StyledComponent<{
|
|
4
4
|
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
-
as?: import("react").ElementType<any> | undefined;
|
|
5
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
6
6
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
7
7
|
export declare const Content: import("@emotion/styled").StyledComponent<{
|
|
8
8
|
theme?: import("@emotion/react").Theme | undefined;
|
|
9
|
-
as?: import("react").ElementType<any> | undefined;
|
|
9
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
10
10
|
} & {
|
|
11
11
|
visible: boolean;
|
|
12
12
|
zIndex: number;
|
|
@@ -16,7 +16,7 @@ export declare const Content: import("@emotion/styled").StyledComponent<{
|
|
|
16
16
|
export declare const ContentWrapperPadding = 25;
|
|
17
17
|
export declare const HeaderWrapper: import("@emotion/styled").StyledComponent<{
|
|
18
18
|
theme?: import("@emotion/react").Theme | undefined;
|
|
19
|
-
as?: import("react").ElementType<any> | undefined;
|
|
19
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
20
20
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
21
21
|
export type ChildrenStyleProps = {
|
|
22
22
|
readonly hasBottomPadding?: boolean;
|
|
@@ -26,9 +26,9 @@ export type ChildrenStyleProps = {
|
|
|
26
26
|
};
|
|
27
27
|
export declare const ChildrenWrapper: import("@emotion/styled").StyledComponent<{
|
|
28
28
|
theme?: import("@emotion/react").Theme | undefined;
|
|
29
|
-
as?: import("react").ElementType<any> | undefined;
|
|
29
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
30
30
|
} & ChildrenStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
31
31
|
export declare const FooterWrapper: import("@emotion/styled").StyledComponent<{
|
|
32
32
|
theme?: import("@emotion/react").Theme | undefined;
|
|
33
|
-
as?: import("react").ElementType<any> | undefined;
|
|
33
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
34
34
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const NavigationWrapper: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -21,9 +21,9 @@ export type TitleWrapperProps = {
|
|
|
21
21
|
};
|
|
22
22
|
export declare const TitleWrapper: import("@emotion/styled").StyledComponent<{
|
|
23
23
|
theme?: import("@emotion/react").Theme | undefined;
|
|
24
|
-
as?: import("react").ElementType<any> | undefined;
|
|
24
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
25
25
|
} & TitleWrapperProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
26
26
|
export declare const ButtonMargin: import("@emotion/styled").StyledComponent<{
|
|
27
27
|
theme?: import("@emotion/react").Theme | undefined;
|
|
28
|
-
as?: import("react").ElementType<any> | undefined;
|
|
28
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
29
29
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const LottieWrapper: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import React, { PropsWithChildren } from 'react';
|
|
2
2
|
import { SingleButtonProps } from '../SingleButton';
|
|
3
3
|
import { ColorType, PurposeType } from '../../../utils';
|
|
4
4
|
type DoubleButtonProps = {
|
|
5
5
|
colorType: ColorType;
|
|
6
6
|
purpose: PurposeType;
|
|
7
|
-
left: Omit<SingleButtonProps, 'purpose' | 'colorType'
|
|
8
|
-
right: Omit<SingleButtonProps, 'purpose' | 'colorType'
|
|
7
|
+
left: Omit<SingleButtonProps, 'purpose' | 'colorType'> & PropsWithChildren;
|
|
8
|
+
right: Omit<SingleButtonProps, 'purpose' | 'colorType'> & PropsWithChildren;
|
|
9
9
|
};
|
|
10
10
|
declare const DoubleButton: React.FC<DoubleButtonProps>;
|
|
11
11
|
export type { DoubleButtonProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Wrapper: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const FloatButtonWrapper: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
6
|
export declare const Wrapper: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
-
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
9
9
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
10
|
export declare const GradientSection: import("@emotion/styled").StyledComponent<{
|
|
11
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
-
as?: import("react").ElementType<any> | undefined;
|
|
12
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
13
13
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
14
|
export declare const MiniButtonSection: import("@emotion/styled").StyledComponent<{
|
|
15
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
16
|
-
as?: import("react").ElementType<any> | undefined;
|
|
16
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
17
17
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
18
18
|
export declare const ButtonSection: import("@emotion/styled").StyledComponent<{
|
|
19
19
|
theme?: import("@emotion/react").Theme | undefined;
|
|
20
|
-
as?: import("react").ElementType<any> | undefined;
|
|
20
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
21
21
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
22
22
|
export declare const ButtonWrapper: import("@emotion/styled").StyledComponent<{
|
|
23
23
|
theme?: import("@emotion/react").Theme | undefined;
|
|
24
|
-
as?: import("react").ElementType<any> | undefined;
|
|
24
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
25
25
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const DoubleButtonWrapper: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const SingleButtonWrapper: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { CardProps } from '.';
|
|
3
3
|
export declare const Wrapper: import("@emotion/styled").StyledComponent<{
|
|
4
4
|
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
-
as?: import("react").ElementType<any> | undefined;
|
|
5
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
6
6
|
} & {
|
|
7
7
|
disabled?: boolean | undefined;
|
|
8
8
|
clickable?: boolean | undefined;
|
|
@@ -10,5 +10,5 @@ export declare const Wrapper: import("@emotion/styled").StyledComponent<{
|
|
|
10
10
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
11
11
|
export declare const ContentContainer: import("@emotion/styled").StyledComponent<{
|
|
12
12
|
theme?: import("@emotion/react").Theme | undefined;
|
|
13
|
-
as?: import("react").ElementType<any> | undefined;
|
|
13
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
14
14
|
} & CardProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const OutterContainer: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
6
|
export declare const ChipListContainer: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
-
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
9
9
|
} & {
|
|
10
10
|
hasIconArea: boolean;
|
|
11
11
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
12
12
|
export declare const ControlIconContainer: import("@emotion/styled").StyledComponent<{
|
|
13
13
|
theme?: import("@emotion/react").Theme | undefined;
|
|
14
|
-
as?: import("react").ElementType<any> | undefined;
|
|
14
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
15
15
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
16
16
|
export declare const ControlIconGradientBackground: import("@emotion/styled").StyledComponent<{
|
|
17
17
|
theme?: import("@emotion/react").Theme | undefined;
|
|
18
|
-
as?: import("react").ElementType<any> | undefined;
|
|
18
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
19
19
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
20
20
|
export declare const ControlIconCircleWrapper: import("@emotion/styled").StyledComponent<{
|
|
21
21
|
theme?: import("@emotion/react").Theme | undefined;
|
|
22
|
-
as?: import("react").ElementType<any> | undefined;
|
|
22
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
23
23
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|