@synerise/ds-core 0.40.12 → 0.40.14

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 CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.40.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.13...@synerise/ds-core@0.40.14) (2024-05-08)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-core
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.40.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.12...@synerise/ds-core@0.40.13) (2024-04-11)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **popconfirm:** fixed popconfirm zIndex ([9d7d1b7](https://github.com/synerise/synerise-design/commit/9d7d1b79a3c23ba2613d9bdde425e27f9aea6be6))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.40.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.11...@synerise/ds-core@0.40.12) (2024-02-21)
7
26
 
8
27
 
@@ -2,8 +2,6 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
2
2
 
3
3
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
4
4
 
5
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
6
-
7
5
  function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
8
6
 
9
7
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
@@ -17,8 +15,6 @@ import antMessages from './antLocales';
17
15
  var DEFAULT_LANG = 'en-US';
18
16
 
19
17
  var LocaleProvider = /*#__PURE__*/function (_React$Component) {
20
- _inheritsLoose(LocaleProvider, _React$Component);
21
-
22
18
  function LocaleProvider() {
23
19
  var _this;
24
20
 
@@ -28,17 +24,19 @@ var LocaleProvider = /*#__PURE__*/function (_React$Component) {
28
24
 
29
25
  _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
30
26
 
31
- _defineProperty(_assertThisInitialized(_this), "state", {
27
+ _defineProperty(_this, "state", {
32
28
  dsLocales: {}
33
29
  });
34
30
 
35
- _defineProperty(_assertThisInitialized(_this), "getLangForCode", function (code) {
31
+ _defineProperty(_this, "getLangForCode", function (code) {
36
32
  return code.substring(0, 2);
37
33
  });
38
34
 
39
35
  return _this;
40
36
  }
41
37
 
38
+ _inheritsLoose(LocaleProvider, _React$Component);
39
+
42
40
  var _proto = LocaleProvider.prototype;
43
41
 
44
42
  _proto.componentDidMount = function componentDidMount() {
@@ -1 +1 @@
1
- module.exports=function(e){var r={};function t(a){if(r[a])return r[a].exports;var o=r[a]={i:a,l:!1,exports:{}};return e[a].call(o.exports,o,o.exports,t),o.l=!0,o.exports}return t.m=e,t.c=r,t.d=function(e,r,a){t.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:a})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,r){if(1&r&&(e=t(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(t.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var o in e)t.d(a,o,function(r){return e[r]}.bind(null,o));return a},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="",t(t.s=0)}([function(e,r,t){"use strict";t.r(r);const a=t(1),o=t(2),n=(e,r,t=0)=>!r[e]||t>8?null:r[e].replace(/@[\w-]+/g,e=>n(e.slice(1),t+1)||e);for(const e in o)Object.prototype.hasOwnProperty.call(o,e)&&(o[e]=n(e,o));for(const e in a)Object.prototype.hasOwnProperty.call(a,e)&&(a[e]=n(e,a));r.default={variables:o,colors:a}},function(e,r){e.exports={"red-900":"#520004","red-800":"#87020b","red-700":"#cf1413","red-600":"#f52922","red-500":"#ff5a4d","red-400":"#ff8475","red-300":"#ffab9e","red-200":"#ffd1c7","red-100":"#ffece8","red-050":"#fff6f4","green-900":"#0d2b00","green-800":"#2a7003","green-700":"#399903","green-600":"#54cb0b","green-500":"#76dc25","green-400":"#9aed45","green-300":"#c5ff7e","green-200":"#d9ffa0","green-100":"#ecffce","green-050":"#f9ffed","grey-900":"#232936","grey-800":"#384350","grey-700":"#57616d","grey-600":"#6a7580","grey-500":"#949ea6","grey-400":"#b5bdc3","grey-300":"#dbe0e3","grey-200":"#e9edee","grey-100":"#f3f5f6","grey-050":"#f9fafb","yellow-900":"#5e3d00","yellow-800":"#bf8300","yellow-700":"#eda600","yellow-600":"#fab700","yellow-500":"#ffc300","yellow-400":"#ffda24","yellow-300":"#ffe873","yellow-200":"#fff8d7","yellow-100":"#fffae3","yellow-050":"#fffcf0","blue-900":"#01026e","blue-800":"#00039e","blue-700":"#0044d9","blue-600":"#0b68ff","blue-500":"#238afe","blue-400":"#4da7fe","blue-300":"#8bcaff","blue-200":"#bce1ff","blue-100":"#d9eeff","blue-050":"#f4faff","pink-900":"#5d001c","pink-800":"#a80732","pink-700":"#d41640","pink-600":"#ff2f52","pink-500":"#ff4d67","pink-400":"#ff7586","pink-300":"#fe9da5","pink-200":"#ffc9ce","pink-100":"#ffebeb","pink-050":"#fff5f5","mars-900":"#770b05","mars-800":"#c41b03","mars-700":"#e43812","mars-600":"#ff5831","mars-500":"#ff6c4d","mars-400":"#ff8770","mars-300":"#ffa999","mars-200":"#ffcbc1","mars-100":"#ffe9e9","mars-050":"#fff3f3","orange-900":"#5f0900","orange-800":"#cc3a01","orange-700":"#ed5603","orange-600":"#f97600","orange-500":"#fd9f05","orange-400":"#ffba24","orange-300":"#ffd373","orange-200":"#ffe3a6","orange-100":"#fff5e0","orange-050":"#fffaf0","fern-900":"#002b0d","fern-800":"#03701f","fern-700":"#039929","fern-600":"#0bcb38","fern-500":"#25dc44","fern-400":"#45ed58","fern-300":"#7eff87","fern-200":"#a0ffa2","fern-100":"#ceffce","fern-050":"#edffed","cyan-900":"#002429","cyan-800":"#00494f","cyan-700":"#007075","cyan-600":"#089b9c","cyan-500":"#13c2bc","cyan-400":"#36cfc4","cyan-300":"#6cdfd4","cyan-200":"#87e8db","cyan-100":"#b5f5ea","cyan-050":"#e6fffa","purple-900":"#10033d","purple-800":"#1f0763","purple-700":"#35108a","purple-600":"#4e1daf","purple-500":"#6d2ed3","purple-400":"#8e54e0","purple-300":"#b88cee","purple-200":"#d1adf7","purple-100":"#eedbff","purple-050":"#f9f0ff","violet-900":"#3b0352","violet-800":"#5b0678","violet-700":"#7e109e","violet-600":"#a41dc4","violet-500":"#ce2feb","violet-400":"#e459f7","violet-300":"#f585ff","violet-200":"#fbadff","violet-100":"#fed6ff","violet-050":"#fff0ff",white:"#ffffff"}},function(e,r){e.exports={"primary-color-opacity-4":"rgba(@blue-600, 0.4)","gray-color-opacity-1":"rgba(@grey-400, 0.15)","gray-color-opacity-2":"rgba(@grey-400, 0.25)","gray-color-opacity-3":"rgba(@grey-400, 0.35)","gray-color-opacity-4":"rgba(@grey-050, 0.4)","gray-color-opacity-5":"rgba(@grey-700, 0.4)","gray-color-opacity-6":"rgba(@grey-300, 0.15)","red-color-opacity-4":"rgba(@red-600, 0.4)","yellow-color-opacity-4":"rgba(@yellow-600, 0.4)","green-color-opacity-4":"rgba(@green-600, 0.4)","background-color":"#f2f5f6",white:"#fff","body-background":"#f2f5f6","component-background":"#fff","code-family":"Consolas, Menlo, Courier, monospace","font-size-base":"13px","font-size-lg":"13px","font-size-sm":"11px","line-height-base":"1.38","border-radius-base":"3px","border-radius-sm":"3px","padding-lg":"32px","padding-md":"16px","padding-sm":"12px","padding-xs":"8px","link-decoration":"none","link-hover-decoration":"underline","control-padding-horizontal":"16px","control-padding-horizontal-sm":"8px","border-width-base":"1px","border-style-base":"solid","shadow-color":"rgba(171, 178, 183, 0.12)","shadow-color-highlight":"rgba(171, 178, 183, 1)","box-shadow-base":"0 2px 6px rgba(171, 178, 183, 0.12)","box-shadow-active":"0 8px 16px rgba(171, 178, 183, 0.32)","shadow-1-up":"0 0px 8px @shadow-color","shadow-1-down":"0 2px 8px @shadow-color","shadow-1-left":"-2px 0 8px @shadow-color","shadow-1-right":"2px 0 8px @shadow-color","shadow-2":"0 2px 6px rgba(171, 178, 183, 0.12)","shadow-highlight":"0 0px 8px @shadow-color-highlight","outline-blur-size":"0","outline-width":"0px","btn-font-weight":"500","btn-border-radius-base":"3px","btn-border-radius-sm":"3px","btn-primary-color":"#fff","btn-primary-shadow":"rgba(35, 138, 254, 0.2)","btn-default-hover-bg":"#fff","btn-default-shadow":"rgba(219, 224, 227, 0.2)","btn-tertiary-bg":"rgba(@grey-400, 0.15)","btn-tertiary-hover-bg":"rgba(@grey-400, 0.25)","btn-tertiary-focus-bg":"rgba(@grey-400, 0.15)","btn-tertiary-active-bg":"rgba(@grey-400, 0.35)","btn-tertiary-border":"transparent","btn-tertiary-shadow":"rgba(219, 224, 227, 0.2)","btn-tertiary-white-color":"#fff","btn-tertiary-white-bg":"rgba(@gray-color-lighter-5, 0.15)","btn-tertiary-white-hover-bg":"rgba(@gray-color-lighter-5, 0.25)","btn-tertiary-white-focus-bg":"rgba(@gray-color-lighter-5, 0.15)","btn-tertiary-white-active-bg":"rgba(@gray-color-lighter-5, 0.1)","btn-tertiary-white-border":"transparent","btn-ghost-bg":"transparent","btn-ghost-hover-bg":"rgba(@grey-400, 0.25)","btn-ghost-focus-bg":"transparent","btn-ghost-active-bg":"rgba(@grey-400, 0.35)","btn-ghost-border":"transparent","btn-ghost-shadow":"rgba(219, 224, 227, 0.2)","btn-ghost-primary-bg":"transparent","btn-ghost-primary-hover-bg":"rgba(@gray-color-lighter-4, 0.25)","btn-ghost-primary-focus-bg":"transparent","btn-ghost-primary-active-bg":"rgba(@gray-color-lighter-4, 0.35)","btn-ghost-primary-border":"transparent","btn-ghost-white-color":"#fff","btn-ghost-white-bg":"transparent","btn-ghost-white-hover-bg":"rgba(@gray-color-lighter-3, 0.25)","btn-ghost-white-focus-bg":"transparent","btn-ghost-white-active-bg":"rgba(@gray-color-lighter-3, 0.1)","btn-ghost-white-border":"transparent","btn-danger-color":"#fff","btn-danger-shadow":"rgba(255, 90, 77, 0.2)","btn-success-color":"#fff","btn-success-shadow":"rgba(118, 220, 37, 0.2)","btn-warning-color":"#fff","btn-warning-shadow":"rgba(255, 195, 0, 0.2)","btn-gray-color":"#fff","btn-flat-bg":"transparent","btn-flat-border":"transparent","btn-primary-on-blue-color":"#fff","btn-disable-primary-color":"#fff","btn-disable-primary-bg":"rgba(@blue-600, 0.4)","btn-disable-primary-border":"transparent","btn-disable-default-color":"rgba(@grey-700, 0.4)","btn-disable-default-bg":"rgba(@grey-050, 0.4)","btn-disable-tertiary-color":"rgba(@grey-700, 0.4)","btn-disable-tertiary-bg":"rgba(@grey-400, 0.15)","btn-disable-tertiary-border":"transparent","btn-disable-tertiary-white-color":"rgba(@white, 0.4)","btn-disable-tertiary-white-bg":"rgba(@grey-300, 0.15)","btn-disable-tertiary-white-border":"transparent","btn-disable-ghost-color":"rgba(@grey-700, 0.4)","btn-disable-ghost-bg":"transparent","btn-disable-ghost-border":"transparent","btn-disable-ghost-primary-color":"rgb(@primary-color, 0.4)","btn-disable-ghost-primary-bg":"transparent","btn-disable-ghost-primary-border":"transparent","btn-disable-ghost-white-color":"rgb(@white, 0.4)","btn-disable-ghost-white-bg":"transparent","btn-disable-ghost-white-border":"transparent","btn-disable-danger-color":"#fff","btn-disable-danger-bg":"rgba(@red-600, 0.4)","btn-disable-danger-border":"transparent","btn-disable-success-color":"#fff","btn-disable-success-bg":"rgba(@green-600, 0.4)","btn-disable-success-border":"transparent","btn-disable-warning-color":"#fff","btn-disable-warning-bg":"rgba(@yellow-600, 0.4)","btn-disable-warning-border":"transparent","btn-disable-flat-bg":"transparent","btn-disable-flat-border":"transparent","btn-padding-base":"0 16px","btn-font-size-lg":"16px","btn-font-size-sm":"12px","btn-padding-lg":"0 24px","btn-padding-sm":"0 12px","btn-height-base":"32px","btn-height-lg":"48px","btn-height-sm":"28px","btn-circle-size":"32px","btn-circle-size-lg":"48px","btn-circle-size-sm":"28px","tag-border-radius-base":"16px","tag-font-size":"10px","grid-columns":"24","grid-gutter-width":"0","radio-size":"16px","radio-button-bg":"#fff","label-font-size":"13px","label-line-height":"32px","form-item-margin-bottom":"16px","form-item-trailing-colon":"true","form-vertical-label-padding":"0 0 8px","form-vertical-label-margin":"0","input-height-base":"32px","input-height-lg":"48px","input-height-sm":"24px","input-padding-vertical-base":"4px","input-padding-vertical-sm":"1px","input-padding-vertical-lg":"6px","input-border-width":"2px","input-bg":"#fff","input-font-size-lg":"13px","input-font-size-base":"13px","input-line-height-base":"13px","table-padding-vertical":"16px","table-padding-horizontal":"16px","tooltip-arrow-width":"5px","tooltip-distance":"4px","tooltip-arrow-color":"transparent","modal-mask-bg":"rgba(0, 0, 0, 0.2)","pagination-item-size-sm":"32px","slider-margin":"32px 0px 10px","slider-handle-color-focus":"tint(@primary-color, 20%)","slider-handle-color-focus-shadow":"tint(@primary-color, 50%)","slider-dot-border-color-active":"tint(@primary-color, 50%)","slider-disabled-background-color":"#fff","select-item-selected-font-weight":"500","select-item-selected-bg":"#fff","zindex-affix":"10","zindex-back-top":"10","zindex-modal-mask":"991000","zindex-modal":"991000","zindex-notification":"991010","zindex-message":"991010","zindex-popover":"991030","zindex-picker":"991050","zindex-dropdown":"991050","zindex-tooltip":"991060","zindex-content-editor":"990999","zindex-popper":"991010","switch-height":"22px","switch-sm-height":"16px","switch-disabled-opacity":"0.4","heading-1-size":"24px","heading-2-size":"21px","heading-3-size":"18px","heading-4-size":"16px","typography-title-font-weight":"500"}}]);
1
+ module.exports=function(e){var r={};function t(a){if(r[a])return r[a].exports;var o=r[a]={i:a,l:!1,exports:{}};return e[a].call(o.exports,o,o.exports,t),o.l=!0,o.exports}return t.m=e,t.c=r,t.d=function(e,r,a){t.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:a})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,r){if(1&r&&(e=t(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(t.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var o in e)t.d(a,o,function(r){return e[r]}.bind(null,o));return a},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="",t(t.s=0)}([function(e,r,t){"use strict";t.r(r);const a=t(1),o=t(2),n=(e,r,t=0)=>!r[e]||t>8?null:r[e].replace(/@[\w-]+/g,e=>n(e.slice(1),t+1)||e);for(const e in o)Object.prototype.hasOwnProperty.call(o,e)&&(o[e]=n(e,o));for(const e in a)Object.prototype.hasOwnProperty.call(a,e)&&(a[e]=n(e,a));r.default={variables:o,colors:a}},function(e,r){e.exports={"red-900":"#520004","red-800":"#87020b","red-700":"#cf1413","red-600":"#f52922","red-500":"#ff5a4d","red-400":"#ff8475","red-300":"#ffab9e","red-200":"#ffd1c7","red-100":"#ffece8","red-050":"#fff6f4","green-900":"#0d2b00","green-800":"#2a7003","green-700":"#399903","green-600":"#54cb0b","green-500":"#76dc25","green-400":"#9aed45","green-300":"#c5ff7e","green-200":"#d9ffa0","green-100":"#ecffce","green-050":"#f9ffed","grey-900":"#232936","grey-800":"#384350","grey-700":"#57616d","grey-600":"#6a7580","grey-500":"#949ea6","grey-400":"#b5bdc3","grey-300":"#dbe0e3","grey-200":"#e9edee","grey-100":"#f3f5f6","grey-050":"#f9fafb","yellow-900":"#5e3d00","yellow-800":"#bf8300","yellow-700":"#eda600","yellow-600":"#fab700","yellow-500":"#ffc300","yellow-400":"#ffda24","yellow-300":"#ffe873","yellow-200":"#fff8d7","yellow-100":"#fffae3","yellow-050":"#fffcf0","blue-900":"#01026e","blue-800":"#00039e","blue-700":"#0044d9","blue-600":"#0b68ff","blue-500":"#238afe","blue-400":"#4da7fe","blue-300":"#8bcaff","blue-200":"#bce1ff","blue-100":"#d9eeff","blue-050":"#f4faff","pink-900":"#5d001c","pink-800":"#a80732","pink-700":"#d41640","pink-600":"#ff2f52","pink-500":"#ff4d67","pink-400":"#ff7586","pink-300":"#fe9da5","pink-200":"#ffc9ce","pink-100":"#ffebeb","pink-050":"#fff5f5","mars-900":"#770b05","mars-800":"#c41b03","mars-700":"#e43812","mars-600":"#ff5831","mars-500":"#ff6c4d","mars-400":"#ff8770","mars-300":"#ffa999","mars-200":"#ffcbc1","mars-100":"#ffe9e9","mars-050":"#fff3f3","orange-900":"#5f0900","orange-800":"#cc3a01","orange-700":"#ed5603","orange-600":"#f97600","orange-500":"#fd9f05","orange-400":"#ffba24","orange-300":"#ffd373","orange-200":"#ffe3a6","orange-100":"#fff5e0","orange-050":"#fffaf0","fern-900":"#002b0d","fern-800":"#03701f","fern-700":"#039929","fern-600":"#0bcb38","fern-500":"#25dc44","fern-400":"#45ed58","fern-300":"#7eff87","fern-200":"#a0ffa2","fern-100":"#ceffce","fern-050":"#edffed","cyan-900":"#002429","cyan-800":"#00494f","cyan-700":"#007075","cyan-600":"#089b9c","cyan-500":"#13c2bc","cyan-400":"#36cfc4","cyan-300":"#6cdfd4","cyan-200":"#87e8db","cyan-100":"#b5f5ea","cyan-050":"#e6fffa","purple-900":"#10033d","purple-800":"#1f0763","purple-700":"#35108a","purple-600":"#4e1daf","purple-500":"#6d2ed3","purple-400":"#8e54e0","purple-300":"#b88cee","purple-200":"#d1adf7","purple-100":"#eedbff","purple-050":"#f9f0ff","violet-900":"#3b0352","violet-800":"#5b0678","violet-700":"#7e109e","violet-600":"#a41dc4","violet-500":"#ce2feb","violet-400":"#e459f7","violet-300":"#f585ff","violet-200":"#fbadff","violet-100":"#fed6ff","violet-050":"#fff0ff",white:"#ffffff"}},function(e,r){e.exports={"primary-color-opacity-4":"rgba(@blue-600, 0.4)","gray-color-opacity-1":"rgba(@grey-400, 0.15)","gray-color-opacity-2":"rgba(@grey-400, 0.25)","gray-color-opacity-3":"rgba(@grey-400, 0.35)","gray-color-opacity-4":"rgba(@grey-050, 0.4)","gray-color-opacity-5":"rgba(@grey-700, 0.4)","gray-color-opacity-6":"rgba(@grey-300, 0.15)","red-color-opacity-4":"rgba(@red-600, 0.4)","yellow-color-opacity-4":"rgba(@yellow-600, 0.4)","green-color-opacity-4":"rgba(@green-600, 0.4)","background-color":"#f2f5f6",white:"#fff","body-background":"#f2f5f6","component-background":"#fff","code-family":"Consolas, Menlo, Courier, monospace","font-size-base":"13px","font-size-lg":"13px","font-size-sm":"11px","line-height-base":"1.38","border-radius-base":"3px","border-radius-sm":"3px","padding-lg":"32px","padding-md":"16px","padding-sm":"12px","padding-xs":"8px","link-decoration":"none","link-hover-decoration":"underline","control-padding-horizontal":"16px","control-padding-horizontal-sm":"8px","border-width-base":"1px","border-style-base":"solid","shadow-color":"rgba(171, 178, 183, 0.12)","shadow-color-highlight":"rgba(171, 178, 183, 1)","box-shadow-base":"0 2px 6px rgba(171, 178, 183, 0.12)","box-shadow-active":"0 8px 16px rgba(171, 178, 183, 0.32)","shadow-1-up":"0 0px 8px @shadow-color","shadow-1-down":"0 2px 8px @shadow-color","shadow-1-left":"-2px 0 8px @shadow-color","shadow-1-right":"2px 0 8px @shadow-color","shadow-2":"0 2px 6px rgba(171, 178, 183, 0.12)","shadow-highlight":"0 0px 8px @shadow-color-highlight","outline-blur-size":"0","outline-width":"0px","btn-font-weight":"500","btn-border-radius-base":"3px","btn-border-radius-sm":"3px","btn-primary-color":"#fff","btn-primary-shadow":"rgba(35, 138, 254, 0.2)","btn-default-hover-bg":"#fff","btn-default-shadow":"rgba(219, 224, 227, 0.2)","btn-tertiary-bg":"rgba(@grey-400, 0.15)","btn-tertiary-hover-bg":"rgba(@grey-400, 0.25)","btn-tertiary-focus-bg":"rgba(@grey-400, 0.15)","btn-tertiary-active-bg":"rgba(@grey-400, 0.35)","btn-tertiary-border":"transparent","btn-tertiary-shadow":"rgba(219, 224, 227, 0.2)","btn-tertiary-white-color":"#fff","btn-tertiary-white-bg":"rgba(@gray-color-lighter-5, 0.15)","btn-tertiary-white-hover-bg":"rgba(@gray-color-lighter-5, 0.25)","btn-tertiary-white-focus-bg":"rgba(@gray-color-lighter-5, 0.15)","btn-tertiary-white-active-bg":"rgba(@gray-color-lighter-5, 0.1)","btn-tertiary-white-border":"transparent","btn-ghost-bg":"transparent","btn-ghost-hover-bg":"rgba(@grey-400, 0.25)","btn-ghost-focus-bg":"transparent","btn-ghost-active-bg":"rgba(@grey-400, 0.35)","btn-ghost-border":"transparent","btn-ghost-shadow":"rgba(219, 224, 227, 0.2)","btn-ghost-primary-bg":"transparent","btn-ghost-primary-hover-bg":"rgba(@gray-color-lighter-4, 0.25)","btn-ghost-primary-focus-bg":"transparent","btn-ghost-primary-active-bg":"rgba(@gray-color-lighter-4, 0.35)","btn-ghost-primary-border":"transparent","btn-ghost-white-color":"#fff","btn-ghost-white-bg":"transparent","btn-ghost-white-hover-bg":"rgba(@gray-color-lighter-3, 0.25)","btn-ghost-white-focus-bg":"transparent","btn-ghost-white-active-bg":"rgba(@gray-color-lighter-3, 0.1)","btn-ghost-white-border":"transparent","btn-danger-color":"#fff","btn-danger-shadow":"rgba(255, 90, 77, 0.2)","btn-success-color":"#fff","btn-success-shadow":"rgba(118, 220, 37, 0.2)","btn-warning-color":"#fff","btn-warning-shadow":"rgba(255, 195, 0, 0.2)","btn-gray-color":"#fff","btn-flat-bg":"transparent","btn-flat-border":"transparent","btn-primary-on-blue-color":"#fff","btn-disable-primary-color":"#fff","btn-disable-primary-bg":"rgba(@blue-600, 0.4)","btn-disable-primary-border":"transparent","btn-disable-default-color":"rgba(@grey-700, 0.4)","btn-disable-default-bg":"rgba(@grey-050, 0.4)","btn-disable-tertiary-color":"rgba(@grey-700, 0.4)","btn-disable-tertiary-bg":"rgba(@grey-400, 0.15)","btn-disable-tertiary-border":"transparent","btn-disable-tertiary-white-color":"rgba(@white, 0.4)","btn-disable-tertiary-white-bg":"rgba(@grey-300, 0.15)","btn-disable-tertiary-white-border":"transparent","btn-disable-ghost-color":"rgba(@grey-700, 0.4)","btn-disable-ghost-bg":"transparent","btn-disable-ghost-border":"transparent","btn-disable-ghost-primary-color":"rgb(@primary-color, 0.4)","btn-disable-ghost-primary-bg":"transparent","btn-disable-ghost-primary-border":"transparent","btn-disable-ghost-white-color":"rgb(@white, 0.4)","btn-disable-ghost-white-bg":"transparent","btn-disable-ghost-white-border":"transparent","btn-disable-danger-color":"#fff","btn-disable-danger-bg":"rgba(@red-600, 0.4)","btn-disable-danger-border":"transparent","btn-disable-success-color":"#fff","btn-disable-success-bg":"rgba(@green-600, 0.4)","btn-disable-success-border":"transparent","btn-disable-warning-color":"#fff","btn-disable-warning-bg":"rgba(@yellow-600, 0.4)","btn-disable-warning-border":"transparent","btn-disable-flat-bg":"transparent","btn-disable-flat-border":"transparent","btn-padding-base":"0 16px","btn-font-size-lg":"16px","btn-font-size-sm":"12px","btn-padding-lg":"0 24px","btn-padding-sm":"0 12px","btn-height-base":"32px","btn-height-lg":"48px","btn-height-sm":"28px","btn-circle-size":"32px","btn-circle-size-lg":"48px","btn-circle-size-sm":"28px","tag-border-radius-base":"16px","tag-font-size":"10px","grid-columns":"24","grid-gutter-width":"0","radio-size":"16px","radio-button-bg":"#fff","label-font-size":"13px","label-line-height":"32px","form-item-margin-bottom":"16px","form-item-trailing-colon":"true","form-vertical-label-padding":"0 0 8px","form-vertical-label-margin":"0","input-height-base":"32px","input-height-lg":"48px","input-height-sm":"24px","input-padding-vertical-base":"4px","input-padding-vertical-sm":"1px","input-padding-vertical-lg":"6px","input-border-width":"2px","input-bg":"#fff","input-font-size-lg":"13px","input-font-size-base":"13px","input-line-height-base":"13px","table-padding-vertical":"16px","table-padding-horizontal":"16px","tooltip-arrow-width":"5px","tooltip-distance":"4px","tooltip-arrow-color":"transparent","modal-mask-bg":"rgba(0, 0, 0, 0.2)","pagination-item-size-sm":"32px","slider-margin":"32px 0px 10px","slider-handle-color-focus":"tint(@primary-color, 20%)","slider-handle-color-focus-shadow":"tint(@primary-color, 50%)","slider-dot-border-color-active":"tint(@primary-color, 50%)","slider-disabled-background-color":"#fff","select-item-selected-font-weight":"500","select-item-selected-bg":"#fff","zindex-affix":"10","zindex-back-top":"10","zindex-modal-mask":"991000","zindex-modal":"991000","zindex-notification":"991010","zindex-message":"991010","zindex-popover":"991030","zindex-picker":"991050","zindex-dropdown":"991050","zindex-popoconfirm":"991055","zindex-tooltip":"991060","zindex-content-editor":"990999","zindex-popper":"991010","switch-height":"22px","switch-sm-height":"16px","switch-disabled-opacity":"0.4","heading-1-size":"24px","heading-2-size":"21px","heading-3-size":"18px","heading-4-size":"16px","typography-title-font-weight":"500"}}]);
@@ -494,6 +494,7 @@
494
494
  @zindex-popover: 991030;
495
495
  @zindex-picker: 991050;
496
496
  @zindex-dropdown: 991050;
497
+ @zindex-popoconfirm: 991055;
497
498
  @zindex-tooltip: 991060;
498
499
  @zindex-content-editor: 990999;
499
500
  @zindex-popper: 991010;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-core",
3
- "version": "0.40.12",
3
+ "version": "0.40.14",
4
4
  "description": "Core Components for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "types": "dist/js/index.js",
33
33
  "dependencies": {
34
- "@synerise/ds-data-format": "^0.4.8",
34
+ "@synerise/ds-data-format": "^0.4.9",
35
35
  "deepmerge": "^4.2.2",
36
36
  "flat": "^5.0.0",
37
37
  "intl-messageformat-parser": "^3.6.4",
@@ -49,5 +49,5 @@
49
49
  "less-vars-loader": "1.1.0",
50
50
  "webpack": "4.42.0"
51
51
  },
52
- "gitHead": "673df74b628304300c09f0d7e26279b5901cd925"
52
+ "gitHead": "1ad18b4b850f614943cd940a6b509d215ec025c7"
53
53
  }