@pingux/astro 2.3.0-alpha.5 → 2.4.0-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,25 @@
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.3.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.2.0...@pingux/astro@2.3.0) (2023-05-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [UIP-6113] EnvironmentBreadcrumb: remove 'outline: none' ([93f2d79](https://gitlab.corp.pingidentity.com/ux/pingux/commit/93f2d79056486c2213b875877265bbfd508ab07d))
12
+ * [UIP-6120] Tab content slot chip update ([6e9e630](https://gitlab.corp.pingidentity.com/ux/pingux/commit/6e9e63074393add5c3e586afe26b81923eb17922))
13
+ * [UIP-6272] Disable focus for non interactive list elements ([c764f65](https://gitlab.corp.pingidentity.com/ux/pingux/commit/c764f651b34288275adf9c5f406641873f21f48b))
14
+
15
+
16
+ ### Features
17
+
18
+ * [UIP-5588] Add DatePicker component ([f213eab](https://gitlab.corp.pingidentity.com/ux/pingux/commit/f213eab274c331515e5c681f055d8ce723954844))
19
+ * [UIP-6262] TextField Custom Tooltip Width ([466dd8c](https://gitlab.corp.pingidentity.com/ux/pingux/commit/466dd8c8b8d791f522e499a722a864cd641c7079))
20
+
21
+
22
+
23
+
24
+
6
25
  # [2.2.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.1.3...@pingux/astro@2.2.0) (2023-05-11)
7
26
 
8
27
 
@@ -40,22 +40,16 @@ var ListBoxSection = function ListBoxSection(props) {
40
40
  var _useLocale = (0, _i18n.useLocale)(),
41
41
  direction = _useLocale.direction;
42
42
  var state = (0, _react.useContext)(_ListBoxContext.ListBoxContext);
43
- return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_Box["default"], (0, _extends2["default"])({
44
- as: "ul",
43
+ return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_Box["default"], {
45
44
  ref: headerRef,
46
45
  style: (0, _virtualizer.layoutInfoToStyle)(header.layoutInfo, direction)
47
- // uls add a 40px left padding by default
48
- ,
49
- sx: {
50
- paddingInlineStart: '0px'
51
- }
52
- }, groupProps), item.key !== state.collection.getFirstKey() && (0, _react2.jsx)(_Separator["default"], {
46
+ }, item.key !== state.collection.getFirstKey() && (0, _react2.jsx)(_Separator["default"], {
53
47
  mt: "0px"
54
48
  }), item.rendered && (0, _react2.jsx)(_Box["default"], (0, _extends2["default"])({}, headingProps, {
55
49
  variant: "listBox.sectionTitle"
56
- }), item.rendered)), (0, _react2.jsx)(_Box["default"], {
50
+ }), item.rendered)), (0, _react2.jsx)(_Box["default"], (0, _extends2["default"])({}, groupProps, {
57
51
  style: (0, _virtualizer.layoutInfoToStyle)(reusableView.layoutInfo, direction)
58
- }, children));
52
+ }), children));
59
53
  };
60
54
  ListBoxSection.propTypes = {
61
55
  header: _propTypes["default"].shape({
@@ -27,22 +27,16 @@ var ListBoxSection = function ListBoxSection(props) {
27
27
  var _useLocale = useLocale(),
28
28
  direction = _useLocale.direction;
29
29
  var state = useContext(ListBoxContext);
30
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Box, _extends({
31
- as: "ul",
30
+ return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(Box, {
32
31
  ref: headerRef,
33
32
  style: layoutInfoToStyle(header.layoutInfo, direction)
34
- // uls add a 40px left padding by default
35
- ,
36
- sx: {
37
- paddingInlineStart: '0px'
38
- }
39
- }, groupProps), item.key !== state.collection.getFirstKey() && ___EmotionJSX(Separator, {
33
+ }, item.key !== state.collection.getFirstKey() && ___EmotionJSX(Separator, {
40
34
  mt: "0px"
41
35
  }), item.rendered && ___EmotionJSX(Box, _extends({}, headingProps, {
42
36
  variant: "listBox.sectionTitle"
43
- }), item.rendered)), ___EmotionJSX(Box, {
37
+ }), item.rendered)), ___EmotionJSX(Box, _extends({}, groupProps, {
44
38
  style: layoutInfoToStyle(reusableView.layoutInfo, direction)
45
- }, children));
39
+ }), children));
46
40
  };
47
41
  ListBoxSection.propTypes = {
48
42
  header: PropTypes.shape({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.3.0-alpha.5",
3
+ "version": "2.4.0-alpha.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",