@zohodesk/components 1.0.0-temp-61 → 1.0.0-temp-62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkComponentTheme.module.css +2 -2
- package/assets/Appearance/pureDark/themes/green/greenPureDarkComponentTheme.module.css +2 -2
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkComponentTheme.module.css +2 -2
- package/assets/Appearance/pureDark/themes/red/redPureDarkComponentTheme.module.css +2 -2
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkComponentTheme.module.css +2 -2
- package/es/CheckBox/CheckBox.js +2 -1
- package/es/ListItem/ListItem.module.css +1 -1
- package/lib/CheckBox/CheckBox.js +2 -1
- package/lib/ListItem/ListItem.module.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,6 +32,11 @@ In this Package, we Provide Some Basic Components to Build Web App
|
|
|
32
32
|
- TextBoxIcon
|
|
33
33
|
- Tooltip
|
|
34
34
|
|
|
35
|
+
# 1.0.0-alpha-237
|
|
36
|
+
|
|
37
|
+
- ListItem Responsive Min Height Fixed
|
|
38
|
+
- CheckBox data-selector attribute added
|
|
39
|
+
|
|
35
40
|
# 1.0.0-alpha-236
|
|
36
41
|
|
|
37
42
|
- Input => autocomplete added in provider configuration
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
|
|
16
16
|
/* tag */
|
|
17
17
|
--zdt_tag_dark_text: #d0d0d4;
|
|
18
|
-
--zdt_tag_dark_bg: #
|
|
18
|
+
--zdt_tag_dark_bg: #262626;
|
|
19
19
|
--zdt_tag_dark_hover_text: #d0d0d4;
|
|
20
20
|
--zdt_tag_dark_hover_bg: var(--dot_matterhorn);
|
|
21
21
|
--zdt_tag_dark_close_bg: #864654;
|
|
22
22
|
--zdt_tag_dark_close_text: var(--dot_brightRed);
|
|
23
23
|
|
|
24
24
|
/* multiselect */
|
|
25
|
-
--zdt_multiselect_dark_border:
|
|
25
|
+
--zdt_multiselect_dark_border: #585858;
|
|
26
26
|
--zdt_multiselect_darkmsg_bg: #212121;
|
|
27
27
|
--zdt_multiselect_darkmsg_text: #d0d0d4;
|
|
28
28
|
--zdt_multiselect_darkdelete_hover_text: var(--dot_platinum);
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
|
|
16
16
|
/* tag */
|
|
17
17
|
--zdt_tag_dark_text: #d0d0d4;
|
|
18
|
-
--zdt_tag_dark_bg: #
|
|
18
|
+
--zdt_tag_dark_bg: #262626;
|
|
19
19
|
--zdt_tag_dark_hover_text: #d0d0d4;
|
|
20
20
|
--zdt_tag_dark_hover_bg: var(--dot_matterhorn);
|
|
21
21
|
--zdt_tag_dark_close_bg: #864654;
|
|
22
22
|
--zdt_tag_dark_close_text: var(--dot_brightRed);
|
|
23
23
|
|
|
24
24
|
/* multiselect */
|
|
25
|
-
--zdt_multiselect_dark_border:
|
|
25
|
+
--zdt_multiselect_dark_border: #585858;
|
|
26
26
|
--zdt_multiselect_darkmsg_bg: #212121;
|
|
27
27
|
--zdt_multiselect_darkmsg_text: #d0d0d4;
|
|
28
28
|
--zdt_multiselect_darkdelete_hover_text: var(--dot_platinum);
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
|
|
16
16
|
/* tag */
|
|
17
17
|
--zdt_tag_dark_text: #d0d0d4;
|
|
18
|
-
--zdt_tag_dark_bg: #
|
|
18
|
+
--zdt_tag_dark_bg: #262626;
|
|
19
19
|
--zdt_tag_dark_hover_text: #d0d0d4;
|
|
20
20
|
--zdt_tag_dark_hover_bg: var(--dot_matterhorn);
|
|
21
21
|
--zdt_tag_dark_close_bg: #864654;
|
|
22
22
|
--zdt_tag_dark_close_text: var(--dot_brightRed);
|
|
23
23
|
|
|
24
24
|
/* multiselect */
|
|
25
|
-
--zdt_multiselect_dark_border:
|
|
25
|
+
--zdt_multiselect_dark_border: #585858;
|
|
26
26
|
--zdt_multiselect_darkmsg_bg: #212121;
|
|
27
27
|
--zdt_multiselect_darkmsg_text: #d0d0d4;
|
|
28
28
|
--zdt_multiselect_darkdelete_hover_text: var(--dot_platinum);
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
|
|
16
16
|
/* tag */
|
|
17
17
|
--zdt_tag_dark_text: #d0d0d4;
|
|
18
|
-
--zdt_tag_dark_bg: #
|
|
18
|
+
--zdt_tag_dark_bg: #262626;
|
|
19
19
|
--zdt_tag_dark_hover_text: #d0d0d4;
|
|
20
20
|
--zdt_tag_dark_hover_bg: var(--dot_matterhorn);
|
|
21
21
|
--zdt_tag_dark_close_bg: #864654;
|
|
22
22
|
--zdt_tag_dark_close_text: var(--dot_brightRed);
|
|
23
23
|
|
|
24
24
|
/* multiselect */
|
|
25
|
-
--zdt_multiselect_dark_border:
|
|
25
|
+
--zdt_multiselect_dark_border: #585858;
|
|
26
26
|
--zdt_multiselect_darkmsg_bg: #212121;
|
|
27
27
|
--zdt_multiselect_darkmsg_text: #d0d0d4;
|
|
28
28
|
--zdt_multiselect_darkdelete_hover_text: var(--dot_platinum);
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
|
|
16
16
|
/* tag */
|
|
17
17
|
--zdt_tag_dark_text: #d0d0d4;
|
|
18
|
-
--zdt_tag_dark_bg: #
|
|
18
|
+
--zdt_tag_dark_bg: #262626;
|
|
19
19
|
--zdt_tag_dark_hover_text: #d0d0d4;
|
|
20
20
|
--zdt_tag_dark_hover_bg: var(--dot_matterhorn);
|
|
21
21
|
--zdt_tag_dark_close_bg: #864654;
|
|
22
22
|
--zdt_tag_dark_close_text: var(--dot_brightRed);
|
|
23
23
|
|
|
24
24
|
/* multiselect */
|
|
25
|
-
--zdt_multiselect_dark_border:
|
|
25
|
+
--zdt_multiselect_dark_border: #585858;
|
|
26
26
|
--zdt_multiselect_darkmsg_bg: #212121;
|
|
27
27
|
--zdt_multiselect_darkmsg_text: #d0d0d4;
|
|
28
28
|
--zdt_multiselect_darkdelete_hover_text: var(--dot_platinum);
|
package/es/CheckBox/CheckBox.js
CHANGED
|
@@ -79,7 +79,8 @@ export default class CheckBox extends React.Component {
|
|
|
79
79
|
role: role,
|
|
80
80
|
"aria-label": ariaLabel,
|
|
81
81
|
"aria-labelledby": ariaLabelledby,
|
|
82
|
-
"aria-hidden": ariaHidden
|
|
82
|
+
"aria-hidden": ariaHidden,
|
|
83
|
+
"data-selector": id
|
|
83
84
|
}, CheckBoxProps), /*#__PURE__*/React.createElement(Box, {
|
|
84
85
|
className: `${style.boxContainer} ${style[size]} ${customCBoxSize} ${isFilled ? style.filled : ''}`
|
|
85
86
|
}, /*#__PURE__*/React.createElement("input", {
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
--listitem_padding: var(--zd_size10) var(--zd_size25) var(--zd_size10) var(--zd_size39);
|
|
199
199
|
}
|
|
200
200
|
.responsiveHeight {
|
|
201
|
-
--
|
|
201
|
+
--listitem_min_height: var(--zd_size45);
|
|
202
202
|
font-size: var(--zd_font_size15);
|
|
203
203
|
padding-top: var(--zd_size10);
|
|
204
204
|
padding-bottom: var(--zd_size10);
|
package/lib/CheckBox/CheckBox.js
CHANGED
|
@@ -127,7 +127,8 @@ var CheckBox = /*#__PURE__*/function (_React$Component) {
|
|
|
127
127
|
role: role,
|
|
128
128
|
"aria-label": ariaLabel,
|
|
129
129
|
"aria-labelledby": ariaLabelledby,
|
|
130
|
-
"aria-hidden": ariaHidden
|
|
130
|
+
"aria-hidden": ariaHidden,
|
|
131
|
+
"data-selector": id
|
|
131
132
|
}, CheckBoxProps), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
132
133
|
className: "".concat(_CheckBoxModule["default"].boxContainer, " ").concat(_CheckBoxModule["default"][size], " ").concat(customCBoxSize, " ").concat(isFilled ? _CheckBoxModule["default"].filled : '')
|
|
133
134
|
}, /*#__PURE__*/_react["default"].createElement("input", {
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
--listitem_padding: var(--zd_size10) var(--zd_size25) var(--zd_size10) var(--zd_size39);
|
|
199
199
|
}
|
|
200
200
|
.responsiveHeight {
|
|
201
|
-
--
|
|
201
|
+
--listitem_min_height: var(--zd_size45);
|
|
202
202
|
font-size: var(--zd_font_size15);
|
|
203
203
|
padding-top: var(--zd_size10);
|
|
204
204
|
padding-bottom: var(--zd_size10);
|