@phillips/seldon 1.275.0 → 1.277.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.
Files changed (39) hide show
  1. package/dist/_virtual/index12.js +2 -2
  2. package/dist/_virtual/index13.js +2 -2
  3. package/dist/components/Toast/ToastContextProvider.cjs +1 -1
  4. package/dist/components/Toast/ToastContextProvider.js +1 -1
  5. package/dist/node_modules/ics/dist/schema/index.cjs +1 -1
  6. package/dist/node_modules/ics/dist/schema/index.js +1 -1
  7. package/dist/node_modules/ics/dist/utils/index.cjs +1 -1
  8. package/dist/node_modules/ics/dist/utils/index.js +1 -1
  9. package/dist/node_modules/react-zoom-pan-pinch/dist/index.esm.cjs +3 -2
  10. package/dist/node_modules/react-zoom-pan-pinch/dist/index.esm.js +85 -78
  11. package/dist/node_modules/uuid/dist/rng.cjs +1 -0
  12. package/dist/node_modules/uuid/dist/rng.js +7 -0
  13. package/dist/node_modules/uuid/dist/v4.cjs +1 -0
  14. package/dist/node_modules/uuid/dist/v4.js +15 -0
  15. package/dist/patterns/FiltersInline/FilterDropdownMenuDesktop.cjs +1 -1
  16. package/dist/patterns/FiltersInline/FilterDropdownMenuDesktop.js +45 -53
  17. package/dist/patterns/FiltersInline/FilterDropdownMenuMobile.cjs +1 -1
  18. package/dist/patterns/FiltersInline/FilterDropdownMenuMobile.js +49 -68
  19. package/dist/patterns/FiltersInline/FiltersInline.cjs +1 -1
  20. package/dist/patterns/FiltersInline/FiltersInline.js +59 -55
  21. package/dist/patterns/FiltersInline/FiltersInline.stories.d.ts +1 -0
  22. package/dist/patterns/FiltersInline/MainFilterDropdown.cjs +1 -1
  23. package/dist/patterns/FiltersInline/MainFilterDropdown.js +39 -40
  24. package/dist/patterns/FiltersInline/types.d.ts +2 -2
  25. package/dist/patterns/FiltersInline/utils.d.ts +2 -2
  26. package/dist/scss/_vars.scss +6 -5
  27. package/dist/scss/_vars.scss.cjs +6 -5
  28. package/dist/scss/_vars.scss.js +6 -5
  29. package/dist/scss/patterns/FiltersInline/_filterDropdownMenu.scss +21 -20
  30. package/dist/scss/patterns/FiltersInline/_filtersInline.scss +3 -1
  31. package/package.json +6 -7
  32. package/dist/node_modules/uuid/dist/esm-browser/native.cjs +0 -1
  33. package/dist/node_modules/uuid/dist/esm-browser/native.js +0 -4
  34. package/dist/node_modules/uuid/dist/esm-browser/rng.cjs +0 -1
  35. package/dist/node_modules/uuid/dist/esm-browser/rng.js +0 -13
  36. package/dist/node_modules/uuid/dist/esm-browser/v4.cjs +0 -1
  37. package/dist/node_modules/uuid/dist/esm-browser/v4.js +0 -15
  38. /package/dist/node_modules/uuid/dist/{esm-browser/stringify.cjs → stringify.cjs} +0 -0
  39. /package/dist/node_modules/uuid/dist/{esm-browser/stringify.js → stringify.js} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.275.0",
3
+ "version": "1.277.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"
@@ -66,13 +66,12 @@
66
66
  "@radix-ui/react-select": "^2.1.1",
67
67
  "@radix-ui/react-tabs": "^1.1.1",
68
68
  "@radix-ui/react-toast": "^1.2.11",
69
- "@types/dompurify": "^3.0.5",
70
69
  "change-case": "^5.4.4",
71
70
  "classnames": "^2.5.1",
72
71
  "cmdk": "^1.1.1",
73
72
  "date-fns": "^4.1.0",
74
73
  "date-fns-tz": "^3.2.0",
75
- "dompurify": "^3.2.4",
74
+ "dompurify": "^3.4.12",
76
75
  "embla-carousel-autoplay": "^8.5.1",
77
76
  "embla-carousel-class-names": "^8.5.1",
78
77
  "embla-carousel-react": "^8.5.1",
@@ -84,14 +83,14 @@
84
83
  "react-intersection-observer": "^9.13.1",
85
84
  "react-remove-scroll": "^2.6.3",
86
85
  "react-transition-group": "^4.4.5",
87
- "react-zoom-pan-pinch": "^3.6.1",
86
+ "react-zoom-pan-pinch": "^3.7.0",
88
87
  "usehooks-ts": "^3.1.0",
89
- "uuid": "^11.1.0"
88
+ "uuid": "^14.0.0"
90
89
  },
91
90
  "devDependencies": {
92
91
  "@chromatic-com/storybook": "^5.0.1",
93
92
  "@commitlint/cli": "^19.3.0",
94
- "@commitlint/config-conventional": "^19.2.2",
93
+ "@commitlint/config-conventional": "^20.4.1",
95
94
  "@eslint/js": "^9.15.0",
96
95
  "@figma/code-connect": "^0.2.1",
97
96
  "@playwright/test": "^1.58.2",
@@ -135,7 +134,7 @@
135
134
  "jsdom": "^26.1.0",
136
135
  "markdownlint-cli": "^0.41.0",
137
136
  "playwright": "^1.58.2",
138
- "prettier": "3.3.3",
137
+ "prettier": "3.8.1",
139
138
  "react": "^18.3.1",
140
139
  "react-docgen-typescript": "^2.2.2",
141
140
  "react-dom": "^18.2.0",
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),t={randomUUID:e};exports.default=t;
@@ -1,4 +0,0 @@
1
- const o = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), t = { randomUUID: o };
2
- export {
3
- t as default
4
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});let e;const t=new Uint8Array(16);function o(){if(!e){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");e=crypto.getRandomValues.bind(crypto)}return e(t)}exports.default=o;
@@ -1,13 +0,0 @@
1
- let t;
2
- const e = new Uint8Array(16);
3
- function o() {
4
- if (!t) {
5
- if (typeof crypto > "u" || !crypto.getRandomValues)
6
- throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
7
- t = crypto.getRandomValues.bind(crypto);
8
- }
9
- return t(e);
10
- }
11
- export {
12
- o as default
13
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./native.cjs"),n=require("./rng.cjs"),u=require("./stringify.cjs");function f(r,a,d){if(t.default.randomUUID&&!r)return t.default.randomUUID();r=r||{};const e=r.random??r.rng?.()??n.default();if(e.length<16)throw new Error("Random bytes length must be >= 16");return e[6]=e[6]&15|64,e[8]=e[8]&63|128,u.unsafeStringify(e)}exports.default=f;
@@ -1,15 +0,0 @@
1
- import n from "./native.js";
2
- import t from "./rng.js";
3
- import { unsafeStringify as e } from "./stringify.js";
4
- function g(f, m, a) {
5
- if (n.randomUUID && !f)
6
- return n.randomUUID();
7
- f = f || {};
8
- const r = f.random ?? f.rng?.() ?? t();
9
- if (r.length < 16)
10
- throw new Error("Random bytes length must be >= 16");
11
- return r[6] = r[6] & 15 | 64, r[8] = r[8] & 63 | 128, e(r);
12
- }
13
- export {
14
- g as default
15
- };