@zohodesk/components 1.0.0-temp-201 → 1.0.0-temp-202

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 (122) hide show
  1. package/.cli/PropUnificationExcludeFilesArray.js +230 -230
  2. package/.cli/PropValidationExcludeFilesArray.js +1 -1
  3. package/.cli/propValidation_report.html +1 -1
  4. package/css_error.log +1 -1
  5. package/es/AppContainer/AppContainer.module.css +18 -18
  6. package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
  7. package/es/AvatarTeam/AvatarTeam.js +7 -7
  8. package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -705
  9. package/es/Button/Button.js +4 -4
  10. package/es/Buttongroup/Buttongroup.js +1 -1
  11. package/es/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
  12. package/es/Card/Card.js +4 -4
  13. package/es/Card/Card.module.css +20 -20
  14. package/es/DateTime/DateWidget.module.css +38 -38
  15. package/es/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +1 -1
  16. package/es/DropBox/DropBoxPositionMapping.json +144 -144
  17. package/es/DropDown/DropDown.module.css +5 -5
  18. package/es/DropDown/DropDownSearch.module.css +14 -14
  19. package/es/DropDown/DropDownSeparator.module.css +7 -7
  20. package/es/Heading/Heading.js +1 -3
  21. package/es/Heading/Heading.module.css +4 -4
  22. package/es/Heading/props/defaultProps.js +1 -2
  23. package/es/Heading/props/propTypes.js +1 -2
  24. package/es/Label/Label.js +2 -2
  25. package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
  26. package/es/Layout/Layout.module.css +335 -335
  27. package/es/MultiSelect/SelectedOptions.module.css +15 -15
  28. package/es/Popup/PositionMapping.json +73 -73
  29. package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  30. package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
  31. package/es/RippleEffect/RippleEffect.module.css +92 -92
  32. package/es/Select/Select.module.css +134 -134
  33. package/es/Stencils/Stencils.module.css +96 -96
  34. package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
  35. package/es/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
  36. package/es/Tab/TabContent.module.css +4 -4
  37. package/es/Tab/Tabs.js +17 -17
  38. package/es/Tag/Tag.js +8 -8
  39. package/es/Tooltip/Tooltip.js +47 -2
  40. package/es/Tooltip/Tooltip.module.css +140 -140
  41. package/es/common/a11y.module.css +3 -3
  42. package/es/common/animation.module.css +624 -624
  43. package/es/common/avatarsizes.module.css +48 -48
  44. package/es/common/basic.module.css +33 -33
  45. package/es/common/basicReset.module.css +40 -40
  46. package/es/common/boxShadow.module.css +33 -33
  47. package/es/common/common.module.css +524 -524
  48. package/es/common/reset.module.css +13 -13
  49. package/es/common/transition.module.css +146 -146
  50. package/es/semantic/Button/semanticButton.module.css +9 -9
  51. package/es/v1/Avatar/Avatar.js +5 -5
  52. package/es/v1/AvatarTeam/AvatarTeam.js +4 -4
  53. package/es/v1/Button/Button.js +4 -4
  54. package/es/v1/Heading/Heading.js +1 -3
  55. package/es/v1/Heading/props/defaultProps.js +1 -2
  56. package/es/v1/Heading/props/propTypes.js +1 -2
  57. package/es/v1/MultiSelect/MultiSelect.js +5 -5
  58. package/es/v1/Tab/v1TabContent.module.css +4 -4
  59. package/es/v1/Tag/Tag.js +8 -8
  60. package/es/v1/Typography/css/Typography.module.css +380 -380
  61. package/install.md +10 -10
  62. package/lib/AppContainer/AppContainer.module.css +18 -18
  63. package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
  64. package/lib/AvatarTeam/AvatarTeam.js +7 -7
  65. package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -705
  66. package/lib/Button/Button.js +4 -4
  67. package/lib/Buttongroup/Buttongroup.js +1 -1
  68. package/lib/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
  69. package/lib/Card/Card.js +4 -4
  70. package/lib/Card/Card.module.css +20 -20
  71. package/lib/DateTime/DateWidget.module.css +38 -38
  72. package/lib/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +1 -1
  73. package/lib/DropBox/DropBoxPositionMapping.json +144 -144
  74. package/lib/DropDown/DropDown.module.css +5 -5
  75. package/lib/DropDown/DropDownSearch.module.css +14 -14
  76. package/lib/DropDown/DropDownSeparator.module.css +7 -7
  77. package/lib/Heading/Heading.js +3 -4
  78. package/lib/Heading/Heading.module.css +4 -4
  79. package/lib/Heading/props/defaultProps.js +1 -2
  80. package/lib/Heading/props/propTypes.js +1 -2
  81. package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
  82. package/lib/Layout/Layout.module.css +335 -335
  83. package/lib/MultiSelect/SelectedOptions.module.css +15 -15
  84. package/lib/Popup/PositionMapping.json +73 -73
  85. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  86. package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
  87. package/lib/RippleEffect/RippleEffect.module.css +92 -92
  88. package/lib/Select/Select.module.css +134 -134
  89. package/lib/Stencils/Stencils.module.css +96 -96
  90. package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
  91. package/lib/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
  92. package/lib/Tab/TabContent.module.css +4 -4
  93. package/lib/Tab/Tabs.js +11 -11
  94. package/lib/Tag/Tag.js +8 -8
  95. package/lib/Tooltip/Tooltip.js +61 -16
  96. package/lib/Tooltip/Tooltip.module.css +140 -140
  97. package/lib/common/a11y.module.css +3 -3
  98. package/lib/common/animation.module.css +624 -624
  99. package/lib/common/avatarsizes.module.css +48 -48
  100. package/lib/common/basic.module.css +33 -33
  101. package/lib/common/basicReset.module.css +40 -40
  102. package/lib/common/boxShadow.module.css +33 -33
  103. package/lib/common/common.module.css +524 -524
  104. package/lib/common/reset.module.css +13 -13
  105. package/lib/common/transition.module.css +146 -146
  106. package/lib/semantic/Button/semanticButton.module.css +9 -9
  107. package/lib/v1/Avatar/Avatar.js +5 -5
  108. package/lib/v1/AvatarTeam/AvatarTeam.js +4 -4
  109. package/lib/v1/Button/Button.js +4 -4
  110. package/lib/v1/Heading/Heading.js +3 -4
  111. package/lib/v1/Heading/props/defaultProps.js +1 -2
  112. package/lib/v1/Heading/props/propTypes.js +1 -2
  113. package/lib/v1/MultiSelect/MultiSelect.js +5 -5
  114. package/lib/v1/Tab/v1TabContent.module.css +4 -4
  115. package/lib/v1/Tag/Tag.js +8 -8
  116. package/lib/v1/Typography/css/Typography.module.css +380 -380
  117. package/package.json +1 -1
  118. package/postPublish.js +8 -8
  119. package/prePublish.js +70 -70
  120. package/propValidationArg.json +11 -11
  121. package/react-cli.config.js +23 -23
  122. package/result.json +1 -1
