@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.
Files changed (75) hide show
  1. package/CHANGELOG.md +83 -0
  2. package/dist/Autocomplete/index.js +7 -7
  3. package/dist/Banner/index.js +5 -5
  4. package/dist/Button/index.js +2 -2
  5. package/dist/{Button-5b2f1636.js → Button-d0f7848a.js} +1 -1
  6. package/dist/ButtonDismiss/index.js +3 -3
  7. package/dist/{ButtonDismiss-4cde8f7c.js → ButtonDismiss-6d3608f5.js} +1 -1
  8. package/dist/Card/index.js +2 -2
  9. package/dist/{Card-368e01a3.js → Card-0e6fde03.js} +1 -1
  10. package/dist/Checkbox/index.js +3 -3
  11. package/dist/{Checkbox-785a79a5.js → Checkbox-4624199c.js} +1 -1
  12. package/dist/Chips/index.js +9 -9
  13. package/dist/ConfirmationModal/index.js +9 -9
  14. package/dist/{ConfirmationModal-b7ef110f.js → ConfirmationModal-474b3dbb.js} +4 -4
  15. package/dist/DataDump/index.js +3 -3
  16. package/dist/DataTable/Body.d.ts +4 -1
  17. package/dist/DataTable/DataTable.d.ts +6 -1
  18. package/dist/DataTable/SortIcon.d.ts +10 -0
  19. package/dist/DataTable/index.d.ts +1 -0
  20. package/dist/DataTable/index.js +144 -63
  21. package/dist/DataTable/test-utilities/helpers.d.ts +1 -0
  22. package/dist/DataTable/test-utilities/index.d.ts +1 -0
  23. package/dist/DatePicker/index.js +3 -3
  24. package/dist/{DatePicker-ad6f8630.js → DatePicker-ec6e34ef.js} +4 -4
  25. package/dist/DescriptionList/index.js +1 -1
  26. package/dist/Disclosure/index.js +2 -2
  27. package/dist/Drawer/index.js +3 -3
  28. package/dist/Emphasis/index.js +2 -2
  29. package/dist/{Emphasis-fd845639.js → Emphasis-391519b1.js} +1 -1
  30. package/dist/FeatureSwitch/index.js +7 -7
  31. package/dist/FormField/index.js +5 -5
  32. package/dist/{FormField-a92c7bac.js → FormField-4ef1dd6b.js} +4 -4
  33. package/dist/FormatFile/index.js +10 -10
  34. package/dist/{FormatFile-5391d4cf.js → FormatFile-d93126eb.js} +4 -4
  35. package/dist/Gallery/index.js +10 -10
  36. package/dist/Heading/index.js +2 -2
  37. package/dist/{Heading-56750113.js → Heading-36fd27db.js} +1 -1
  38. package/dist/InlineLabel/index.js +1 -1
  39. package/dist/InputAvatar/index.js +3 -3
  40. package/dist/InputDate/index.js +6 -6
  41. package/dist/InputEmail/index.js +5 -5
  42. package/dist/InputFile/index.js +3 -3
  43. package/dist/{InputFile-b5cf90c3.js → InputFile-afd946f6.js} +2 -2
  44. package/dist/InputNumber/index.js +5 -5
  45. package/dist/InputPassword/index.js +5 -5
  46. package/dist/InputText/index.js +6 -6
  47. package/dist/{InputText-cb3be15c.js → InputText-8951021c.js} +1 -1
  48. package/dist/InputTime/index.js +5 -5
  49. package/dist/InputValidation/index.js +3 -3
  50. package/dist/{InputValidation-24d3621a.js → InputValidation-c9309e0a.js} +1 -1
  51. package/dist/List/index.js +5 -5
  52. package/dist/Markdown/index.js +5 -5
  53. package/dist/{Markdown-69986c49.js → Markdown-edd7468b.js} +3 -3
  54. package/dist/Menu/index.js +3 -3
  55. package/dist/{Menu-6a392af6.js → Menu-6bee69e7.js} +4 -4
  56. package/dist/Modal/index.js +4 -4
  57. package/dist/{Modal-aaaaf2df.js → Modal-1f7e7433.js} +6 -6
  58. package/dist/MultiSelect/index.js +6 -6
  59. package/dist/{Option-201e55a7.js → Option-5ebb2e0d.js} +1 -1
  60. package/dist/Page/index.js +12 -12
  61. package/dist/Popover/index.js +5 -5
  62. package/dist/RadioGroup/index.js +3 -3
  63. package/dist/Select/index.js +6 -6
  64. package/dist/StatusLabel/index.js +2 -2
  65. package/dist/Switch/index.js +2 -2
  66. package/dist/{Switch-d2bec677.js → Switch-5c72bad3.js} +1 -1
  67. package/dist/Tabs/index.js +1 -1
  68. package/dist/Text/index.js +2 -2
  69. package/dist/{Text-9bc093e9.js → Text-c317e805.js} +1 -1
  70. package/dist/Toast/index.js +2 -2
  71. package/dist/Tooltip/index.js +3 -3
  72. package/dist/{Tooltip-4396164d.js → Tooltip-443889d8.js} +2 -2
  73. package/dist/Typography/index.js +1 -1
  74. package/dist/{Typography-7e542a72.js → Typography-c8df6609.js} +2 -2
  75. package/package.json +3 -3
