@pingux/astro 1.20.0-alpha.0 → 1.20.1-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,22 @@
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
+ # [1.20.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.19.0...@pingux/astro@1.20.0) (2022-06-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [UIP-5508] Add environment breadcrumb to ui overrides theme ([e7ae8f0](https://gitlab.corp.pingidentity.com/ux/pingux/commit/e7ae8f0d4439a3efda18d4deb392e598202e471f))
12
+
13
+
14
+ ### Features
15
+
16
+ * [UIP-5492] Count chip variants ([a25bb17](https://gitlab.corp.pingidentity.com/ux/pingux/commit/a25bb17ec5eabfa7e7fa581eb40d5eb28957ff1d))
17
+
18
+
19
+
20
+
21
+
6
22
  # [1.19.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.18.0...@pingux/astro@1.19.0) (2022-06-15)
7
23
 
8
24
  **Note:** Version bump only for package @pingux/astro
@@ -140,29 +140,19 @@ var Default = function Default(args) {
140
140
  setIsOpen(true);
141
141
  };
142
142
 
143
- return (// const items = [
144
- // { id: 1, name: 'Aardvark', key: 'Aardvark' },
145
- // { id: 2, name: 'Kangaroo', key: 'Kangaroo' },
146
- // { id: 3, name: 'Snake', key: 'Snake' },
147
- // { id: 4, name: 'Frog', key: 'Frog' },
148
- // { id: 5, name: 'Seal', key: 'Seal' },
149
- // { id: 6, name: 'Orangutan', key: 'Orangutan' },
150
- // { id: 7, name: 'Shark', key: 'Shark' },
151
- // ];
152
- (0, _react2.jsx)(_.OverlayProvider // note: spacing for demo purpose only so that the select list renders in the correct place
153
- , {
154
- style: setOverlayStyle(direction, isOpen, '50%', '50%', '20%')
155
- }, (0, _react2.jsx)(_.MultivaluesField, (0, _extends2["default"])({
156
- items: items
157
- }, args, {
158
- onOpenChange: onOpenChange
159
- }), function (item) {
160
- return (0, _react2.jsx)(_.Item, {
161
- key: item.key,
162
- "data-id": item.name
163
- }, item.name);
164
- }))
165
- );
143
+ return (0, _react2.jsx)(_.OverlayProvider // note: spacing for demo purpose only so that the select list renders in the correct place
144
+ , {
145
+ style: setOverlayStyle(direction, isOpen, '50%', '50%', '20%')
146
+ }, (0, _react2.jsx)(_.MultivaluesField, (0, _extends2["default"])({
147
+ items: items
148
+ }, args, {
149
+ onOpenChange: onOpenChange
150
+ }), function (item) {
151
+ return (0, _react2.jsx)(_.Item, {
152
+ key: item.key,
153
+ "data-id": item.name
154
+ }, item.name);
155
+ }));
166
156
  };
167
157
 
168
158
  exports.Default = Default;
@@ -161,7 +161,6 @@ var countNeutral = _objectSpread(_objectSpread({}, countDefault), {}, {
161
161
  var multivaluesChip = _objectSpread(_objectSpread({}, chip), {}, {
162
162
  alignSelf: 'center',
163
163
  cursor: 'default',
164
- height: '100%',
165
164
  m: 5,
166
165
  mr: 10,
167
166
  ml: 0
@@ -112,29 +112,19 @@ export var Default = function Default(args) {
112
112
  setIsOpen(true);
113
113
  };
114
114
 
115
- return (// const items = [
116
- // { id: 1, name: 'Aardvark', key: 'Aardvark' },
117
- // { id: 2, name: 'Kangaroo', key: 'Kangaroo' },
118
- // { id: 3, name: 'Snake', key: 'Snake' },
119
- // { id: 4, name: 'Frog', key: 'Frog' },
120
- // { id: 5, name: 'Seal', key: 'Seal' },
121
- // { id: 6, name: 'Orangutan', key: 'Orangutan' },
122
- // { id: 7, name: 'Shark', key: 'Shark' },
123
- // ];
124
- ___EmotionJSX(OverlayProvider // note: spacing for demo purpose only so that the select list renders in the correct place
125
- , {
126
- style: setOverlayStyle(direction, isOpen, '50%', '50%', '20%')
127
- }, ___EmotionJSX(MultivaluesField, _extends({
128
- items: items
129
- }, args, {
130
- onOpenChange: onOpenChange
131
- }), function (item) {
132
- return ___EmotionJSX(Item, {
133
- key: item.key,
134
- "data-id": item.name
135
- }, item.name);
136
- }))
137
- );
115
+ return ___EmotionJSX(OverlayProvider // note: spacing for demo purpose only so that the select list renders in the correct place
116
+ , {
117
+ style: setOverlayStyle(direction, isOpen, '50%', '50%', '20%')
118
+ }, ___EmotionJSX(MultivaluesField, _extends({
119
+ items: items
120
+ }, args, {
121
+ onOpenChange: onOpenChange
122
+ }), function (item) {
123
+ return ___EmotionJSX(Item, {
124
+ key: item.key,
125
+ "data-id": item.name
126
+ }, item.name);
127
+ }));
138
128
  };
139
129
  export var WithCustomValues = function WithCustomValues(args) {
140
130
  var _useState3 = useState(false),
@@ -141,7 +141,6 @@ var countNeutral = _objectSpread(_objectSpread({}, countDefault), {}, {
141
141
  var multivaluesChip = _objectSpread(_objectSpread({}, chip), {}, {
142
142
  alignSelf: 'center',
143
143
  cursor: 'default',
144
- height: '100%',
145
144
  m: 5,
146
145
  mr: 10,
147
146
  ml: 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.20.0-alpha.0",
3
+ "version": "1.20.1-alpha.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",