@zohodesk/components 1.0.0-temp-200.1 → 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 (120) hide show
  1. package/.cli/PropUnificationExcludeFilesArray.js +230 -230
  2. package/.cli/PropValidationExcludeFilesArray.js +1 -1
  3. package/README.md +0 -5
  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.js +1 -2
  15. package/es/DateTime/DateWidget.module.css +38 -38
  16. package/es/DateTime/__tests__/DateTime.spec.js +1 -1
  17. package/es/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +93 -93
  18. package/es/DateTime/__tests__/__snapshots__/DateWidget.spec.js.snap +2 -2
  19. package/es/DropBox/DropBoxPositionMapping.json +144 -144
  20. package/es/DropDown/DropDown.module.css +5 -5
  21. package/es/DropDown/DropDownSearch.module.css +14 -14
  22. package/es/DropDown/DropDownSeparator.module.css +7 -7
  23. package/es/Heading/Heading.module.css +4 -4
  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/MultiSelect.js +1 -2
  28. package/es/MultiSelect/SelectedOptions.module.css +15 -15
  29. package/es/Popup/PositionMapping.json +73 -73
  30. package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  31. package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
  32. package/es/RippleEffect/RippleEffect.module.css +92 -92
  33. package/es/Select/Select.module.css +134 -134
  34. package/es/Stencils/Stencils.module.css +96 -96
  35. package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
  36. package/es/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
  37. package/es/Tab/TabContent.module.css +4 -4
  38. package/es/Tab/Tabs.js +17 -17
  39. package/es/Tag/Tag.js +8 -8
  40. package/es/Tooltip/Tooltip.js +47 -2
  41. package/es/Tooltip/Tooltip.module.css +140 -140
  42. package/es/common/a11y.module.css +3 -3
  43. package/es/common/animation.module.css +624 -624
  44. package/es/common/avatarsizes.module.css +48 -48
  45. package/es/common/basic.module.css +33 -33
  46. package/es/common/basicReset.module.css +40 -40
  47. package/es/common/boxShadow.module.css +33 -33
  48. package/es/common/common.module.css +524 -524
  49. package/es/common/reset.module.css +13 -13
  50. package/es/common/transition.module.css +146 -146
  51. package/es/semantic/Button/semanticButton.module.css +9 -9
  52. package/es/v1/Avatar/Avatar.js +5 -5
  53. package/es/v1/AvatarTeam/AvatarTeam.js +4 -4
  54. package/es/v1/Button/Button.js +4 -4
  55. package/es/v1/DateTime/DateWidget.js +1 -2
  56. package/es/v1/MultiSelect/MultiSelect.js +6 -7
  57. package/es/v1/Tab/v1TabContent.module.css +4 -4
  58. package/es/v1/Tag/Tag.js +8 -8
  59. package/es/v1/Typography/css/Typography.module.css +380 -380
  60. package/install.md +10 -10
  61. package/lib/AppContainer/AppContainer.module.css +18 -18
  62. package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
  63. package/lib/AvatarTeam/AvatarTeam.js +7 -7
  64. package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -705
  65. package/lib/Button/Button.js +4 -4
  66. package/lib/Buttongroup/Buttongroup.js +1 -1
  67. package/lib/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
  68. package/lib/Card/Card.js +4 -4
  69. package/lib/Card/Card.module.css +20 -20
  70. package/lib/DateTime/DateWidget.js +1 -2
  71. package/lib/DateTime/DateWidget.module.css +38 -38
  72. package/lib/DateTime/__tests__/DateTime.spec.js +1 -1
  73. package/lib/DateTime/__tests__/__snapshots__/DateTime.spec.js.snap +93 -93
  74. package/lib/DateTime/__tests__/__snapshots__/DateWidget.spec.js.snap +2 -2
  75. package/lib/DropBox/DropBoxPositionMapping.json +144 -144
  76. package/lib/DropDown/DropDown.module.css +5 -5
  77. package/lib/DropDown/DropDownSearch.module.css +14 -14
  78. package/lib/DropDown/DropDownSeparator.module.css +7 -7
  79. package/lib/Heading/Heading.module.css +4 -4
  80. package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
  81. package/lib/Layout/Layout.module.css +335 -335
  82. package/lib/MultiSelect/MultiSelect.js +1 -2
  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/DateTime/DateWidget.js +1 -2
  111. package/lib/v1/MultiSelect/MultiSelect.js +6 -7
  112. package/lib/v1/Tab/v1TabContent.module.css +4 -4
  113. package/lib/v1/Tag/Tag.js +8 -8
  114. package/lib/v1/Typography/css/Typography.module.css +380 -380
  115. package/package.json +1 -1
  116. package/postPublish.js +8 -8
  117. package/prePublish.js +70 -70
  118. package/propValidationArg.json +11 -11
  119. package/react-cli.config.js +23 -23
  120. package/result.json +1 -1
