@mindly/ui-components 5.41.1 → 5.43.0
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/cjs/configs/tailwind/colors.d.ts +2 -0
- package/dist/cjs/index.js +15 -15
- package/dist/cjs/lib/Chat/ChatListItem/ChatListItem.d.ts +16 -1
- package/dist/cjs/lib2/features/CalendarPickerFeature/CalendarPickerFeature.d.ts +11 -0
- package/dist/cjs/lib2/features/CalendarPickerFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationPricingFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationPricingFeatureSkeleton.d.ts +5 -0
- package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationUser.d.ts +11 -0
- package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationUserSkeleton.d.ts +5 -0
- package/dist/cjs/lib2/features/ConsultationPricingFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/PaymentCalendarFeature/PaymentCalendarFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/PaymentCalendarFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/PaymentBadge.d.ts +4 -0
- package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/SpecialistPaymentCommonCardFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/SpecialistPaymentCommonCardSkeleton.d.ts +5 -0
- package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/index.d.ts +2 -0
- package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/styles.d.ts +85 -0
- package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationCard.d.ts +10 -0
- package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationsList.d.ts +11 -0
- package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationsListSkeleton.d.ts +6 -0
- package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/SpecialistPaymentConsultationsFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/styles.d.ts +87 -0
- package/dist/cjs/lib2/features/index.d.ts +5 -1
- package/dist/cjs/lib2/shared/assets/icons/IconManageAccounts.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/hooks/useCalendarData.d.ts +9 -0
- package/dist/cjs/lib2/shared/hooks/useSpecialistPayments.d.ts +36 -0
- package/dist/cjs/lib2/shared/types/common.d.ts +24 -0
- package/dist/cjs/lib2/shared/types/index.d.ts +2 -0
- package/dist/cjs/lib2/shared/types/specialistPaymentTypes.d.ts +96 -0
- package/dist/cjs/lib2/shared/ui/CollapsableText/CollapsableText.d.ts +9 -0
- package/dist/cjs/lib2/shared/ui/CollapsableText/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/CollapsableText/styles.d.ts +62 -0
- package/dist/cjs/lib2/shared/ui/DrumListPicker/DrumListPicker.d.ts +13 -0
- package/dist/cjs/lib2/shared/ui/DrumListPicker/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/DrumListPicker/utils.d.ts +3 -0
- package/dist/cjs/lib2/shared/ui/HeaderWithRedirect/HeaderWithRedirect.d.ts +8 -0
- package/dist/cjs/lib2/shared/ui/HeaderWithRedirect/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/HeaderWithRedirect/styles.d.ts +5 -0
- package/dist/cjs/lib2/shared/ui/InputSearch/InputSearch.d.ts +1 -2
- package/dist/cjs/lib2/shared/ui/InputSearch/types.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/LabelArrowRedirect/LabelArrowRedirect.d.ts +9 -0
- package/dist/cjs/lib2/shared/ui/LabelArrowRedirect/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/LabelArrowRedirect/styles.d.ts +90 -0
- package/dist/cjs/lib2/shared/ui/ProgressBarDashed/ProgressBarDash.d.ts +15 -0
- package/dist/cjs/lib2/shared/ui/ProgressBarDashed/ProgressBarDashed.d.ts +15 -0
- package/dist/cjs/lib2/shared/ui/ProgressBarDashed/constants.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/ProgressBarDashed/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/ProgressBarDashed/styles.d.ts +45 -0
- package/dist/cjs/lib2/shared/ui/Typography/Typography.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/index.d.ts +5 -0
- package/dist/cjs/lib2/shared/utils/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/utils/priceNormalizer.d.ts +10 -0
- package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.d.ts +2 -1
- package/dist/cjs/lib2/widgets/SpecialistCardWidget/types.d.ts +2 -2
- package/dist/cjs/lib2/widgets/SpecialistPaymentResumeWidget/SpecialistPaymentResumeWidget.d.ts +4 -0
- package/dist/cjs/lib2/widgets/SpecialistPaymentResumeWidget/index.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistPaymentWidget/SpecialistPaymentWidget.d.ts +6 -0
- package/dist/cjs/lib2/widgets/SpecialistPaymentWidget/SpecialistPaymentWidget.stories.d.ts +6 -0
- package/dist/cjs/lib2/widgets/SpecialistPaymentWidget/index.d.ts +1 -0
- package/dist/cjs/lib2/widgets/index.d.ts +2 -0
- package/dist/esm/configs/tailwind/colors.d.ts +2 -0
- package/dist/esm/index.js +15 -15
- package/dist/esm/lib/Chat/ChatListItem/ChatListItem.d.ts +16 -1
- package/dist/esm/lib2/features/CalendarPickerFeature/CalendarPickerFeature.d.ts +11 -0
- package/dist/esm/lib2/features/CalendarPickerFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationPricingFeature.d.ts +4 -0
- package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationPricingFeatureSkeleton.d.ts +5 -0
- package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationUser.d.ts +11 -0
- package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationUserSkeleton.d.ts +5 -0
- package/dist/esm/lib2/features/ConsultationPricingFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/PaymentCalendarFeature/PaymentCalendarFeature.d.ts +4 -0
- package/dist/esm/lib2/features/PaymentCalendarFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/PaymentBadge.d.ts +4 -0
- package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/SpecialistPaymentCommonCardFeature.d.ts +4 -0
- package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/SpecialistPaymentCommonCardSkeleton.d.ts +5 -0
- package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/index.d.ts +2 -0
- package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/styles.d.ts +85 -0
- package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationCard.d.ts +10 -0
- package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationsList.d.ts +11 -0
- package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationsListSkeleton.d.ts +6 -0
- package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/SpecialistPaymentConsultationsFeature.d.ts +4 -0
- package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/styles.d.ts +87 -0
- package/dist/esm/lib2/features/index.d.ts +5 -1
- package/dist/esm/lib2/shared/assets/icons/IconManageAccounts.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +1 -0
- package/dist/esm/lib2/shared/hooks/useCalendarData.d.ts +9 -0
- package/dist/esm/lib2/shared/hooks/useSpecialistPayments.d.ts +36 -0
- package/dist/esm/lib2/shared/types/common.d.ts +24 -0
- package/dist/esm/lib2/shared/types/index.d.ts +2 -0
- package/dist/esm/lib2/shared/types/specialistPaymentTypes.d.ts +96 -0
- package/dist/esm/lib2/shared/ui/CollapsableText/CollapsableText.d.ts +9 -0
- package/dist/esm/lib2/shared/ui/CollapsableText/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/CollapsableText/styles.d.ts +62 -0
- package/dist/esm/lib2/shared/ui/DrumListPicker/DrumListPicker.d.ts +13 -0
- package/dist/esm/lib2/shared/ui/DrumListPicker/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/DrumListPicker/utils.d.ts +3 -0
- package/dist/esm/lib2/shared/ui/HeaderWithRedirect/HeaderWithRedirect.d.ts +8 -0
- package/dist/esm/lib2/shared/ui/HeaderWithRedirect/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/HeaderWithRedirect/styles.d.ts +5 -0
- package/dist/esm/lib2/shared/ui/InputSearch/InputSearch.d.ts +1 -2
- package/dist/esm/lib2/shared/ui/InputSearch/types.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/LabelArrowRedirect/LabelArrowRedirect.d.ts +9 -0
- package/dist/esm/lib2/shared/ui/LabelArrowRedirect/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/LabelArrowRedirect/styles.d.ts +90 -0
- package/dist/esm/lib2/shared/ui/ProgressBarDashed/ProgressBarDash.d.ts +15 -0
- package/dist/esm/lib2/shared/ui/ProgressBarDashed/ProgressBarDashed.d.ts +15 -0
- package/dist/esm/lib2/shared/ui/ProgressBarDashed/constants.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/ProgressBarDashed/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/ProgressBarDashed/styles.d.ts +45 -0
- package/dist/esm/lib2/shared/ui/Typography/Typography.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Typography/types.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/index.d.ts +5 -0
- package/dist/esm/lib2/shared/utils/index.d.ts +1 -0
- package/dist/esm/lib2/shared/utils/priceNormalizer.d.ts +10 -0
- package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.d.ts +2 -1
- package/dist/esm/lib2/widgets/SpecialistCardWidget/types.d.ts +2 -2
- package/dist/esm/lib2/widgets/SpecialistPaymentResumeWidget/SpecialistPaymentResumeWidget.d.ts +4 -0
- package/dist/esm/lib2/widgets/SpecialistPaymentResumeWidget/index.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistPaymentWidget/SpecialistPaymentWidget.d.ts +6 -0
- package/dist/esm/lib2/widgets/SpecialistPaymentWidget/SpecialistPaymentWidget.stories.d.ts +6 -0
- package/dist/esm/lib2/widgets/SpecialistPaymentWidget/index.d.ts +1 -0
- package/dist/esm/lib2/widgets/index.d.ts +2 -0
- package/dist/index.d.ts +267 -66
- package/package.json +92 -92
- package/src/configs/tailwind/colors.ts +2 -0
- package/src/lib2/shared/css/tailwind.css +2 -0
- package/dist/cjs/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +0 -7
- package/dist/cjs/lib2/features/MobilePickerFeature/index.d.ts +0 -1
- package/dist/esm/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +0 -7
- package/dist/esm/lib2/features/MobilePickerFeature/index.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindly/ui-components",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.43.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rimraf dist",
|
|
@@ -14,45 +14,45 @@
|
|
|
14
14
|
"storybook": "storybook dev -p 6006"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@babel/polyfill": "
|
|
18
|
-
"@capacitor/clipboard": "
|
|
19
|
-
"@capacitor/share": "
|
|
20
|
-
"@fontsource/inter": "
|
|
21
|
-
"@fontsource/inter-tight": "
|
|
22
|
-
"@ionic/react": "
|
|
23
|
-
"@ionic/react-router": "
|
|
24
|
-
"@react-aria/toast": "
|
|
25
|
-
"@react-stately/toast": "
|
|
26
|
-
"classnames": "
|
|
27
|
-
"date-fns": "
|
|
28
|
-
"html-react-parser": "
|
|
29
|
-
"luxon": "
|
|
30
|
-
"react": "
|
|
31
|
-
"react-aria": "
|
|
32
|
-
"react-countdown": "
|
|
33
|
-
"react-day-picker": "
|
|
34
|
-
"react-dom": "
|
|
35
|
-
"react-i18next": "
|
|
36
|
-
"react-intersection-observer": "
|
|
37
|
-
"react-mobile-picker": "
|
|
17
|
+
"@babel/polyfill": "7.12.1",
|
|
18
|
+
"@capacitor/clipboard": "5.0.7",
|
|
19
|
+
"@capacitor/share": "5.0.7",
|
|
20
|
+
"@fontsource/inter": "5.0.8",
|
|
21
|
+
"@fontsource/inter-tight": "5.0.12",
|
|
22
|
+
"@ionic/react": "6.7.5",
|
|
23
|
+
"@ionic/react-router": "6.7.5",
|
|
24
|
+
"@react-aria/toast": "3.0.0-beta.7",
|
|
25
|
+
"@react-stately/toast": "3.0.0-beta.1",
|
|
26
|
+
"classnames": "2.3.2",
|
|
27
|
+
"date-fns": "2.30.0",
|
|
28
|
+
"html-react-parser": "3.0.16",
|
|
29
|
+
"luxon": "2.5.2",
|
|
30
|
+
"react": "17.0.2",
|
|
31
|
+
"react-aria": "3.26.0",
|
|
32
|
+
"react-countdown": "2.3.5",
|
|
33
|
+
"react-day-picker": "8.8.2",
|
|
34
|
+
"react-dom": "17.0.2",
|
|
35
|
+
"react-i18next": "13.2.2",
|
|
36
|
+
"react-intersection-observer": "9.5.3",
|
|
37
|
+
"react-mobile-picker": "1.0.0",
|
|
38
38
|
"react-photo-view": "1.2.4",
|
|
39
|
-
"react-rating": "
|
|
40
|
-
"react-stately": "
|
|
41
|
-
"styled-components": "
|
|
42
|
-
"swiper": "
|
|
43
|
-
"tailwind-variants": "
|
|
39
|
+
"react-rating": "2.0.5",
|
|
40
|
+
"react-stately": "3.24.0",
|
|
41
|
+
"styled-components": "5.3.11",
|
|
42
|
+
"swiper": "8.4.7",
|
|
43
|
+
"tailwind-variants": "0.1.14"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@babel/polyfill": "
|
|
47
|
-
"@capacitor/core": "
|
|
48
|
-
"@fontsource/inter": "
|
|
49
|
-
"@fontsource/inter-tight": "
|
|
50
|
-
"@ionic/react": "
|
|
51
|
-
"@ionic/react-router": "
|
|
52
|
-
"luxon": "
|
|
53
|
-
"react": "
|
|
54
|
-
"react-dom": "
|
|
55
|
-
"styled-components": "
|
|
46
|
+
"@babel/polyfill": "7.12.1",
|
|
47
|
+
"@capacitor/core": "5.7.0",
|
|
48
|
+
"@fontsource/inter": "5.0.8",
|
|
49
|
+
"@fontsource/inter-tight": "5.0.12",
|
|
50
|
+
"@ionic/react": "6.1.11",
|
|
51
|
+
"@ionic/react-router": "6.1.11",
|
|
52
|
+
"luxon": "2.4.0",
|
|
53
|
+
"react": "17.0.2",
|
|
54
|
+
"react-dom": "17.0.2",
|
|
55
|
+
"styled-components": "5.3.1"
|
|
56
56
|
},
|
|
57
57
|
"main": "dist/cjs/index.js",
|
|
58
58
|
"module": "dist/esm/index.js",
|
|
@@ -86,62 +86,62 @@
|
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@babel/cli": "
|
|
90
|
-
"@babel/core": "
|
|
91
|
-
"@babel/plugin-proposal-private-property-in-object": "
|
|
92
|
-
"@babel/preset-typescript": "
|
|
89
|
+
"@babel/cli": "7.22.15",
|
|
90
|
+
"@babel/core": "7.22.20",
|
|
91
|
+
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
|
|
92
|
+
"@babel/preset-typescript": "7.22.15",
|
|
93
93
|
"@ionic/lab": "3.2.10",
|
|
94
|
-
"@rollup/plugin-commonjs": "
|
|
95
|
-
"@rollup/plugin-image": "
|
|
96
|
-
"@rollup/plugin-node-resolve": "
|
|
97
|
-
"@rollup/plugin-replace": "
|
|
98
|
-
"@rollup/plugin-typescript": "
|
|
99
|
-
"@storybook/addon-essentials": "
|
|
100
|
-
"@storybook/addon-interactions": "
|
|
101
|
-
"@storybook/addon-links": "
|
|
102
|
-
"@storybook/addon-onboarding": "
|
|
103
|
-
"@storybook/addon-styling": "
|
|
104
|
-
"@storybook/blocks": "
|
|
105
|
-
"@storybook/preset-create-react-app": "
|
|
106
|
-
"@storybook/react": "
|
|
107
|
-
"@storybook/react-webpack5": "
|
|
108
|
-
"@storybook/testing-library": "
|
|
109
|
-
"@svgr/rollup": "
|
|
110
|
-
"@testing-library/jest-dom": "
|
|
111
|
-
"@testing-library/react": "
|
|
112
|
-
"@testing-library/user-event": "
|
|
113
|
-
"@types/jest": "
|
|
114
|
-
"@types/luxon": "
|
|
115
|
-
"@types/node": "
|
|
116
|
-
"@types/react": "
|
|
117
|
-
"@types/react-dom": "
|
|
118
|
-
"@types/styled-components": "
|
|
119
|
-
"@typescript-eslint/eslint-plugin": "
|
|
120
|
-
"@typescript-eslint/parser": "
|
|
121
|
-
"autoprefixer": "
|
|
122
|
-
"babel-cli": "
|
|
123
|
-
"cross-env": "
|
|
124
|
-
"eslint": "
|
|
125
|
-
"eslint-config-google": "
|
|
126
|
-
"eslint-plugin-storybook": "
|
|
127
|
-
"postcss": "
|
|
128
|
-
"react-scripts": "
|
|
129
|
-
"rimraf": "
|
|
130
|
-
"rollup": "
|
|
131
|
-
"rollup-plugin-dts": "
|
|
132
|
-
"rollup-plugin-peer-deps-external": "
|
|
133
|
-
"rollup-plugin-postcss": "
|
|
134
|
-
"rollup-plugin-react-svg": "
|
|
135
|
-
"rollup-plugin-svg-import": "
|
|
136
|
-
"rollup-plugin-svg-to-jsx": "
|
|
137
|
-
"rollup-plugin-terser": "
|
|
138
|
-
"rollup-plugin-url": "
|
|
139
|
-
"rollup-plugin-visualizer": "
|
|
140
|
-
"storybook": "
|
|
141
|
-
"tailwindcss": "
|
|
142
|
-
"tslib": "
|
|
143
|
-
"typescript": "
|
|
144
|
-
"webpack": "
|
|
94
|
+
"@rollup/plugin-commonjs": "20.0.0",
|
|
95
|
+
"@rollup/plugin-image": "2.1.1",
|
|
96
|
+
"@rollup/plugin-node-resolve": "13.3.0",
|
|
97
|
+
"@rollup/plugin-replace": "3.1.0",
|
|
98
|
+
"@rollup/plugin-typescript": "8.5.0",
|
|
99
|
+
"@storybook/addon-essentials": "7.4.2",
|
|
100
|
+
"@storybook/addon-interactions": "7.4.2",
|
|
101
|
+
"@storybook/addon-links": "7.4.2",
|
|
102
|
+
"@storybook/addon-onboarding": "1.0.8",
|
|
103
|
+
"@storybook/addon-styling": "1.3.7",
|
|
104
|
+
"@storybook/blocks": "7.4.2",
|
|
105
|
+
"@storybook/preset-create-react-app": "7.4.2",
|
|
106
|
+
"@storybook/react": "7.4.2",
|
|
107
|
+
"@storybook/react-webpack5": "7.4.2",
|
|
108
|
+
"@storybook/testing-library": "0.2.1",
|
|
109
|
+
"@svgr/rollup": "5.5.0",
|
|
110
|
+
"@testing-library/jest-dom": "5.17.0",
|
|
111
|
+
"@testing-library/react": "11.2.7",
|
|
112
|
+
"@testing-library/user-event": "12.8.3",
|
|
113
|
+
"@types/jest": "26.0.24",
|
|
114
|
+
"@types/luxon": "2.4.0",
|
|
115
|
+
"@types/node": "12.20.55",
|
|
116
|
+
"@types/react": "17.0.65",
|
|
117
|
+
"@types/react-dom": "17.0.20",
|
|
118
|
+
"@types/styled-components": "5.1.27",
|
|
119
|
+
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
120
|
+
"@typescript-eslint/parser": "4.33.0",
|
|
121
|
+
"autoprefixer": "10.4.15",
|
|
122
|
+
"babel-cli": "6.26.0",
|
|
123
|
+
"cross-env": "7.0.3",
|
|
124
|
+
"eslint": "7.32.0",
|
|
125
|
+
"eslint-config-google": "0.14.0",
|
|
126
|
+
"eslint-plugin-storybook": "0.6.13",
|
|
127
|
+
"postcss": "8.4.29",
|
|
128
|
+
"react-scripts": "5.0.1",
|
|
129
|
+
"rimraf": "3.0.2",
|
|
130
|
+
"rollup": "2.79.1",
|
|
131
|
+
"rollup-plugin-dts": "4.2.3",
|
|
132
|
+
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
133
|
+
"rollup-plugin-postcss": "4.0.2",
|
|
134
|
+
"rollup-plugin-react-svg": "3.0.3",
|
|
135
|
+
"rollup-plugin-svg-import": "1.6.0",
|
|
136
|
+
"rollup-plugin-svg-to-jsx": "1.0.0",
|
|
137
|
+
"rollup-plugin-terser": "7.0.2",
|
|
138
|
+
"rollup-plugin-url": "3.0.1",
|
|
139
|
+
"rollup-plugin-visualizer": "5.9.2",
|
|
140
|
+
"storybook": "7.4.2",
|
|
141
|
+
"tailwindcss": "3.3.3",
|
|
142
|
+
"tslib": "2.6.2",
|
|
143
|
+
"typescript": "4.9.5",
|
|
144
|
+
"webpack": "5.88.2"
|
|
145
145
|
},
|
|
146
146
|
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
|
|
147
147
|
"files": [
|
|
@@ -23,10 +23,12 @@ export default {
|
|
|
23
23
|
blue: 'rgba(var(--color-info-blue) / <alpha-value>)',
|
|
24
24
|
orange: 'rgba(var(--color-info-orange) / <alpha-value>)',
|
|
25
25
|
green: 'rgba(var(--color-info-green) / <alpha-value>)',
|
|
26
|
+
mint: 'rgba(var(--color-info-mint) / <alpha-value>)',
|
|
26
27
|
light: {
|
|
27
28
|
blue: 'rgba(var(--color-info-light-blue) / <alpha-value>)',
|
|
28
29
|
orange: 'rgba(var(--color-info-light-orange) / <alpha-value>)',
|
|
29
30
|
green: 'rgba(var(--color-info-light-green) / <alpha-value>)',
|
|
31
|
+
mint: 'rgba(var(--color-info-mint-light) / <alpha-value>)',
|
|
30
32
|
},
|
|
31
33
|
},
|
|
32
34
|
white: '#ffffff',
|
|
@@ -50,6 +50,8 @@
|
|
|
50
50
|
--color-info-light-orange: 255 245 229;
|
|
51
51
|
--color-info-orange: 255 153 0;
|
|
52
52
|
--color-info-light-green: 225 244 228;
|
|
53
|
+
--color-info-mint-light: 172 226 215;
|
|
54
|
+
--color-info-mint: 2 178 134;
|
|
53
55
|
--color-info-green: 66 173 82;
|
|
54
56
|
|
|
55
57
|
--borders-divider: 33 33 33;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
type Props = {
|
|
2
|
-
selections: Record<string, string[]>;
|
|
3
|
-
defaults?: Record<string, string>;
|
|
4
|
-
onChange(value: Record<string, string>): void;
|
|
5
|
-
};
|
|
6
|
-
declare const MobilePickerFeature: ({ selections, defaults, onChange, }: Props) => JSX.Element;
|
|
7
|
-
export default MobilePickerFeature;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as MobilePickerFeature } from './MobilePickerFeature';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
type Props = {
|
|
2
|
-
selections: Record<string, string[]>;
|
|
3
|
-
defaults?: Record<string, string>;
|
|
4
|
-
onChange(value: Record<string, string>): void;
|
|
5
|
-
};
|
|
6
|
-
declare const MobilePickerFeature: ({ selections, defaults, onChange, }: Props) => JSX.Element;
|
|
7
|
-
export default MobilePickerFeature;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as MobilePickerFeature } from './MobilePickerFeature';
|