@jobber/components 4.4.1 → 4.4.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.
Files changed (72) hide show
  1. package/dist/Autocomplete/index.js +7 -7
  2. package/dist/Banner/index.js +3 -3
  3. package/dist/Button/Button.d.ts +21 -20
  4. package/dist/Button/index.js +2 -2
  5. package/dist/{Button-f7b0f481.js → Button-e2452625.js} +1 -1
  6. package/dist/ButtonDismiss/index.js +3 -3
  7. package/dist/{ButtonDismiss-7b2ceeaa.js → ButtonDismiss-64740d0a.js} +1 -1
  8. package/dist/Card/index.js +5 -5
  9. package/dist/{Card-13d52e52.js → Card-bf3d96e0.js} +3 -3
  10. package/dist/Checkbox/index.js +3 -3
  11. package/dist/{Checkbox-e40acfeb.js → Checkbox-ff77e7ef.js} +1 -1
  12. package/dist/Chips/index.js +4 -4
  13. package/dist/ConfirmationModal/index.js +9 -9
  14. package/dist/{ConfirmationModal-2ca04371.js → ConfirmationModal-3b5b2d06.js} +2 -2
  15. package/dist/DataDump/index.js +6 -6
  16. package/dist/DataTable/index.js +6 -6
  17. package/dist/DatePicker/index.js +3 -3
  18. package/dist/{DatePicker-c0782233.js → DatePicker-90fd1823.js} +2 -2
  19. package/dist/DescriptionList/index.js +1 -1
  20. package/dist/Disclosure/index.js +1 -1
  21. package/dist/Drawer/index.js +4 -4
  22. package/dist/Emphasis/index.js +2 -2
  23. package/dist/{Emphasis-6794fc77.js → Emphasis-1d1a2601.js} +1 -1
  24. package/dist/FeatureSwitch/index.js +7 -7
  25. package/dist/FormField/index.js +5 -5
  26. package/dist/{FormField-2ff2e827.js → FormField-bdfb7a5a.js} +3 -3
  27. package/dist/FormatFile/index.js +10 -10
  28. package/dist/{FormatFile-4859d303.js → FormatFile-a23d9ccd.js} +4 -4
  29. package/dist/Gallery/index.js +11 -11
  30. package/dist/Heading/index.js +2 -2
  31. package/dist/{Heading-f94abfd1.js → Heading-4dc407a9.js} +1 -1
  32. package/dist/InlineLabel/index.js +1 -1
  33. package/dist/InputAvatar/index.js +3 -3
  34. package/dist/InputDate/index.js +6 -6
  35. package/dist/InputEmail/index.js +5 -5
  36. package/dist/InputFile/index.js +3 -3
  37. package/dist/{InputFile-aa301e17.js → InputFile-9e6f4dec.js} +2 -2
  38. package/dist/InputNumber/index.js +5 -5
  39. package/dist/InputPassword/index.js +5 -5
  40. package/dist/InputText/index.js +6 -6
  41. package/dist/{InputText-7e6e8eeb.js → InputText-c056703c.js} +1 -1
  42. package/dist/InputTime/index.js +5 -5
  43. package/dist/InputValidation/index.js +3 -3
  44. package/dist/{InputValidation-e36c9d5e.js → InputValidation-1b86b467.js} +1 -1
  45. package/dist/LightBox/index.js +4 -4
  46. package/dist/{LightBox-f310c9db.js → LightBox-3753b459.js} +2 -2
  47. package/dist/List/index.js +5 -5
  48. package/dist/Markdown/index.js +5 -5
  49. package/dist/{Markdown-18a7298f.js → Markdown-c6caca6d.js} +3 -3
  50. package/dist/Menu/index.js +3 -3
  51. package/dist/{Menu-94526305.js → Menu-e6f88c8e.js} +2 -2
  52. package/dist/Modal/index.js +5 -5
  53. package/dist/{Modal-bb8547df.js → Modal-e493144d.js} +3 -3
  54. package/dist/MultiSelect/index.js +3 -3
  55. package/dist/{Option-8dc5fb8f.js → Option-73a5502d.js} +1 -1
  56. package/dist/Page/index.js +7 -7
  57. package/dist/Popover/index.js +3 -3
  58. package/dist/RadioGroup/index.js +2 -2
  59. package/dist/Select/index.js +6 -6
  60. package/dist/StatusLabel/index.js +2 -2
  61. package/dist/Switch/index.js +2 -2
  62. package/dist/{Switch-759b4a9b.js → Switch-4fab8779.js} +1 -1
  63. package/dist/Tabs/index.js +1 -1
  64. package/dist/Text/index.js +2 -2
  65. package/dist/{Text-7c99b48d.js → Text-668ba4fe.js} +1 -1
  66. package/dist/Toast/index.js +2 -2
  67. package/dist/Tooltip/index.js +3 -3
  68. package/dist/{Tooltip-3ab4c6db.js → Tooltip-dba62da5.js} +1 -1
  69. package/dist/Typography/index.js +1 -1
  70. package/dist/{Typography-c0bec306.js → Typography-1aeeb56e.js} +1 -1
  71. package/package.json +3 -4
  72. package/rollup.config.js +0 -1
