@sonic-equipment/ui 211.0.0 → 213.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-query-string-routing.js +2 -2
- package/dist/authentication/authenticated-container.d.ts +9 -0
- package/dist/authentication/authenticated-container.js +21 -0
- package/dist/base.css +1 -2
- package/dist/cards/table-card/table-card.js +1 -0
- package/dist/carousel/carousel.js +3 -3
- package/dist/carousel/usp-carousel/usp-carousel.js +1 -1
- package/dist/cart-totals/cart-totals.js +1 -1
- package/dist/collapsables/accordion/accordion-item.js +1 -1
- package/dist/collapsables/show-all/show-all.js +1 -1
- package/dist/exports.d.ts +1 -0
- package/dist/header/buttons/account/connected-account-button.js +1 -1
- package/dist/index.js +1 -0
- package/dist/media/image-lightbox/image-lightbox.js +3 -3
- package/dist/navigation/account-icon/account-icon.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.8 → swiper@11.2.10}/node_modules/swiper/shared/ssr-window.esm.js +2 -2
- package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.10}/node_modules/swiper/shared/swiper-core.js +28 -12
- package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.10}/node_modules/swiper/swiper-react.js +2 -2
- package/dist/pages/account/sign-in-page/sign-in-page.js +1 -1
- package/dist/pages/my-sonic/pages/order-history/order-history.js +8 -5
- package/dist/pages/my-sonic/widgets/connected-address-book-widget.js +10 -6
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-lines-with-atp.d.ts +6 -0
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-with-atp.d.ts +6 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-paged-ship-to-addresses.js +1 -0
- package/dist/sidebar/sidebar.js +1 -1
- package/dist/styles.css +24 -22
- package/dist/table/data-table.d.ts +8 -1
- package/dist/table/data-table.js +6 -6
- package/dist/table/elements/table-sort-button.js +1 -1
- package/dist/table/elements/td.d.ts +1 -0
- package/dist/table/elements/td.js +1 -1
- package/dist/table/elements/tr.d.ts +1 -1
- package/dist/table/elements/tr.js +2 -2
- package/dist/table/elements/types.d.ts +1 -0
- package/package.json +46 -52
- /package/dist/node_modules/.pnpm/{instantsearch.js@4.78.3_algoliasearch@4.24.0 → instantsearch.js@4.79.2_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/routers/history.js +0 -0
- /package/dist/node_modules/.pnpm/{instantsearch.js@4.78.3_algoliasearch@4.24.0 → instantsearch.js@4.79.2_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/stateMappings/simple.js +0 -0
- /package/dist/node_modules/.pnpm/{instantsearch.js@4.78.3_algoliasearch@4.24.0 → instantsearch.js@4.79.2_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/utils/documentation.js +0 -0
- /package/dist/node_modules/.pnpm/{instantsearch.js@4.78.3_algoliasearch@4.24.0 → instantsearch.js@4.79.2_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/utils/logger.js +0 -0
- /package/dist/node_modules/.pnpm/{instantsearch.js@4.78.3_algoliasearch@4.24.0 → instantsearch.js@4.79.2_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/utils/noop.js +0 -0
- /package/dist/node_modules/.pnpm/{instantsearch.js@4.78.3_algoliasearch@4.24.0 → instantsearch.js@4.79.2_algoliasearch@4.24.0}/node_modules/instantsearch.js/es/lib/utils/safelyRunOnBrowser.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.10}/node_modules/swiper/modules/free-mode.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.10}/node_modules/swiper/modules/navigation.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.10}/node_modules/swiper/modules/thumbs.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.10}/node_modules/swiper/shared/create-element-if-not-defined.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.10}/node_modules/swiper/shared/update-on-virtual-data.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.10}/node_modules/swiper/shared/update-swiper.js +0 -0
- /package/dist/node_modules/.pnpm/{swiper@11.2.8 → swiper@11.2.10}/node_modules/swiper/shared/utils.js +0 -0
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sonic-equipment/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "213.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": ">=
|
|
7
|
+
"node": ">=22.8.0"
|
|
8
8
|
},
|
|
9
9
|
"exports": {
|
|
10
10
|
"./fonts.css": "./dist/fonts.css",
|
|
@@ -50,46 +50,39 @@
|
|
|
50
50
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@chromatic-com/storybook": "^
|
|
54
|
-
"@csstools/postcss-global-data": "3.
|
|
55
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
53
|
+
"@chromatic-com/storybook": "^4.1.1",
|
|
54
|
+
"@csstools/postcss-global-data": "3.1.0",
|
|
55
|
+
"@eslint-react/eslint-plugin": "^1.52.6",
|
|
56
56
|
"@rollup/plugin-alias": "5.1.1",
|
|
57
|
-
"@rollup/plugin-commonjs": "28.0.
|
|
57
|
+
"@rollup/plugin-commonjs": "28.0.6",
|
|
58
58
|
"@rollup/plugin-node-resolve": "16.0.1",
|
|
59
59
|
"@rollup/plugin-replace": "6.0.2",
|
|
60
|
-
"@rollup/plugin-typescript": "12.1.
|
|
61
|
-
"@storybook/addon-docs": "^
|
|
62
|
-
"@storybook/addon-
|
|
63
|
-
"@storybook/
|
|
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",
|
|
60
|
+
"@rollup/plugin-typescript": "12.1.4",
|
|
61
|
+
"@storybook/addon-docs": "^9.1.3",
|
|
62
|
+
"@storybook/addon-links": "^9.1.3",
|
|
63
|
+
"@storybook/react-vite": "^9.1.3",
|
|
71
64
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
72
65
|
"@types/js-cookie": "3.0.6",
|
|
73
|
-
"@types/node": "22.
|
|
66
|
+
"@types/node": "22.8.0",
|
|
74
67
|
"@types/postcss-import": "14.0.3",
|
|
75
68
|
"@types/react": "18.3.12",
|
|
76
69
|
"@types/react-dom": "18.3.1",
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
78
|
-
"@typescript-eslint/parser": "8.
|
|
70
|
+
"@typescript-eslint/eslint-plugin": "8.41.0",
|
|
71
|
+
"@typescript-eslint/parser": "8.41.0",
|
|
79
72
|
"@typescript/lib-dom": "npm:typescript-partial-lib-dom@^1.1.0",
|
|
80
|
-
"@vitejs/plugin-react": "
|
|
73
|
+
"@vitejs/plugin-react": "5.0.1",
|
|
81
74
|
"autoprefixer": "10.4.21",
|
|
82
|
-
"concurrently": "9.1
|
|
75
|
+
"concurrently": "9.2.1",
|
|
83
76
|
"eslint": "8.57.0",
|
|
84
|
-
"eslint-config-prettier": "10.1.
|
|
85
|
-
"eslint-import-resolver-typescript": "
|
|
77
|
+
"eslint-config-prettier": "10.1.8",
|
|
78
|
+
"eslint-import-resolver-typescript": "4.4.4",
|
|
86
79
|
"eslint-plugin-css-modules": "^2.12.0",
|
|
87
80
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
88
|
-
"eslint-plugin-formatjs": "^5.
|
|
89
|
-
"eslint-plugin-import": "2.
|
|
81
|
+
"eslint-plugin-formatjs": "^5.4.0",
|
|
82
|
+
"eslint-plugin-import": "2.32.0",
|
|
90
83
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
91
|
-
"eslint-plugin-mdx": "3.
|
|
92
|
-
"eslint-plugin-prettier": "5.4
|
|
84
|
+
"eslint-plugin-mdx": "3.6.2",
|
|
85
|
+
"eslint-plugin-prettier": "5.5.4",
|
|
93
86
|
"eslint-plugin-react": "7.37.5",
|
|
94
87
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
95
88
|
"eslint-plugin-react-server-components": "^1.2.0",
|
|
@@ -97,63 +90,64 @@
|
|
|
97
90
|
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
98
91
|
"eslint-plugin-sort-keys-fix": "1.1.2",
|
|
99
92
|
"eslint-plugin-ssr-friendly": "^1.3.0",
|
|
100
|
-
"eslint-plugin-storybook": "^
|
|
93
|
+
"eslint-plugin-storybook": "^9.1.3",
|
|
101
94
|
"eslint-plugin-typescript-sort-keys": "3.3.0",
|
|
102
95
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
103
96
|
"eslint-plugin-unused-imports": "4.1.4",
|
|
104
97
|
"http-server": "14.1.1",
|
|
105
98
|
"husky": "9.1.7",
|
|
106
|
-
"instantsearch.js": "4.
|
|
99
|
+
"instantsearch.js": "4.79.2",
|
|
107
100
|
"nodemon": "3.1.10",
|
|
108
|
-
"postcss": "8.5.
|
|
101
|
+
"postcss": "8.5.6",
|
|
109
102
|
"postcss-custom-media": "11.0.6",
|
|
110
|
-
"postcss-import": "16.1.
|
|
103
|
+
"postcss-import": "16.1.1",
|
|
111
104
|
"postcss-nested": "7.0.2",
|
|
112
|
-
"prettier": "3.
|
|
105
|
+
"prettier": "3.6.2",
|
|
113
106
|
"react": "18.3.1",
|
|
114
107
|
"react-dom": "18.3.1",
|
|
115
108
|
"react-json-view": "1.21.3",
|
|
116
109
|
"rimraf": "6.0.1",
|
|
117
|
-
"rollup": "4.
|
|
110
|
+
"rollup": "4.49.0",
|
|
118
111
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
119
112
|
"rollup-plugin-postcss": "4.0.2",
|
|
120
113
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
121
|
-
"storybook": "^
|
|
122
|
-
"stylelint": "16.
|
|
123
|
-
"stylelint-config-css-modules": "4.
|
|
114
|
+
"storybook": "^9.1.3",
|
|
115
|
+
"stylelint": "16.23.1",
|
|
116
|
+
"stylelint-config-css-modules": "4.5.1",
|
|
124
117
|
"stylelint-config-idiomatic-order": "10.0.0",
|
|
125
|
-
"stylelint-config-standard": "
|
|
126
|
-
"typescript": "5.
|
|
127
|
-
"typescript-eslint": "^8.
|
|
128
|
-
"vite": "
|
|
118
|
+
"stylelint-config-standard": "39.0.0",
|
|
119
|
+
"typescript": "5.9.2",
|
|
120
|
+
"typescript-eslint": "^8.41.0",
|
|
121
|
+
"vite": "7.1.3",
|
|
129
122
|
"vite-tsconfig-paths": "5.1.4",
|
|
130
|
-
"vitest": "3.
|
|
123
|
+
"vitest": "3.2.4"
|
|
131
124
|
},
|
|
132
125
|
"dependencies": {
|
|
133
126
|
"@adyen/adyen-web": "5.32.0",
|
|
127
|
+
"@algolia/client-search": "4.24.0",
|
|
134
128
|
"@algolia/autocomplete-core": "1.19.2",
|
|
135
129
|
"@algolia/autocomplete-plugin-query-suggestions": "1.19.2",
|
|
136
130
|
"@algolia/autocomplete-plugin-recent-searches": "1.19.2",
|
|
137
131
|
"@algolia/autocomplete-preset-algolia": "1.19.2",
|
|
138
|
-
"@
|
|
139
|
-
"@tanstack/react-query": "5.
|
|
140
|
-
"@tanstack/react-query-devtools": "5.77.2",
|
|
132
|
+
"@tanstack/react-query": "5.85.5",
|
|
133
|
+
"@tanstack/react-query-devtools": "5.85.5",
|
|
141
134
|
"@types/react-transition-group": "4.4.12",
|
|
142
135
|
"algoliasearch": "4.24.0",
|
|
143
136
|
"clsx": "2.1.1",
|
|
144
137
|
"fast-equals": "5.2.2",
|
|
145
|
-
"instantsearch.js": "4.
|
|
138
|
+
"instantsearch.js": "4.79.2",
|
|
146
139
|
"js-cookie": "3.0.5",
|
|
147
|
-
"query-string": "9.2.
|
|
148
|
-
"react-aria": "3.
|
|
149
|
-
"react-aria-components": "1.
|
|
150
|
-
"react-instantsearch": "7.
|
|
140
|
+
"query-string": "9.2.2",
|
|
141
|
+
"react-aria": "3.43.0",
|
|
142
|
+
"react-aria-components": "1.12.0",
|
|
143
|
+
"react-instantsearch": "7.16.2",
|
|
151
144
|
"react-toastify": "10.0.6",
|
|
152
145
|
"react-transition-group": "4.4.5",
|
|
153
146
|
"search-insights": "2.17.3",
|
|
154
|
-
"swiper": "11.2.
|
|
147
|
+
"swiper": "11.2.10"
|
|
155
148
|
},
|
|
156
149
|
"publishConfig": {
|
|
157
150
|
"access": "public"
|
|
158
|
-
}
|
|
151
|
+
},
|
|
152
|
+
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
|
|
159
153
|
}
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|