@pingux/astro 1.24.0-alpha.0 → 1.24.0-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.
@@ -210,15 +210,15 @@ exports.ControlledWithButton = ControlledWithButton;
210
210
 
211
211
  var WithCustomColorsAndIcons = function WithCustomColorsAndIcons(args) {
212
212
  return (0, _react2.jsx)(_.Messages, args, (0, _react2.jsx)(_collections.Item, {
213
- bg: "neutral.90",
213
+ bg: "accent.99",
214
214
  color: "active",
215
215
  icon: _AccountIcon["default"]
216
216
  }, "We have to take a look with this camera."), (0, _react2.jsx)(_collections.Item, {
217
- bg: "neutral.90",
217
+ bg: "accent.99",
218
218
  color: "active",
219
219
  icon: _AccountIcon["default"]
220
220
  }, "Who said that? SURE you can die! You want to die?! Oh yeah, good luck with that. Stop! Do not shoot fire stick in space canoe! Cause explosive decompression!"), (0, _react2.jsx)(_collections.Item, {
221
- bg: "neutral.90",
221
+ bg: "accent.99",
222
222
  color: "active",
223
223
  icon: _AccountIcon["default"]
224
224
  }, "Oh God, what have I done?"));
@@ -157,15 +157,15 @@ export var ControlledWithButton = function ControlledWithButton(args) {
157
157
  };
158
158
  export var WithCustomColorsAndIcons = function WithCustomColorsAndIcons(args) {
159
159
  return ___EmotionJSX(Messages, args, ___EmotionJSX(Item, {
160
- bg: "neutral.90",
160
+ bg: "accent.99",
161
161
  color: "active",
162
162
  icon: AccountIcon
163
163
  }, "We have to take a look with this camera."), ___EmotionJSX(Item, {
164
- bg: "neutral.90",
164
+ bg: "accent.99",
165
165
  color: "active",
166
166
  icon: AccountIcon
167
167
  }, "Who said that? SURE you can die! You want to die?! Oh yeah, good luck with that. Stop! Do not shoot fire stick in space canoe! Cause explosive decompression!"), ___EmotionJSX(Item, {
168
- bg: "neutral.90",
168
+ bg: "accent.99",
169
169
  color: "active",
170
170
  icon: AccountIcon
171
171
  }, "Oh God, what have I done?"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.24.0-alpha.0",
3
+ "version": "1.24.0-alpha.1",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",