@pingux/astro 1.44.0-alpha.2 → 1.44.0-alpha.3
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.
@@ -87,7 +87,9 @@ var Default = function Default(args) {
|
|
87
87
|
}, "Fons Vernall")), (0, _react2.jsx)(_.Box, {
|
88
88
|
isRow: true,
|
89
89
|
alignSelf: "center"
|
90
|
-
}, (0, _react2.jsx)(_.IconButton,
|
90
|
+
}, (0, _react2.jsx)(_.IconButton, {
|
91
|
+
"aria-label": "filter"
|
92
|
+
}, (0, _react2.jsx)(_.Icon, {
|
91
93
|
icon: _MoreVertIcon["default"],
|
92
94
|
size: "sm",
|
93
95
|
color: "neutral.20"
|
@@ -119,7 +121,9 @@ var WithSubtitle = function WithSubtitle(args) {
|
|
119
121
|
}, "fvernall0@google.it"))), (0, _react2.jsx)(_.Box, {
|
120
122
|
isRow: true,
|
121
123
|
alignSelf: "center"
|
122
|
-
}, (0, _react2.jsx)(_.IconButton,
|
124
|
+
}, (0, _react2.jsx)(_.IconButton, {
|
125
|
+
"aria-label": "filter"
|
126
|
+
}, (0, _react2.jsx)(_.Icon, {
|
123
127
|
icon: _MoreVertIcon["default"],
|
124
128
|
size: "sm",
|
125
129
|
color: "neutral.20"
|
@@ -174,7 +178,8 @@ var WithHoverHandlers = function WithHoverHandlers(args) {
|
|
174
178
|
isRow: true,
|
175
179
|
alignSelf: "center"
|
176
180
|
}, (0, _react2.jsx)(_.IconButton, {
|
177
|
-
size: 26
|
181
|
+
size: 26,
|
182
|
+
"aria-label": "filter"
|
178
183
|
}, (0, _react2.jsx)(_.Icon, {
|
179
184
|
icon: _MoreVertIcon["default"],
|
180
185
|
size: 20,
|
@@ -51,7 +51,9 @@ export var Default = function Default(args) {
|
|
51
51
|
}, "Fons Vernall")), ___EmotionJSX(Box, {
|
52
52
|
isRow: true,
|
53
53
|
alignSelf: "center"
|
54
|
-
}, ___EmotionJSX(IconButton,
|
54
|
+
}, ___EmotionJSX(IconButton, {
|
55
|
+
"aria-label": "filter"
|
56
|
+
}, ___EmotionJSX(Icon, {
|
55
57
|
icon: MoreVertIcon,
|
56
58
|
size: "sm",
|
57
59
|
color: "neutral.20"
|
@@ -80,7 +82,9 @@ export var WithSubtitle = function WithSubtitle(args) {
|
|
80
82
|
}, "fvernall0@google.it"))), ___EmotionJSX(Box, {
|
81
83
|
isRow: true,
|
82
84
|
alignSelf: "center"
|
83
|
-
}, ___EmotionJSX(IconButton,
|
85
|
+
}, ___EmotionJSX(IconButton, {
|
86
|
+
"aria-label": "filter"
|
87
|
+
}, ___EmotionJSX(Icon, {
|
84
88
|
icon: MoreVertIcon,
|
85
89
|
size: "sm",
|
86
90
|
color: "neutral.20"
|
@@ -132,7 +136,8 @@ export var WithHoverHandlers = function WithHoverHandlers(args) {
|
|
132
136
|
isRow: true,
|
133
137
|
alignSelf: "center"
|
134
138
|
}, ___EmotionJSX(IconButton, {
|
135
|
-
size: 26
|
139
|
+
size: 26,
|
140
|
+
"aria-label": "filter"
|
136
141
|
}, ___EmotionJSX(Icon, {
|
137
142
|
icon: MoreVertIcon,
|
138
143
|
size: 20,
|