@simplybusiness/mobius 10.4.3 → 10.4.4
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/CHANGELOG.md +10 -0
- package/dist/cjs/components/AddressLookup/AddressLookup.js +39 -36
- package/dist/cjs/components/AddressLookup/AddressLookup.js.map +3 -3
- package/dist/cjs/components/AddressLookup/index.js +39 -36
- package/dist/cjs/components/AddressLookup/index.js.map +3 -3
- package/dist/cjs/components/Breadcrumbs/Breadcrumbs.js +3 -7
- package/dist/cjs/components/Breadcrumbs/Breadcrumbs.js.map +2 -2
- package/dist/cjs/components/Breadcrumbs/index.js +3 -7
- package/dist/cjs/components/Breadcrumbs/index.js.map +2 -2
- package/dist/cjs/components/Combobox/Combobox.js +35 -32
- package/dist/cjs/components/Combobox/Combobox.js.map +3 -3
- package/dist/cjs/components/Combobox/index.js +35 -32
- package/dist/cjs/components/Combobox/index.js.map +3 -3
- package/dist/cjs/components/DateField/DateField.js +11 -8
- package/dist/cjs/components/DateField/DateField.js.map +3 -3
- package/dist/cjs/components/DateField/index.js +11 -8
- package/dist/cjs/components/DateField/index.js.map +3 -3
- package/dist/cjs/components/DropdownMenu/Item.js +3 -6
- package/dist/cjs/components/DropdownMenu/Item.js.map +2 -2
- package/dist/cjs/components/DropdownMenu/index.js +3 -6
- package/dist/cjs/components/DropdownMenu/index.js.map +2 -2
- package/dist/cjs/components/MaskedField/MaskedField.js +11 -8
- package/dist/cjs/components/MaskedField/MaskedField.js.map +3 -3
- package/dist/cjs/components/MaskedField/index.js +13 -10
- package/dist/cjs/components/MaskedField/index.js.map +3 -3
- package/dist/cjs/components/NumberField/NumberField.js +10 -7
- package/dist/cjs/components/NumberField/NumberField.js.map +3 -3
- package/dist/cjs/components/NumberField/index.js +10 -7
- package/dist/cjs/components/NumberField/index.js.map +3 -3
- package/dist/cjs/components/PasswordField/PasswordField.js +9 -6
- package/dist/cjs/components/PasswordField/PasswordField.js.map +3 -3
- package/dist/cjs/components/PasswordField/index.js +9 -6
- package/dist/cjs/components/PasswordField/index.js.map +3 -3
- package/dist/cjs/components/TextField/TextField.js +6 -3
- package/dist/cjs/components/TextField/TextField.js.map +3 -3
- package/dist/cjs/components/TextField/adornmentWithClassName.js +3 -2
- package/dist/cjs/components/TextField/adornmentWithClassName.js.map +2 -2
- package/dist/cjs/components/TextField/index.js +6 -3
- package/dist/cjs/components/TextField/index.js.map +3 -3
- package/dist/cjs/components/index.js +198 -202
- package/dist/cjs/components/index.js.map +3 -3
- package/dist/cjs/index.js +198 -202
- package/dist/cjs/index.js.map +3 -3
- package/dist/cjs/meta.json +178 -93
- package/dist/esm/{chunk-XNEQHHNV.js → chunk-5QMKPWB4.js} +2 -2
- package/dist/esm/{chunk-IQKS662C.js → chunk-6RDK3FM2.js} +5 -3
- package/dist/esm/chunk-6RDK3FM2.js.map +7 -0
- package/dist/esm/{chunk-4HI2AOBC.js → chunk-6TSYA7CJ.js} +4 -7
- package/dist/esm/{chunk-4HI2AOBC.js.map → chunk-6TSYA7CJ.js.map} +2 -2
- package/dist/esm/{chunk-IM3I5CZL.js → chunk-I6CFRGID.js} +4 -3
- package/dist/esm/{chunk-IM3I5CZL.js.map → chunk-I6CFRGID.js.map} +2 -2
- package/dist/esm/{chunk-OEDU5ZEA.js → chunk-KUH5AB5T.js} +2 -2
- package/dist/esm/{chunk-JFDDW3IV.js → chunk-P7TPNRU4.js} +4 -8
- package/dist/esm/{chunk-JFDDW3IV.js.map → chunk-P7TPNRU4.js.map} +2 -2
- package/dist/esm/{chunk-LGZWQZLS.js → chunk-QNOBB5HT.js} +2 -2
- package/dist/esm/{chunk-GV36OVX7.js → chunk-R67C5QTH.js} +2 -2
- package/dist/esm/{chunk-S4CU4XRB.js → chunk-VGFVSRWH.js} +2 -2
- package/dist/esm/{chunk-X4CMSAET.js → chunk-WSQWMVA2.js} +2 -2
- package/dist/esm/{chunk-NEFRXIFY.js → chunk-XEP6X7JU.js} +2 -2
- package/dist/esm/chunk-XEP6X7JU.js.map +7 -0
- package/dist/esm/components/AddressLookup/AddressLookup.js +4 -4
- package/dist/esm/components/AddressLookup/index.js +4 -4
- package/dist/esm/components/Breadcrumbs/Breadcrumbs.js +1 -1
- package/dist/esm/components/Breadcrumbs/index.js +1 -1
- package/dist/esm/components/Combobox/Combobox.js +3 -3
- package/dist/esm/components/Combobox/index.js +3 -3
- package/dist/esm/components/DateField/DateField.js +3 -3
- package/dist/esm/components/DateField/index.js +3 -3
- package/dist/esm/components/DropdownMenu/Item.js +1 -1
- package/dist/esm/components/DropdownMenu/index.js +2 -2
- package/dist/esm/components/MaskedField/MaskedField.js +2 -2
- package/dist/esm/components/MaskedField/index.js +3 -3
- package/dist/esm/components/NumberField/NumberField.js +3 -3
- package/dist/esm/components/NumberField/index.js +3 -3
- package/dist/esm/components/PasswordField/PasswordField.js +3 -3
- package/dist/esm/components/PasswordField/index.js +3 -3
- package/dist/esm/components/TextField/TextField.js +2 -2
- package/dist/esm/components/TextField/adornmentWithClassName.js +1 -1
- package/dist/esm/components/TextField/index.js +2 -2
- package/dist/esm/components/index.js +11 -11
- package/dist/esm/index.js +11 -11
- package/dist/esm/meta.json +127 -117
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/components/Accordion/Accordion.d.ts +4 -4
- package/dist/types/components/Accordion/AccordionList.d.ts +4 -4
- package/dist/types/components/AddressLookup/AddressLookup.d.ts +4 -4
- package/dist/types/components/AddressLookup/LoqateAddressLookupService.d.ts +1 -1
- package/dist/types/components/Alert/Alert.d.ts +4 -4
- package/dist/types/components/Box/Box.d.ts +4 -4
- package/dist/types/components/Breadcrumbs/BreadcrumbItem.d.ts +4 -4
- package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +4 -4
- package/dist/types/components/Button/Button.d.ts +4 -4
- package/dist/types/components/Checkbox/Checkbox.d.ts +4 -4
- package/dist/types/components/Checkbox/CheckboxGroup.d.ts +4 -4
- package/dist/types/components/Combobox/Combobox.d.ts +2 -5
- package/dist/types/components/Combobox/useComboboxOptions.d.ts +1 -1
- package/dist/types/components/Container/Container.d.ts +4 -4
- package/dist/types/components/DateField/DateField.d.ts +4 -4
- package/dist/types/components/Divider/Divider.d.ts +4 -4
- package/dist/types/components/Drawer/Content.d.ts +4 -4
- package/dist/types/components/Drawer/Drawer.d.ts +4 -4
- package/dist/types/components/Drawer/Header.d.ts +4 -4
- package/dist/types/components/DropdownMenu/DropdownMenu.d.ts +4 -4
- package/dist/types/components/DropdownMenu/Item.d.ts +4 -4
- package/dist/types/components/ErrorMessage/ErrorMessage.d.ts +4 -4
- package/dist/types/components/ExpandableText/ExpandableText.d.ts +4 -4
- package/dist/types/components/Fieldset/Fieldset.d.ts +4 -4
- package/dist/types/components/Flex/Flex.d.ts +4 -4
- package/dist/types/components/Grid/Grid.d.ts +4 -4
- package/dist/types/components/Grid/Item.d.ts +4 -4
- package/dist/types/components/Image/Image.d.ts +4 -4
- package/dist/types/components/Label/Label.d.ts +4 -4
- package/dist/types/components/Link/Link.d.ts +4 -4
- package/dist/types/components/List/List.d.ts +4 -4
- package/dist/types/components/List/ListItem.d.ts +4 -4
- package/dist/types/components/LoadingIndicator/LoadingIndicator.d.ts +4 -4
- package/dist/types/components/Logo/Logo.d.ts +4 -4
- package/dist/types/components/MaskedField/MaskedField.d.ts +4 -4
- package/dist/types/components/Modal/Content.d.ts +4 -4
- package/dist/types/components/Modal/Header.d.ts +4 -4
- package/dist/types/components/Modal/Modal.d.ts +4 -4
- package/dist/types/components/NumberField/NumberField.d.ts +4 -4
- package/dist/types/components/Option/Option.d.ts +4 -4
- package/dist/types/components/PasswordField/PasswordField.d.ts +4 -4
- package/dist/types/components/Progress/Progress.d.ts +4 -4
- package/dist/types/components/Radio/Radio.d.ts +4 -4
- package/dist/types/components/Radio/RadioGroup.d.ts +4 -4
- package/dist/types/components/SVG/SVG.d.ts +4 -4
- package/dist/types/components/Segment/Segment.d.ts +4 -4
- package/dist/types/components/Segment/SegmentGroup.d.ts +4 -4
- package/dist/types/components/Select/Select.d.ts +4 -4
- package/dist/types/components/Stack/Stack.d.ts +4 -4
- package/dist/types/components/Switch/Switch.d.ts +4 -4
- package/dist/types/components/Table/Body.d.ts +4 -4
- package/dist/types/components/Table/Cell.d.ts +4 -4
- package/dist/types/components/Table/Foot.d.ts +4 -4
- package/dist/types/components/Table/Head.d.ts +4 -4
- package/dist/types/components/Table/HeaderCell.d.ts +4 -4
- package/dist/types/components/Table/Row.d.ts +4 -4
- package/dist/types/components/Table/Table.d.ts +4 -4
- package/dist/types/components/Text/Text.d.ts +4 -4
- package/dist/types/components/TextArea/TextArea.d.ts +4 -4
- package/dist/types/components/TextAreaInput/TextAreaInput.d.ts +4 -4
- package/dist/types/components/TextField/TextField.d.ts +1 -4
- package/dist/types/components/TextField/adornmentWithClassName.d.ts +3 -1
- package/dist/types/components/TextOrHTML/TextOrHTML.d.ts +4 -4
- package/dist/types/components/Title/Title.d.ts +4 -4
- package/dist/types/components/Toast/ToastOptionsDoc.d.ts +4 -8
- package/dist/types/components/Toast/Toaster.d.ts +4 -4
- package/dist/types/hooks/useButton/useButton.d.ts +5 -5
- package/dist/types/hooks/useLabel/useLabel.d.ts +1 -1
- package/package.json +11 -10
- package/src/components/Box/Box.test.tsx +1 -2
- package/src/components/Breadcrumbs/Breadcrumbs.tsx +3 -7
- package/src/components/Button/Button.stories.tsx +1 -1
- package/src/components/Combobox/Combobox.tsx +2 -4
- package/src/components/DropdownMenu/DropdownMenu.stories.tsx +1 -1
- package/src/components/DropdownMenu/Item.tsx +3 -6
- package/src/components/Grid/Grid.stories.tsx +1 -1
- package/src/components/TextField/TextField.tsx +3 -1
- package/src/components/TextField/adornmentWithClassName.ts +4 -3
- package/src/hooks/useBreakpoint/useBreakpoint.test.tsx +4 -4
- package/src/styles.d.ts +2 -0
- package/dist/esm/chunk-IQKS662C.js.map +0 -7
- package/dist/esm/chunk-NEFRXIFY.js.map +0 -7
- /package/dist/esm/{chunk-XNEQHHNV.js.map → chunk-5QMKPWB4.js.map} +0 -0
- /package/dist/esm/{chunk-OEDU5ZEA.js.map → chunk-KUH5AB5T.js.map} +0 -0
- /package/dist/esm/{chunk-LGZWQZLS.js.map → chunk-QNOBB5HT.js.map} +0 -0
- /package/dist/esm/{chunk-GV36OVX7.js.map → chunk-R67C5QTH.js.map} +0 -0
- /package/dist/esm/{chunk-S4CU4XRB.js.map → chunk-VGFVSRWH.js.map} +0 -0
- /package/dist/esm/{chunk-X4CMSAET.js.map → chunk-WSQWMVA2.js.map} +0 -0
|
@@ -7,7 +7,7 @@ import "../chunk-WNRO77YH.js";
|
|
|
7
7
|
import "../chunk-52GWES2P.js";
|
|
8
8
|
import {
|
|
9
9
|
AddressLookup
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-QNOBB5HT.js";
|
|
11
11
|
import "../chunk-66ARYOY7.js";
|
|
12
12
|
import {
|
|
13
13
|
LoqateAddressLookupService
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
import "../chunk-HWGFFTOM.js";
|
|
21
21
|
import {
|
|
22
22
|
Breadcrumbs
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-P7TPNRU4.js";
|
|
24
24
|
import {
|
|
25
25
|
Box
|
|
26
26
|
} from "../chunk-TJCUKTFX.js";
|
|
@@ -40,7 +40,7 @@ import "../chunk-SZEFLEDA.js";
|
|
|
40
40
|
import "../chunk-Q4QTBY7C.js";
|
|
41
41
|
import {
|
|
42
42
|
Combobox
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-XEP6X7JU.js";
|
|
44
44
|
import "../chunk-XZUQV54A.js";
|
|
45
45
|
import "../chunk-GU5OMKTM.js";
|
|
46
46
|
import "../chunk-PQSPISME.js";
|
|
@@ -56,16 +56,16 @@ import "../chunk-3O5DIIGS.js";
|
|
|
56
56
|
import {
|
|
57
57
|
DateField,
|
|
58
58
|
MIN_MAX_ERROR
|
|
59
|
-
} from "../chunk-
|
|
59
|
+
} from "../chunk-5QMKPWB4.js";
|
|
60
60
|
import {
|
|
61
61
|
convertToDateFormat,
|
|
62
62
|
isValidDate
|
|
63
63
|
} from "../chunk-CI5GCPUG.js";
|
|
64
64
|
import {
|
|
65
65
|
DropdownMenu
|
|
66
|
-
} from "../chunk-
|
|
66
|
+
} from "../chunk-KUH5AB5T.js";
|
|
67
67
|
import "../chunk-YGME6T3L.js";
|
|
68
|
-
import "../chunk-
|
|
68
|
+
import "../chunk-6TSYA7CJ.js";
|
|
69
69
|
import {
|
|
70
70
|
useDrawer
|
|
71
71
|
} from "../chunk-GZFZXQRU.js";
|
|
@@ -112,7 +112,7 @@ import {
|
|
|
112
112
|
} from "../chunk-X7CB5YJ6.js";
|
|
113
113
|
import {
|
|
114
114
|
MaskedField
|
|
115
|
-
} from "../chunk-
|
|
115
|
+
} from "../chunk-R67C5QTH.js";
|
|
116
116
|
import "../chunk-CVY4JKOE.js";
|
|
117
117
|
import {
|
|
118
118
|
Logo
|
|
@@ -151,7 +151,7 @@ import "../chunk-GBENSQUV.js";
|
|
|
151
151
|
import "../chunk-5L4G4VLM.js";
|
|
152
152
|
import {
|
|
153
153
|
PasswordField
|
|
154
|
-
} from "../chunk-
|
|
154
|
+
} from "../chunk-WSQWMVA2.js";
|
|
155
155
|
import "../chunk-WC3D5GNN.js";
|
|
156
156
|
import "../chunk-SJQAWKQP.js";
|
|
157
157
|
import {
|
|
@@ -159,7 +159,7 @@ import {
|
|
|
159
159
|
} from "../chunk-P6HIFQ5I.js";
|
|
160
160
|
import {
|
|
161
161
|
NumberField
|
|
162
|
-
} from "../chunk-
|
|
162
|
+
} from "../chunk-VGFVSRWH.js";
|
|
163
163
|
import "../chunk-BGR2OTTR.js";
|
|
164
164
|
import {
|
|
165
165
|
RadioGroup
|
|
@@ -213,8 +213,8 @@ import "../chunk-GKZLD27C.js";
|
|
|
213
213
|
import "../chunk-CUOVI2HT.js";
|
|
214
214
|
import {
|
|
215
215
|
TextField
|
|
216
|
-
} from "../chunk-
|
|
217
|
-
import "../chunk-
|
|
216
|
+
} from "../chunk-6RDK3FM2.js";
|
|
217
|
+
import "../chunk-I6CFRGID.js";
|
|
218
218
|
import "../chunk-P34DI6BE.js";
|
|
219
219
|
import {
|
|
220
220
|
TextArea
|
package/dist/esm/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import "./chunk-WNRO77YH.js";
|
|
|
8
8
|
import "./chunk-52GWES2P.js";
|
|
9
9
|
import {
|
|
10
10
|
AddressLookup
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-QNOBB5HT.js";
|
|
12
12
|
import "./chunk-66ARYOY7.js";
|
|
13
13
|
import {
|
|
14
14
|
LoqateAddressLookupService
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
import "./chunk-HWGFFTOM.js";
|
|
22
22
|
import {
|
|
23
23
|
Breadcrumbs
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-P7TPNRU4.js";
|
|
25
25
|
import {
|
|
26
26
|
Box
|
|
27
27
|
} from "./chunk-TJCUKTFX.js";
|
|
@@ -41,7 +41,7 @@ import "./chunk-SZEFLEDA.js";
|
|
|
41
41
|
import "./chunk-Q4QTBY7C.js";
|
|
42
42
|
import {
|
|
43
43
|
Combobox
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-XEP6X7JU.js";
|
|
45
45
|
import "./chunk-XZUQV54A.js";
|
|
46
46
|
import "./chunk-GU5OMKTM.js";
|
|
47
47
|
import "./chunk-PQSPISME.js";
|
|
@@ -57,16 +57,16 @@ import "./chunk-3O5DIIGS.js";
|
|
|
57
57
|
import {
|
|
58
58
|
DateField,
|
|
59
59
|
MIN_MAX_ERROR
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-5QMKPWB4.js";
|
|
61
61
|
import {
|
|
62
62
|
convertToDateFormat,
|
|
63
63
|
isValidDate
|
|
64
64
|
} from "./chunk-CI5GCPUG.js";
|
|
65
65
|
import {
|
|
66
66
|
DropdownMenu
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-KUH5AB5T.js";
|
|
68
68
|
import "./chunk-YGME6T3L.js";
|
|
69
|
-
import "./chunk-
|
|
69
|
+
import "./chunk-6TSYA7CJ.js";
|
|
70
70
|
import {
|
|
71
71
|
useDrawer
|
|
72
72
|
} from "./chunk-GZFZXQRU.js";
|
|
@@ -113,7 +113,7 @@ import {
|
|
|
113
113
|
} from "./chunk-X7CB5YJ6.js";
|
|
114
114
|
import {
|
|
115
115
|
MaskedField
|
|
116
|
-
} from "./chunk-
|
|
116
|
+
} from "./chunk-R67C5QTH.js";
|
|
117
117
|
import "./chunk-CVY4JKOE.js";
|
|
118
118
|
import {
|
|
119
119
|
Logo
|
|
@@ -152,7 +152,7 @@ import "./chunk-GBENSQUV.js";
|
|
|
152
152
|
import "./chunk-5L4G4VLM.js";
|
|
153
153
|
import {
|
|
154
154
|
PasswordField
|
|
155
|
-
} from "./chunk-
|
|
155
|
+
} from "./chunk-WSQWMVA2.js";
|
|
156
156
|
import "./chunk-WC3D5GNN.js";
|
|
157
157
|
import "./chunk-SJQAWKQP.js";
|
|
158
158
|
import {
|
|
@@ -160,7 +160,7 @@ import {
|
|
|
160
160
|
} from "./chunk-P6HIFQ5I.js";
|
|
161
161
|
import {
|
|
162
162
|
NumberField
|
|
163
|
-
} from "./chunk-
|
|
163
|
+
} from "./chunk-VGFVSRWH.js";
|
|
164
164
|
import "./chunk-BGR2OTTR.js";
|
|
165
165
|
import {
|
|
166
166
|
RadioGroup
|
|
@@ -214,8 +214,8 @@ import "./chunk-GKZLD27C.js";
|
|
|
214
214
|
import "./chunk-CUOVI2HT.js";
|
|
215
215
|
import {
|
|
216
216
|
TextField
|
|
217
|
-
} from "./chunk-
|
|
218
|
-
import "./chunk-
|
|
217
|
+
} from "./chunk-6RDK3FM2.js";
|
|
218
|
+
import "./chunk-I6CFRGID.js";
|
|
219
219
|
import "./chunk-P34DI6BE.js";
|
|
220
220
|
import {
|
|
221
221
|
TextArea
|