@simplybusiness/mobius 7.1.1 → 7.1.2

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.
@@ -872,10 +872,10 @@
872
872
  "format": "esm"
873
873
  },
874
874
  "src/components/TextField/adornmentWithClassName.ts": {
875
- "bytes": 484,
875
+ "bytes": 491,
876
876
  "imports": [
877
877
  {
878
- "path": "classnames",
878
+ "path": "classnames/dedupe",
879
879
  "kind": "import-statement",
880
880
  "external": true
881
881
  },
@@ -993,10 +993,10 @@
993
993
  "format": "esm"
994
994
  },
995
995
  "src/components/Combobox/Listbox.tsx": {
996
- "bytes": 3603,
996
+ "bytes": 3610,
997
997
  "imports": [
998
998
  {
999
- "path": "classnames",
999
+ "path": "classnames/dedupe",
1000
1000
  "kind": "import-statement",
1001
1001
  "external": true
1002
1002
  },
@@ -2429,7 +2429,7 @@
2429
2429
  "format": "esm"
2430
2430
  },
2431
2431
  "src/components/Popover/Popover.tsx": {
2432
- "bytes": 3738,
2432
+ "bytes": 3745,
2433
2433
  "imports": [
2434
2434
  {
2435
2435
  "path": "@floating-ui/react",
@@ -2442,7 +2442,7 @@
2442
2442
  "external": true
2443
2443
  },
2444
2444
  {
2445
- "path": "classnames",
2445
+ "path": "classnames/dedupe",
2446
2446
  "kind": "import-statement",
2447
2447
  "external": true
2448
2448
  },
@@ -3744,7 +3744,7 @@
3744
3744
  "imports": [],
3745
3745
  "exports": [],
3746
3746
  "inputs": {},
3747
- "bytes": 317080
3747
+ "bytes": 317116
3748
3748
  },
3749
3749
  "dist/cjs/index.js": {
3750
3750
  "imports": [
@@ -3959,7 +3959,7 @@
3959
3959
  "external": true
3960
3960
  },
3961
3961
  {
3962
- "path": "classnames",
3962
+ "path": "classnames/dedupe",
3963
3963
  "kind": "require-call",
3964
3964
  "external": true
3965
3965
  },
@@ -3979,7 +3979,7 @@
3979
3979
  "external": true
3980
3980
  },
3981
3981
  {
3982
- "path": "classnames",
3982
+ "path": "classnames/dedupe",
3983
3983
  "kind": "require-call",
3984
3984
  "external": true
3985
3985
  },
@@ -4459,7 +4459,7 @@
4459
4459
  "external": true
4460
4460
  },
4461
4461
  {
4462
- "path": "classnames",
4462
+ "path": "classnames/dedupe",
4463
4463
  "kind": "require-call",
4464
4464
  "external": true
4465
4465
  },
@@ -4915,13 +4915,13 @@
4915
4915
  "bytesInOutput": 515
4916
4916
  },
4917
4917
  "src/components/TextField/adornmentWithClassName.ts": {
4918
- "bytesInOutput": 393
4918
+ "bytesInOutput": 396
4919
4919
  },
4920
4920
  "src/components/VisuallyHidden/VisuallyHidden.tsx": {
4921
4921
  "bytesInOutput": 621
4922
4922
  },
4923
4923
  "src/components/Combobox/Listbox.tsx": {
4924
- "bytesInOutput": 2915
4924
+ "bytesInOutput": 2916
4925
4925
  },
4926
4926
  "src/components/Combobox/Option.tsx": {
4927
4927
  "bytesInOutput": 1099
@@ -5071,7 +5071,7 @@
5071
5071
  "bytesInOutput": 630
5072
5072
  },
5073
5073
  "src/components/Popover/Popover.tsx": {
5074
- "bytesInOutput": 3673
5074
+ "bytesInOutput": 3671
5075
5075
  },
5076
5076
  "src/components/Progress/Progress.tsx": {
5077
5077
  "bytesInOutput": 3523
@@ -5167,7 +5167,7 @@
5167
5167
  "bytesInOutput": 3743
5168
5168
  }
5169
5169
  },
5170
- "bytes": 168848
5170
+ "bytes": 168850
5171
5171
  }
5172
5172
  }
5173
5173
  }
package/dist/esm/index.js CHANGED
@@ -1029,7 +1029,7 @@ var Stack = ({ ref, ...props }) => {
1029
1029
  Stack.displayName = "Stack";
1030
1030
 
1031
1031
  // src/components/TextField/adornmentWithClassName.ts
1032
- import classNames10 from "classnames";
1032
+ import classNames10 from "classnames/dedupe";
1033
1033
  import { cloneElement } from "react";
1034
1034
  var adornmentWithClassName = (component, validationClasses, className) => {
1035
1035
  if (!component) return null;
@@ -1169,7 +1169,7 @@ function VisuallyHidden(props) {
1169
1169
  }
1170
1170
 
1171
1171
  // src/components/Combobox/Listbox.tsx
1172
- import classNames13 from "classnames";
1172
+ import classNames13 from "classnames/dedupe";
1173
1173
 
1174
1174
  // src/components/Combobox/Option.tsx
1175
1175
  import { useEffect as useEffect12, useRef as useRef4 } from "react";
@@ -3369,7 +3369,7 @@ import {
3369
3369
  useInteractions
3370
3370
  } from "@floating-ui/react";
3371
3371
  import { cross as cross3 } from "@simplybusiness/icons";
3372
- import classNames40 from "classnames";
3372
+ import classNames40 from "classnames/dedupe";
3373
3373
  import { cloneElement as cloneElement9, useRef as useRef13, useState as useState20 } from "react";
3374
3374
  import { Fragment as Fragment4, jsx as jsx49, jsxs as jsxs23 } from "react/jsx-runtime";
3375
3375
  var OFFSET_FROM_CONTENT_DEFAULT = 10;