@pingux/astro 2.4.1-alpha.1 → 2.4.2-alpha.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.4.1](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.4.0...@pingux/astro@2.4.1) (2023-05-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [UIP-5890] DatePicker story fixes ([532cf8c](https://gitlab.corp.pingidentity.com/ux/pingux/commit/532cf8c12ebad54a9d2a83b1529ca227c6483823))
12
+ * [UIP-6291] DateField format fix for 2 digit month and day ([43a9e6e](https://gitlab.corp.pingidentity.com/ux/pingux/commit/43a9e6ef10c9d4022f5c478e39d181ac6594a815))
13
+
14
+
15
+
16
+
17
+
6
18
  # [2.4.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.3.0...@pingux/astro@2.4.0) (2023-05-18)
7
19
 
8
20
 
@@ -224,14 +224,7 @@ var Default = function Default(_ref) {
224
224
  width: "20",
225
225
  height: "63",
226
226
  rx: "4.5",
227
- stroke: "#CACED3"
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
- }, !isChild ? (0, _react2.jsx)(Shield, {
394
+ }, isChild ? (0, _react2.jsx)(BottomBracket, null) : (0, _react2.jsx)(Shield, {
402
395
  isParent: isParent
403
- }) : (0, _react2.jsx)(BottomBracket, null), (0, _react2.jsx)(ListElementContent, {
396
+ }), (0, _react2.jsx)(ListElementContent, {
404
397
  badgeText: badgeText,
405
398
  expirationText: expirationText,
406
399
  isChild: isChild,
@@ -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: "#CACED3"
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
- }, !isChild ? ___EmotionJSX(Shield, {
380
+ }, isChild ? ___EmotionJSX(BottomBracket, null) : ___EmotionJSX(Shield, {
388
381
  isParent: isParent
389
- }) : ___EmotionJSX(BottomBracket, null), ___EmotionJSX(ListElementContent, {
382
+ }), ___EmotionJSX(ListElementContent, {
390
383
  badgeText: badgeText,
391
384
  expirationText: expirationText,
392
385
  isChild: isChild,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.4.1-alpha.1",
3
+ "version": "2.4.2-alpha.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",