@@ -2,12 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var Switch = require('../Switch-d2bec677.js');
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-7e542a72.js');
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-7e542a72.js');
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
 
@@ -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-7e542a72.js');
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
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var Text = require('../Text-9bc093e9.js');
5
+ var Text = require('../Text-c317e805.js');
6
6
  require('react');
7
- require('../Typography-7e542a72.js');
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-7e542a72.js');
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
 
@@ -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-5b2f1636.js');
12
- var Typography = require('../Typography-7e542a72.js');
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');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var Tooltip = require('../Tooltip-4396164d.js');
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-9bc093e9.js');
14
- require('../Typography-7e542a72.js');
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-9bc093e9.js');
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: inherit;\n}\n\n._2YpF1qO7J5ncFlfoW0hA1L ._3DjyKsZFiUA0QD18ABsimd::after {\n content: \"\";\n display: block;\n position: absolute;\n border: var(--border-base) solid var(--color-informative);\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";
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
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var Typography = require('../Typography-7e542a72.js');
5
+ var Typography = require('../Typography-c8df6609.js');
6
6
  require('../tslib.es6-5b50eb8e.js');
7
7
  require('react');
8
8
  require('classnames');
@@ -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 = ":root {\n --typography--fontFamily-normal: \"Source Sans Pro\", Helvetica, Arial,\n sans-serif;\n --typography--fontFamily-display: \"Poppins\", Helvetica, Arial, sans-serif;\n\n --typography--fontSize-extravagant: calc(var(--base-unit) * 3); /* 48 */\n --typography--fontSize-jumbo: calc(var(--base-unit) * 2.25); /* 36 */\n --typography--fontSize-largest: calc(var(--base-unit) * 1.5); /* 24 */\n --typography--fontSize-larger: calc(var(--base-unit) * 1.25); /* 20 */\n --typography--fontSize-large: calc(var(--base-unit) * 1.125); /* 18 */\n --typography--fontSize-base: calc(var(--base-unit) * 1); /* 16 */\n --typography--fontSize-small: calc(var(--base-unit) * 0.875); /* 14 */\n --typography--fontSize-smaller: calc(var(--base-unit) * 0.75); /* 12 */\n\n --typography--lineHeight-large: 1.34;\n --typography--lineHeight-base: 1.25;\n --typography--lineHeight-tight: 1.2;\n --typography--lineHeight-tighter: 1.143;\n --typography--lineHeight-tightest: 1.12;\n --typography--lineHeight-miniscule: 1.08;\n}\n\n@media (max-width: 639px) {\n :root {\n --typography--fontSize-extravagant: calc(var(--base-unit) * 2.5); /* 40 */\n --typography--fontSize-jumbo: calc(var(--base-unit) * 1.75); /* 28 */\n --typography--fontSize-largest: calc(var(--base-unit) * 1.375); /* 22 */\n }\n}\n\n@media (max-width: 639px) {\n :root {\n --typography--fontSize-extravagant: calc(var(--base-unit) * 2.5); /* 40 */\n --typography--fontSize-jumbo: calc(var(--base-unit) * 1.75); /* 28 */\n --typography--fontSize-largest: calc(var(--base-unit) * 1.375); /* 22 */\n }\n}\n\n@media (--handhelds) {\n :root {\n --typography--fontSize-extravagant: calc(var(--base-unit) * 2.5); /* 40 */\n --typography--fontSize-jumbo: calc(var(--base-unit) * 1.75); /* 28 */\n --typography--fontSize-largest: calc(var(--base-unit) * 1.375); /* 22 */\n }\n}\n\n._3JZjimh4dusy34C2IGQzQR {\n margin: 0;\n padding: 0;\n font-family: \"Source Sans Pro\", Helvetica, Arial,\n sans-serif;\n font-family: \"Source Sans Pro\", Helvetica, Arial,\n sans-serif;\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";
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 margin-left: calc(-1 * var(--space-smaller));\n padding: 0 var(--space-smaller);\n font-family: var(--typography--fontFamily-display);\n font-weight: inherit;\n background-image: linear-gradient(\n to left,\n var(--color-brand--highlight),\n var(--color-brand--highlight)\n );\n background-position: left 75%;\n background-repeat: repeat-x;\n background-size: 100% 52%;\n}\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.0",
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.0",
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": "910f81e98c045ae31f6a905ef0e7ebc657892d85"
88
+ "gitHead": "03d1e7f7a1e54f9d6db873f2f465278778c03d85"
89
89
  }