@@ -1,4 +1,4 @@
1
- /* $Id$ */
2
- .container {
3
- position: relative;
4
- }
1
+ /* $Id$ */
2
+ .container {
3
+ position: relative;
4
+ }
package/es/Tab/Tabs.js CHANGED
@@ -1,11 +1,11 @@
1
1
  /* eslint-disable react/forbid-component-props */
2
2
 
3
- /* eslint css-modules/no-unused-class: [2, {
4
- markAsUsed: [
5
- 'hidden','alpha','gamma','beta','delta','special','text','maxWidth','widgetList','menuContainer','border','tabText','block','tabAlpha','alphaActive','gammaActive','betaActive','deltaActive','tabGamma','tabBeta','tabDelta','specialActive','tabSpecial',
6
- 'alpha_padding','alpha_border','gamma_padding','gamma_border','beta_padding','beta_border','delta_padding','delta_border','textContainer','disabled','alphaActive_border','gammaActive_border','betaActive_border','deltaActive_border'
7
- ]
8
- }]
3
+ /* eslint css-modules/no-unused-class: [2, {
4
+ markAsUsed: [
5
+ 'hidden','alpha','gamma','beta','delta','special','text','maxWidth','widgetList','menuContainer','border','tabText','block','tabAlpha','alphaActive','gammaActive','betaActive','deltaActive','tabGamma','tabBeta','tabDelta','specialActive','tabSpecial',
6
+ 'alpha_padding','alpha_border','gamma_padding','gamma_border','beta_padding','beta_border','delta_padding','delta_border','textContainer','disabled','alphaActive_border','gammaActive_border','betaActive_border','deltaActive_border'
7
+ ]
8
+ }]
9
9
  */
