@sonic-equipment/ui 169.0.0 → 171.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-active-categories.js +2 -2
- package/dist/algolia/algolia-query-string-routing.js +2 -2
- package/dist/breadcrumbs/breadcrumb.js +4 -4
- package/dist/buttons/button/button.d.ts +5 -2
- package/dist/buttons/button/button.js +19 -11
- package/dist/buttons/icon-button/icon-button.d.ts +7 -3
- package/dist/buttons/icon-button/icon-button.js +9 -5
- package/dist/buttons/link/link.d.ts +2 -0
- package/dist/buttons/link/link.js +10 -9
- package/dist/cards/category-card/category-card.d.ts +3 -1
- package/dist/cards/category-card/category-card.js +4 -4
- package/dist/cards/orderline-card/orderline-card.js +2 -2
- package/dist/cards/product-card/connected-product-card.d.ts +2 -0
- package/dist/cards/product-card/product-card.d.ts +3 -1
- package/dist/cards/product-card/product-card.js +3 -3
- package/dist/carousel/carousel.js +3 -3
- package/dist/carousel/usp-carousel/usp-carousel.js +1 -1
- package/dist/collapsables/show-all/show-all.js +2 -2
- package/dist/drawer/drawer.d.ts +2 -1
- package/dist/drawer/drawer.js +2 -2
- package/dist/drawer/use-drawer.js +1 -0
- package/dist/exports.d.ts +3 -3
- package/dist/filters/active-filters/active-filters.js +2 -2
- package/dist/footer/footer.js +6 -6
- package/dist/forms/select-field/select-field.js +1 -0
- package/dist/global-search/search-result-panel/sections/no-search.js +2 -2
- package/dist/global-search/search-result-panel/sections/with-results.js +5 -6
- package/dist/header/buttons/account/connected-account-button.js +2 -2
- package/dist/header/buttons/cart/connected-cart-button.js +2 -2
- package/dist/header/buttons/favorites/connected-favorites-button.js +2 -2
- package/dist/header/buttons/search/search-button.js +2 -2
- package/dist/header/drawers/desktop-navigation-drawer.js +2 -1
- package/dist/header/drawers/mobile-navigation-drawer.js +2 -1
- package/dist/header/drawers/search-drawer.js +1 -1
- package/dist/header/header.js +1 -1
- package/dist/header/link-list/navigation-link-list.d.ts +2 -1
- package/dist/header/link-list/navigation-link-list.js +6 -5
- package/dist/header/sonic-logo/sonic-logo.d.ts +2 -1
- package/dist/header/sonic-logo/sonic-logo.js +4 -4
- package/dist/index.js +3 -3
- package/dist/lists/menu-list/menu-list-back-button.d.ts +2 -1
- package/dist/lists/menu-list/menu-list-back-button.js +2 -2
- package/dist/lists/menu-list/menu-list-header.d.ts +2 -1
- package/dist/lists/menu-list/menu-list-header.js +3 -3
- package/dist/lists/menu-list/menu-list-item.d.ts +2 -1
- package/dist/lists/menu-list/menu-list-item.js +3 -3
- package/dist/lists/menu-list/menu-list.js +1 -1
- package/dist/media/image-lightbox/image-lightbox.js +3 -3
- package/dist/modals/signin/sign-in-dialog.js +2 -2
- package/dist/navigation/cart-icon/cart-icon.js +1 -1
- package/dist/navigation/mobile-navigation/mobile-navigation.js +1 -1
- package/dist/navigation/panel-navigation/panel-navigation.d.ts +2 -1
- package/dist/navigation/panel-navigation/panel-navigation.js +4 -4
- package/dist/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.8}/node_modules/swiper/modules/free-mode.js +1 -1
- package/dist/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.8}/node_modules/swiper/modules/thumbs.js +1 -1
- package/dist/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.8}/node_modules/swiper/shared/swiper-core.js +30 -15
- package/dist/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.8}/node_modules/swiper/shared/update-on-virtual-data.js +1 -0
- package/dist/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.8}/node_modules/swiper/shared/update-swiper.js +4 -2
- package/dist/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.8}/node_modules/swiper/shared/utils.js +13 -1
- package/dist/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.8}/node_modules/swiper/swiper-react.js +2 -2
- package/dist/notifications/announcements/announcement-list.js +1 -1
- package/dist/notifications/announcements/announcement.js +3 -3
- package/dist/pages/account/components/sign-in-form/sign-in-form.js +1 -2
- package/dist/pages/account/create-account-page/create-account-page.js +2 -2
- package/dist/pages/checkout/cart-page/cart-page.js +4 -6
- package/dist/pages/checkout/order-confirmation-page/order-confirmation-page-content.js +3 -3
- package/dist/pages/checkout/payment-page/hooks/use-get-adyen-redirect-result.js +1 -0
- package/dist/pages/checkout/shipping-page/components/currency-change-dialog.js +2 -2
- package/dist/pages/checkout/shipping-page/components/readonly-address.js +3 -3
- package/dist/pages/product/components/product-overview.d.ts +2 -0
- package/dist/pages/product/components/product-overview.js +1 -1
- package/dist/pages/product/product-listing-page/no-results/no-results.js +2 -2
- package/dist/pages/product/product-listing-page/product-listing-page-category-carousel/product-listing-page-category-carousel.js +1 -1
- package/dist/pages/product/product-listing-page/product-listing-product-overview/product-listing-product-overview.js +1 -1
- package/dist/promos/promo-banner/promo-banner.js +2 -2
- package/dist/promos/promo-card/promo-card.js +2 -2
- package/dist/shared/api/storefront/hooks/cart/use-fetch-cart-by-id.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/website/use-fetch-countries-with-languages.d.ts +1 -1
- package/dist/shared/hooks/use-debounced-callback.js +1 -0
- package/dist/shared/hooks/use-enable-mobile-zoom.js +1 -0
- package/dist/shared/hooks/use-intersection-observer.js +1 -0
- package/dist/shared/hooks/use-mutation-observer.js +1 -0
- package/dist/shared/hooks/use-resize-observer.js +1 -0
- package/dist/shared/routing/route-provider.d.ts +4 -3
- package/dist/shared/routing/route-provider.js +4 -2
- package/dist/shared/routing/route-utils.d.ts +4 -0
- package/dist/shared/routing/route-utils.js +8 -0
- package/dist/shared/routing/types.d.ts +8 -0
- package/dist/shared/routing/use-route-link-element.d.ts +1 -0
- package/dist/shared/routing/use-route-link-element.js +11 -0
- package/dist/shared/routing/use-route-link.d.ts +8 -0
- package/dist/shared/routing/use-route-link.js +24 -0
- package/dist/shared/routing/with-routing.d.ts +3 -6
- package/dist/shared/routing/with-routing.js +6 -6
- package/dist/shared/utils/price.d.ts +1 -1
- package/dist/styles.css +2 -2
- package/package.json +45 -45
- package/dist/shared/routing/route-button.d.ts +0 -1
- package/dist/shared/routing/route-button.js +0 -7
- package/dist/shared/routing/route-icon-button.d.ts +0 -1
- package/dist/shared/routing/route-icon-button.js +0 -7
- package/dist/shared/routing/route-link.d.ts +0 -1
- package/dist/shared/routing/route-link.js +0 -7
- /package/dist/node_modules/.pnpm/{instantsearch.js@4.78.0_algoliasearch@4.24.0 → instantsearch.js@4.78.3_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/routers/history.js +0 -0
- /package/dist/node_modules/.pnpm/{instantsearch.js@4.78.0_algoliasearch@4.24.0 → instantsearch.js@4.78.3_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/stateMappings/simple.js +0 -0
- /package/dist/node_modules/.pnpm/{instantsearch.js@4.78.0_algoliasearch@4.24.0 → instantsearch.js@4.78.3_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/utils/documentation.js +0 -0
- /package/dist/node_modules/.pnpm/{instantsearch.js@4.78.0_algoliasearch@4.24.0 → instantsearch.js@4.78.3_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/utils/logger.js +0 -0
- /package/dist/node_modules/.pnpm/{instantsearch.js@4.78.0_algoliasearch@4.24.0 → instantsearch.js@4.78.3_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/utils/noop.js +0 -0
- /package/dist/node_modules/.pnpm/{instantsearch.js@4.78.0_algoliasearch@4.24.0 → instantsearch.js@4.78.3_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/utils/safelyRunOnBrowser.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.8}/node_modules/swiper/modules/navigation.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.8}/node_modules/swiper/shared/create-element-if-not-defined.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.8}/node_modules/swiper/shared/ssr-window.esm.js +0 -0
package/dist/styles.css
CHANGED
|
@@ -3379,7 +3379,7 @@ html {
|
|
|
3379
3379
|
}
|
|
3380
3380
|
|
|
3381
3381
|
/**
|
|
3382
|
-
* Swiper 11.2.
|
|
3382
|
+
* Swiper 11.2.8
|
|
3383
3383
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
|
3384
3384
|
* https://swiperjs.com
|
|
3385
3385
|
*
|
|
@@ -3387,7 +3387,7 @@ html {
|
|
|
3387
3387
|
*
|
|
3388
3388
|
* Released under the MIT License
|
|
3389
3389
|
*
|
|
3390
|
-
* Released on:
|
|
3390
|
+
* Released on: May 23, 2025
|
|
3391
3391
|
*/
|
|
3392
3392
|
|
|
3393
3393
|
/* FONT_START */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sonic-equipment/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "171.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -52,59 +52,59 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
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.50.0",
|
|
56
56
|
"@rollup/plugin-alias": "5.1.1",
|
|
57
57
|
"@rollup/plugin-commonjs": "28.0.3",
|
|
58
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.14",
|
|
62
|
+
"@storybook/addon-essentials": "^8.6.14",
|
|
63
|
+
"@storybook/addon-interactions": "^8.6.14",
|
|
64
|
+
"@storybook/addon-links": "^8.6.14",
|
|
65
|
+
"@storybook/addon-viewport": "^8.6.14",
|
|
66
|
+
"@storybook/blocks": "^8.6.14",
|
|
67
|
+
"@storybook/preview-api": "^8.6.14",
|
|
68
|
+
"@storybook/react": "^8.6.14",
|
|
69
|
+
"@storybook/react-vite": "^8.6.14",
|
|
70
|
+
"@storybook/test": "^8.6.14",
|
|
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.15.23",
|
|
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.33.0",
|
|
78
|
+
"@typescript-eslint/parser": "8.33.0",
|
|
79
79
|
"@typescript/lib-dom": "npm:typescript-partial-lib-dom@^1.1.0",
|
|
80
|
-
"@vitejs/plugin-react": "4.
|
|
80
|
+
"@vitejs/plugin-react": "4.5.0",
|
|
81
81
|
"autoprefixer": "10.4.21",
|
|
82
82
|
"concurrently": "9.1.2",
|
|
83
83
|
"eslint": "8.57.0",
|
|
84
|
-
"eslint-config-prettier": "10.1.
|
|
85
|
-
"eslint-import-resolver-typescript": "3.
|
|
84
|
+
"eslint-config-prettier": "10.1.5",
|
|
85
|
+
"eslint-import-resolver-typescript": "3.10.1",
|
|
86
86
|
"eslint-plugin-css-modules": "^2.12.0",
|
|
87
|
-
"eslint-plugin-formatjs": "^5.
|
|
87
|
+
"eslint-plugin-formatjs": "^5.3.1",
|
|
88
88
|
"eslint-plugin-import": "2.31.0",
|
|
89
89
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
90
|
-
"eslint-plugin-mdx": "3.2
|
|
91
|
-
"eslint-plugin-prettier": "5.
|
|
92
|
-
"eslint-plugin-react": "7.37.
|
|
90
|
+
"eslint-plugin-mdx": "3.4.2",
|
|
91
|
+
"eslint-plugin-prettier": "5.4.0",
|
|
92
|
+
"eslint-plugin-react": "7.37.5",
|
|
93
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.
|
|
98
|
+
"eslint-plugin-storybook": "^0.12.0",
|
|
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.78.
|
|
105
|
-
"nodemon": "3.1.
|
|
104
|
+
"instantsearch.js": "4.78.3",
|
|
105
|
+
"nodemon": "3.1.10",
|
|
106
106
|
"postcss": "8.5.3",
|
|
107
|
-
"postcss-custom-media": "11.0.
|
|
107
|
+
"postcss-custom-media": "11.0.6",
|
|
108
108
|
"postcss-import": "16.1.0",
|
|
109
109
|
"postcss-nested": "7.0.2",
|
|
110
110
|
"prettier": "3.5.3",
|
|
@@ -112,44 +112,44 @@
|
|
|
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.41.1",
|
|
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.14",
|
|
120
|
+
"stylelint": "16.19.1",
|
|
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.8.
|
|
125
|
-
"typescript-eslint": "^8.
|
|
126
|
-
"vite": "6.
|
|
124
|
+
"typescript": "5.8.3",
|
|
125
|
+
"typescript-eslint": "^8.33.0",
|
|
126
|
+
"vite": "6.3.5",
|
|
127
127
|
"vite-tsconfig-paths": "5.1.4",
|
|
128
|
-
"vitest": "3.
|
|
128
|
+
"vitest": "3.1.4"
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
131
|
"@adyen/adyen-web": "5.32.0",
|
|
132
|
-
"@algolia/autocomplete-core": "1.
|
|
133
|
-
"@algolia/autocomplete-plugin-query-suggestions": "1.
|
|
134
|
-
"@algolia/autocomplete-plugin-recent-searches": "1.
|
|
135
|
-
"@algolia/autocomplete-preset-algolia": "1.
|
|
132
|
+
"@algolia/autocomplete-core": "1.19.2",
|
|
133
|
+
"@algolia/autocomplete-plugin-query-suggestions": "1.19.2",
|
|
134
|
+
"@algolia/autocomplete-plugin-recent-searches": "1.19.2",
|
|
135
|
+
"@algolia/autocomplete-preset-algolia": "1.19.2",
|
|
136
136
|
"@algolia/client-search": "4.24.0",
|
|
137
|
-
"@tanstack/react-query": "5.
|
|
138
|
-
"@tanstack/react-query-devtools": "5.
|
|
137
|
+
"@tanstack/react-query": "5.77.2",
|
|
138
|
+
"@tanstack/react-query-devtools": "5.77.2",
|
|
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.78.
|
|
143
|
+
"instantsearch.js": "4.78.3",
|
|
144
144
|
"js-cookie": "3.0.5",
|
|
145
|
-
"query-string": "9.
|
|
146
|
-
"react-aria": "3.
|
|
147
|
-
"react-aria-components": "1.
|
|
148
|
-
"react-instantsearch": "7.15.
|
|
145
|
+
"query-string": "9.2.0",
|
|
146
|
+
"react-aria": "3.40.0",
|
|
147
|
+
"react-aria-components": "1.9.0",
|
|
148
|
+
"react-instantsearch": "7.15.8",
|
|
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.8"
|
|
153
153
|
},
|
|
154
154
|
"publishConfig": {
|
|
155
155
|
"access": "public"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const RouteButton: React.ForwardRefExoticComponent<import("../../buttons/button/button").ButtonProps & import("./with-routing").WithRoutingProps & React.RefAttributes<HTMLElement>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const RouteIconButton: React.ForwardRefExoticComponent<import("../../buttons/icon-button/icon-button").IconButtonProps & import("./with-routing").WithRoutingProps & React.RefAttributes<HTMLElement>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const RouteLink: React.ForwardRefExoticComponent<Omit<import("../../buttons/link/link").LinkProps & React.RefAttributes<HTMLElement> & import("./with-routing").WithRoutingProps, "ref"> & React.RefAttributes<HTMLElement>>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|