@scbt-ecom/ui 0.147.5 → 0.147.7
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/lib/configs/tailwindConfigBase.js +1 -1
- package/dist/lib/configs/tailwindConfigBase.js.map +1 -1
- package/dist/lib/configs/tailwindPresets/resetPreset.js +1 -1
- package/dist/lib/configs/tailwindPresets/resetPreset.js.map +1 -1
- package/dist/lib/widgets/authProvider/ui/Esia.js +1 -1
- package/dist/lib/widgets/authProvider/ui/Esia.js.map +1 -1
- package/dist/stats.html +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scbt-ecom/ui",
|
|
3
|
-
"version": "0.147.
|
|
3
|
+
"version": "0.147.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -109,12 +109,10 @@
|
|
|
109
109
|
"class-variance-authority": "0.7.1",
|
|
110
110
|
"classnames": "2.5.1",
|
|
111
111
|
"date-fns": "4.1.0",
|
|
112
|
-
"ejs": "3.1.10",
|
|
113
112
|
"embla-carousel": "8.6.0",
|
|
114
113
|
"embla-carousel-autoplay": "8.6.0",
|
|
115
114
|
"embla-carousel-react": "8.6.0",
|
|
116
115
|
"framer-motion": "11.18.2",
|
|
117
|
-
"html-react-parser": "5.2.6",
|
|
118
116
|
"input-otp": "1.4.2",
|
|
119
117
|
"rc-slider": "11.1.8",
|
|
120
118
|
"react-country-flag": "3.1.0",
|
|
@@ -124,14 +122,16 @@
|
|
|
124
122
|
"react-hot-toast": "2.5.2",
|
|
125
123
|
"react-number-format": "5.4.4",
|
|
126
124
|
"tailwind-merge": "2.4.0",
|
|
127
|
-
"tailwindcss": "3.4.17",
|
|
128
|
-
"tailwindcss-animate": "1.0.7",
|
|
129
125
|
"use-mask-input": "3.4.2",
|
|
130
126
|
"uuid": "11.1.0",
|
|
131
|
-
"vite-plugin-svgr": "4.3.0",
|
|
132
127
|
"zod": "3.25.76"
|
|
133
128
|
},
|
|
134
129
|
"devDependencies": {
|
|
130
|
+
"tailwindcss": "3.4.17",
|
|
131
|
+
"html-react-parser": "5.2.6",
|
|
132
|
+
"ejs": "3.1.10",
|
|
133
|
+
"tailwindcss-animate": "1.0.7",
|
|
134
|
+
"vite-plugin-svgr": "4.3.0",
|
|
135
135
|
"@eslint/compat": "1.3.2",
|
|
136
136
|
"@eslint/eslintrc": "3.3.1",
|
|
137
137
|
"@eslint/js": "9.33.0",
|