@@ -7,8 +7,8 @@ var client = require('react-dom/client');
7
7
  var framerMotion = require('framer-motion');
8
8
  var styleInject_es = require('../style-inject.es-9d2f5f4e.js');
9
9
  var Icon = require('../Icon-405a216c.js');
10
- var Button = require('../Button-f7b0f481.js');
11
- var Typography = require('../Typography-c0bec306.js');
10
+ var Button = require('../Button-e2452625.js');
11
+ var Typography = require('../Typography-1aeeb56e.js');
12
12
  require('@jobber/design');
13
13
  require('classnames');
14
14
  require('react-router-dom');
@@ -2,15 +2,15 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var Tooltip = require('../Tooltip-3ab4c6db.js');
5
+ var Tooltip = require('../Tooltip-dba62da5.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('react-dom');
9
9
  require('framer-motion');
10
10
  require('../style-inject.es-9d2f5f4e.js');
11
11
  require('react-popper');
12
- require('../Text-7c99b48d.js');
13
- require('../Typography-c0bec306.js');
12
+ require('../Text-668ba4fe.js');
13
+ require('../Typography-1aeeb56e.js');
14
14
 
15
15
 
16
16
 
@@ -6,7 +6,7 @@ var ReactDOM = require('react-dom');
6
6
  var framerMotion = require('framer-motion');
7
7
  var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
8
8
  var reactPopper = require('react-popper');
9
- var Text = require('./Text-7c99b48d.js');
9
+ var Text = require('./Text-668ba4fe.js');
10
10
 
11
11
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
12
12
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var Typography = require('../Typography-c0bec306.js');
5
+ var Typography = require('../Typography-1aeeb56e.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('../style-inject.es-9d2f5f4e.js');
@@ -29,7 +29,7 @@ var css_248z$4 = ".pkqoq2KXY9w- {\n color: var(--color-blue);\n}\n\n.ftVHRSii3r
29
29
  var textColors = {"blue":"pkqoq2KXY9w-","grey":"ftVHRSii3ro-","greyBlueDark":"FQbGABZWVzA-","greyBlue":"zQaB9J0-vrs-","green":"_4-xdzcqT-Us-","red":"Zp9E7ELPjPA-","yellow":"v-Fo4PwPxDI-","yellowDark":"YrGUIChAZC0-","lightBlue":"r7JcIVoDcTY-","white":"_6RXTyd198iM-","heading":"fLix4jA-RkU-","text":"_1g0uMAwFAsk-","textSecondary":"oXqFAHwT6y4-","critical":"rWkzi9HFNDU-","warning":"PQLYQKGCmPI-","informative":"L6bBDJrx-m0-","success":"bJDJJKvmT90-","disabled":"_3g4iYm8XwkM-"};
30
30
  styleInject_es.styleInject(css_248z$4);
31
31
 
32
- var css_248z$3 = ".Jys1uy2pQXw- {\n font-style: italic;\n}\n\n.kd2u0dL-if0- {\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";
32
+ var css_248z$3 = ".Jys1uy2pQXw- {\n font-style: italic;\n}\n\n.kd2u0dL-if0- {\n display: inline;\n font-family: inherit;\n font-style: normal;\n font-weight: inherit;\n background-image: url(\"data:image/svg+xml,%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";
33
33
  var emphasis = {"italic":"Jys1uy2pQXw-","highlight":"kd2u0dL-if0-"};
34
34
  styleInject_es.styleInject(css_248z$3);
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "dist/*"
18
18
  ],
19
19
  "dependencies": {
20
- "@jobber/design": "^0.31.0",
20
+ "@jobber/design": "^0.31.1",
21
21
  "@jobber/formatters": "*",
22
22
  "@jobber/hooks": "*",
23
23
  "@popperjs/core": "^2.0.6",
@@ -64,7 +64,6 @@
64
64
  "postcss": "^8.4.21",
65
65
  "postcss-import": "^12.0.1",
66
66
  "postcss-preset-env": "^6.7.0",
67
- "postcss-svg": "^3.0.0",
68
67
  "rollup": "^2.79.1",
69
68
  "rollup-plugin-multi-input": "^1.4.1",
70
69
  "rollup-plugin-postcss": "^4.0.2",
@@ -82,5 +81,5 @@
82
81
  "> 1%",
83
82
  "IE 10"
84
83
  ],
85
- "gitHead": "36e6f1ce4a5a1df0e8fb4e015c6f843bc67db548"
84
+ "gitHead": "f164bf5420fb0073954c04f759e32e23c409108a"
86
85
  }
package/rollup.config.js CHANGED
@@ -20,7 +20,6 @@ export default {
20
20
  plugins: [
21
21
  require("postcss-import"),
22
22
  require("autoprefixer"),
23
- require("postcss-svg"),
24
23
  // eslint-disable-next-line @typescript-eslint/no-var-requires
25
24
  require("postcss-preset-env")({
26
25
  stage: 1,