@sonic-equipment/ui 145.0.0 → 146.0.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/algolia/algolia-filter-panel.module.css.js +1 -1
- package/dist/algolia/algolia-query-string-routing.js +2 -2
- package/dist/breadcrumbs/breadcrumb.js +1 -1
- package/dist/buttons/add-to-cart-button/connected-add-to-cart-button.js +16 -7
- package/dist/buttons/favorite/favorite-button.module.css.js +1 -1
- package/dist/carousel/carousel.js +3 -3
- package/dist/carousel/pagination/transitions.js +1 -1
- package/dist/carousel/usp-carousel/usp-carousel.js +1 -1
- package/dist/carousel/usp-carousel/usp-carousel.module.css.js +1 -1
- package/dist/display/product-price/product-price.module.css.js +1 -1
- package/dist/footer/footer.module.css.js +1 -1
- package/dist/forms/textarea/textarea.module.css.js +1 -1
- package/dist/index.js +1 -0
- package/dist/lists/product-overview-grid/product-overview-grid.module.css.js +1 -1
- package/dist/media/image-lightbox/image-lightbox.js +3 -3
- package/dist/modals/modal/modal.module.css.js +1 -1
- package/dist/node_modules/.pnpm/{instantsearch.js@4.77.3_algoliasearch@4.24.0 → instantsearch.js@4.78.0_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/routers/history.js +20 -20
- package/dist/node_modules/.pnpm/{instantsearch.js@4.77.3_algoliasearch@4.24.0 → instantsearch.js@4.78.0_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/stateMappings/simple.js +1 -1
- package/dist/node_modules/.pnpm/{instantsearch.js@4.77.3_algoliasearch@4.24.0 → instantsearch.js@4.78.0_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/utils/documentation.js +1 -1
- package/dist/node_modules/.pnpm/{instantsearch.js@4.77.3_algoliasearch@4.24.0 → instantsearch.js@4.78.0_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/utils/logger.js +1 -1
- package/dist/node_modules/.pnpm/qs@6.9.7/node_modules/qs/lib/stringify.js +1 -1
- package/dist/node_modules/.pnpm/{swiper@11.2.1 → swiper@11.2.5}/node_modules/swiper/modules/thumbs.js +4 -0
- package/dist/node_modules/.pnpm/{swiper@11.2.1 → swiper@11.2.5}/node_modules/swiper/shared/ssr-window.esm.js +7 -6
- package/dist/node_modules/.pnpm/{swiper@11.2.1 → swiper@11.2.5}/node_modules/swiper/shared/swiper-core.js +40 -34
- package/dist/node_modules/.pnpm/{swiper@11.2.1 → swiper@11.2.5}/node_modules/swiper/shared/update-on-virtual-data.js +2 -2
- package/dist/node_modules/.pnpm/{swiper@11.2.1 → swiper@11.2.5}/node_modules/swiper/shared/update-swiper.js +5 -5
- package/dist/node_modules/.pnpm/{swiper@11.2.1 → swiper@11.2.5}/node_modules/swiper/shared/utils.js +6 -6
- package/dist/node_modules/.pnpm/{swiper@11.2.1 → swiper@11.2.5}/node_modules/swiper/swiper-react.js +5 -5
- package/dist/pages/account/sign-in-page/sign-in-page.js +2 -2
- package/dist/pages/checkout/payment-page/components/adyen-payment.js +1 -1
- package/dist/pages/paths.d.ts +3 -3
- package/dist/pages/paths.js +3 -3
- package/dist/pages/product/product-details-page/components/product-details-panel/product-details-panel.js +1 -1
- package/dist/pages/product/product-listing-page/product-listing-page.module.css.js +1 -1
- package/dist/pages/product/search-result-page/search-results-page.module.css.js +1 -1
- package/dist/shared/api/storefront/hooks/cart/use-patch-cart-line-by-id.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/cart/use-patch-cart-line-by-id.js +5 -1
- package/dist/shared/api/storefront/services/cart-service.d.ts +1 -1
- package/dist/shared/api/storefront/services/cart-service.js +2 -1
- package/dist/shared/fetch/request.js +4 -4
- package/dist/shared/providers/global-state-provider.js +3 -3
- package/dist/shared/utils/event-emitter.js +1 -1
- package/dist/shared/utils/local-storage.js +1 -0
- package/dist/styles.css +2 -2
- package/dist/tooltip/tooltip.module.css.js +1 -1
- package/package.json +44 -44
- /package/dist/node_modules/.pnpm/{instantsearch.js@4.77.3_algoliasearch@4.24.0 → instantsearch.js@4.78.0_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/utils/noop.js +0 -0
- /package/dist/node_modules/.pnpm/{instantsearch.js@4.77.3_algoliasearch@4.24.0 → instantsearch.js@4.78.0_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/utils/safelyRunOnBrowser.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.1 → swiper@11.2.5}/node_modules/swiper/modules/free-mode.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.1 → swiper@11.2.5}/node_modules/swiper/modules/navigation.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.1 → swiper@11.2.5}/node_modules/swiper/shared/create-element-if-not-defined.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sonic-equipment/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "146.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -50,106 +50,106 @@
|
|
|
50
50
|
"react-dom": "^18"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@chromatic-com/storybook": "^3.2.
|
|
53
|
+
"@chromatic-com/storybook": "^3.2.6",
|
|
54
54
|
"@csstools/postcss-global-data": "3.0.0",
|
|
55
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
55
|
+
"@eslint-react/eslint-plugin": "^1.35.0",
|
|
56
56
|
"@rollup/plugin-alias": "5.1.1",
|
|
57
|
-
"@rollup/plugin-commonjs": "28.0.
|
|
58
|
-
"@rollup/plugin-node-resolve": "16.0.
|
|
57
|
+
"@rollup/plugin-commonjs": "28.0.3",
|
|
58
|
+
"@rollup/plugin-node-resolve": "16.0.1",
|
|
59
59
|
"@rollup/plugin-replace": "6.0.2",
|
|
60
60
|
"@rollup/plugin-typescript": "12.1.2",
|
|
61
|
-
"@storybook/addon-docs": "^8.6.
|
|
62
|
-
"@storybook/addon-essentials": "^8.6.
|
|
63
|
-
"@storybook/addon-interactions": "^8.6.
|
|
64
|
-
"@storybook/addon-links": "^8.6.
|
|
65
|
-
"@storybook/addon-viewport": "^8.6.
|
|
66
|
-
"@storybook/blocks": "^8.6.
|
|
67
|
-
"@storybook/preview-api": "^8.6.
|
|
68
|
-
"@storybook/react": "^8.6.
|
|
69
|
-
"@storybook/react-vite": "^8.6.
|
|
70
|
-
"@storybook/test": "^8.6.
|
|
61
|
+
"@storybook/addon-docs": "^8.6.7",
|
|
62
|
+
"@storybook/addon-essentials": "^8.6.7",
|
|
63
|
+
"@storybook/addon-interactions": "^8.6.7",
|
|
64
|
+
"@storybook/addon-links": "^8.6.7",
|
|
65
|
+
"@storybook/addon-viewport": "^8.6.7",
|
|
66
|
+
"@storybook/blocks": "^8.6.7",
|
|
67
|
+
"@storybook/preview-api": "^8.6.7",
|
|
68
|
+
"@storybook/react": "^8.6.7",
|
|
69
|
+
"@storybook/react-vite": "^8.6.7",
|
|
70
|
+
"@storybook/test": "^8.6.7",
|
|
71
71
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
72
72
|
"@types/js-cookie": "3.0.6",
|
|
73
|
-
"@types/node": "22.
|
|
73
|
+
"@types/node": "22.13.10",
|
|
74
74
|
"@types/postcss-import": "14.0.3",
|
|
75
75
|
"@types/react": "18.3.12",
|
|
76
76
|
"@types/react-dom": "18.3.1",
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
78
|
-
"@typescript-eslint/parser": "8.
|
|
77
|
+
"@typescript-eslint/eslint-plugin": "8.26.1",
|
|
78
|
+
"@typescript-eslint/parser": "8.26.1",
|
|
79
79
|
"@typescript/lib-dom": "npm:typescript-partial-lib-dom@^1.1.0",
|
|
80
80
|
"@vitejs/plugin-react": "4.3.4",
|
|
81
|
-
"autoprefixer": "10.4.
|
|
81
|
+
"autoprefixer": "10.4.21",
|
|
82
82
|
"concurrently": "9.1.2",
|
|
83
83
|
"eslint": "8.57.0",
|
|
84
|
-
"eslint-config-prettier": "10.
|
|
85
|
-
"eslint-import-resolver-typescript": "3.
|
|
84
|
+
"eslint-config-prettier": "10.1.1",
|
|
85
|
+
"eslint-import-resolver-typescript": "3.9.1",
|
|
86
86
|
"eslint-plugin-css-modules": "^2.12.0",
|
|
87
|
-
"eslint-plugin-formatjs": "^5.2.
|
|
87
|
+
"eslint-plugin-formatjs": "^5.2.14",
|
|
88
88
|
"eslint-plugin-import": "2.31.0",
|
|
89
89
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
90
|
-
"eslint-plugin-mdx": "3.
|
|
90
|
+
"eslint-plugin-mdx": "3.2.0",
|
|
91
91
|
"eslint-plugin-prettier": "5.2.3",
|
|
92
92
|
"eslint-plugin-react": "7.37.4",
|
|
93
|
-
"eslint-plugin-react-hooks": "5.
|
|
93
|
+
"eslint-plugin-react-hooks": "5.2.0",
|
|
94
94
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
95
95
|
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
96
96
|
"eslint-plugin-sort-keys-fix": "1.1.2",
|
|
97
97
|
"eslint-plugin-ssr-friendly": "^1.3.0",
|
|
98
|
-
"eslint-plugin-storybook": "^0.11.
|
|
98
|
+
"eslint-plugin-storybook": "^0.11.6",
|
|
99
99
|
"eslint-plugin-typescript-sort-keys": "3.3.0",
|
|
100
100
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
101
101
|
"eslint-plugin-unused-imports": "4.1.4",
|
|
102
102
|
"http-server": "14.1.1",
|
|
103
103
|
"husky": "9.1.7",
|
|
104
|
-
"instantsearch.js": "4.
|
|
104
|
+
"instantsearch.js": "4.78.0",
|
|
105
105
|
"nodemon": "3.1.9",
|
|
106
|
-
"postcss": "8.5.
|
|
106
|
+
"postcss": "8.5.3",
|
|
107
107
|
"postcss-custom-media": "11.0.5",
|
|
108
108
|
"postcss-import": "16.1.0",
|
|
109
109
|
"postcss-nested": "7.0.2",
|
|
110
|
-
"prettier": "3.
|
|
110
|
+
"prettier": "3.5.3",
|
|
111
111
|
"react": "18.3.1",
|
|
112
112
|
"react-dom": "18.3.1",
|
|
113
113
|
"react-json-view": "1.21.3",
|
|
114
114
|
"rimraf": "6.0.1",
|
|
115
|
-
"rollup": "4.
|
|
115
|
+
"rollup": "4.36.0",
|
|
116
116
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
117
117
|
"rollup-plugin-postcss": "4.0.2",
|
|
118
118
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
119
|
-
"storybook": "^8.6.
|
|
120
|
-
"stylelint": "16.
|
|
119
|
+
"storybook": "^8.6.7",
|
|
120
|
+
"stylelint": "16.16.0",
|
|
121
121
|
"stylelint-config-css-modules": "4.4.0",
|
|
122
122
|
"stylelint-config-idiomatic-order": "10.0.0",
|
|
123
123
|
"stylelint-config-standard": "37.0.0",
|
|
124
|
-
"typescript": "5.
|
|
125
|
-
"typescript-eslint": "^8.
|
|
126
|
-
"vite": "6.
|
|
124
|
+
"typescript": "5.8.2",
|
|
125
|
+
"typescript-eslint": "^8.26.1",
|
|
126
|
+
"vite": "6.2.2",
|
|
127
127
|
"vite-tsconfig-paths": "5.1.4",
|
|
128
|
-
"vitest": "3.0.
|
|
128
|
+
"vitest": "3.0.9"
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
131
|
"@adyen/adyen-web": "5.32.0",
|
|
132
|
-
"@algolia/autocomplete-core": "1.18.
|
|
133
|
-
"@algolia/autocomplete-plugin-query-suggestions": "1.18.
|
|
134
|
-
"@algolia/autocomplete-plugin-recent-searches": "1.18.
|
|
135
|
-
"@algolia/autocomplete-preset-algolia": "1.18.
|
|
132
|
+
"@algolia/autocomplete-core": "1.18.1",
|
|
133
|
+
"@algolia/autocomplete-plugin-query-suggestions": "1.18.1",
|
|
134
|
+
"@algolia/autocomplete-plugin-recent-searches": "1.18.1",
|
|
135
|
+
"@algolia/autocomplete-preset-algolia": "1.18.1",
|
|
136
136
|
"@algolia/client-search": "4.24.0",
|
|
137
|
-
"@tanstack/react-query": "5.
|
|
138
|
-
"@tanstack/react-query-devtools": "5.
|
|
137
|
+
"@tanstack/react-query": "5.69.0",
|
|
138
|
+
"@tanstack/react-query-devtools": "5.69.0",
|
|
139
139
|
"@types/react-transition-group": "4.4.12",
|
|
140
140
|
"algoliasearch": "4.24.0",
|
|
141
141
|
"clsx": "2.1.1",
|
|
142
142
|
"fast-equals": "5.2.2",
|
|
143
|
-
"instantsearch.js": "4.
|
|
143
|
+
"instantsearch.js": "4.78.0",
|
|
144
144
|
"js-cookie": "3.0.5",
|
|
145
145
|
"query-string": "9.1.1",
|
|
146
146
|
"react-aria": "3.38.1",
|
|
147
147
|
"react-aria-components": "1.7.1",
|
|
148
|
-
"react-instantsearch": "7.15.
|
|
148
|
+
"react-instantsearch": "7.15.4",
|
|
149
149
|
"react-toastify": "10.0.6",
|
|
150
150
|
"react-transition-group": "4.4.5",
|
|
151
151
|
"search-insights": "2.17.3",
|
|
152
|
-
"swiper": "11.2.
|
|
152
|
+
"swiper": "11.2.5"
|
|
153
153
|
},
|
|
154
154
|
"publishConfig": {
|
|
155
155
|
"access": "public"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|