@pingux/astro 1.31.1-alpha.0 → 1.31.1-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.
@@ -50,7 +50,7 @@ function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (
50
50
 
51
51
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var _context, _context2; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(source), !0)).call(_context, function (key) { (0, _defineProperty2["default"])(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : _forEachInstanceProperty(_context2 = ownKeys(Object(source))).call(_context2, function (key) { _Object$defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
52
52
 
53
- var theme = {
53
+ var _default = {
54
54
  name: 'Astro',
55
55
  space: _spacing["default"],
56
56
  colors: _objectSpread(_objectSpread({}, _colors["default"]), {}, {
@@ -91,6 +91,4 @@ var theme = {
91
91
  links: _variants.links,
92
92
  variants: _variants.variants
93
93
  };
94
- console.log('theme', theme);
95
- var _default = theme;
96
94
  exports["default"] = _default;
@@ -18,7 +18,7 @@ import { fontSizes, fontWeights, textColors } from './text';
18
18
  import breakpoints from './breakpoints';
19
19
  import forms from './forms';
20
20
  import { variants, buttons, text, images, links, bidirectionalIconButton } from './variants';
21
- var theme = {
21
+ export default {
22
22
  name: 'Astro',
23
23
  space: spacing,
24
24
  colors: _objectSpread(_objectSpread({}, colors), {}, {
@@ -58,6 +58,4 @@ var theme = {
58
58
  textColors: textColors,
59
59
  links: links,
60
60
  variants: variants
61
- };
62
- console.log('theme', theme);
63
- export default theme;
61
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.31.1-alpha.0",
3
+ "version": "1.31.1-alpha.1",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -117,16 +117,16 @@
117
117
  "@emotion/cache": "^11.4.0",
118
118
  "@emotion/eslint-plugin": "^11.2.0",
119
119
  "@faker-js/faker": "~7.5.0",
120
- "@storybook/addon-a11y": "^6.4.19",
121
- "@storybook/addon-actions": "^6.4.19",
120
+ "@storybook/addon-a11y": "^6.5.10",
121
+ "@storybook/addon-actions": "^6.5.10",
122
122
  "@storybook/addon-console": "^1.2.3",
123
- "@storybook/addon-docs": "^6.4.19",
124
- "@storybook/addon-essentials": "^6.4.19",
125
- "@storybook/addon-links": "^6.4.19",
126
- "@storybook/addon-storysource": "^6.4.19",
127
- "@storybook/addons": "^6.4.19",
128
- "@storybook/react": "^6.4.19",
129
- "@storybook/theming": "^6.4.19",
123
+ "@storybook/addon-docs": "^6.5.10",
124
+ "@storybook/addon-essentials": "^6.5.10",
125
+ "@storybook/addon-links": "^6.5.10",
126
+ "@storybook/addon-storysource": "^6.5.10",
127
+ "@storybook/addons": "^6.5.10",
128
+ "@storybook/react": "^6.5.10",
129
+ "@storybook/theming": "^6.5.10",
130
130
  "@testing-library/jest-dom": "^5.11.4",
131
131
  "@testing-library/react": "^11.0.4",
132
132
  "@testing-library/react-hooks": "^3.4.1",