@jobber/components 2.90.0 → 2.90.1-pre.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.
- package/CHANGELOG.md +83 -0
- package/dist/Autocomplete/index.js +7 -7
- package/dist/Banner/index.js +5 -5
- package/dist/Button/index.js +2 -2
- package/dist/{Button-5b2f1636.js → Button-d0f7848a.js} +1 -1
- package/dist/ButtonDismiss/index.js +3 -3
- package/dist/{ButtonDismiss-4cde8f7c.js → ButtonDismiss-6d3608f5.js} +1 -1
- package/dist/Card/index.js +2 -2
- package/dist/{Card-368e01a3.js → Card-0e6fde03.js} +1 -1
- package/dist/Checkbox/index.js +3 -3
- package/dist/{Checkbox-785a79a5.js → Checkbox-4624199c.js} +1 -1
- package/dist/Chips/index.js +9 -9
- package/dist/ConfirmationModal/index.js +9 -9
- package/dist/{ConfirmationModal-b7ef110f.js → ConfirmationModal-474b3dbb.js} +4 -4
- package/dist/DataDump/index.js +3 -3
- package/dist/DataTable/Body.d.ts +4 -1
- package/dist/DataTable/DataTable.d.ts +6 -1
- package/dist/DataTable/SortIcon.d.ts +10 -0
- package/dist/DataTable/index.d.ts +1 -0
- package/dist/DataTable/index.js +144 -63
- package/dist/DataTable/test-utilities/helpers.d.ts +1 -0
- package/dist/DataTable/test-utilities/index.d.ts +1 -0
- package/dist/DatePicker/index.js +3 -3
- package/dist/{DatePicker-ad6f8630.js → DatePicker-ec6e34ef.js} +4 -4
- package/dist/DescriptionList/index.js +1 -1
- package/dist/Disclosure/index.js +2 -2
- package/dist/Drawer/index.js +3 -3
- package/dist/Emphasis/index.js +2 -2
- package/dist/{Emphasis-fd845639.js → Emphasis-391519b1.js} +1 -1
- package/dist/FeatureSwitch/index.js +7 -7
- package/dist/FormField/index.js +5 -5
- package/dist/{FormField-a92c7bac.js → FormField-4ef1dd6b.js} +4 -4
- package/dist/FormatFile/index.js +10 -10
- package/dist/{FormatFile-5391d4cf.js → FormatFile-d93126eb.js} +4 -4
- package/dist/Gallery/index.js +10 -10
- package/dist/Heading/index.js +2 -2
- package/dist/{Heading-56750113.js → Heading-36fd27db.js} +1 -1
- package/dist/InlineLabel/index.js +1 -1
- package/dist/InputAvatar/index.js +3 -3
- package/dist/InputDate/index.js +6 -6
- package/dist/InputEmail/index.js +5 -5
- package/dist/InputFile/index.js +3 -3
- package/dist/{InputFile-b5cf90c3.js → InputFile-afd946f6.js} +2 -2
- package/dist/InputNumber/index.js +5 -5
- package/dist/InputPassword/index.js +5 -5
- package/dist/InputText/index.js +6 -6
- package/dist/{InputText-cb3be15c.js → InputText-8951021c.js} +1 -1
- package/dist/InputTime/index.js +5 -5
- package/dist/InputValidation/index.js +3 -3
- package/dist/{InputValidation-24d3621a.js → InputValidation-c9309e0a.js} +1 -1
- package/dist/List/index.js +5 -5
- package/dist/Markdown/index.js +5 -5
- package/dist/{Markdown-69986c49.js → Markdown-edd7468b.js} +3 -3
- package/dist/Menu/index.js +3 -3
- package/dist/{Menu-6a392af6.js → Menu-6bee69e7.js} +4 -4
- package/dist/Modal/index.js +4 -4
- package/dist/{Modal-aaaaf2df.js → Modal-1f7e7433.js} +6 -6
- package/dist/MultiSelect/index.js +6 -6
- package/dist/{Option-201e55a7.js → Option-5ebb2e0d.js} +1 -1
- package/dist/Page/index.js +12 -12
- package/dist/Popover/index.js +5 -5
- 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-d2bec677.js → Switch-5c72bad3.js} +1 -1
- package/dist/Tabs/index.js +1 -1
- package/dist/Text/index.js +2 -2
- package/dist/{Text-9bc093e9.js → Text-c317e805.js} +1 -1
- package/dist/Toast/index.js +2 -2
- package/dist/Tooltip/index.js +3 -3
- package/dist/{Tooltip-4396164d.js → Tooltip-443889d8.js} +2 -2
- package/dist/Typography/index.js +1 -1
- package/dist/{Typography-7e542a72.js → Typography-c8df6609.js} +2 -2
- package/package.json +3 -3
package/dist/Switch/index.js
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Switch = require('../Switch-
|
|
5
|
+
var Switch = require('../Switch-5c72bad3.js');
|
|
6
6
|
require('../tslib.es6-5b50eb8e.js');
|
|
7
7
|
require('react');
|
|
8
8
|
require('classnames');
|
|
9
9
|
require('../style-inject.es-dcee06b6.js');
|
|
10
|
-
require('../Typography-
|
|
10
|
+
require('../Typography-c8df6609.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -4,7 +4,7 @@ var tslib_es6 = require('./tslib.es6-5b50eb8e.js');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var classnames = require('classnames');
|
|
6
6
|
var styleInject_es = require('./style-inject.es-dcee06b6.js');
|
|
7
|
-
var Typography = require('./Typography-
|
|
7
|
+
var Typography = require('./Typography-c8df6609.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
10
10
|
|
package/dist/Tabs/index.js
CHANGED
|
@@ -6,7 +6,7 @@ var tslib_es6 = require('../tslib.es6-5b50eb8e.js');
|
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var classnames = require('classnames');
|
|
8
8
|
var styleInject_es = require('../style-inject.es-dcee06b6.js');
|
|
9
|
-
var Typography = require('../Typography-
|
|
9
|
+
var Typography = require('../Typography-c8df6609.js');
|
|
10
10
|
|
|
11
11
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
12
12
|
|
package/dist/Text/index.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Text = require('../Text-
|
|
5
|
+
var Text = require('../Text-c317e805.js');
|
|
6
6
|
require('react');
|
|
7
|
-
require('../Typography-
|
|
7
|
+
require('../Typography-c8df6609.js');
|
|
8
8
|
require('../tslib.es6-5b50eb8e.js');
|
|
9
9
|
require('classnames');
|
|
10
10
|
require('../style-inject.es-dcee06b6.js');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
|
-
var Typography = require('./Typography-
|
|
4
|
+
var Typography = require('./Typography-c8df6609.js');
|
|
5
5
|
|
|
6
6
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
7
7
|
|
package/dist/Toast/index.js
CHANGED
|
@@ -8,8 +8,8 @@ var ReactDOM = require('react-dom');
|
|
|
8
8
|
var framerMotion = require('framer-motion');
|
|
9
9
|
var styleInject_es = require('../style-inject.es-dcee06b6.js');
|
|
10
10
|
var Icon = require('../Icon-d5ad1a6d.js');
|
|
11
|
-
var Button = require('../Button-
|
|
12
|
-
var Typography = require('../Typography-
|
|
11
|
+
var Button = require('../Button-d0f7848a.js');
|
|
12
|
+
var Typography = require('../Typography-c8df6609.js');
|
|
13
13
|
require('@jobber/design');
|
|
14
14
|
require('classnames');
|
|
15
15
|
require('react-router-dom');
|
package/dist/Tooltip/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Tooltip = require('../Tooltip-
|
|
5
|
+
var Tooltip = require('../Tooltip-443889d8.js');
|
|
6
6
|
require('../tslib.es6-5b50eb8e.js');
|
|
7
7
|
require('react');
|
|
8
8
|
require('classnames');
|
|
@@ -10,8 +10,8 @@ require('react-dom');
|
|
|
10
10
|
require('framer-motion');
|
|
11
11
|
require('../style-inject.es-dcee06b6.js');
|
|
12
12
|
require('react-popper');
|
|
13
|
-
require('../Text-
|
|
14
|
-
require('../Typography-
|
|
13
|
+
require('../Text-c317e805.js');
|
|
14
|
+
require('../Typography-c8df6609.js');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
@@ -7,7 +7,7 @@ var ReactDOM = require('react-dom');
|
|
|
7
7
|
var framerMotion = require('framer-motion');
|
|
8
8
|
var styleInject_es = require('./style-inject.es-dcee06b6.js');
|
|
9
9
|
var reactPopper = require('react-popper');
|
|
10
|
-
var Text = require('./Text-
|
|
10
|
+
var Text = require('./Text-c317e805.js');
|
|
11
11
|
|
|
12
12
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
|
15
15
|
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
16
16
|
var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
|
|
17
17
|
|
|
18
|
-
var css = ":root {\n --tooltip--arrow-size: var(--space-small);\n --tooltip--offset: calc(-1 * calc(var(--space-smaller) + 1px));\n}\n\n._2IKuYsqwWWH9A-WgJDR61q {\n display: none;\n}\n\n._2fkHxHwiJK9AkUMCIPucCJ {\n display: inline-block;\n position: absolute;\n z-index: var(--elevation-tooltip);\n}\n\n._2YpF1qO7J5ncFlfoW0hA1L {\n display: inline-block;\n position: relative;\n max-width: calc(var(--base-unit) * 15);\n padding: var(--space-small);\n border: var(--border-base) solid var(--color-informative);\n border-radius: var(--radius-base);\n background-color: var(--color-informative--surface);\n}\n\n._2YpF1qO7J5ncFlfoW0hA1L ._3DjyKsZFiUA0QD18ABsimd,\n._2YpF1qO7J5ncFlfoW0hA1L ._3DjyKsZFiUA0QD18ABsimd::after {\n width: var(--space-small);\n width: var(--space-small);\n width: var(--tooltip--arrow-size);\n height: var(--space-small);\n height: var(--space-small);\n height: var(--tooltip--arrow-size);\n background-color:
|
|
18
|
+
var css = ":root {\n --tooltip--arrow-size: var(--space-small);\n --tooltip--offset: calc(-1 * calc(var(--space-smaller) + 1px));\n}\n\n._2IKuYsqwWWH9A-WgJDR61q {\n display: none;\n}\n\n._2fkHxHwiJK9AkUMCIPucCJ {\n display: inline-block;\n position: absolute;\n z-index: var(--elevation-tooltip);\n}\n\n._2YpF1qO7J5ncFlfoW0hA1L {\n display: inline-block;\n position: relative;\n max-width: calc(var(--base-unit) * 15);\n padding: var(--space-small);\n border: var(--border-base) solid var(--color-informative);\n border-radius: var(--radius-base);\n background-color: var(--color-informative--surface);\n}\n\n._2YpF1qO7J5ncFlfoW0hA1L ._3DjyKsZFiUA0QD18ABsimd,\n._2YpF1qO7J5ncFlfoW0hA1L ._3DjyKsZFiUA0QD18ABsimd::after {\n width: var(--space-small);\n width: var(--space-small);\n width: var(--tooltip--arrow-size);\n height: var(--space-small);\n height: var(--space-small);\n height: var(--tooltip--arrow-size);\n background-color: transparent;\n}\n\n._2YpF1qO7J5ncFlfoW0hA1L ._3DjyKsZFiUA0QD18ABsimd::after {\n content: \"\";\n display: block;\n position: absolute;\n border: var(--border-base) solid var(--color-informative);\n background-color: var(--color-informative--surface);\n -webkit-transform: rotate(45deg);\n transform: rotate(45deg);\n}\n\n._3VkJmaX3T1x98A59lZbEa5 {\n padding-bottom: var(--space-small);\n}\n\n._3VkJmaX3T1x98A59lZbEa5 ._2YpF1qO7J5ncFlfoW0hA1L {\n -webkit-transform-origin: bottom center;\n transform-origin: bottom center;\n}\n\n._3VkJmaX3T1x98A59lZbEa5 ._2YpF1qO7J5ncFlfoW0hA1L ._3DjyKsZFiUA0QD18ABsimd {\n bottom: calc(-1 * calc(var(--space-smaller) + 1px));\n bottom: calc(-1 * calc(var(--space-smaller) + 1px));\n bottom: var(--tooltip--offset);\n}\n\n._3VkJmaX3T1x98A59lZbEa5 ._2YpF1qO7J5ncFlfoW0hA1L ._3DjyKsZFiUA0QD18ABsimd::after {\n border-top-width: 0;\n border-left-width: 0;\n}\n\n.QtIXawS3dVhY8j2NKSZLY {\n padding-top: var(--space-small);\n}\n\n.QtIXawS3dVhY8j2NKSZLY ._2YpF1qO7J5ncFlfoW0hA1L {\n -webkit-transform-origin: top center;\n transform-origin: top center;\n}\n\n.QtIXawS3dVhY8j2NKSZLY ._2YpF1qO7J5ncFlfoW0hA1L ._3DjyKsZFiUA0QD18ABsimd {\n top: calc(-1 * calc(var(--space-smaller) + 1px));\n top: calc(-1 * calc(var(--space-smaller) + 1px));\n top: var(--tooltip--offset);\n}\n\n.QtIXawS3dVhY8j2NKSZLY ._2YpF1qO7J5ncFlfoW0hA1L ._3DjyKsZFiUA0QD18ABsimd::after {\n border-bottom-width: 0;\n border-right-width: 0;\n}\n";
|
|
19
19
|
var styles = {"shadowActivator":"_2IKuYsqwWWH9A-WgJDR61q","tooltipWrapper":"_2fkHxHwiJK9AkUMCIPucCJ","tooltip":"_2YpF1qO7J5ncFlfoW0hA1L","arrow":"_3DjyKsZFiUA0QD18ABsimd","above":"_3VkJmaX3T1x98A59lZbEa5","below":"QtIXawS3dVhY8j2NKSZLY"};
|
|
20
20
|
styleInject_es.styleInject(css);
|
|
21
21
|
|
package/dist/Typography/index.js
CHANGED
|
@@ -10,7 +10,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
10
10
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
11
11
|
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
12
12
|
|
|
13
|
-
var css$8 = "
|
|
13
|
+
var css$8 = "._3JZjimh4dusy34C2IGQzQR {\n margin: 0;\n padding: 0;\n font-family: var(--typography--fontFamily-normal);\n /* Wrap really long words or URL's */\n word-wrap: break-word;\n word-wrap: break-word;\n}\n";
|
|
14
14
|
var styles = {"base":"_3JZjimh4dusy34C2IGQzQR"};
|
|
15
15
|
styleInject_es.styleInject(css$8);
|
|
16
16
|
|
|
@@ -30,7 +30,7 @@ var css$4 = "._3ll_IHWYP5CXtvLbd7M3g4 {\n color: var(--color-blue);\n}\n\n._2aL
|
|
|
30
30
|
var textColors = {"blue":"_3ll_IHWYP5CXtvLbd7M3g4","grey":"_2aLfviMTslnYDFQydSPFyG","greyBlueDark":"_2yHCFsRY1Y6nrwHGA2BGXR","greyBlue":"khfPfWiE9EnXFTUREGKev","green":"_1IbTq3B5pV7-zQrdDXJhDB","red":"LH8KHdwfbdIWS8Ia4LNzJ","yellow":"_2qLzIirDpz70j0ZkQstH4P","yellowDark":"_2WeCxN6EUixXRd6wiNkurb","lightBlue":"_3KVpUUVNa7DxPCMTIqHmkr","white":"K60KIG2FVHz496YyImWfR","heading":"_39omMvRy0QF8yo96lzBKvU","text":"_1lCJhtn-QuZ-H-7N8CtLPg","textSecondary":"iZQf_6Bu4s-etKAEvUMSW","critical":"_22rt2p8mwIe87C2W5fAboT","warning":"_1ZKA-7F_F3OjO2zAlnN0ey","informative":"fjWW9OckqU4Ei4hdPBRqQ","success":"_2oR_lya19rHAoUVAO3xgJ3","disabled":"_2TOA8Z2cHlX5BRCA54HkZp"};
|
|
31
31
|
styleInject_es.styleInject(css$4);
|
|
32
32
|
|
|
33
|
-
var css$3 = "._2v32EeDVd2655RBXZ9dq3n {\n font-style: italic;\n}\n\n._1qwLpB6asp267SE_SsLR5r {\n
|
|
33
|
+
var css$3 = "._2v32EeDVd2655RBXZ9dq3n {\n font-style: italic;\n}\n\n._1qwLpB6asp267SE_SsLR5r {\n display: inline;\n font-family: inherit;\n font-style: normal;\n font-weight: inherit;\n background-image: url(../../Emphasis/EmphasisBrushstroke.svg);\n background-position: center 90%;\n background-repeat: no-repeat;\n background-size: 100% 20%;\n}\n";
|
|
34
34
|
var emphasis = {"italic":"_2v32EeDVd2655RBXZ9dq3n","highlight":"_1qwLpB6asp267SE_SsLR5r"};
|
|
35
35
|
styleInject_es.styleInject(css$3);
|
|
36
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "2.90.
|
|
3
|
+
"version": "2.90.1-pre.2+03d1e7f7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dist/*"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@jobber/design": "^0.26.
|
|
21
|
+
"@jobber/design": "^0.26.1-pre.23+03d1e7f7",
|
|
22
22
|
"@jobber/formatters": "^0.2.0",
|
|
23
23
|
"@jobber/hooks": "^1.12.1",
|
|
24
24
|
"@popperjs/core": "^2.0.6",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"> 1%",
|
|
86
86
|
"IE 10"
|
|
87
87
|
],
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "03d1e7f7a1e54f9d6db873f2f465278778c03d85"
|
|
89
89
|
}
|