@jobber/components 3.0.0-pre.6 → 3.0.0-pre.8
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 +55 -0
- package/dist/Autocomplete/index.js +7 -7
- package/dist/Banner/index.js +3 -3
- package/dist/Button/index.js +2 -2
- package/dist/{Button-5e396052.js → Button-cd30df0f.js} +2 -2
- package/dist/ButtonDismiss/index.js +3 -3
- package/dist/{ButtonDismiss-55397828.js → ButtonDismiss-a9590195.js} +1 -1
- package/dist/Card/index.js +3 -3
- package/dist/{Card-bd8773ff.js → Card-270d6549.js} +1 -1
- package/dist/Checkbox/index.js +3 -3
- package/dist/{Checkbox-e30b4912.js → Checkbox-3dbe3566.js} +1 -1
- package/dist/Chips/index.js +4 -4
- package/dist/ConfirmationModal/index.js +9 -9
- package/dist/{ConfirmationModal-b89132ef.js → ConfirmationModal-5f16e98b.js} +2 -2
- package/dist/DataDump/index.js +4 -4
- package/dist/DataTable/index.js +6 -6
- package/dist/DatePicker/index.js +3 -3
- package/dist/{DatePicker-a7597183.js → DatePicker-d7acadca.js} +2 -2
- package/dist/DescriptionList/index.js +1 -1
- package/dist/Disclosure/index.js +2 -2
- package/dist/Drawer/index.js +4 -4
- package/dist/Emphasis/index.js +2 -2
- package/dist/{Emphasis-630ae96e.js → Emphasis-75a3f411.js} +1 -1
- package/dist/FeatureSwitch/index.js +7 -7
- package/dist/FormField/index.js +5 -5
- package/dist/{FormField-7c79474a.js → FormField-ba2e18af.js} +3 -3
- package/dist/FormatFile/index.js +10 -10
- package/dist/{FormatFile-8a2fc7d1.js → FormatFile-81a1bd99.js} +4 -4
- package/dist/Gallery/index.js +10 -10
- package/dist/Heading/index.js +2 -2
- package/dist/{Heading-40f688c8.js → Heading-a9a66964.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-d6a79bba.js → InputFile-3ae4cf99.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-7b929b6f.js → InputText-96190716.js} +1 -1
- package/dist/InputTime/index.js +5 -5
- package/dist/InputValidation/index.js +3 -3
- package/dist/{InputValidation-b4392981.js → InputValidation-33ff2312.js} +1 -1
- package/dist/List/index.js +5 -5
- package/dist/Markdown/index.js +5 -5
- package/dist/{Markdown-8b8145f6.js → Markdown-b53e0308.js} +3 -3
- package/dist/Menu/index.js +3 -3
- package/dist/{Menu-4e26a969.js → Menu-13deda94.js} +2 -2
- package/dist/Modal/index.js +5 -5
- package/dist/{Modal-0734dd8a.js → Modal-eb97d4c3.js} +3 -3
- package/dist/MultiSelect/index.js +3 -3
- package/dist/{Option-f7b2dd11.js → Option-7e984afb.js} +1 -1
- package/dist/Page/index.js +7 -7
- package/dist/Popover/index.js +3 -3
- package/dist/RadioGroup/index.js +2 -2
- package/dist/Select/index.js +6 -6
- package/dist/StatusLabel/index.js +2 -2
- package/dist/Switch/index.js +2 -2
- package/dist/{Switch-f7078bab.js → Switch-f03b70fc.js} +2 -2
- package/dist/Tabs/index.js +1 -1
- package/dist/Text/index.js +2 -2
- package/dist/{Text-308e8137.js → Text-e012fb46.js} +1 -1
- package/dist/Toast/index.js +2 -2
- package/dist/Tooltip/index.js +3 -3
- package/dist/{Tooltip-117330e5.js → Tooltip-041feb00.js} +1 -1
- package/dist/Typography/index.js +1 -1
- package/dist/{Typography-66a17f39.js → Typography-fbe0ed6e.js} +1 -1
- package/package.json +4 -3
- package/rollup.config.js +1 -0
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-fbe0ed6e.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-e012fb46.js');
|
|
6
6
|
require('react');
|
|
7
|
-
require('../Typography-
|
|
7
|
+
require('../Typography-fbe0ed6e.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-fbe0ed6e.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-cd30df0f.js');
|
|
12
|
+
var Typography = require('../Typography-fbe0ed6e.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-041feb00.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-e012fb46.js');
|
|
14
|
+
require('../Typography-fbe0ed6e.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-e012fb46.js');
|
|
11
11
|
|
|
12
12
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
13
13
|
|
package/dist/Typography/index.js
CHANGED
|
@@ -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 display: inline;\n font-family: inherit;\n font-style: normal;\n font-weight: inherit;\n background-image: url(
|
|
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(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 84 8' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.50004C14.6667 4.50004 49.3 0.900038 82.5 2.50004' stroke='%2384EA00' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E\");\n background-position: center bottom;\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": "3.0.0-pre.
|
|
3
|
+
"version": "3.0.0-pre.8",
|
|
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": "^1.0.0-pre.
|
|
21
|
+
"@jobber/design": "^1.0.0-pre.8",
|
|
22
22
|
"@jobber/formatters": "^0.2.0",
|
|
23
23
|
"@jobber/hooks": "^1.12.1",
|
|
24
24
|
"@popperjs/core": "^2.0.6",
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"postcss": "^7.0.36",
|
|
68
68
|
"postcss-import": "^12.0.1",
|
|
69
69
|
"postcss-preset-env": "^6.7.0",
|
|
70
|
+
"postcss-svg": "^3.0.0",
|
|
70
71
|
"react-test-renderer": "^16.9.0",
|
|
71
72
|
"rollup": "^2.79.1",
|
|
72
73
|
"rollup-plugin-multi-input": "^0.2.2",
|
|
@@ -85,5 +86,5 @@
|
|
|
85
86
|
"> 1%",
|
|
86
87
|
"IE 10"
|
|
87
88
|
],
|
|
88
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "4b9c829c5f8d15a2775c109a3b8ab841b1933c75"
|
|
89
90
|
}
|
package/rollup.config.js
CHANGED