@zohodesk/dot 1.0.0-temp-187.8 → 1.0.0-temp-187.9

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.
@@ -218,10 +218,7 @@ position: relative;
218
218
  [dir=rtl] .rightPlaceholder{
219
219
  left:var(--zd_size15)
220
220
  }
221
- /* css:lineheight-validation:ignore */
222
- .fieldsListItemClamp {
223
- composes: listItemClamp from '~@zohodesk/components/es/common/common.module.css';
224
- line-height: var(--fields-listitem-lineheight,1.5385);
225
- --line-clamp-count: var(--field-line-clamp,3);
226
- --list-line-clamp-count:var(--line-clamp-count);
221
+
222
+ .fieldClamp{
223
+ --line-clamp-count: 3;
227
224
  }
@@ -37,8 +37,7 @@
37
37
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
38
38
  }
39
39
  .multiLineValue {
40
- composes: listItemClamp from '~@zohodesk/components/es/common/common.module.css';
41
- --line-clamp-count: 3;
40
+ composes: listItemClamp from '~@zohodesk/components/lib/common/common.module.css';
42
41
  }
43
42
  [dir=ltr] .withBorder.active {
44
43
  border-left-color: var(--zdt_statuslistitem_default_active_border);
@@ -218,10 +218,7 @@ position: relative;
218
218
  [dir=rtl] .rightPlaceholder{
219
219
  left:var(--zd_size15)
220
220
  }
221
- /* css:lineheight-validation:ignore */
222
- .fieldsListItemClamp {
223
- composes: listItemClamp from '~@zohodesk/components/es/common/common.module.css';
224
- line-height: var(--fields-listitem-lineheight,1.5385);
225
- --line-clamp-count: var(--field-line-clamp,3);
226
- --list-line-clamp-count:var(--line-clamp-count);
221
+
222
+ .fieldClamp{
223
+ --line-clamp-count: 3;
227
224
  }
@@ -37,8 +37,7 @@
37
37
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
38
38
  }
39
39
  .multiLineValue {
40
- composes: listItemClamp from '~@zohodesk/components/es/common/common.module.css';
41
- --line-clamp-count: 3;
40
+ composes: listItemClamp from '~@zohodesk/components/lib/common/common.module.css';
42
41
  }
43
42
  [dir=ltr] .withBorder.active {
44
43
  border-left-color: var(--zdt_statuslistitem_default_active_border);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.0.0-temp-187.8",
3
+ "version": "1.0.0-temp-187.9",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -63,7 +63,7 @@
63
63
  "@zohodesk-private/node-plugins": "1.1.8",
64
64
  "@zohodesk-private/react-prop-validator": "1.2.3",
65
65
  "@zohodesk/a11y": "2.2.7",
66
- "@zohodesk/components": "1.0.0-temp-199.8",
66
+ "@zohodesk/components": "1.0.0-temp-199.10",
67
67
  "@zohodesk/hooks": "2.0.5",
68
68
  "@zohodesk/icons": "1.0.70",
69
69
  "@zohodesk/svg": "1.1.22",
@@ -76,7 +76,7 @@
76
76
  "peerDependencies": {
77
77
  "velocity-react": "1.4.3",
78
78
  "@zohodesk/variables": "1.0.0",
79
- "@zohodesk/components": "1.0.0-temp-199.8",
79
+ "@zohodesk/components": "1.0.0-temp-199.10",
80
80
  "@zohodesk/icons": "1.0.70",
81
81
  "@zohodesk/svg": "1.1.22",
82
82
  "@zohodesk/virtualizer": "1.0.3",