@zohodesk/dot 1.0.0-temp-145 → 1.0.0-temp-147

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 (115) hide show
  1. package/README.md +16 -0
  2. package/assets/Appearance/dark/mode/dotDarkMode.module.css +304 -303
  3. package/assets/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +9 -9
  4. package/assets/Appearance/dark/themes/green/greenDarkDotTheme.module.css +9 -9
  5. package/assets/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +9 -9
  6. package/assets/Appearance/dark/themes/red/redDarkDotTheme.module.css +9 -9
  7. package/assets/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +9 -9
  8. package/assets/Appearance/default/mode/dotDefaultMode.module.css +299 -298
  9. package/assets/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +9 -9
  10. package/assets/Appearance/default/themes/green/greenDefaultDotTheme.module.css +9 -9
  11. package/assets/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +9 -9
  12. package/assets/Appearance/default/themes/red/redDefaultDotTheme.module.css +9 -9
  13. package/assets/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +9 -9
  14. package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +307 -306
  15. package/assets/Appearance/pureDark/themes/blue/bluePureDarkDotTheme.module.css +9 -9
  16. package/assets/Appearance/pureDark/themes/green/greenPureDarkDotTheme.module.css +9 -9
  17. package/assets/Appearance/pureDark/themes/orange/orangePureDarkDotTheme.module.css +9 -9
  18. package/assets/Appearance/pureDark/themes/red/redPureDarkDotTheme.module.css +9 -9
  19. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkDotTheme.module.css +9 -9
  20. package/css_error.log +1 -0
  21. package/es/AttachmentViewer/AttachmentViewer.module.css +4 -5
  22. package/es/Drawer/Drawer.module.css +42 -3
  23. package/es/FreezeLayer/FreezeLayer.js +2 -7
  24. package/es/FreezeLayer/props/propTypes.js +2 -1
  25. package/es/FreezeLayer/useFreezeLayer.js +0 -2
  26. package/es/Message/Message.module.css +1 -1
  27. package/es/PlusIcon/PlusIcon.module.css +5 -2
  28. package/es/Provider/Config.js +1 -2
  29. package/es/TagWithIcon/TagWithIcon.js +41 -0
  30. package/es/TagWithIcon/TagWithIcon.module.css +56 -0
  31. package/es/TagWithIcon/props/defaultProps.js +8 -0
  32. package/es/TagWithIcon/props/propTypes.js +12 -0
  33. package/es/ToastMessage/ToastMessage.module.css +7 -6
  34. package/es/common/dot_boxShadow.module.css +38 -0
  35. package/es/form/fields/TextEditor/TextEditor.js +11 -10
  36. package/es/form/fields/TextEditor/TextEditor.module.css +161 -63
  37. package/es/layout/SubtabLayout/SubtabLayout.module.css +21 -2
  38. package/es/list/DotNew/DotNew.module.css +8 -5
  39. package/es/list/TagNew/TagNew.module.css +4 -2
  40. package/es/lookup/Section/LookupSection.module.css +2 -2
  41. package/es/lookup/Section/Section.js +0 -1
  42. package/es/version2/AlertClose/AlertClose.js +2 -1
  43. package/es/version2/GlobalNotification/GlobalNotification.module.css +4 -1
  44. package/es/version2/lookup/AlertHeader/AlertHeader.js +1 -2
  45. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +0 -1
  46. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +23 -2
  47. package/lib/AlphabeticList/AlphabeticList.js +1 -1
  48. package/lib/AttachmentViewer/AttachmentImage.js +1 -1
  49. package/lib/AttachmentViewer/AttachmentViewer.module.css +4 -5
  50. package/lib/Drawer/Drawer.module.css +42 -3
  51. package/lib/ExternalLink/ExternalLink.js +1 -1
  52. package/lib/FreezeLayer/FreezeLayer.js +2 -10
  53. package/lib/FreezeLayer/props/propTypes.js +4 -2
  54. package/lib/FreezeLayer/useFreezeLayer.js +0 -2
  55. package/lib/Message/Message.module.css +1 -1
  56. package/lib/PlusIcon/PlusIcon.module.css +5 -2
  57. package/lib/Provider/Config.js +1 -2
  58. package/lib/TagWithIcon/TagWithIcon.js +71 -0
  59. package/lib/TagWithIcon/TagWithIcon.module.css +56 -0
  60. package/lib/TagWithIcon/props/defaultProps.js +15 -0
  61. package/lib/TagWithIcon/props/propTypes.js +20 -0
  62. package/lib/ToastMessage/ToastMessage.js +2 -1
  63. package/lib/ToastMessage/ToastMessage.module.css +7 -6
  64. package/lib/alert/AlertLookup/AlertLookup.js +1 -1
  65. package/lib/avatar/AvatarUser/AvatarUser.js +1 -1
  66. package/lib/common/dot_boxShadow.module.css +38 -0
  67. package/lib/form/fields/CheckBoxField/CheckBoxField.js +1 -1
  68. package/lib/form/fields/CurrencyField/CurrencyField.js +1 -1
  69. package/lib/form/fields/DateField/DateField.js +1 -1
  70. package/lib/form/fields/FieldContainer/FieldContainer.js +1 -1
  71. package/lib/form/fields/MultiSelectField/MultiSelectField.js +1 -1
  72. package/lib/form/fields/PhoneField/PhoneField.js +1 -1
  73. package/lib/form/fields/RadioField/RadioField.js +1 -1
  74. package/lib/form/fields/SelectField/SelectField.js +1 -1
  75. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +1 -1
  76. package/lib/form/fields/TextBoxField/TextBoxField.js +1 -1
  77. package/lib/form/fields/TextEditor/TextEditor.js +13 -11
  78. package/lib/form/fields/TextEditor/TextEditor.module.css +161 -63
  79. package/lib/form/fields/TextEditorField/TextEditorField.js +1 -1
  80. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +1 -1
  81. package/lib/form/fields/TextareaField/TextareaField.js +1 -1
  82. package/lib/layout/SubtabLayout/SubtabLayout.module.css +21 -2
  83. package/lib/list/DotNew/DotNew.module.css +8 -5
  84. package/lib/list/ListStencils/ListStencils.js +1 -1
  85. package/lib/list/SecondaryText/AccountName.js +1 -1
  86. package/lib/list/SecondaryText/Email.js +1 -1
  87. package/lib/list/SecondaryText/HappinessRating.js +1 -1
  88. package/lib/list/SecondaryText/PhoneNumber.js +1 -1
  89. package/lib/list/SecondaryText/Website.js +1 -1
  90. package/lib/list/SecondryPanel/SecondryPanel.js +1 -1
  91. package/lib/list/TagNew/TagNew.module.css +4 -2
  92. package/lib/list/status/StatusListItem/StatusListItem.js +1 -1
  93. package/lib/lookup/EmptyPage/EmptyPage.js +1 -1
  94. package/lib/lookup/Lookup/Lookup.js +1 -1
  95. package/lib/lookup/Section/LookupSection.module.css +2 -2
  96. package/lib/lookup/Section/Section.js +0 -1
  97. package/lib/lookup/header/Close/Close.js +1 -1
  98. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
  99. package/lib/lookup/header/Search/Search.js +1 -1
  100. package/lib/lookup/header/TicketHeader/TicketHeader.js +1 -1
  101. package/lib/lookup/header/Title/Title.js +1 -1
  102. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  103. package/lib/version2/AlertClose/AlertClose.js +3 -2
  104. package/lib/version2/GlobalNotification/GlobalNotification.module.css +4 -1
  105. package/lib/version2/lookup/AlertHeader/AlertHeader.js +1 -2
  106. package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +0 -1
  107. package/lib/version2/lookup/AlertLookup/AlertLookup.js +1 -1
  108. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +23 -2
  109. package/package.json +9 -17
  110. package/es/Hooks/Dragger/css/Dragger.module.css +0 -3
  111. package/es/Hooks/Dragger/useDragger.js +0 -74
  112. package/es/Hooks/Dragger/utils/DraggerUtil.js +0 -33
  113. package/lib/Hooks/Dragger/css/Dragger.module.css +0 -3
  114. package/lib/Hooks/Dragger/useDragger.js +0 -80
  115. package/lib/Hooks/Dragger/utils/DraggerUtil.js +0 -65
