@pingux/astro 2.4.1 → 2.4.2-alpha.1
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.
@@ -207,7 +207,10 @@ input.multivaluesWrapper = _objectSpread(_objectSpread({}, input.fieldControlWra
|
|
207
207
|
outline: 'none'
|
208
208
|
}
|
209
209
|
},
|
210
|
-
'&.is-focused': _objectSpread({}, defaultFocus)
|
210
|
+
'&.is-focused': _objectSpread({}, defaultFocus),
|
211
|
+
'&.is-error': {
|
212
|
+
borderColor: 'critical.dark'
|
213
|
+
}
|
211
214
|
}, (0, _defineProperty2["default"])(_objectSpread2, "&.is-".concat(_statuses["default"].ERROR, "::after"), {
|
212
215
|
bg: 'critical.bright'
|
213
216
|
}), (0, _defineProperty2["default"])(_objectSpread2, "&.is-".concat(_statuses["default"].SUCCESS, "::after"), {
|
@@ -224,14 +224,7 @@ var Default = function Default(_ref) {
|
|
224
224
|
width: "20",
|
225
225
|
height: "63",
|
226
226
|
rx: "4.5",
|
227
|
-
stroke:
|
228
|
-
}))), (0, _react2.jsx)("defs", null, (0, _react2.jsx)("clipPath", {
|
229
|
-
id: "clip0_1900_8817"
|
230
|
-
}, (0, _react2.jsx)("rect", {
|
231
|
-
width: "1600",
|
232
|
-
height: "917",
|
233
|
-
fill: "white",
|
234
|
-
transform: "translate(-280 -419)"
|
227
|
+
stroke: color
|
235
228
|
}))))));
|
236
229
|
};
|
237
230
|
|
@@ -398,9 +391,9 @@ var Default = function Default(_ref) {
|
|
398
391
|
ref: listItemRef,
|
399
392
|
variant: "listItem.hover",
|
400
393
|
sx: sx.listElement.container
|
401
|
-
},
|
394
|
+
}, isChild ? (0, _react2.jsx)(BottomBracket, null) : (0, _react2.jsx)(Shield, {
|
402
395
|
isParent: isParent
|
403
|
-
})
|
396
|
+
}), (0, _react2.jsx)(ListElementContent, {
|
404
397
|
badgeText: badgeText,
|
405
398
|
expirationText: expirationText,
|
406
399
|
isChild: isChild,
|
@@ -199,7 +199,10 @@ input.multivaluesWrapper = _objectSpread(_objectSpread({}, input.fieldControlWra
|
|
199
199
|
outline: 'none'
|
200
200
|
}
|
201
201
|
},
|
202
|
-
'&.is-focused': _objectSpread({}, defaultFocus)
|
202
|
+
'&.is-focused': _objectSpread({}, defaultFocus),
|
203
|
+
'&.is-error': {
|
204
|
+
borderColor: 'critical.dark'
|
205
|
+
}
|
203
206
|
}, _defineProperty(_objectSpread2, "&.is-".concat(statuses.ERROR, "::after"), {
|
204
207
|
bg: 'critical.bright'
|
205
208
|
}), _defineProperty(_objectSpread2, "&.is-".concat(statuses.SUCCESS, "::after"), {
|
@@ -210,14 +210,7 @@ export var Default = function Default(_ref) {
|
|
210
210
|
width: "20",
|
211
211
|
height: "63",
|
212
212
|
rx: "4.5",
|
213
|
-
stroke:
|
214
|
-
}))), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
215
|
-
id: "clip0_1900_8817"
|
216
|
-
}, ___EmotionJSX("rect", {
|
217
|
-
width: "1600",
|
218
|
-
height: "917",
|
219
|
-
fill: "white",
|
220
|
-
transform: "translate(-280 -419)"
|
213
|
+
stroke: color
|
221
214
|
}))))));
|
222
215
|
};
|
223
216
|
|
@@ -384,9 +377,9 @@ export var Default = function Default(_ref) {
|
|
384
377
|
ref: listItemRef,
|
385
378
|
variant: "listItem.hover",
|
386
379
|
sx: sx.listElement.container
|
387
|
-
},
|
380
|
+
}, isChild ? ___EmotionJSX(BottomBracket, null) : ___EmotionJSX(Shield, {
|
388
381
|
isParent: isParent
|
389
|
-
})
|
382
|
+
}), ___EmotionJSX(ListElementContent, {
|
390
383
|
badgeText: badgeText,
|
391
384
|
expirationText: expirationText,
|
392
385
|
isChild: isChild,
|