@@ -1,13 +1,13 @@
1
- *,
2
- :after,
3
- :before {
4
- outline: 0;
5
- box-sizing: border-box;
6
- -webkit-box-sizing: border-box;
7
- -moz-box-sizing: border-box;
8
- -ms-box-sizing: border-box;
9
- }
10
- html {
11
- /* Variable:Ignore */
12
- font-size: 16px;
13
- }
1
+ *,
2
+ :after,
3
+ :before {
4
+ outline: 0;
5
+ box-sizing: border-box;
6
+ -webkit-box-sizing: border-box;
7
+ -moz-box-sizing: border-box;
8
+ -ms-box-sizing: border-box;
9
+ }
10
+ html {
11
+ /* Variable:Ignore */
12
+ font-size: 16px;
13
+ }
@@ -1,146 +1,146 @@
1
- .zoomInEnter,
2
- .zoomInLeave.zoomInLeaveActive {
3
- opacity: 0;
4
- }.zoomInEnter, .zoomInLeave.zoomInLeaveActive {
5
- transform: perspective(1px) scale(1.5) translateZ(0);
6
- transition-duration: var(--zd_transition3);
7
- transition-property: all;
8
- }
9
- .zoomInEnter.zoomInEnterActive,
10
- .zoomInLeave {
11
- opacity: 1;
12
- }
13
- .zoomInEnter.zoomInEnterActive, .zoomInLeave {
14
- transform: perspective(1px) scale(1) translateZ(0);
15
- transition-duration: var(--zd_transition3);
16
- transition-property: all;
17
- }
18
-
19
- .scaleInEnter,
20
- .scaleInLeave.scaleInLeaveActive {
21
- opacity: 0;
22
- }
23
-
24
- .scaleInEnter, .scaleInLeave.scaleInLeaveActive {
25
- transform: scale(0);
26
- transition-duration: var(--zd_transition3);
27
- transition-property: all;
28
- }
29
- .scaleInEnter.scaleInEnterActive,
30
- .scaleInLeave {
31
- opacity: 1;
32
- }
33
- .scaleInEnter.scaleInEnterActive, .scaleInLeave {
34
- transform: scale(1);
35
- transition-duration: var(--zd_transition3);
36
- transition-property: all;
37
- }
38
-
39
- .fadeInEnter,
40
- .fadeInLeave.fadeInLeaveActive {
41
- opacity: 0;
42
- }
43
-
44
- .fadeInEnter, .fadeInLeave.fadeInLeaveActive {
45
- transition-duration: var(--zd_transition3);
46
- transition-property: all;
47
- }
48
-
49
- .fadeInEnter.fadeInEnterActive,
50
- .fadeInLeave {
51
- opacity: 1;
52
- }
53
-
54
- .fadeInEnter.fadeInEnterActive, .fadeInLeave {
55
- transition-duration: var(--zd_transition3);
56
- transition-property: all;
57
- }
58
-
59
- .slideLeftEnter,
60
- .slideLeftLeave.slideLeftLeaveActive {
61
- opacity: 0;
62
- }
63
-
64
- .slideLeftEnter, .slideLeftLeave.slideLeftLeaveActive {
65
- transition-duration: var(--zd_transition3);
66
- transition-property: all;
67
- }
68
-
69
- [dir=ltr] .slideLeftEnter, [dir=ltr] .slideLeftLeave.slideLeftLeaveActive {
70
- transform: translateX(110%);
71
- }
72
-
73
- [dir=rtl] .slideLeftEnter, [dir=rtl] .slideLeftLeave.slideLeftLeaveActive {
74
- transform: translateX(-110%);
75
- }
76
-
77
- .slideLeftEnter.slideLeftEnterActive,
78
- .slideLeftLeave {
79
- opacity: 1;
80
- }
81
-
82
- .slideLeftEnter.slideLeftEnterActive, .slideLeftLeave {
83
- transform: translateX(0%);
84
- transition-duration: var(--zd_transition3);
85
- transition-property: all;
86
- }
87
-
88
- .slideDownEnter,
89
- .slideDownLeave.slideDownLeaveActive {
90
- opacity: 0;
91
- }
92
-
93
- .slideDownEnter, .slideDownLeave.slideDownLeaveActive {
94
- transform: translateY(-100%);
95
- transition-duration: var(--zd_transition3);
96
- transition-property: all;
97
- }
98
-
99
- .slideDownEnter.slideDownEnterActive,
100
- .slideDownLeave {
101
- opacity: 1;
102
- }
103
-
104
- .slideDownEnter.slideDownEnterActive, .slideDownLeave {
105
- transform: translateY(0%);
106
- transition-duration: var(--zd_transition3);
107
- transition-property: all;
108
- }
109
-
110
- .skewInEnter,
111
- .skewInLeave.skewInLeaveActive {
112
- opacity: 0;
113
- }
114
-
115
- .skewInEnter, .skewInLeave.skewInLeaveActive {
116
- transition-duration: var(--zd_transition3);
117
- transition-property: all;
118
- }
119
-
120
- [dir=ltr] .skewInEnter, [dir=ltr] .skewInLeave.skewInLeaveActive {
121
- transform: translate(100%, 100%) skew(72deg) scale(0) perspective(221px);
122
- }
123
-
124
- [dir=rtl] .skewInEnter, [dir=rtl] .skewInLeave.skewInLeaveActive {
125
- transform: translate(-100%, 100%) skew(-72deg) scale(0) perspective(221px);
126
- }
127
-
128
- .skewInEnter.skewInEnterActive,
129
- .skewInLeave {
130
- opacity: 1;
131
- }
132
-
133
- .skewInEnter.skewInEnterActive, .skewInLeave {
134
- transform: translate(0, 0) skew(0deg) scale(1) perspective(221px);
135
- transition-duration: var(--zd_transition3);
136
- transition-property: all;
137
- }
138
-
139
- .defaultEnter,
140
- .defaultLeave.defaultLeaveActive {
141
- display: none;
142
- }
143
- .defaultEnter.defaultEnterActive,
144
- .defaultLeave {
145
- display: block;
146
- }
1
+ .zoomInEnter,
2
+ .zoomInLeave.zoomInLeaveActive {
3
+ opacity: 0;
4
+ }.zoomInEnter, .zoomInLeave.zoomInLeaveActive {
5
+ transform: perspective(1px) scale(1.5) translateZ(0);
6
+ transition-duration: var(--zd_transition3);
7
+ transition-property: all;
8
+ }
9
+ .zoomInEnter.zoomInEnterActive,
10
+ .zoomInLeave {
11
+ opacity: 1;
12
+ }
13
+ .zoomInEnter.zoomInEnterActive, .zoomInLeave {
14
+ transform: perspective(1px) scale(1) translateZ(0);
15
+ transition-duration: var(--zd_transition3);
16
+ transition-property: all;
17
+ }
18
+
19
+ .scaleInEnter,
20
+ .scaleInLeave.scaleInLeaveActive {
21
+ opacity: 0;
22
+ }
23
+
24
+ .scaleInEnter, .scaleInLeave.scaleInLeaveActive {
25
+ transform: scale(0);
26
+ transition-duration: var(--zd_transition3);
27
+ transition-property: all;
28
+ }
29
+ .scaleInEnter.scaleInEnterActive,
30
+ .scaleInLeave {
31
+ opacity: 1;
32
+ }
33
+ .scaleInEnter.scaleInEnterActive, .scaleInLeave {
34
+ transform: scale(1);
35
+ transition-duration: var(--zd_transition3);
36
+ transition-property: all;
37
+ }
38
+
39
+ .fadeInEnter,
40
+ .fadeInLeave.fadeInLeaveActive {
41
+ opacity: 0;
42
+ }
43
+
44
+ .fadeInEnter, .fadeInLeave.fadeInLeaveActive {
45
+ transition-duration: var(--zd_transition3);
46
+ transition-property: all;
47
+ }
48
+
49
+ .fadeInEnter.fadeInEnterActive,
50
+ .fadeInLeave {
51
+ opacity: 1;
52
+ }
53
+
54
+ .fadeInEnter.fadeInEnterActive, .fadeInLeave {
55
+ transition-duration: var(--zd_transition3);
56
+ transition-property: all;
57
+ }
58
+
59
+ .slideLeftEnter,
60
+ .slideLeftLeave.slideLeftLeaveActive {
61
+ opacity: 0;
62
+ }
63
+
64
+ .slideLeftEnter, .slideLeftLeave.slideLeftLeaveActive {
65
+ transition-duration: var(--zd_transition3);
66
+ transition-property: all;
67
+ }
68
+
69
+ [dir=ltr] .slideLeftEnter, [dir=ltr] .slideLeftLeave.slideLeftLeaveActive {
70
+ transform: translateX(110%);
71
+ }
72
+
73
+ [dir=rtl] .slideLeftEnter, [dir=rtl] .slideLeftLeave.slideLeftLeaveActive {
74
+ transform: translateX(-110%);
75
+ }
76
+
77
+ .slideLeftEnter.slideLeftEnterActive,
78
+ .slideLeftLeave {
79
+ opacity: 1;
80
+ }
81
+
82
+ .slideLeftEnter.slideLeftEnterActive, .slideLeftLeave {
83
+ transform: translateX(0%);
84
+ transition-duration: var(--zd_transition3);
85
+ transition-property: all;
86
+ }
87
+
88
+ .slideDownEnter,
89
+ .slideDownLeave.slideDownLeaveActive {
90
+ opacity: 0;
91
+ }
92
+
93
+ .slideDownEnter, .slideDownLeave.slideDownLeaveActive {
94
+ transform: translateY(-100%);
95
+ transition-duration: var(--zd_transition3);
96
+ transition-property: all;
97
+ }
98
+
99
+ .slideDownEnter.slideDownEnterActive,
100
+ .slideDownLeave {
101
+ opacity: 1;
102
+ }
103
+
104
+ .slideDownEnter.slideDownEnterActive, .slideDownLeave {
105
+ transform: translateY(0%);
106
+ transition-duration: var(--zd_transition3);
107
+ transition-property: all;
108
+ }
109
+
110
+ .skewInEnter,
111
+ .skewInLeave.skewInLeaveActive {
112
+ opacity: 0;
113
+ }
114
+
115
+ .skewInEnter, .skewInLeave.skewInLeaveActive {
116
+ transition-duration: var(--zd_transition3);
117
+ transition-property: all;
118
+ }
119
+
120
+ [dir=ltr] .skewInEnter, [dir=ltr] .skewInLeave.skewInLeaveActive {
121
+ transform: translate(100%, 100%) skew(72deg) scale(0) perspective(221px);
122
+ }
123
+
124
+ [dir=rtl] .skewInEnter, [dir=rtl] .skewInLeave.skewInLeaveActive {
125
+ transform: translate(-100%, 100%) skew(-72deg) scale(0) perspective(221px);
126
+ }
127
+
128
+ .skewInEnter.skewInEnterActive,
129
+ .skewInLeave {
130
+ opacity: 1;
131
+ }
132
+
133
+ .skewInEnter.skewInEnterActive, .skewInLeave {
134
+ transform: translate(0, 0) skew(0deg) scale(1) perspective(221px);
135
+ transition-duration: var(--zd_transition3);
136
+ transition-property: all;
137
+ }
138
+
139
+ .defaultEnter,
140
+ .defaultLeave.defaultLeaveActive {
141
+ display: none;
142
+ }
143
+ .defaultEnter.defaultEnterActive,
144
+ .defaultLeave {
145
+ display: block;
146
+ }
@@ -1,9 +1,9 @@
1
- .buttonReset {
2
- outline: 0;
3
- font: inherit;
4
- color: inherit;
5
- border: inherit;
6
- background-color: inherit;
7
- padding: 0 ;
8
- text-align: inherit;
9
- }
1
+ .buttonReset {
2
+ outline: 0;
3
+ font: inherit;
4
+ color: inherit;
5
+ border: inherit;
6
+ background-color: inherit;
7
+ padding: 0 ;
8
+ text-align: inherit;
9
+ }
@@ -5,11 +5,11 @@ import { propTypes } from './props/propTypes';
5
5
  import { getInitial } from '../../utils/getInitial';
