@zohodesk/components 1.0.0-temp-199.13 → 1.0.0-temp-199.15
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.
|
@@ -96,19 +96,20 @@
|
|
|
96
96
|
.leftAvatar {
|
|
97
97
|
margin: var(--listitem_avatar_margin);
|
|
98
98
|
}
|
|
99
|
+
.smallIconBox,
|
|
100
|
+
.mediumIconBox,
|
|
101
|
+
.largeIconBox{
|
|
102
|
+
height: 1em ;
|
|
103
|
+
}
|
|
99
104
|
.smallIconBox {
|
|
100
|
-
|
|
101
|
-
height: var(--zd_font_size20);
|
|
105
|
+
font-size: var(--zd_font_size20) ;
|
|
102
106
|
}
|
|
103
107
|
.mediumIconBox {
|
|
104
|
-
|
|
105
|
-
height: var(--zd_font_size21);
|
|
108
|
+
font-size: var(--zd_font_size21) ;
|
|
106
109
|
}
|
|
107
110
|
.largeIconBox {
|
|
108
|
-
|
|
109
|
-
height: var(--zd_font_size28);
|
|
111
|
+
font-size: var(--zd_font_size28) ;
|
|
110
112
|
}
|
|
111
|
-
|
|
112
113
|
.defaultHover, .primaryHover, .secondaryHover, .darkHover {
|
|
113
114
|
background-color: var(--listitem_highlight_bg_color);
|
|
114
115
|
}
|
|
@@ -96,19 +96,20 @@
|
|
|
96
96
|
.leftAvatar {
|
|
97
97
|
margin: var(--listitem_avatar_margin);
|
|
98
98
|
}
|
|
99
|
+
.smallIconBox,
|
|
100
|
+
.mediumIconBox,
|
|
101
|
+
.largeIconBox{
|
|
102
|
+
height: 1em ;
|
|
103
|
+
}
|
|
99
104
|
.smallIconBox {
|
|
100
|
-
|
|
101
|
-
height: var(--zd_font_size20);
|
|
105
|
+
font-size: var(--zd_font_size20) ;
|
|
102
106
|
}
|
|
103
107
|
.mediumIconBox {
|
|
104
|
-
|
|
105
|
-
height: var(--zd_font_size21);
|
|
108
|
+
font-size: var(--zd_font_size21) ;
|
|
106
109
|
}
|
|
107
110
|
.largeIconBox {
|
|
108
|
-
|
|
109
|
-
height: var(--zd_font_size28);
|
|
111
|
+
font-size: var(--zd_font_size28) ;
|
|
110
112
|
}
|
|
111
|
-
|
|
112
113
|
.defaultHover, .primaryHover, .secondaryHover, .darkHover {
|
|
113
114
|
background-color: var(--listitem_highlight_bg_color);
|
|
114
115
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/components",
|
|
3
|
-
"version": "1.0.0-temp-199.
|
|
3
|
+
"version": "1.0.0-temp-199.15",
|
|
4
4
|
"main": "es/index.js",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"private": false,
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@zohodesk-private/css-variable-migrator": "^1.0.7",
|
|
69
69
|
"@zohodesk-private/node-plugins": "1.1.8",
|
|
70
70
|
"@zohodesk-private/react-prop-validator": "1.2.3",
|
|
71
|
-
"@zohodesk/a11y": "2.3.
|
|
71
|
+
"@zohodesk/a11y": "2.3.4",
|
|
72
72
|
"@zohodesk/docstool": "1.0.0-alpha-2",
|
|
73
73
|
"@zohodesk/hooks": "2.0.5",
|
|
74
74
|
"@zohodesk/icons": "1.0.72",
|
|
@@ -94,6 +94,6 @@
|
|
|
94
94
|
"react-sortable-hoc": "^0.8.3",
|
|
95
95
|
"@zohodesk/hooks": "2.0.5",
|
|
96
96
|
"@zohodesk/utils": "1.3.14",
|
|
97
|
-
"@zohodesk/a11y": "2.3.
|
|
97
|
+
"@zohodesk/a11y": "2.3.4"
|
|
98
98
|
}
|
|
99
99
|
}
|