@jobber/components 4.7.2-improving-.0 → 4.7.3
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/Autocomplete/Menu.d.ts +6 -2
- package/dist/Autocomplete/index.js +37 -37
- package/dist/Avatar/index.js +1 -1
- package/dist/{Avatar-0e0768ed.js → Avatar-1aa30ee1.js} +1 -1
- package/dist/Banner/index.js +4 -4
- package/dist/Button/index.js +2 -2
- package/dist/Button-69409e46.js +57 -0
- package/dist/ButtonDismiss/index.js +3 -3
- package/dist/{ButtonDismiss-130fe96b.js → ButtonDismiss-7d9deeab.js} +1 -1
- package/dist/Card/index.js +5 -5
- package/dist/{Card-15ac570a.js → Card-459a48b7.js} +4 -4
- package/dist/Checkbox/index.js +3 -3
- package/dist/{Checkbox-ceb898f6.js → Checkbox-36f63689.js} +2 -2
- package/dist/Chips/index.js +7 -7
- package/dist/ConfirmationModal/index.js +9 -9
- package/dist/{ConfirmationModal-4b779af8.js → ConfirmationModal-3f9a3524.js} +2 -2
- package/dist/DataDump/index.js +6 -6
- package/dist/DataTable/index.js +7 -7
- package/dist/DatePicker/index.js +3 -3
- package/dist/{DatePicker-33649ed3.js → DatePicker-b704c15b.js} +3 -3
- package/dist/DescriptionList/index.js +1 -1
- package/dist/Disclosure/index.js +1 -1
- package/dist/Drawer/index.js +5 -5
- package/dist/Emphasis/index.js +2 -2
- package/dist/{Emphasis-9d83158a.js → Emphasis-76a10790.js} +1 -1
- package/dist/FeatureSwitch/index.js +7 -7
- package/dist/FormField/index.js +5 -5
- package/dist/{FormField-49e2b0e1.js → FormField-76853659.js} +5 -5
- package/dist/FormatFile/index.js +11 -11
- package/dist/{FormatFile-84185e63.js → FormatFile-d2c30cbc.js} +6 -6
- package/dist/Gallery/index.js +12 -12
- package/dist/Heading/index.js +2 -2
- package/dist/{Heading-81a89ec6.js → Heading-a1191b15.js} +1 -1
- package/dist/InlineLabel/index.js +1 -1
- package/dist/InputAvatar/index.js +5 -5
- package/dist/InputDate/index.js +6 -6
- package/dist/InputEmail/index.js +5 -5
- package/dist/InputFile/index.js +3 -3
- package/dist/{InputFile-b7fb9fc9.js → InputFile-a7c0fbbc.js} +2 -2
- package/dist/InputNumber/index.js +5 -5
- package/dist/InputPassword/index.js +5 -5
- package/dist/InputText/InputText.d.ts +4 -4
- package/dist/InputText/index.js +6 -6
- package/dist/{InputText-c5420b60.js → InputText-73113193.js} +1 -1
- package/dist/InputTime/index.js +5 -5
- package/dist/InputValidation/index.js +3 -3
- package/dist/{InputValidation-60a4c078.js → InputValidation-bf743417.js} +1 -1
- package/dist/LightBox/index.js +4 -4
- package/dist/{LightBox-67d1c87c.js → LightBox-c637c684.js} +2 -2
- package/dist/List/index.js +6 -6
- package/dist/Markdown/index.js +5 -5
- package/dist/{Markdown-6c4f9489.js → Markdown-53a0bfda.js} +3 -3
- package/dist/Menu/index.js +3 -3
- package/dist/{Menu-daed9f58.js → Menu-aa9c73d2.js} +3 -3
- package/dist/Modal/index.js +5 -5
- package/dist/{Modal-a835ceda.js → Modal-c5f9040f.js} +4 -4
- package/dist/MultiSelect/index.js +4 -4
- package/dist/{Option-7d1d006d.js → Option-26e09990.js} +1 -1
- package/dist/Page/index.js +7 -7
- package/dist/Popover/index.js +4 -4
- package/dist/ProgressBar/index.js +1 -1
- package/dist/{ProgressBar-b9541fcc.js → ProgressBar-5dfc1885.js} +1 -1
- package/dist/RadioGroup/index.js +3 -3
- package/dist/Select/index.js +6 -6
- package/dist/StatusLabel/index.js +2 -2
- package/dist/Switch/index.js +2 -2
- package/dist/{Switch-d1dbb39c.js → Switch-e75145cc.js} +2 -2
- package/dist/Tabs/index.js +2 -2
- package/dist/Text/index.js +2 -2
- package/dist/{Text-c0104702.js → Text-e7ed0974.js} +1 -1
- package/dist/Toast/index.js +2 -2
- package/dist/Tooltip/index.js +3 -3
- package/dist/{Tooltip-2e0316d2.js → Tooltip-bf67fe6e.js} +1 -1
- package/dist/Typography/index.js +1 -1
- package/dist/{Typography-0d6e9bc1.js → Typography-fd6f932a.js} +4 -4
- package/package.json +5 -5
- package/dist/Button-d65241db.js +0 -57
|
@@ -5,10 +5,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var tslib_es6 = require('../tslib.es6-5b8768b7.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var styleInject_es = require('../style-inject.es-9d2f5f4e.js');
|
|
8
|
-
var Avatar = require('../Avatar-
|
|
9
|
-
var InputFile = require('../InputFile-
|
|
10
|
-
var ProgressBar = require('../ProgressBar-
|
|
11
|
-
var Button = require('../Button-
|
|
8
|
+
var Avatar = require('../Avatar-1aa30ee1.js');
|
|
9
|
+
var InputFile = require('../InputFile-a7c0fbbc.js');
|
|
10
|
+
var ProgressBar = require('../ProgressBar-5dfc1885.js');
|
|
11
|
+
var Button = require('../Button-69409e46.js');
|
|
12
12
|
require('classnames');
|
|
13
13
|
require('color');
|
|
14
14
|
require('../Icon-405a216c.js');
|
|
@@ -17,7 +17,7 @@ require('react-dropzone');
|
|
|
17
17
|
require('axios');
|
|
18
18
|
require('uuid');
|
|
19
19
|
require('../Content-a6590328.js');
|
|
20
|
-
require('../Typography-
|
|
20
|
+
require('../Typography-fd6f932a.js');
|
|
21
21
|
require('react-router-dom');
|
|
22
22
|
|
|
23
23
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
package/dist/InputDate/index.js
CHANGED
|
@@ -4,20 +4,20 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var lodash = require('lodash');
|
|
6
6
|
var React = require('react');
|
|
7
|
-
var FormField = require('../FormField-
|
|
8
|
-
var DatePicker = require('../DatePicker-
|
|
7
|
+
var FormField = require('../FormField-76853659.js');
|
|
8
|
+
var DatePicker = require('../DatePicker-b704c15b.js');
|
|
9
9
|
require('../tslib.es6-5b8768b7.js');
|
|
10
10
|
require('uuid');
|
|
11
11
|
require('react-hook-form');
|
|
12
12
|
require('../style-inject.es-9d2f5f4e.js');
|
|
13
13
|
require('classnames');
|
|
14
|
-
require('../Button-
|
|
14
|
+
require('../Button-69409e46.js');
|
|
15
15
|
require('react-router-dom');
|
|
16
16
|
require('../Icon-405a216c.js');
|
|
17
17
|
require('@jobber/design');
|
|
18
|
-
require('../Typography-
|
|
19
|
-
require('../Text-
|
|
20
|
-
require('../InputValidation-
|
|
18
|
+
require('../Typography-fd6f932a.js');
|
|
19
|
+
require('../Text-e7ed0974.js');
|
|
20
|
+
require('../InputValidation-bf743417.js');
|
|
21
21
|
require('framer-motion');
|
|
22
22
|
require('../Spinner-9d8fc7ff.js');
|
|
23
23
|
require('react-datepicker');
|
package/dist/InputEmail/index.js
CHANGED
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
|
-
var FormField = require('../FormField-
|
|
6
|
+
var FormField = require('../FormField-76853659.js');
|
|
7
7
|
require('../tslib.es6-5b8768b7.js');
|
|
8
8
|
require('uuid');
|
|
9
9
|
require('react-hook-form');
|
|
10
10
|
require('../style-inject.es-9d2f5f4e.js');
|
|
11
11
|
require('classnames');
|
|
12
|
-
require('../Button-
|
|
12
|
+
require('../Button-69409e46.js');
|
|
13
13
|
require('react-router-dom');
|
|
14
14
|
require('../Icon-405a216c.js');
|
|
15
15
|
require('@jobber/design');
|
|
16
|
-
require('../Typography-
|
|
17
|
-
require('../Text-
|
|
18
|
-
require('../InputValidation-
|
|
16
|
+
require('../Typography-fd6f932a.js');
|
|
17
|
+
require('../Text-e7ed0974.js');
|
|
18
|
+
require('../InputValidation-bf743417.js');
|
|
19
19
|
require('framer-motion');
|
|
20
20
|
require('../Spinner-9d8fc7ff.js');
|
|
21
21
|
|
package/dist/InputFile/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var InputFile = require('../InputFile-
|
|
5
|
+
var InputFile = require('../InputFile-a7c0fbbc.js');
|
|
6
6
|
require('../tslib.es6-5b8768b7.js');
|
|
7
7
|
require('react');
|
|
8
8
|
require('classnames');
|
|
@@ -10,11 +10,11 @@ require('react-dropzone');
|
|
|
10
10
|
require('axios');
|
|
11
11
|
require('uuid');
|
|
12
12
|
require('../style-inject.es-9d2f5f4e.js');
|
|
13
|
-
require('../Button-
|
|
13
|
+
require('../Button-69409e46.js');
|
|
14
14
|
require('react-router-dom');
|
|
15
15
|
require('../Icon-405a216c.js');
|
|
16
16
|
require('@jobber/design');
|
|
17
|
-
require('../Typography-
|
|
17
|
+
require('../Typography-fd6f932a.js');
|
|
18
18
|
require('../Content-a6590328.js');
|
|
19
19
|
|
|
20
20
|
|
|
@@ -7,9 +7,9 @@ var reactDropzone = require('react-dropzone');
|
|
|
7
7
|
var axios = require('axios');
|
|
8
8
|
var uuid = require('uuid');
|
|
9
9
|
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
10
|
-
var Button = require('./Button-
|
|
10
|
+
var Button = require('./Button-69409e46.js');
|
|
11
11
|
var Content = require('./Content-a6590328.js');
|
|
12
|
-
var Typography = require('./Typography-
|
|
12
|
+
var Typography = require('./Typography-fd6f932a.js');
|
|
13
13
|
|
|
14
14
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
15
15
|
|
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
|
-
var FormField = require('../FormField-
|
|
6
|
+
var FormField = require('../FormField-76853659.js');
|
|
7
7
|
require('../tslib.es6-5b8768b7.js');
|
|
8
8
|
require('uuid');
|
|
9
9
|
require('react-hook-form');
|
|
10
10
|
require('../style-inject.es-9d2f5f4e.js');
|
|
11
11
|
require('classnames');
|
|
12
|
-
require('../Button-
|
|
12
|
+
require('../Button-69409e46.js');
|
|
13
13
|
require('react-router-dom');
|
|
14
14
|
require('../Icon-405a216c.js');
|
|
15
15
|
require('@jobber/design');
|
|
16
|
-
require('../Typography-
|
|
17
|
-
require('../Text-
|
|
18
|
-
require('../InputValidation-
|
|
16
|
+
require('../Typography-fd6f932a.js');
|
|
17
|
+
require('../Text-e7ed0974.js');
|
|
18
|
+
require('../InputValidation-bf743417.js');
|
|
19
19
|
require('framer-motion');
|
|
20
20
|
require('../Spinner-9d8fc7ff.js');
|
|
21
21
|
|
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
|
-
var FormField = require('../FormField-
|
|
6
|
+
var FormField = require('../FormField-76853659.js');
|
|
7
7
|
require('../tslib.es6-5b8768b7.js');
|
|
8
8
|
require('uuid');
|
|
9
9
|
require('react-hook-form');
|
|
10
10
|
require('../style-inject.es-9d2f5f4e.js');
|
|
11
11
|
require('classnames');
|
|
12
|
-
require('../Button-
|
|
12
|
+
require('../Button-69409e46.js');
|
|
13
13
|
require('react-router-dom');
|
|
14
14
|
require('../Icon-405a216c.js');
|
|
15
15
|
require('@jobber/design');
|
|
16
|
-
require('../Typography-
|
|
17
|
-
require('../Text-
|
|
18
|
-
require('../InputValidation-
|
|
16
|
+
require('../Typography-fd6f932a.js');
|
|
17
|
+
require('../Text-e7ed0974.js');
|
|
18
|
+
require('../InputValidation-bf743417.js');
|
|
19
19
|
require('framer-motion');
|
|
20
20
|
require('../Spinner-9d8fc7ff.js');
|
|
21
21
|
|
|
@@ -18,7 +18,7 @@ export declare const InputText: React.ForwardRefExoticComponent<({
|
|
|
18
18
|
readonly inline?: boolean | undefined;
|
|
19
19
|
loading?: boolean | undefined;
|
|
20
20
|
readonly name?: string | undefined;
|
|
21
|
-
onChange?: ((newValue: string | number | boolean | Date, event?: React.ChangeEvent<HTMLInputElement |
|
|
21
|
+
onChange?: ((newValue: string | number | boolean | Date, event?: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement> | undefined) => void) | undefined;
|
|
22
22
|
onValidation?: ((message: string) => void) | undefined;
|
|
23
23
|
readonly placeholder?: string | undefined;
|
|
24
24
|
readonly size?: "large" | "small" | undefined;
|
|
@@ -28,7 +28,7 @@ export declare const InputText: React.ForwardRefExoticComponent<({
|
|
|
28
28
|
onFocus?: (() => void) | undefined;
|
|
29
29
|
onBlur?: (() => void) | undefined;
|
|
30
30
|
readonly autocomplete?: boolean | import("../FormField").AutocompleteTypes | undefined;
|
|
31
|
-
inputRef?: React.RefObject<HTMLInputElement |
|
|
31
|
+
inputRef?: React.RefObject<HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement> | undefined;
|
|
32
32
|
readonly keyboard?: "numeric" | "decimal" | undefined;
|
|
33
33
|
readonly maxLength?: number | undefined;
|
|
34
34
|
readonly suffix?: {
|
|
@@ -66,7 +66,7 @@ export declare const InputText: React.ForwardRefExoticComponent<({
|
|
|
66
66
|
readonly inline?: boolean | undefined;
|
|
67
67
|
loading?: boolean | undefined;
|
|
68
68
|
readonly name?: string | undefined;
|
|
69
|
-
onChange?: ((newValue: string | number | boolean | Date, event?: React.ChangeEvent<HTMLInputElement |
|
|
69
|
+
onChange?: ((newValue: string | number | boolean | Date, event?: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement> | undefined) => void) | undefined;
|
|
70
70
|
onValidation?: ((message: string) => void) | undefined;
|
|
71
71
|
readonly placeholder?: string | undefined;
|
|
72
72
|
readonly size?: "large" | "small" | undefined;
|
|
@@ -76,7 +76,7 @@ export declare const InputText: React.ForwardRefExoticComponent<({
|
|
|
76
76
|
onFocus?: (() => void) | undefined;
|
|
77
77
|
onBlur?: (() => void) | undefined;
|
|
78
78
|
readonly autocomplete?: boolean | import("../FormField").AutocompleteTypes | undefined;
|
|
79
|
-
inputRef?: React.RefObject<HTMLInputElement |
|
|
79
|
+
inputRef?: React.RefObject<HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement> | undefined;
|
|
80
80
|
readonly keyboard?: "numeric" | "decimal" | undefined;
|
|
81
81
|
readonly maxLength?: number | undefined;
|
|
82
82
|
readonly suffix?: {
|
package/dist/InputText/index.js
CHANGED
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var InputText = require('../InputText-
|
|
5
|
+
var InputText = require('../InputText-73113193.js');
|
|
6
6
|
require('react');
|
|
7
|
-
require('../FormField-
|
|
7
|
+
require('../FormField-76853659.js');
|
|
8
8
|
require('../tslib.es6-5b8768b7.js');
|
|
9
9
|
require('uuid');
|
|
10
10
|
require('react-hook-form');
|
|
11
11
|
require('../style-inject.es-9d2f5f4e.js');
|
|
12
12
|
require('classnames');
|
|
13
|
-
require('../Button-
|
|
13
|
+
require('../Button-69409e46.js');
|
|
14
14
|
require('react-router-dom');
|
|
15
15
|
require('../Icon-405a216c.js');
|
|
16
16
|
require('@jobber/design');
|
|
17
|
-
require('../Typography-
|
|
18
|
-
require('../Text-
|
|
19
|
-
require('../InputValidation-
|
|
17
|
+
require('../Typography-fd6f932a.js');
|
|
18
|
+
require('../Text-e7ed0974.js');
|
|
19
|
+
require('../InputValidation-bf743417.js');
|
|
20
20
|
require('framer-motion');
|
|
21
21
|
require('../Spinner-9d8fc7ff.js');
|
|
22
22
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
|
-
var FormField = require('./FormField-
|
|
4
|
+
var FormField = require('./FormField-76853659.js');
|
|
5
5
|
|
|
6
6
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
7
7
|
|
package/dist/InputTime/index.js
CHANGED
|
@@ -6,18 +6,18 @@ var tslib_es6 = require('../tslib.es6-5b8768b7.js');
|
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var debounce = require('lodash/debounce');
|
|
8
8
|
var temporal = require('@std-proposal/temporal');
|
|
9
|
-
var FormField = require('../FormField-
|
|
9
|
+
var FormField = require('../FormField-76853659.js');
|
|
10
10
|
require('uuid');
|
|
11
11
|
require('react-hook-form');
|
|
12
12
|
require('../style-inject.es-9d2f5f4e.js');
|
|
13
13
|
require('classnames');
|
|
14
|
-
require('../Button-
|
|
14
|
+
require('../Button-69409e46.js');
|
|
15
15
|
require('react-router-dom');
|
|
16
16
|
require('../Icon-405a216c.js');
|
|
17
17
|
require('@jobber/design');
|
|
18
|
-
require('../Typography-
|
|
19
|
-
require('../Text-
|
|
20
|
-
require('../InputValidation-
|
|
18
|
+
require('../Typography-fd6f932a.js');
|
|
19
|
+
require('../Text-e7ed0974.js');
|
|
20
|
+
require('../InputValidation-bf743417.js');
|
|
21
21
|
require('framer-motion');
|
|
22
22
|
require('../Spinner-9d8fc7ff.js');
|
|
23
23
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var InputValidation = require('../InputValidation-
|
|
5
|
+
var InputValidation = require('../InputValidation-bf743417.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('framer-motion');
|
|
8
8
|
require('../style-inject.es-9d2f5f4e.js');
|
|
9
|
-
require('../Text-
|
|
10
|
-
require('../Typography-
|
|
9
|
+
require('../Text-e7ed0974.js');
|
|
10
|
+
require('../Typography-fd6f932a.js');
|
|
11
11
|
require('classnames');
|
|
12
12
|
require('../Icon-405a216c.js');
|
|
13
13
|
require('@jobber/design');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
var framerMotion = require('framer-motion');
|
|
5
5
|
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
6
|
-
var Text = require('./Text-
|
|
6
|
+
var Text = require('./Text-e7ed0974.js');
|
|
7
7
|
var Icon = require('./Icon-405a216c.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
package/dist/LightBox/index.js
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var LightBox = require('../LightBox-
|
|
5
|
+
var LightBox = require('../LightBox-c637c684.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('framer-motion');
|
|
8
8
|
require('react-dom');
|
|
9
9
|
require('lodash/debounce');
|
|
10
10
|
require('@jobber/hooks');
|
|
11
11
|
require('../style-inject.es-9d2f5f4e.js');
|
|
12
|
-
require('../ButtonDismiss-
|
|
13
|
-
require('../Button-
|
|
12
|
+
require('../ButtonDismiss-7d9deeab.js');
|
|
13
|
+
require('../Button-69409e46.js');
|
|
14
14
|
require('classnames');
|
|
15
15
|
require('react-router-dom');
|
|
16
16
|
require('../Icon-405a216c.js');
|
|
17
17
|
require('@jobber/design');
|
|
18
|
-
require('../Typography-
|
|
18
|
+
require('../Typography-fd6f932a.js');
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
@@ -6,8 +6,8 @@ var ReactDOM = require('react-dom');
|
|
|
6
6
|
var debounce = require('lodash/debounce');
|
|
7
7
|
var jobberHooks = require('@jobber/hooks');
|
|
8
8
|
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
9
|
-
var ButtonDismiss = require('./ButtonDismiss-
|
|
10
|
-
var Button = require('./Button-
|
|
9
|
+
var ButtonDismiss = require('./ButtonDismiss-7d9deeab.js');
|
|
10
|
+
var Button = require('./Button-69409e46.js');
|
|
11
11
|
|
|
12
12
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
13
13
|
|
package/dist/List/index.js
CHANGED
|
@@ -7,11 +7,11 @@ var classnames = require('classnames');
|
|
|
7
7
|
var lodash = require('lodash');
|
|
8
8
|
var styleInject_es = require('../style-inject.es-9d2f5f4e.js');
|
|
9
9
|
var Icon = require('../Icon-405a216c.js');
|
|
10
|
-
var Text = require('../Text-
|
|
11
|
-
var Heading = require('../Heading-
|
|
12
|
-
var Typography = require('../Typography-
|
|
13
|
-
var Markdown = require('../Markdown-
|
|
14
|
-
var Emphasis = require('../Emphasis-
|
|
10
|
+
var Text = require('../Text-e7ed0974.js');
|
|
11
|
+
var Heading = require('../Heading-a1191b15.js');
|
|
12
|
+
var Typography = require('../Typography-fd6f932a.js');
|
|
13
|
+
var Markdown = require('../Markdown-53a0bfda.js');
|
|
14
|
+
var Emphasis = require('../Emphasis-76a10790.js');
|
|
15
15
|
require('@jobber/design');
|
|
16
16
|
require('react-markdown');
|
|
17
17
|
require('../Content-a6590328.js');
|
|
@@ -25,7 +25,7 @@ var css_248z$2 = ".u853Ql4cj50- {\n margin: 0;\n padding: 0;\n list-style: no
|
|
|
25
25
|
var styles$1 = {"list":"u853Ql4cj50-","item":"ig9l6LfEgwo-","section":"KIYTQdrufzY-"};
|
|
26
26
|
styleInject_es.styleInject(css_248z$2);
|
|
27
27
|
|
|
28
|
-
var css_248z$1 = ".LUlooG82UJA- {\n position: sticky;\n top: 0;\n padding: calc(16px / 2) calc(16px * 1);\n padding: var(--space-small) var(--space-base);\n border-bottom: 1px solid rgb(1, 41, 57);\n border-bottom: 1px solid var(--color-border--section);\n background-color:
|
|
28
|
+
var css_248z$1 = ".LUlooG82UJA- {\n position: sticky;\n top: 0;\n padding: calc(16px / 2) calc(16px * 1);\n padding: var(--space-small) var(--space-base);\n border-bottom: 1px solid rgb(1, 41, 57);\n border-bottom: 1px solid var(--color-border--section);\n background-color: rgba(255, 255, 255, 1);\n background-color: var(--color-surface);\n}\n\n._4LVpgNq-SLM- {\n border-bottom-color: rgb(147, 161, 169);\n border-bottom-color: var(--color-greyBlue--light);\n color: rgb(147, 161, 169);\n color: var(--color-greyBlue--light);\n}\n\n._0QhWokyE9PY- {\n border-bottom-color: rgb(125, 176, 14);\n border-bottom-color: var(--color-green);\n color: rgb(125, 176, 14);\n color: var(--color-green);\n}\n\n.J8wB3qqOlBc-,\n.Ujqj17pKDIE- {\n border-bottom-color: rgb(1, 41, 57);\n border-bottom-color: var(--color-blue);\n color: rgb(1, 41, 57);\n color: var(--color-blue);\n}\n\n._0lNxLGXhrfY- {\n border-bottom-color: rgb(243, 150, 36);\n border-bottom-color: var(--color-orange);\n color: rgb(243, 150, 36);\n color: var(--color-orange);\n}\n\n._4qPymF0CAAE- {\n border-bottom-color: rgb(201, 66, 33);\n border-bottom-color: var(--color-red);\n color: rgb(201, 66, 33);\n color: var(--color-red);\n}\n\n.kKYNLBSu9IQ- {\n border-bottom-color: rgb(62, 173, 146);\n border-bottom-color: var(--color-teal);\n color: rgb(62, 173, 146);\n color: var(--color-teal);\n}\n";
|
|
29
29
|
var sectionStyles = {"sectionHeader":"LUlooG82UJA-","greyBlue":"_4LVpgNq-SLM-","green":"_0QhWokyE9PY-","blue":"J8wB3qqOlBc-","archived":"Ujqj17pKDIE-","orange":"_0lNxLGXhrfY-","red":"_4qPymF0CAAE-","teal":"kKYNLBSu9IQ-"};
|
|
30
30
|
styleInject_es.styleInject(css_248z$1);
|
|
31
31
|
|
package/dist/Markdown/index.js
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Markdown = require('../Markdown-
|
|
5
|
+
var Markdown = require('../Markdown-53a0bfda.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('react-markdown');
|
|
8
|
-
require('../Text-
|
|
9
|
-
require('../Typography-
|
|
8
|
+
require('../Text-e7ed0974.js');
|
|
9
|
+
require('../Typography-fd6f932a.js');
|
|
10
10
|
require('classnames');
|
|
11
11
|
require('../style-inject.es-9d2f5f4e.js');
|
|
12
|
-
require('../Emphasis-
|
|
13
|
-
require('../Heading-
|
|
12
|
+
require('../Emphasis-76a10790.js');
|
|
13
|
+
require('../Heading-a1191b15.js');
|
|
14
14
|
require('../Content-a6590328.js');
|
|
15
15
|
|
|
16
16
|
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
var ReactMarkdown = require('react-markdown');
|
|
5
|
-
var Text = require('./Text-
|
|
6
|
-
var Emphasis = require('./Emphasis-
|
|
7
|
-
var Heading = require('./Heading-
|
|
5
|
+
var Text = require('./Text-e7ed0974.js');
|
|
6
|
+
var Emphasis = require('./Emphasis-76a10790.js');
|
|
7
|
+
var Heading = require('./Heading-a1191b15.js');
|
|
8
8
|
var Content = require('./Content-a6590328.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
package/dist/Menu/index.js
CHANGED
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Menu = require('../Menu-
|
|
5
|
+
var Menu = require('../Menu-aa9c73d2.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('uuid');
|
|
8
8
|
require('classnames');
|
|
9
9
|
require('framer-motion');
|
|
10
10
|
require('@jobber/hooks');
|
|
11
11
|
require('../style-inject.es-9d2f5f4e.js');
|
|
12
|
-
require('../Button-
|
|
12
|
+
require('../Button-69409e46.js');
|
|
13
13
|
require('react-router-dom');
|
|
14
14
|
require('../Icon-405a216c.js');
|
|
15
15
|
require('@jobber/design');
|
|
16
|
-
require('../Typography-
|
|
16
|
+
require('../Typography-fd6f932a.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
@@ -6,8 +6,8 @@ var classnames = require('classnames');
|
|
|
6
6
|
var framerMotion = require('framer-motion');
|
|
7
7
|
var jobberHooks = require('@jobber/hooks');
|
|
8
8
|
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
9
|
-
var Button = require('./Button-
|
|
10
|
-
var Typography = require('./Typography-
|
|
9
|
+
var Button = require('./Button-69409e46.js');
|
|
10
|
+
var Typography = require('./Typography-fd6f932a.js');
|
|
11
11
|
var Icon = require('./Icon-405a216c.js');
|
|
12
12
|
|
|
13
13
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -15,7 +15,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
15
15
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
16
16
|
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
17
17
|
|
|
18
|
-
var css_248z = ".dT6M9tp1sZc- * {\n box-sizing: border-box;\n}\n\n.dT6M9tp1sZc- {\n display: inline-block;\n position: relative;\n}\n\n.Qmxlsj0D3qM- {\n position: fixed;\n bottom: 0;\n left: 0;\n z-index: 6;\n z-index: var(--elevation-menu);\n width: 100%;\n max-height: 72vh;\n padding: calc(16px / 2);\n padding: var(--space-small);\n padding-bottom: calc(env(safe-area-inset-bottom) + (16px / 2));\n padding-bottom: calc(env(safe-area-inset-bottom) + calc(16px / 2));\n padding-bottom: calc(env(safe-area-inset-bottom) + var(--space-small));\n border-radius: calc(16px / 8) calc(16px / 8) 0 0;\n border-radius: var(--radius-base) var(--radius-base) 0 0;\n -webkit-overflow-scrolling: touch;\n overflow-y: scroll;\n background-color:
|
|
18
|
+
var css_248z = ".dT6M9tp1sZc- * {\n box-sizing: border-box;\n}\n\n.dT6M9tp1sZc- {\n display: inline-block;\n position: relative;\n}\n\n.Qmxlsj0D3qM- {\n position: fixed;\n bottom: 0;\n left: 0;\n z-index: 6;\n z-index: var(--elevation-menu);\n width: 100%;\n max-height: 72vh;\n padding: calc(16px / 2);\n padding: var(--space-small);\n padding-bottom: calc(env(safe-area-inset-bottom) + (16px / 2));\n padding-bottom: calc(env(safe-area-inset-bottom) + calc(16px / 2));\n padding-bottom: calc(env(safe-area-inset-bottom) + var(--space-small));\n border-radius: calc(16px / 8) calc(16px / 8) 0 0;\n border-radius: var(--radius-base) var(--radius-base) 0 0;\n -webkit-overflow-scrolling: touch;\n overflow-y: scroll;\n background-color: rgba(255, 255, 255, 1);\n background-color: var(--color-surface);\n}\n\n@media (min-width: 640px) {\n\n.Qmxlsj0D3qM- {\n position: absolute;\n left: auto;\n width: calc(16px * 12.5);\n width: calc(var(--base-unit) * 12.5);\n box-shadow: 0px calc(16px / 16) calc(16px / 4) 0px\n rgba(0, 0, 0, 0.1),\n 0px calc(16px / 4) 12px 0px rgba(0, 0, 0, 0.05);\n box-shadow: var(--shadow-base);\n padding: calc(16px / 2);\n padding: var(--space-small);\n border: calc(16px / 16) solid rgb(225, 225, 225);\n border: var(--border-base) solid var(--color-border);\n border-radius: calc(16px / 8);\n border-radius: var(--radius-base);\n overflow: auto;\n}\n }\n\n@media (--medium-screens) {\n\n.Qmxlsj0D3qM- {\n position: absolute;\n left: auto;\n width: calc(16px * 12.5);\n width: calc(var(--base-unit) * 12.5);\n box-shadow: 0px calc(16px / 16) calc(16px / 4) 0px\n rgba(0, 0, 0, 0.1),\n 0px calc(16px / 4) 12px 0px rgba(0, 0, 0, 0.05);\n box-shadow: var(--shadow-base);\n padding: calc(16px / 2);\n padding: var(--space-small);\n border: calc(16px / 16) solid rgb(225, 225, 225);\n border: var(--border-base) solid var(--color-border);\n border-radius: calc(16px / 8);\n border-radius: var(--radius-base);\n overflow: auto;\n}\n }\n\n@media (min-width: 640px) {\n\n.QTisUfiHwL4- {\n bottom: 100%;\n margin-bottom: calc(16px / 8);\n margin-bottom: var(--space-smallest);\n}\n }\n\n@media (--medium-screens) {\n\n.QTisUfiHwL4- {\n bottom: 100%;\n margin-bottom: calc(16px / 8);\n margin-bottom: var(--space-smallest);\n}\n }\n\n@media (min-width: 640px) {\n\n.qsch1dlpOHc- {\n top: 100%;\n bottom: auto;\n margin-top: calc(16px / 8);\n margin-top: var(--space-smallest);\n}\n }\n\n@media (--medium-screens) {\n\n.qsch1dlpOHc- {\n top: 100%;\n bottom: auto;\n margin-top: calc(16px / 8);\n margin-top: var(--space-smallest);\n}\n }\n\n@media (min-width: 640px) {\n\n._0xR9-oxWMOU- {\n right: 0;\n left: auto;\n}\n }\n\n@media (--medium-screens) {\n\n._0xR9-oxWMOU- {\n right: 0;\n left: auto;\n}\n }\n\n@media (min-width: 640px) {\n\n.gaZwsdyoG0k- {\n right: auto;\n left: 0;\n}\n }\n\n@media (--medium-screens) {\n\n.gaZwsdyoG0k- {\n right: auto;\n left: 0;\n}\n }\n\n.LaKFjYCLHZc- {\n padding: calc(16px / 2) 0;\n padding: var(--space-small) 0;\n border-bottom: calc(16px / 16) dotted rgb(225, 225, 225);\n border-bottom: var(--border-base) dotted var(--color-border);\n}\n\n.LaKFjYCLHZc-:first-of-type {\n padding-top: 0;\n}\n\n.LaKFjYCLHZc-:last-of-type {\n padding-bottom: 0;\n border-bottom: none;\n}\n\n._7HB7dWnqCi0- {\n padding: calc(16px / 2);\n padding: var(--space-small);\n}\n\n.ZuceCiefKqw- {\n display: -ms-flexbox;\n display: flex;\n width: 100%;\n padding: calc(16px / 2);\n padding: var(--space-small);\n border: none;\n border-radius: calc(16px / 8);\n border-radius: var(--radius-base);\n background-color: transparent;\n cursor: pointer;\n -ms-flex-align: center;\n align-items: center;\n}\n\n.ZuceCiefKqw-:hover,\n.ZuceCiefKqw-:focus {\n background-color: rgb(250, 246, 219);\n background-color: var(--color-surface--hover);\n outline-color: rgb(231, 213, 87);\n outline-color: var(--color-focus);\n}\n\n.Bz8TONF8kws- {\n margin-right: calc(16px * 1);\n margin-right: var(--space-base);\n}\n\n.eKnUAucwwWU- {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 6;\n z-index: var(--elevation-menu);\n background-color: rgba(0, 0, 0, 0.32);\n background-color: var(--color-overlay);\n}\n\n@media (min-width: 640px) {\n\n.eKnUAucwwWU- {\n background-color: transparent;\n}\n }\n\n@media (--medium-screens) {\n\n.eKnUAucwwWU- {\n background-color: transparent;\n}\n }\n\n.oaxefr58z-E- {\n width: 100%;\n}\n\n.vz9opIdwHFg- {\n position: absolute;\n width: 1px;\n height: 1px;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n}\n";
|
|
19
19
|
var styles = {"wrapper":"dT6M9tp1sZc-","menu":"Qmxlsj0D3qM-","above":"QTisUfiHwL4-","below":"qsch1dlpOHc-","left":"_0xR9-oxWMOU-","right":"gaZwsdyoG0k-","section":"LaKFjYCLHZc-","sectionHeader":"_7HB7dWnqCi0-","action":"ZuceCiefKqw-","icon":"Bz8TONF8kws-","overlay":"eKnUAucwwWU-","fullWidth":"oaxefr58z-E-","screenReaderOnly":"vz9opIdwHFg-"};
|
|
20
20
|
styleInject_es.styleInject(css_248z);
|
|
21
21
|
|
package/dist/Modal/index.js
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Modal = require('../Modal-
|
|
5
|
+
var Modal = require('../Modal-c5f9040f.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('react-dom');
|
|
8
8
|
require('classnames');
|
|
9
9
|
require('framer-motion');
|
|
10
10
|
require('@jobber/hooks');
|
|
11
11
|
require('../style-inject.es-9d2f5f4e.js');
|
|
12
|
-
require('../Heading-
|
|
13
|
-
require('../Typography-
|
|
14
|
-
require('../Button-
|
|
12
|
+
require('../Heading-a1191b15.js');
|
|
13
|
+
require('../Typography-fd6f932a.js');
|
|
14
|
+
require('../Button-69409e46.js');
|
|
15
15
|
require('react-router-dom');
|
|
16
16
|
require('../Icon-405a216c.js');
|
|
17
17
|
require('@jobber/design');
|
|
18
|
-
require('../ButtonDismiss-
|
|
18
|
+
require('../ButtonDismiss-7d9deeab.js');
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
@@ -6,9 +6,9 @@ var classnames = require('classnames');
|
|
|
6
6
|
var framerMotion = require('framer-motion');
|
|
7
7
|
var jobberHooks = require('@jobber/hooks');
|
|
8
8
|
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
9
|
-
var Heading = require('./Heading-
|
|
10
|
-
var Button = require('./Button-
|
|
11
|
-
var ButtonDismiss = require('./ButtonDismiss-
|
|
9
|
+
var Heading = require('./Heading-a1191b15.js');
|
|
10
|
+
var Button = require('./Button-69409e46.js');
|
|
11
|
+
var ButtonDismiss = require('./ButtonDismiss-7d9deeab.js');
|
|
12
12
|
|
|
13
13
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
14
14
|
|
|
@@ -16,7 +16,7 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
|
16
16
|
var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
|
|
17
17
|
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
18
18
|
|
|
19
|
-
var css_248z$1 = ":root {\n --modal--width: calc(var(--base-unit) * 37.5);\n --modal--padding: var(--space-base);\n}\n\n@media (min-width: 640px) {\n :root {\n --modal--padding: var(--space-base) var(--space-large);\n }\n}\n\n@media (--medium-screens) {\n :root {\n --modal--padding: var(--space-base) var(--space-large);\n }\n}\n\n.QGRLFHPoV5E- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n z-index: 1001;\n z-index: var(--elevation-modal);\n padding: calc(16px / 2);\n padding: var(--space-small);\n overflow: auto;\n}\n\n.QGRLFHPoV5E-,\n._4WzGOMUGj5I- {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n}\n\n._4WzGOMUGj5I- {\n background-color: rgba(0, 0, 0, 0.32);\n background-color: var(--color-overlay);\n}\n\n.WLId2NJBQcQ- {\n --public-tab--inset: var(--space-large);\n\n position: relative;\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n width: 100%;\n max-width: calc(16px * 37.5);\n max-width: var(--modal--width);\n margin: auto;\n border: calc(16px / 16) solid rgb(225, 225, 225);\n border: var(--border-base) solid var(--color-border);\n border-radius: calc(16px / 8);\n border-radius: var(--radius-base);\n outline-color: rgb(231, 213, 87);\n outline-color: var(--color-focus);\n background-color:
|
|
19
|
+
var css_248z$1 = ":root {\n --modal--width: calc(var(--base-unit) * 37.5);\n --modal--padding: var(--space-base);\n}\n\n@media (min-width: 640px) {\n :root {\n --modal--padding: var(--space-base) var(--space-large);\n }\n}\n\n@media (--medium-screens) {\n :root {\n --modal--padding: var(--space-base) var(--space-large);\n }\n}\n\n.QGRLFHPoV5E- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n z-index: 1001;\n z-index: var(--elevation-modal);\n padding: calc(16px / 2);\n padding: var(--space-small);\n overflow: auto;\n}\n\n.QGRLFHPoV5E-,\n._4WzGOMUGj5I- {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n}\n\n._4WzGOMUGj5I- {\n background-color: rgba(0, 0, 0, 0.32);\n background-color: var(--color-overlay);\n}\n\n.WLId2NJBQcQ- {\n --public-tab--inset: var(--space-large);\n\n position: relative;\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n width: 100%;\n max-width: calc(16px * 37.5);\n max-width: var(--modal--width);\n margin: auto;\n border: calc(16px / 16) solid rgb(225, 225, 225);\n border: var(--border-base) solid var(--color-border);\n border-radius: calc(16px / 8);\n border-radius: var(--radius-base);\n outline-color: rgb(231, 213, 87);\n outline-color: var(--color-focus);\n background-color: rgba(255, 255, 255, 1);\n background-color: var(--color-surface);\n}\n\n/* Adjust `Content` components public padding to match the modal */\n\n.WLId2NJBQcQ- > * {\n --public-content--padding: var(--modal--padding);\n}\n\n/* Remove the nested `Content` components public padding */\n\n.WLId2NJBQcQ- > * > * {\n --public-content--padding: 0;\n}\n\n.wjrPpIUNNrk- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-pack: justify;\n justify-content: space-between;\n -ms-flex-align: center;\n align-items: center;\n padding: calc(16px * 1);\n padding: var(--modal--padding);\n background-color: rgb(244, 244, 244);\n background-color: var(--color-surface--background);\n}\n\n.rKvigUnOyYE- {\n padding: 0;\n border: none;\n background-color: transparent;\n cursor: pointer;\n -webkit-appearance: none;\n appearance: none;\n}\n\n._62c8HLZFwvs- {\n display: -ms-flexbox;\n display: flex;\n padding: calc(16px * 1);\n padding: var(--modal--padding);\n padding-top: 0;\n -ms-flex: 1 1 100%;\n flex: 1 1 100%;\n -ms-flex-pack: end;\n justify-content: flex-end;\n}\n\n/**\n * 1. Use CSS `order` to adjust the buttons position on the UI\n */\n\n.Xl1Ptn-P9Ew- {\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n -ms-flex-order: 1;\n order: 1; /* 1 */\n}\n\n.p2s7GtpoZz0- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n -ms-flex-order: 2;\n order: 2; /* 1 */\n}\n\n.p2s7GtpoZz0- > * {\n margin-left: calc(16px / 2);\n margin-left: var(--space-small);\n}\n\n.p2s7GtpoZz0- *:first-child {\n -ms-flex-order: 2;\n order: 2; /* 1 */\n}\n\n.p2s7GtpoZz0- *:nth-child(2) {\n -ms-flex-order: 1;\n order: 1; /* 1 */\n}\n";
|
|
20
20
|
var styles = {"container":"QGRLFHPoV5E-","overlay":"_4WzGOMUGj5I-","modal":"WLId2NJBQcQ-","header":"wjrPpIUNNrk-","closeButton":"rKvigUnOyYE-","actionBar":"_62c8HLZFwvs-","leftAction":"Xl1Ptn-P9Ew-","rightAction":"p2s7GtpoZz0-"};
|
|
21
21
|
styleInject_es.styleInject(css_248z$1);
|
|
22
22
|
|
|
@@ -6,10 +6,10 @@ var React = require('react');
|
|
|
6
6
|
var classnames = require('classnames');
|
|
7
7
|
var jobberHooks = require('@jobber/hooks');
|
|
8
8
|
var styleInject_es = require('../style-inject.es-9d2f5f4e.js');
|
|
9
|
-
var Checkbox = require('../Checkbox-
|
|
10
|
-
var Text = require('../Text-
|
|
9
|
+
var Checkbox = require('../Checkbox-36f63689.js');
|
|
10
|
+
var Text = require('../Text-e7ed0974.js');
|
|
11
11
|
var Icon = require('../Icon-405a216c.js');
|
|
12
|
-
require('../Typography-
|
|
12
|
+
require('../Typography-fd6f932a.js');
|
|
13
13
|
require('@jobber/design');
|
|
14
14
|
|
|
15
15
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -21,7 +21,7 @@ var css_248z$1 = ".D-J03az6XL4- {\n position: relative;\n width: 100%;\n}\n\n.
|
|
|
21
21
|
var styles$1 = {"multiSelectContainer":"D-J03az6XL4-","multiSelect":"EzNdHgwsT40-","active":"bu7HWKRu6HI-","small":"eQ6yfQg6zLc-","large":"pM-ts4-QMZY-"};
|
|
22
22
|
styleInject_es.styleInject(css_248z$1);
|
|
23
23
|
|
|
24
|
-
var css_248z = "._0SStdD4KRHs- {\n display: -ms-flexbox;\n display: flex;\n position: absolute;\n z-index: 6;\n z-index: var(--elevation-menu);\n width: 100%;\n max-height: calc((16px * 4) * 5);\n max-height: calc(calc(16px * 4) * 5);\n max-height: calc(var(--space-extravagant) * 5);\n box-shadow: 0px calc(16px / 16) calc(16px / 4) 0px\n rgba(0, 0, 0, 0.1),\n 0px calc(16px / 4) 12px 0px rgba(0, 0, 0, 0.05);\n box-shadow: var(--shadow-base);\n margin: 0;\n padding: 0;\n border: calc(16px / 16) solid rgb(225, 225, 225);\n border: var(--border-base) solid var(--color-border);\n border-radius: calc(16px / 4);\n border-radius: var(--radius-large);\n overflow: auto;\n background-color:
|
|
24
|
+
var css_248z = "._0SStdD4KRHs- {\n display: -ms-flexbox;\n display: flex;\n position: absolute;\n z-index: 6;\n z-index: var(--elevation-menu);\n width: 100%;\n max-height: calc((16px * 4) * 5);\n max-height: calc(calc(16px * 4) * 5);\n max-height: calc(var(--space-extravagant) * 5);\n box-shadow: 0px calc(16px / 16) calc(16px / 4) 0px\n rgba(0, 0, 0, 0.1),\n 0px calc(16px / 4) 12px 0px rgba(0, 0, 0, 0.05);\n box-shadow: var(--shadow-base);\n margin: 0;\n padding: 0;\n border: calc(16px / 16) solid rgb(225, 225, 225);\n border: var(--border-base) solid var(--color-border);\n border-radius: calc(16px / 4);\n border-radius: var(--radius-large);\n overflow: auto;\n background-color: rgba(255, 255, 255, 1);\n background-color: var(--color-surface);\n -ms-flex-direction: column;\n flex-direction: column;\n scroll-behavior: smooth;\n}\n\n._0SStdD4KRHs- li {\n list-style: none;\n}\n\n.mFSgwOQZJm0- {\n display: -ms-flexbox;\n display: flex;\n width: 100%;\n padding: calc(16px / 2) calc(16px * 1);\n padding: var(--space-small) var(--space-base);\n cursor: pointer;\n transition: all 200ms;\n transition: all var(--timing-base);\n}\n\n.mFSgwOQZJm0-:focus,\n.mFSgwOQZJm0-.SepF4gvOxq8- {\n background-color: rgb(250, 246, 219);\n background-color: var(--color-surface--hover);\n outline-color: rgb(231, 213, 87);\n outline-color: var(--color-focus);\n}\n";
|
|
25
25
|
var styles = {"dropDownMenuContainer":"_0SStdD4KRHs-","option":"mFSgwOQZJm0-","active":"SepF4gvOxq8-"};
|
|
26
26
|
styleInject_es.styleInject(css_248z);
|
|
27
27
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
|
-
var FormField = require('./FormField-
|
|
4
|
+
var FormField = require('./FormField-76853659.js');
|
|
5
5
|
|
|
6
6
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
7
7
|
|
package/dist/Page/index.js
CHANGED
|
@@ -6,14 +6,14 @@ var React = require('react');
|
|
|
6
6
|
var classnames = require('classnames');
|
|
7
7
|
var jobberHooks = require('@jobber/hooks');
|
|
8
8
|
var styleInject_es = require('../style-inject.es-9d2f5f4e.js');
|
|
9
|
-
var Heading = require('../Heading-
|
|
10
|
-
var Text = require('../Text-
|
|
9
|
+
var Heading = require('../Heading-a1191b15.js');
|
|
10
|
+
var Text = require('../Text-e7ed0974.js');
|
|
11
11
|
var Content = require('../Content-a6590328.js');
|
|
12
|
-
var Markdown = require('../Markdown-
|
|
13
|
-
var Button = require('../Button-
|
|
14
|
-
var Menu = require('../Menu-
|
|
15
|
-
var Emphasis = require('../Emphasis-
|
|
16
|
-
require('../Typography-
|
|
12
|
+
var Markdown = require('../Markdown-53a0bfda.js');
|
|
13
|
+
var Button = require('../Button-69409e46.js');
|
|
14
|
+
var Menu = require('../Menu-aa9c73d2.js');
|
|
15
|
+
var Emphasis = require('../Emphasis-76a10790.js');
|
|
16
|
+
require('../Typography-fd6f932a.js');
|
|
17
17
|
require('react-markdown');
|
|
18
18
|
require('react-router-dom');
|
|
19
19
|
require('../Icon-405a216c.js');
|