6
6
  import AvatarSize from '../../Provider/AvatarSize';
7
7
  import style from '../../Avatar/Avatar.module.css';
8
- /*
9
- 1. need to change name into firstName lastName
10
- 2. pattern support via context as well as props
11
- 3. prop high priority to arrange firstName lastName
12
- 4. team pass name as lastName and pass pattern via prop
8
+ /*
9
+ 1. need to change name into firstName lastName
10
+ 2. pattern support via context as well as props
11
+ 3. prop high priority to arrange firstName lastName
12
+ 4. team pass name as lastName and pass pattern via prop
13
13
  */
14
14
 
15
15
  function Avatar(props) {
@@ -3,10 +3,10 @@ import { defaultProps } from './props/defaultProps';
3
3
  import { propTypes } from './props/propTypes';
4
4
  import Avatar from '../Avatar/Avatar';
5
5
  import style from '../../AvatarTeam/AvatarTeam.module.css';
6
- /* once avatar support firstname lastname and pattern
7
- pass lastName as team name and pattern ["FIRST_NAME","LAST_NAME"] as props
8
-
9
- Not going to export to external then can kept inside supportapp
6
+ /* once avatar support firstname lastname and pattern
7
+ pass lastName as team name and pattern ["FIRST_NAME","LAST_NAME"] as props
8
+
9
+ Not going to export to external then can kept inside supportapp
10
10
  */
11
11
 
12
12
  export default function AvatarTeam(props) {
@@ -4,10 +4,10 @@ import { propTypes } from './props/propTypes';
4
4
  import cssJSLogic from '../../Button/css/cssJSLogic';
5
5
  import { mergeStyle } from '@zohodesk/utils';
6
6
  import style from '../../Button/css/Button.module.css';
7
- /*
8
- Button text and children props?
9
- use children for both cases
10
- toLowerCase check needed?
7
+ /*
8
+ Button text and children props?
9
+ use children for both cases
10
+ toLowerCase check needed?
11
11
  */
12
12
 
13
13
  export default function Button(props) {
@@ -1067,8 +1067,7 @@ class DateWidgetComponent extends React.Component {
1067
1067
  customProps: TextBoxProps
1068
1068
  }, /*#__PURE__*/React.createElement(Container, {
1069
1069
  align: "both",
1070
- onClick: isDisabled || isReadOnly ? null : this.handleDateIconClick,
1071
- dataId: `${dataId}_datePicker`
1070
+ onClick: isDisabled || isReadOnly ? null : this.handleDateIconClick
1072
1071
  }, /*#__PURE__*/React.createElement(Icon, {
1073
1072
  name: "ZD-datepicker",
1074
1073
  size: "12"
@@ -321,8 +321,8 @@ export class MultiSelectComponent extends React.Component {
321
321
  if (suggestionsLen && isPopupOpen && keyCode === 38) {
322
322
  //up arrow
323
323
 
324
- /*if (hoverOption === 0) { //disable first to last option higlight
325
- !isNextOptions && this.setState({ hoverOption: suggestionsLen - 1 });
324
+ /*if (hoverOption === 0) { //disable first to last option higlight
325
+ !isNextOptions && this.setState({ hoverOption: suggestionsLen - 1 });
326
326
  }*/
327
327
  if (hoverOption) {
328
328
  this.setState({
@@ -332,9 +332,9 @@ export class MultiSelectComponent extends React.Component {
332
332
  } else if (suggestionsLen && isPopupOpen && keyCode === 40) {
333
333
  //down arrow
334
334
 
335
- /*else if (hoverOption === suggestionsLen - 1 || hoverOption === null) {
336
- //disable last to first option higlight
337
- !isNextOptions && this.setState({ hoverOption: 0 });
335
+ /*else if (hoverOption === suggestionsLen - 1 || hoverOption === null) {
336
+ //disable last to first option higlight
337
+ !isNextOptions && this.setState({ hoverOption: 0 });
338
338
  }*/
339
339
  if (isNextOptions && suggestionsLen >= 5 && hoverOption === suggestionsLen - 3) {
340
340
  getNextOptions && this.handleFetchOptions(getNextOptions, searchStr);
@@ -1039,8 +1039,7 @@ export class MultiSelectComponent extends React.Component {
1039
1039
  },
1040
1040
  size: boxSize,
1041
1041
  alignBox: "row",
1042
- isResponsivePadding: getFooter ? false : true,
1043
- dataId: `${dataId}_dropbox`
1042
+ isResponsivePadding: getFooter ? false : true
1044
1043
  }, /*#__PURE__*/React.createElement(Box, {
1045
1044
  flexible: true
1046
1045
  }, /*#__PURE__*/React.createElement(Card, {
@@ -1,4 +1,4 @@
1
- /* $Id$ */
2
- .container {
3
- position: relative;
4
- }
1
+ /* $Id$ */
2
+ .container {
3
+ position: relative;
4
+ }
package/es/v1/Tag/Tag.js CHANGED
@@ -7,16 +7,16 @@ import { Container } from '../Layout';
7
7
  import Button from '../semantic/Button/Button';
8
8
  import { useUniqueId } from '../../Provider/IdProvider';
9
9
  import style from '../../Tag/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
  function Tag(props) {