10
10
  import React from 'react';
11
11
  import Tab from './Tab';
@@ -139,9 +139,9 @@ class Tabs extends React.Component {
139
139
  } = this.state;
140
140
 
141
141
  if (prevProps.children && children) {
142
- /**
143
- * To recalculate the dimensions of tabs we are checking the children length.
144
- * and also checking the tab id and their order.
142
+ /**
143
+ * To recalculate the dimensions of tabs we are checking the children length.
144
+ * and also checking the tab id and their order.
145
145
  */
146
146
  let newTabKeys = [];
147
147
  React.Children.toArray(children).forEach(child => {
@@ -314,14 +314,14 @@ class Tabs extends React.Component {
314
314
  });
315
315
 
316
316
  if (selectedTabDimension > totalDimension) {
317
- /* let { align } = this.props;
318
- let newDim = `${remConvert(totalDimension)}rem`;
319
- let newTabs;
320
- if (align === 'vertical') {
321
- newTabs = mainTabs.map(tab => React.cloneElement(tab, { style: { maxWidth: newDim } }));
322
- } else {
323
- newTabs = mainTabs.map(tab => React.cloneElement(tab, { style: { maxHeight: newDim } }));
324
- }
317
+ /* let { align } = this.props;
318
+ let newDim = `${remConvert(totalDimension)}rem`;
319
+ let newTabs;
320
+ if (align === 'vertical') {
321
+ newTabs = mainTabs.map(tab => React.cloneElement(tab, { style: { maxWidth: newDim } }));
322
+ } else {
323
+ newTabs = mainTabs.map(tab => React.cloneElement(tab, { style: { maxHeight: newDim } }));
324
+ }
325
325
  mainTabs = newTabs; */
326
326
  this.setMaxDim(totalDimension);
327
327
  }
package/es/Tag/Tag.js CHANGED
@@ -7,16 +7,16 @@ import { Container } from '../Layout';
7
7
  import Button from '../semantic/Button/Button';
8
8
  import { getUniqueId } from '../Provider/IdProvider';
9
9
  import style from './Tag.module.css';
10
- /*
11
- * eslint css-modules/no-unused-class: [2, { markAsUsed: ['small', 'medium',
12
- * 'closedanger', 'closeprimary', 'default', 'danger', 'secondary',
13
- * 'pureDotted', 'primaryDotted'] }]
10
+ /*
11
+ * eslint css-modules/no-unused-class: [2, { markAsUsed: ['small', 'medium',
12
+ * 'closedanger', 'closeprimary', 'default', 'danger', 'secondary',
13
+ * 'pureDotted', 'primaryDotted'] }]
14
14
  */
15
15
 
16
- /*
17
- * eslint css-modules/no-unused-class: [2, { markAsUsed: ['small', 'medium',
18
- * 'closedanger', 'closeprimary', 'default', 'danger', 'secondary',
19
- * 'pureDotted', 'primaryDotted'] }]
16
+ /*
17
+ * eslint css-modules/no-unused-class: [2, { markAsUsed: ['small', 'medium',
18
+ * 'closedanger', 'closeprimary', 'default', 'danger', 'secondary',
19
+ * 'pureDotted', 'primaryDotted'] }]
20
20
  */
21
21
 
22
22
  export default class Tag extends PureComponent {
@@ -14,7 +14,9 @@ export default class Tooltip extends React.Component {
14
14
  top: 0,
15
15
  arrowLeft: 0,
16
16
  isArrowRight: null,
17
- isHtml: false
17
+ isHtml: false,
18
+ isDragging: false,
19
+ initialX: 0
18
20
  };
19
21
  this.handleOver = this.handleOver.bind(this);
20
22
  this.getToolTipDOM = this.getToolTipDOM.bind(this);
@@ -25,7 +27,48 @@ export default class Tooltip extends React.Component {
25
27
  this.observer = new ResizeObserver(this.onResize);
26
28
  this.isResized = true;
27
29
  this.tooltipContainerClientRect = {};
28
- this.tooltipContainerEl = {};
30
+ this.tooltipContainerEl = {}; // draggable methods
31
+
32
+ this.onMouseDown = this.onMouseDown.bind(this);
33
+ this.onMouseMove = this.onMouseMove.bind(this);
34
+ this.onMouseUp = this.onMouseUp.bind(this);
35
+ } // mouse button pressed on the element
36
+
37
+
38
+ onMouseDown(event) {
39
+ let {
40
+ left
41
+ } = this.state;
42
+ this.setState({
43
+ isDragging: true,
44
+ initialX: event.clientX - left
45
+ });
46
+ document.addEventListener('mousemove', this.onMouseMove);
47
+ document.addEventListener('mouseup', this.onMouseUp);
48
+ } // mouse moves - dragging progress
49
+
50
+
51
+ onMouseMove(event) {
52
+ let {
53
+ isDragging,
54
+ initialX
55
+ } = this.state;
56
+
57
+ if (isDragging) {
58
+ this.setState({
59
+ left: event.clientX - initialX
60
+ });
61
+ }
62
+ } // mouse button released
63
+
64
+
65
+ onMouseUp() {
66
+ this.setState({
67
+ isDragging: false,
68
+ initialX: 0
69
+ });
70
+ document.removeEventListener('mousemove', this.onMouseMove);
71
+ document.removeEventListener('mouseup', this.onMouseUp);
29
72
  }
30
73
 
31
74
  onResize(sizeOfObservedEl, observedEl) {
@@ -135,6 +178,7 @@ export default class Tooltip extends React.Component {
135
178
  let containerElement = this.tooltipContainerEl;
136
179
  let element = e.target;
137
180
  let titleDiv = element.hasAttribute('data-title') || element.hasAttribute('title') ? element : element.closest('[data-title]') || element.closest('[title]');
181
+ let draggable = element.hasAttribute('data-title-draggable') ? true : false;
138
182
 
139
183
  if (titleDiv) {
140
184
  let title = titleDiv.getAttribute('data-title') || titleDiv.getAttribute('title');
@@ -454,6 +498,7 @@ export default class Tooltip extends React.Component {
454
498
  titleDiv.addEventListener('click', this.reset);
455
499
  titleDiv.addEventListener('mouseup', this.reset);
456
500
  titleDiv.addEventListener('mouseleave', this.reset);
501
+ draggable && titleDiv.addEventListener('mousedown', this.onMouseDown);
457
502
  }
458
503
  } else {
459
504
  this.reset();
@@ -1,141 +1,141 @@
1
- .tooltiptext {
2
- position: fixed;
3
- z-index: 9999999;
4
- /*Hook for editor alert*/
5
- pointer-events: none;
6
- box-shadow: 0 4px 12px 0 var(--zdt_tooltip_default_box_shadow);
7
- border-radius: var(--zd_size4);
8
- }[dir=ltr] .tooltiptext {
9
- animation: tooltip-grow var(--zd_transition7) cubic-bezier(0.175, 0.885, 0.32, 1.15);
10
- }[dir=rtl] .tooltiptext {
11
- animation: tooltip-grow var(--zd_transition7) cubic-bezier(0.175, 0.885, 0.32, 1.15);
12
- }
13
-
14
- .tooltipcont {
15
- color: var(--zdt_tooltip_default_text);
16
- font-size: var(--zd_font_size13) ;
17
- font-family: var(--zd_semibold);
18
- word-break: break-word;
19
- max-width: var(--zd_size420) ;
20
- line-height: 1.5385;
21
- min-height: var(--zd_size24) ;
22
- overflow: hidden;
23
- background-color: var(--zdt_tooltip_default_bg);
24
- padding: 0 var(--zd_size10) ;
25
- border-style: solid;
26
- border-color: transparent;
27
- border-radius: var(--zd_size4);
28
- }
29
-
30
- .tooltipWrapCont {
31
- white-space: pre-wrap;
32
- }
33
-
34
- .tooltipNormalCont {
35
- white-space: normal;
36
- }
37
- .tooltiparrow {
38
- content: '';
39
- position: absolute;
40
- top: 0 ;
41
- border-top-left-radius: 3px;
42
- }
43
-
44
- .arrowUp,
45
- .arrowDown {
46
- /* Variable:Ignore */
47
- width: 11px;
48
- /* Variable:Ignore */
49
- height: 11px;
50
- border-top: solid 6px var(--zdt_tooltip_default_bg);
51
- border-left: solid 6px var(--zdt_tooltip_default_bg);
52
- border-right: solid 6px transparent;
53
- border-bottom: solid 6px transparent;
54
- box-shadow: 0 4px 12px 0 var(--zdt_tooltip_default_box_shadow);
55
- z-index: -1;
56
- }
57
-
58
- .arrowDown {
59
- /* Variable:Ignore */
60
- margin-top: -4px !important;
61
- /* put important because of '.wms-mainui *' have margin: 0; */
62
- }
63
-
64
- .arrowLeft,
65
- .arrowRight {
66
- /* Variable:Ignore */
67
- width: 11px;
68
- /* Variable:Ignore */
69
- height: 11px;
70
- border-top: solid 6px var(--zdt_tooltip_default_bg);
71
- border-left: solid 6px var(--zdt_tooltip_default_bg);
72
- border-right: solid 6px transparent;
73
- border-bottom: solid 6px transparent;
74
- box-shadow: 0 4px 12px 0 var(--zdt_tooltip_default_box_shadow);
75
- z-index: -1;
76
- }
77
-
78
- .arrowRight {
79
- /* Variable:Ignore */
80
- margin-left: -2px;
81
- }
82
-
83
- .arrowLeft {
84
- /* Variable:Ignore */
85
- margin-left: 1px;
86
- }
87
-
88
- .arrowUp {
89
- transform: rotate(45deg);
90
- }
91
-
92
- .arrowDown {
93
- transform: rotate(225deg);
94
- }
95
-
96
- .arrowLeft {
97
- transform: rotate(315deg) translateY(-50%);
98
- }
99
-
100
- .arrowRight {
101
- transform: rotate(135deg) translateY(50%);
102
- }
103
- @keyframes tooltip-grow {
104
- from {
105
- opacity: 0;
106
- }
107
-
108
- to {
109
- opacity: 1;
110
- }
111
- }
112
-
113
- @-webkit-keyframes tooltip-grow {
114
- from {
115
- opacity: 0;
116
- }
117
-
118
- to {
119
- opacity: 1;
120
- }
121
- }
122
-
123
- @-moz-keyframes tooltip-grow {
124
- from {
125
- opacity: 0;
126
- }
127
-
128
- to {
129
- opacity: 1;
130
- }
131
- }
132
-
133
- @-ms-keyframes tooltip-grow {
134
- from {
135
- opacity: 0;
136
- }
137
-
138
- to {
139
- opacity: 1;
140
- }
1
+ .tooltiptext {
2
+ position: fixed;
3
+ z-index: 9999999;
4
+ /*Hook for editor alert*/
5
+ pointer-events: none;
6
+ box-shadow: 0 4px 12px 0 var(--zdt_tooltip_default_box_shadow);
7
+ border-radius: var(--zd_size4);
8
+ }[dir=ltr] .tooltiptext {
9
+ animation: tooltip-grow var(--zd_transition7) cubic-bezier(0.175, 0.885, 0.32, 1.15);
10
+ }[dir=rtl] .tooltiptext {
11
+ animation: tooltip-grow var(--zd_transition7) cubic-bezier(0.175, 0.885, 0.32, 1.15);
12
+ }
13
+
14
+ .tooltipcont {
15
+ color: var(--zdt_tooltip_default_text);
16
+ font-size: var(--zd_font_size13) ;
17
+ font-family: var(--zd_semibold);
18
+ word-break: break-word;
19
+ max-width: var(--zd_size420) ;
20
+ line-height: 1.5385;
21
+ min-height: var(--zd_size24) ;
22
+ overflow: hidden;
23
+ background-color: var(--zdt_tooltip_default_bg);
24
+ padding: 0 var(--zd_size10) ;
25
+ border-style: solid;
26
+ border-color: transparent;
27
+ border-radius: var(--zd_size4);
28
+ }
29
+
30
+ .tooltipWrapCont {
31
+ white-space: pre-wrap;
32
+ }
33
+
34
+ .tooltipNormalCont {
35
+ white-space: normal;
36
+ }
37
+ .tooltiparrow {
38
+ content: '';
39
+ position: absolute;
40
+ top: 0 ;
41
+ border-top-left-radius: 3px;
42
+ }
43
+
44
+ .arrowUp,
45
+ .arrowDown {
46
+ /* Variable:Ignore */
47
+ width: 11px;
48
+ /* Variable:Ignore */
49
+ height: 11px;
50
+ border-top: solid 6px var(--zdt_tooltip_default_bg);
51
+ border-left: solid 6px var(--zdt_tooltip_default_bg);
52
+ border-right: solid 6px transparent;
53
+ border-bottom: solid 6px transparent;
54
+ box-shadow: 0 4px 12px 0 var(--zdt_tooltip_default_box_shadow);
55
+ z-index: -1;
56
+ }
57
+
58
+ .arrowDown {
59
+ /* Variable:Ignore */
60
+ margin-top: -4px !important;
61
+ /* put important because of '.wms-mainui *' have margin: 0; */
62
+ }
63
+
64
+ .arrowLeft,
65
+ .arrowRight {
66
+ /* Variable:Ignore */
67
+ width: 11px;
68
+ /* Variable:Ignore */
69
+ height: 11px;
70
+ border-top: solid 6px var(--zdt_tooltip_default_bg);
71
+ border-left: solid 6px var(--zdt_tooltip_default_bg);
72
+ border-right: solid 6px transparent;
73
+ border-bottom: solid 6px transparent;
74
+ box-shadow: 0 4px 12px 0 var(--zdt_tooltip_default_box_shadow);
75
+ z-index: -1;
76
+ }
77
+
78
+ .arrowRight {
79
+ /* Variable:Ignore */
80
+ margin-left: -2px;
81
+ }
82
+
83
+ .arrowLeft {
84
+ /* Variable:Ignore */
85
+ margin-left: 1px;
86
+ }
87
+
88
+ .arrowUp {
89
+ transform: rotate(45deg);
90
+ }
91
+
92
+ .arrowDown {
93
+ transform: rotate(225deg);
94
+ }
95
+
96
+ .arrowLeft {
97
+ transform: rotate(315deg) translateY(-50%);
98
+ }
99
+
100
+ .arrowRight {
101
+ transform: rotate(135deg) translateY(50%);
102
+ }
103
+ @keyframes tooltip-grow {
104
+ from {
105
+ opacity: 0;
106
+ }
107
+
108
+ to {
109
+ opacity: 1;
110
+ }
111
+ }
112
+
113
+ @-webkit-keyframes tooltip-grow {
114
+ from {
115
+ opacity: 0;
116
+ }
117
+
118
+ to {
119
+ opacity: 1;
120
+ }
121
+ }
122
+
123
+ @-moz-keyframes tooltip-grow {
124
+ from {
125
+ opacity: 0;
126
+ }
127
+
128
+ to {
129
+ opacity: 1;
130
+ }
131
+ }
132
+
133
+ @-ms-keyframes tooltip-grow {
134
+ from {
135
+ opacity: 0;
136
+ }
137
+
138
+ to {
139
+ opacity: 1;
140
+ }
141
141
  }
@@ -1,4 +1,4 @@
1
- :root {
2
- --lib_a11y_focusScope_focus_border: var(--zdt_a11y_focusScope_focus_border);
3
- --lib_a11y_focusScope_focus_bg: var(--zdt_listitem_highlight_bg);
1
+ :root {
2
+ --lib_a11y_focusScope_focus_border: var(--zdt_a11y_focusScope_focus_border);
3
+ --lib_a11y_focusScope_focus_bg: var(--zdt_listitem_highlight_bg);
4
4
  }