@astral/ui 0.2.6-beta.1 → 0.2.6-beta.5

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.
Files changed (95) hide show
  1. package/{node → cjs}/index.js +0 -0
  2. package/{node → cjs}/src/Badge/Badge.js +0 -0
  3. package/{node → cjs}/src/Badge/index.js +0 -0
  4. package/{node → cjs}/src/Badge/styled.js +0 -0
  5. package/{node → cjs}/src/Badge/types.js +0 -0
  6. package/{node → cjs}/src/Button/Button.js +0 -0
  7. package/{node → cjs}/src/Button/index.js +0 -0
  8. package/{node → cjs}/src/Button/styled.js +0 -0
  9. package/{node → cjs}/src/Button/types.js +0 -0
  10. package/{node → cjs}/src/ButtonBase/ButtonBase.js +0 -0
  11. package/{node → cjs}/src/ButtonBase/constants.js +0 -0
  12. package/{node → cjs}/src/ButtonBase/index.js +0 -0
  13. package/{node → cjs}/src/ButtonBase/styled.js +0 -0
  14. package/{node → cjs}/src/ButtonBase/types.js +0 -0
  15. package/{node → cjs}/src/Checkbox/Checkbox.js +0 -0
  16. package/{node → cjs}/src/Checkbox/icons.js +0 -0
  17. package/{node → cjs}/src/Checkbox/index.js +0 -0
  18. package/{node → cjs}/src/Checkbox/styled.js +0 -0
  19. package/{node → cjs}/src/Checkbox/types.js +0 -0
  20. package/{node → cjs}/src/CircularProgress/CircularProgress.js +0 -0
  21. package/{node → cjs}/src/CircularProgress/constants.js +0 -0
  22. package/{node → cjs}/src/CircularProgress/index.js +0 -0
  23. package/{node → cjs}/src/CircularProgress/styled.js +0 -0
  24. package/{node → cjs}/src/CircularProgress/types.js +0 -0
  25. package/{node → cjs}/src/FormControlLabel/FormControlLabel.js +0 -0
  26. package/{node → cjs}/src/FormControlLabel/index.js +0 -0
  27. package/{node → cjs}/src/FormControlLabel/styled.js +0 -0
  28. package/{node → cjs}/src/FormControlLabel/types.js +0 -0
  29. package/{node → cjs}/src/FormHelperText/FormHelperText.js +0 -0
  30. package/{node → cjs}/src/FormHelperText/index.js +0 -0
  31. package/{node → cjs}/src/FormHelperText/styled.js +0 -0
  32. package/{node → cjs}/src/FormHelperText/types.js +0 -0
  33. package/{node → cjs}/src/GlobalStyles/GlobalStyles.js +0 -0
  34. package/{node → cjs}/src/GlobalStyles/index.js +0 -0
  35. package/{node → cjs}/src/Grid/Grid.js +0 -0
  36. package/{node → cjs}/src/Grid/index.js +0 -0
  37. package/{node → cjs}/src/Grid/styled.js +0 -0
  38. package/{node → cjs}/src/Grid/types.js +0 -0
  39. package/{node → cjs}/src/IconButton/IconButton.js +0 -0
  40. package/{node → cjs}/src/IconButton/index.js +0 -0
  41. package/{node → cjs}/src/IconButton/styled.js +0 -0
  42. package/{node → cjs}/src/Menu/Menu.js +0 -0
  43. package/{node → cjs}/src/Menu/index.js +0 -0
  44. package/{node → cjs}/src/MenuItem/MenuItem.js +0 -0
  45. package/{node → cjs}/src/MenuItem/index.js +0 -0
  46. package/{node → cjs}/src/MenuList/MenuList.js +0 -0
  47. package/{node → cjs}/src/MenuList/index.js +0 -0
  48. package/{node → cjs}/src/MenuList/styled.js +0 -0
  49. package/{node → cjs}/src/MenuList/types.js +0 -0
  50. package/{node → cjs}/src/Radio/Icon.js +0 -0
  51. package/{node → cjs}/src/Radio/Radio.js +0 -0
  52. package/{node → cjs}/src/Radio/index.js +0 -0
  53. package/{node → cjs}/src/Radio/styled.js +0 -0
  54. package/{node → cjs}/src/Radio/types.js +0 -0
  55. package/{node → cjs}/src/RadioGroup/RadioGroup.js +0 -0
  56. package/{node → cjs}/src/Tag/Tag.js +0 -0
  57. package/{node → cjs}/src/Tag/constants.js +0 -0
  58. package/{node → cjs}/src/Tag/index.js +0 -0
  59. package/{node → cjs}/src/Tag/styled.js +0 -0
  60. package/{node → cjs}/src/Tag/types.js +0 -0
  61. package/{node → cjs}/src/TextField/TextField.js +0 -0
  62. package/{node → cjs}/src/TextField/index.js +0 -0
  63. package/{node → cjs}/src/TextField/types.js +0 -0
  64. package/{node → cjs}/src/ThemeProvider/ThemeProvider.js +0 -0
  65. package/{node → cjs}/src/ThemeProvider/index.js +0 -0
  66. package/{node → cjs}/src/Typography/Typography.js +0 -0
  67. package/{node → cjs}/src/Typography/index.js +0 -0
  68. package/{node → cjs}/src/index.js +10 -0
  69. package/{node → cjs}/src/styles/index.js +0 -0
  70. package/{node → cjs}/src/styles/styled/index.js +0 -0
  71. package/{node → cjs}/src/styles/styled/styled.js +0 -0
  72. package/{node → cjs}/src/styles/styled/types.js +0 -0
  73. package/{node → cjs}/src/theme/__tests__/BaseTheme.test.js +0 -0
  74. package/{node → cjs}/src/theme/baseTheme.js +0 -0
  75. package/{node → cjs}/src/theme/components/MuiFormHelperText.js +0 -0
  76. package/{node → cjs}/src/theme/components/MuiFormLabel.js +0 -0
  77. package/{node → cjs}/src/theme/components/MuiInputBase.js +0 -0
  78. package/{node → cjs}/src/theme/components/MuiInputLabel.js +0 -0
  79. package/{node → cjs}/src/theme/components/MuiOutlinedInput.js +0 -0
  80. package/{node → cjs}/src/theme/components/MuiTypography.js +0 -0
  81. package/{node → cjs}/src/theme/components/components.js +0 -0
  82. package/{node → cjs}/src/theme/components/index.js +0 -0
  83. package/{node → cjs}/src/theme/constants.js +0 -0
  84. package/{node → cjs}/src/theme/elevation.js +0 -0
  85. package/{node → cjs}/src/theme/hooks/index.js +0 -0
  86. package/{node → cjs}/src/theme/hooks/useTheme/index.js +0 -0
  87. package/{node → cjs}/src/theme/index.js +0 -0
  88. package/{node → cjs}/src/theme/palette/brandPalette.js +0 -0
  89. package/{node → cjs}/src/theme/palette/index.js +0 -0
  90. package/{node → cjs}/src/theme/palette/palette.js +0 -0
  91. package/{node → cjs}/src/theme/shape.js +0 -0
  92. package/{node → cjs}/src/theme/typography.js +0 -0
  93. package/esm/src/index.js +3 -0
  94. package/package.json +3 -1
  95. package/types/src/index.d.ts +3 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -9,7 +9,17 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