@@ -28,7 +28,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
28
28
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
29
29
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
30
30
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
31
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
31
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /** Css */
32
32
  var TextEditorField = /*#__PURE__*/function (_PureComponent) {
33
33
  _inherits(TextEditorField, _PureComponent);
34
34
  var _super = _createSuper(TextEditorField);
@@ -28,7 +28,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
28
28
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
29
29
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
30
30
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
31
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
31
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Components ****/
32
32
  /* eslint-disable react/no-deprecated */
33
33
  var TextEditorWrapper = /*#__PURE__*/function (_Component) {
34
34
  _inherits(TextEditorWrapper, _Component);
@@ -29,7 +29,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
29
29
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
30
30
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
31
31
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
32
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
32
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
33
33
  var TextareaField = /*#__PURE__*/function (_PureComponent) {
34
34
  _inherits(TextareaField, _PureComponent);
35
35
  var _super = _createSuper(TextareaField);
@@ -1,11 +1,13 @@
1
1
  .varClass {
2
2
  --borderColor: var(--zdt_subtablayout_border);
3
3
  }
4
+
4
5
  .tabHead,
5
6
  .shadowStyle {
6
7
  position: relative;
7
8
  composes: varClass;
8
9
  }
10
+
9
11
  .tabHead, .shadowStyle {
10
12
  background: var(--zdt_subtablayout_tabhead_bg);
11
13
  }
@@ -44,6 +46,7 @@
44
46
  .primary_borderStyle, .secondary_borderStyle {
45
47
  border-bottom: 1px solid var(--zdt_subtablayout_primary_border);
46
48
  }
49
+
47
50
  .tertiary_borderStyle {
48
51
  border-bottom: 1px solid var(--borderColor);
49
52
  }
@@ -54,7 +57,7 @@
54
57
  position: absolute;
55
58
  top: var(--zd_size20);
56
59
  z-index: -1;
57
- box-shadow: 0 0 6px var(--zdt_subtablayout_shadowstyle_box_shadow);
60
+ box-shadow: var(--zd_bs_subtablayout_shadow);
58
61
  border-radius: 100px/10px;
59
62
  }
60
63
 
@@ -94,53 +97,69 @@
94
97
  [dir=rtl] .primary, [dir=rtl] .primary_peek, [dir=rtl] .secondary, [dir=rtl] .secondary_peek, [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter, [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
95
98
  padding-right: var(--zd_size25);
96
99
  }
100
+
97
101
  [dir=ltr] .primary, [dir=ltr] .primary_peek {
98
102
  padding-right: var(--zd_size25);
99
103
  }
104
+
100
105
  [dir=rtl] .primary, [dir=rtl] .primary_peek {
101
106
  padding-left: var(--zd_size25);
102
107
  }
108
+
103
109
  [dir=ltr] .secondary, [dir=ltr] .secondary_peek {
104
110
  padding-right: var(--zd_size115);
105
111
  }
112
+
106
113
  [dir=rtl] .secondary, [dir=rtl] .secondary_peek {
107
114
  padding-left: var(--zd_size115);
108
115
  }
116
+
109
117
  [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter {
110
118
  padding-right: var(--zd_size25);
111
119
  }
120
+
112
121
  [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter {
113
122
  padding-left: var(--zd_size25);
114
123
  }
124
+
115
125
  [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
116
126
  padding-right: var(--zd_size115);
117
127
  }
128
+
118
129
  [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
119
130
  padding-left: var(--zd_size115);
120
131
  }
132
+
121
133
  .tertiary,
122
134
  .tertiary_peek {
123
135
  height: var(--zd_size50);
124
136
  }
137
+
125
138
  .tertiary, .tertiary_detailFooter {
126
139
  padding: 0 var(--zd_size65);
127
140
  }
141
+
128
142
  .tertiary_peek, .tertiary_peekFooter {
129
143
  padding: 0 var(--zd_size42);
130
144
  }
145
+
131
146
  .cursor {
132
147
  cursor: pointer;
133
148
  }
149
+
134
150
  .footer {
135
151
  composes: varClass;
136
152
  border-top: 1px solid var(--borderColor);
137
153
  }
154
+
138
155
  .medium {
139
156
  height: var(--zd_size40);
140
157
  }
158
+
141
159
  .large {
142
160
  height: var(--zd_size45);
143
161
  }
162
+
144
163
  .xlarge {
145
164
  height: var(--zd_size50);
146
- }
165
+ }
@@ -2,21 +2,24 @@
2
2
  width: var(--zd_size6);
3
3
  height: var(--zd_size6);
4
4
  }
5
- .small{
5
+
6
+ .small {
6
7
  width: var(--zd_size5);
7
8
  height: var(--zd_size5);
8
9
  }
9
- .container{
10
+
11
+ .container {
10
12
  composes: dInflex alignVertical from '~@zohodesk/components/lib/common/common.module.css';
11
- /* animation: dotAnimation 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
13
+ /* animation: dotAnimation 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
12
14
  box-shadow: 0 0 0 0 var(--dot_catskillWhite),
13
15
  0 0 0 0 rgba(10, 115, 235, 0.6); */
14
16
  border-radius: 50%;
15
17
  background-color: var(--zdt_dotnew_default_bg);
16
- box-shadow: 0 0 15px 1px var(--zdt_dotnew_default_box_shadow);
18
+ box-shadow: var(--zd_bs_dotnew_shadow);
17
19
  }
20
+
18
21
  @keyframes dotAnimation {
19
22
  to {
20
23
  box-shadow: 0 0 0 12px var(--zdt_dotnew_animate_box_shadow), 0 0 0 8px var(--zdt_dotnew_animate_to_box_shadow);
21
24
  }
22
- }
25
+ }
@@ -24,7 +24,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
24
24
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
25
25
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
26
26
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
27
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
27
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/ /*** Components ***/ /*** CSS ***/
28
28
  var ListStencils = /*#__PURE__*/function (_Component) {
29
29
  _inherits(ListStencils, _Component);
30
30
  var _super = _createSuper(ListStencils);
@@ -26,7 +26,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
26
26
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
27
27
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
28
28
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
29
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
29
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* eslint-disable react/forbid-component-props */ /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
30
30
  var AccountName = /*#__PURE__*/function (_Component) {
31
31
  _inherits(AccountName, _Component);
32
32
  var _super = _createSuper(AccountName);
@@ -25,7 +25,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
25
25
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
26
26
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
27
27
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
28
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
28
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* eslint-disable react/forbid-component-props */ /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
29
29
  var Email = /*#__PURE__*/function (_Component) {
30
30
  _inherits(Email, _Component);
31
31
  var _super = _createSuper(Email);
@@ -22,7 +22,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
22
22
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
23
23
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
24
24
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
25
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
25
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** CSS ****/
26
26
  var HappinessRating = /*#__PURE__*/function (_Component) {
27
27
  _inherits(HappinessRating, _Component);
28
28
  var _super = _createSuper(HappinessRating);
@@ -25,7 +25,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
25
25
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
26
26
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
27
27
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
28
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
28
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* eslint-disable react/forbid-component-props */ /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
29
29
  var PhoneNumber = /*#__PURE__*/function (_Component) {
30
30
  _inherits(PhoneNumber, _Component);
31
31
  var _super = _createSuper(PhoneNumber);
@@ -24,7 +24,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
24
24
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
25
25
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
26
26
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
27
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
27
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* eslint-disable react/forbid-component-props */ /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
28
28
  var Website = /*#__PURE__*/function (_Component) {
29
29
  _inherits(Website, _Component);
30
30
  var _super = _createSuper(Website);
@@ -26,7 +26,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
26
26
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
27
27
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
28
28
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
29
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
29
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
30
30
  var SecondryPanel = /*#__PURE__*/function (_Component) {
31
31
  _inherits(SecondryPanel, _Component);
32
32
  var _super = _createSuper(SecondryPanel);
@@ -10,7 +10,7 @@
10
10
  visibility: hidden;
11
11
  border-radius: var(--zd_size14);
12
12
  background-color: var(--zdt_tagnew_default_bg);
13
- box-shadow: 0 8px 30px 0 var(--zdt_tagnew_default_box_shadow);
13
+ box-shadow: var(--zd_bs_tagnew_shadow);
14
14
  padding: 0 var(--zd_size15);
15
15
  transform: scale(0);
16
16
  cursor: pointer;
@@ -31,6 +31,7 @@
31
31
  }
32
32
 
33
33
  @keyframes bounceIn {
34
+
34
35
  0%,
35
36
  20%,
36
37
  40%,
@@ -73,6 +74,7 @@
73
74
  }
74
75
 
75
76
  @-webkit-keyframes bounceIn {
77
+
76
78
  0%,
77
79
  20%,
78
80
  40%,
@@ -112,4 +114,4 @@
112
114
  -webkit-transform: scale3d(1, 1, 1);
113
115
  transform: scale3d(1, 1, 1);
114
116
  }
115
- }
117
+ }
@@ -25,7 +25,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
25
25
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
26
26
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
27
27
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
28
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
28
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
29
29
  var StatusListItem = /*#__PURE__*/function (_React$Component) {
30
30
  _inherits(StatusListItem, _React$Component);
31
31
  var _super = _createSuper(StatusListItem);
@@ -27,7 +27,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
27
27
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
28
28
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
29
29
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
30
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
30
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/ /*** CSS ***/
31
31
  var EmptyPage = /*#__PURE__*/function (_Component) {
32
32
  _inherits(EmptyPage, _Component);
33
33
  var _super = _createSuper(EmptyPage);
@@ -26,7 +26,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
26
26
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
27
27
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
28
28
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
29
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
29
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/ /*** Components ***/ /*** CSS ***/
30
30
  /*eslint-disable react/forbid-component-props */
31
31
  var Lookup = /*#__PURE__*/function (_Component) {
32
32
  _inherits(Lookup, _Component);
@@ -4,5 +4,5 @@
4
4
  height: auto;
5
5
  border-radius: 0 0 var(--zd_size10) var(--zd_size10);
6
6
  background-color: var(--zdt_lookupsection_bg);
7
- box-shadow: 0px 4px 20px var(--zdt_lookupsection_box_shadow);
8
- }
7
+ box-shadow: var(--zd_bs_lookupsection_shadow);
8
+ }
@@ -38,7 +38,6 @@ var Section = /*#__PURE__*/function (_Component) {
38
38
  alignBox = _this$props.alignBox,
39
39
  className = _this$props.className;
40
40
  return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
41
- "data-drag-container": "true",
42
41
  alignBox: alignBox,
43
42
  className: "".concat(_LookupSectionModule["default"].section, " ").concat(className ? className : '')
44
43
  }, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
@@ -23,7 +23,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
23
23
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
24
24
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
25
25
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
26
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
26
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/ /*** FontIcons ***/
27
27
  var Close = /*#__PURE__*/function (_PureComponent) {
28
28
  _inherits(Close, _PureComponent);
29
29
  var _super = _createSuper(Close);
@@ -28,7 +28,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
28
28
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
29
29
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
30
30
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
31
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
31
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/ /*** Components ***/ /*** CSS ***/
32
32
  /*eslint-disable react/forbid-component-props */
33
33
  var ModuleHeader = /*#__PURE__*/function (_PureComponent) {
34
34
  _inherits(ModuleHeader, _PureComponent);
@@ -30,7 +30,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
30
30
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
31
31
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
32
32
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
33
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
33
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* eslint-disable react/forbid-component-props */ /*** Libraries ***/ /** * Components ** */ /** * Methods ** */ /** * CSS ** */
34
34
  var Search = /*#__PURE__*/function (_Component) {
35
35
  _inherits(Search, _Component);
36
36
  var _super = _createSuper(Search);
@@ -30,7 +30,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
30
30
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
31
31
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
32
32
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
33
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
33
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/ /*** Components ***/ /*** CSS ***/
34
34
  /* eslint-disable react/forbid-component-props */
35
35
  var TicketHeader = /*#__PURE__*/function (_Component) {
36
36
  _inherits(TicketHeader, _Component);
@@ -23,7 +23,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
23
23
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
24
24
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
25
25
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
26
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
26
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/ /*** CSS ***/
27
27
  var Title = /*#__PURE__*/function (_PureComponent) {
28
28
  _inherits(Title, _PureComponent);
29
29
  var _super = _createSuper(Title);
@@ -31,7 +31,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
31
31
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
32
32
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
33
33
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
34
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
34
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** Icons ****/
35
35
  /* eslint-disable react/forbid-component-props */
36
36
  /*eslint-disable react/sort-prop-types*/
37
37
  var DropDown = /*#__PURE__*/function (_SelectComponent) {
@@ -24,7 +24,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
24
24
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
25
25
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
26
26
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
27
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
27
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/
28
28
  var AlertClose = /*#__PURE__*/function (_PureComponent) {
29
29
  _inherits(AlertClose, _PureComponent);
30
30
  var _super = _createSuper(AlertClose);
@@ -49,7 +49,8 @@ var AlertClose = /*#__PURE__*/function (_PureComponent) {
49
49
  align: "both",
50
50
  isInline: true,
51
51
  alignBox: "row",
52
- isCover: false
52
+ isCover: false,
53
+ tabIndex: "0"
53
54
  }, /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
54
55
  name: "GC-cross",
55
56
  isBold: true,
@@ -5,6 +5,7 @@
5
5
  --globalnotification_text_color: var(--zdt_globalnotification_default_text);
6
6
  --globalnotification_box_shadow: var(--zdt_globalnotification_default_box_shadow);
7
7
  }
8
+
8
9
  .message {
9
10
  composes: varClass;
10
11
  position: absolute;
@@ -14,10 +15,12 @@
14
15
  pointer-events: none;
15
16
  text-align: center;
16
17
  }
18
+
17
19
  [dir=ltr] .message {
18
20
  right: 0;
19
21
  left: 0;
20
22
  }
23
+
21
24
  [dir=rtl] .message {
22
25
  left: 0;
23
26
  right: 0;
@@ -29,7 +32,7 @@
29
32
  color: var(--globalnotification_text_color);
30
33
  max-width: var(--zd_size490);
31
34
  composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
32
- box-shadow: 0 4px 20px var(--globalnotification_box_shadow);
35
+ box-shadow: var(--zd_bs_globalnotification_container);
33
36
  border-radius: 0 0 var(--zd_size10) var(--zd_size10);
34
37
  background-color: var(--globalnotification_bg_color);
35
38
  border-style: solid;
@@ -53,8 +53,7 @@ var AlertHeader = /*#__PURE__*/function (_Component) {
53
53
  alignBox: "row",
54
54
  className: "".concat(_AlertHeaderNewModule["default"].container, " ").concat(headerElement ? _AlertHeaderNewModule["default"].headerLayout : '', " ").concat(_AlertHeaderNewModule["default"][type]),
55
55
  isCover: false,
56
- wrap: "wrap",
57
- "data-drag-hook": "true"
56
+ wrap: "wrap"
58
57
  }, needIcon ? /*#__PURE__*/_react["default"].createElement("div", {
59
58
  className: _AlertHeaderNewModule["default"].iconContainer
60
59
  }, /*#__PURE__*/_react["default"].createElement(_AlertIcons["default"], {
@@ -59,7 +59,6 @@
59
59
  font-family: var(--zd_bold);
60
60
  composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
61
61
  vertical-align: middle;
62
- cursor: default;
63
62
  }
64
63
 
65
64
  [dir=ltr] .title {
@@ -31,7 +31,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
31
31
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
32
32
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
33
33
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
34
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
34
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
35
35
  var buttonPaletteObject = {
36
36
  success: {
37
37
  buttonPalette: 'successFilled'
@@ -2,6 +2,7 @@
2
2
  position: relative;
3
3
  margin-bottom: var(--zd_size7);
4
4
  }
5
+
5
6
  .container {
6
7
  color: var(--zdt_desktopnotification_text);
7
8
  transition: all var(--zd_transition4);
@@ -9,56 +10,69 @@
9
10
  max-height: 100%;
10
11
  pointer-events: auto;
11
12
  background-color: var(--zdt_desktopnotification_bg);
12
- box-shadow: 0 4px 20px var(--zdt_desktopnotification_box_shadow);
13
+ box-shadow: var(--zd_bs_desktopnotification_container);
13
14
  border-radius: 0 0 var(--zd_size10) var(--zd_size10);
14
15
  }
16
+
15
17
  [dir=ltr] .container {
16
18
  transform-origin: right center;
17
19
  }
20
+
18
21
  [dir=rtl] .container {
19
22
  transform-origin: left center;
20
23
  }
24
+
21
25
  .globalNotify {
22
26
  max-width: var(--zd_size490);
23
27
  min-width: var(--zd_size394);
24
28
  }
29
+
25
30
  /* Size */
26
31
  .medium {
27
32
  width: var(--zd_size452);
28
33
  }
34
+
29
35
  .large {
30
36
  width: var(--zd_size580);
31
37
  }
38
+
32
39
  /* Animation Style */
33
40
  .closeAnimation {
34
41
  max-height: 0;
35
42
  transition: all var(--zd_transition3) 0.4s;
36
43
  margin-bottom: 0;
37
44
  }
45
+
38
46
  .animation {
39
47
  composes: modeForward from '~@zohodesk/components/lib/common/animation.module.css';
40
48
  }
49
+
41
50
  [dir=ltr] .animation {
42
51
  animation-duration: var(--zd_transition4);
43
52
  -webkit-animation-duration: var(--zd_transition4);
44
53
  }
54
+
45
55
  [dir=rtl] .animation {
46
56
  animation-duration: var(--zd_transition4);
47
57
  -webkit-animation-duration: var(--zd_transition4);
48
58
  }
59
+
49
60
  .leftanimate {
50
61
  composes: slideLeft from '~@zohodesk/components/lib/common/animation.module.css';
51
62
  composes: animation;
52
63
  }
64
+
53
65
  .leftnoanimate {
54
66
  opacity: 1;
55
67
  transform: translateX(0) scale(1);
56
68
  }
69
+
57
70
  .rightanimate {
58
71
  composes: slideRight from '~@zohodesk/components/lib/common/animation.module.css';
59
72
  composes: animation;
60
73
  composes: closeAnimation;
61
74
  }
75
+
62
76
  /* Container Style */
63
77
  .message {
64
78
  position: relative;
@@ -76,31 +90,38 @@
76
90
  [dir=rtl] .message {
77
91
  padding: var(--zd_size10) var(--zd_size76) var(--zd_size10) var(--zd_size20);
78
92
  }
93
+
79
94
  .message:hover {
80
95
  background: var(--zd_alabaster);
81
96
  }
97
+
82
98
  /* Section */
83
99
  .section {
84
100
  padding: var(--zd_size15) var(--zd_size30) var(--zd_size30);
85
101
  }
102
+
86
103
  .subTitle {
87
104
  font-size: var(--zd_font_size15);
88
105
  line-height: var(--zd_size20);
89
106
  font-family: var(--zd_semibold);
90
107
  composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
91
108
  }
109
+
92
110
  .subTitleMargin {
93
111
  margin-bottom: var(--zd_size17);
94
112
  }
113
+
95
114
  .infoText {
96
115
  font-size: var(--zd_font_size14);
97
116
  line-height: var(--zd_size18);
98
117
  composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
99
118
  }
119
+
100
120
  .secondaryInfo {
101
121
  margin-top: var(--zd_size20);
102
122
  }
123
+
103
124
  .footer {
104
125
  overflow: hidden;
105
126
  border-radius: 0 0 var(--zd_size10) var(--zd_size10);
106
- }
127
+ }