9
9
  var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
10
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
11
  };
12
+ var __importDefault = (this && this.__importDefault) || function (mod) {
13
+ return (mod && mod.__esModule) ? mod : { "default": mod };
14
+ };
12
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.createEmotionServer = exports.CacheProvider = exports.createCache = void 0;
17
+ var cache_1 = require("@emotion/cache");
18
+ Object.defineProperty(exports, "createCache", { enumerable: true, get: function () { return __importDefault(cache_1).default; } });
19
+ var react_1 = require("@emotion/react");
20
+ Object.defineProperty(exports, "CacheProvider", { enumerable: true, get: function () { return react_1.CacheProvider; } });
21
+ var create_instance_1 = require("@emotion/server/create-instance");
22
+ Object.defineProperty(exports, "createEmotionServer", { enumerable: true, get: function () { return __importDefault(create_instance_1).default; } });
13
23
  __exportStar(require("./Button"), exports);
14
24
  __exportStar(require("./ButtonBase"), exports);
15
25
  __exportStar(require("./IconButton"), exports);
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/esm/src/index.js CHANGED
@@ -1,3 +1,6 @@
1
+ export { default as createCache } from '@emotion/cache';
2
+ export { CacheProvider } from '@emotion/react';
3
+ export { default as createEmotionServer } from '@emotion/server/create-instance';
1
4
  export * from './Button';
2
5
  export * from './ButtonBase';
3
6
  export * from './IconButton';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/ui",
3
- "version": "0.2.6-beta.1",
3
+ "version": "0.2.6-beta.5",
4
4
  "type": "module",
5
5
  "source": "./src/index.ts",
6
6
  "jest": {
@@ -10,7 +10,9 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@astral/icons": "^0.2.2",
13
+ "@emotion/cache": "^11.7.1",
13
14
  "@emotion/react": "11.5.0",
15
+ "@emotion/server": "^11.4.0",
14
16
  "@emotion/styled": "11.3.0",
15
17
  "@mui/base": "5.0.0-alpha.66",
16
18
  "@mui/lab": "5.0.0-alpha.65",
@@ -1,3 +1,6 @@
1
+ export { default as createCache } from '@emotion/cache';
2
+ export { CacheProvider } from '@emotion/react';
3
+ export { default as createEmotionServer } from '@emotion/server/create-instance';
1
4
  export * from './Button';
2
5
  export * from './ButtonBase';
3
6
  export * from './IconButton';