@astral/ui 1.15.0 → 1.16.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.
@@ -15,20 +15,65 @@ exports.PlaceholderRoot = styles_1.styled.div(templateObject_1 || (templateObjec
15
15
  return theme.palette.background.paper;
16
16
  });
17
17
  exports.PlaceholderInnerContainer = styles_1.styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n max-width: 384px;\n"], ["\n max-width: 384px;\n"])));
18
- exports.PlaceholderImage = styles_1.styled.img(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: block;\n width: 100%;\n height: 162px;\n margin: auto auto ", ";\n"], ["\n display: block;\n width: 100%;\n height: 162px;\n margin: auto auto ", ";\n"])), function (_a) {
18
+ exports.PlaceholderImage = styles_1.styled.img(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: block;\n width: 100%;\n height: 162px;\n margin: auto auto ", ";\n\n ", " {\n margin-bottom: ", ";\n\n color: ", ";\n }\n"], ["\n display: block;\n width: 100%;\n height: 162px;\n margin: auto auto ", ";\n\n ", " {\n margin-bottom: ", ";\n\n color: ", ";\n }\n"])), function (_a) {
19
+ var theme = _a.theme;
20
+ return theme.spacing(6);
21
+ }, function (_a) {
22
+ var theme = _a.theme;
23
+ return theme.breakpoints.up('sm');
24
+ }, function (_a) {
19
25
  var theme = _a.theme;
20
26
  return theme.spacing(8);
27
+ }, function (_a) {
28
+ var theme = _a.theme;
29
+ return theme.palette.grey[900];
21
30
  });
22
- exports.PlaceholderTitle = (0, styles_1.styled)(Typography_1.Typography)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n margin-bottom: ", ";\n\n text-align: center;\n"], ["\n margin-bottom: ", ";\n\n text-align: center;\n"])), function (_a) {
31
+ exports.PlaceholderTitle = (0, styles_1.styled)(Typography_1.Typography)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n margin-bottom: ", ";\n\n color: ", ";\n font-weight: ", ";\n\n text-align: center;\n\n ", " {\n margin-bottom: ", ";\n\n color: ", ";\n font-weight: ", ";\n }\n"], ["\n margin-bottom: ", ";\n\n color: ", ";\n font-weight: ", ";\n\n text-align: center;\n\n ", " {\n margin-bottom: ", ";\n\n color: ", ";\n font-weight: ", ";\n }\n"])), function (_a) {
32
+ var theme = _a.theme;
33
+ return theme.spacing(6);
34
+ }, function (_a) {
35
+ var theme = _a.theme;
36
+ return theme.palette.grey[700];
37
+ }, function (_a) {
38
+ var theme = _a.theme;
39
+ return theme.typography.fontWeightRegular;
40
+ }, function (_a) {
41
+ var theme = _a.theme;
42
+ return theme.breakpoints.up('sm');
43
+ }, function (_a) {
23
44
  var theme = _a.theme;
24
45
  return theme.spacing(4);
46
+ }, function (_a) {
47
+ var theme = _a.theme;
48
+ return theme.palette.grey[900];
49
+ }, function (_a) {
50
+ var theme = _a.theme;
51
+ return theme.typography.fontWeightMedium;
25
52
  });
26
- exports.PlaceholderDescription = (0, styles_1.styled)(Typography_1.Typography)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: block;\n\n text-align: center;\n"], ["\n display: block;\n\n text-align: center;\n"])));
27
- exports.PlaceholderActions = styles_1.styled.footer(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n display: flex;\n flex-wrap: wrap;\n\n gap: ", ";\n justify-content: center;\n\n margin-top: ", ";\n"], ["\n display: flex;\n flex-wrap: wrap;\n\n gap: ", ";\n justify-content: center;\n\n margin-top: ", ";\n"])), function (_a) {
53
+ exports.PlaceholderDescription = (0, styles_1.styled)(Typography_1.Typography)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: block;\n\n color: ", ";\n\n text-align: center;\n\n ", " {\n color: ", ";\n }\n"], ["\n display: block;\n\n color: ", ";\n\n text-align: center;\n\n ", " {\n color: ", ";\n }\n"])), function (_a) {
54
+ var theme = _a.theme;
55
+ return theme.palette.grey[700];
56
+ }, function (_a) {
57
+ var theme = _a.theme;
58
+ return theme.breakpoints.up('sm');
59
+ }, function (_a) {
60
+ var theme = _a.theme;
61
+ return theme.palette.grey[900];
62
+ });
63
+ exports.PlaceholderActions = styles_1.styled.footer(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n display: flex;\n flex-wrap: wrap;\n\n gap: ", ";\n justify-content: center;\n\n margin-top: ", ";\n\n ", " {\n margin-bottom: ", ";\n\n color: ", ";\n }\n"], ["\n display: flex;\n flex-wrap: wrap;\n\n gap: ", ";\n justify-content: center;\n\n margin-top: ", ";\n\n ", " {\n margin-bottom: ", ";\n\n color: ", ";\n }\n"])), function (_a) {
28
64
  var theme = _a.theme;
29
65
  return theme.spacing(1);
66
+ }, function (_a) {
67
+ var theme = _a.theme;
68
+ return theme.spacing(6);
69
+ }, function (_a) {
70
+ var theme = _a.theme;
71
+ return theme.breakpoints.up('sm');
30
72
  }, function (_a) {
31
73
  var theme = _a.theme;
32
74
  return theme.spacing(5);
75
+ }, function (_a) {
76
+ var theme = _a.theme;
77
+ return theme.palette.grey[900];
33
78
  });
34
79
  var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6;
@@ -12,20 +12,65 @@ export var PlaceholderRoot = styled.div(templateObject_1 || (templateObject_1 =
12
12
  return theme.palette.background.paper;
13
13
  });
14
14
  export var PlaceholderInnerContainer = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n max-width: 384px;\n"], ["\n max-width: 384px;\n"])));
15
- export var PlaceholderImage = styled.img(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: block;\n width: 100%;\n height: 162px;\n margin: auto auto ", ";\n"], ["\n display: block;\n width: 100%;\n height: 162px;\n margin: auto auto ", ";\n"])), function (_a) {
15
+ export var PlaceholderImage = styled.img(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: block;\n width: 100%;\n height: 162px;\n margin: auto auto ", ";\n\n ", " {\n margin-bottom: ", ";\n\n color: ", ";\n }\n"], ["\n display: block;\n width: 100%;\n height: 162px;\n margin: auto auto ", ";\n\n ", " {\n margin-bottom: ", ";\n\n color: ", ";\n }\n"])), function (_a) {
16
+ var theme = _a.theme;
17
+ return theme.spacing(6);
18
+ }, function (_a) {
19
+ var theme = _a.theme;
20
+ return theme.breakpoints.up('sm');
21
+ }, function (_a) {
16
22
  var theme = _a.theme;
17
23
  return theme.spacing(8);
24
+ }, function (_a) {
25
+ var theme = _a.theme;
26
+ return theme.palette.grey[900];
18
27
  });
19
- export var PlaceholderTitle = styled(Typography)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n margin-bottom: ", ";\n\n text-align: center;\n"], ["\n margin-bottom: ", ";\n\n text-align: center;\n"])), function (_a) {
28
+ export var PlaceholderTitle = styled(Typography)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n margin-bottom: ", ";\n\n color: ", ";\n font-weight: ", ";\n\n text-align: center;\n\n ", " {\n margin-bottom: ", ";\n\n color: ", ";\n font-weight: ", ";\n }\n"], ["\n margin-bottom: ", ";\n\n color: ", ";\n font-weight: ", ";\n\n text-align: center;\n\n ", " {\n margin-bottom: ", ";\n\n color: ", ";\n font-weight: ", ";\n }\n"])), function (_a) {
29
+ var theme = _a.theme;
30
+ return theme.spacing(6);
31
+ }, function (_a) {
32
+ var theme = _a.theme;
33
+ return theme.palette.grey[700];
34
+ }, function (_a) {
35
+ var theme = _a.theme;
36
+ return theme.typography.fontWeightRegular;
37
+ }, function (_a) {
38
+ var theme = _a.theme;
39
+ return theme.breakpoints.up('sm');
40
+ }, function (_a) {
20
41
  var theme = _a.theme;
21
42
  return theme.spacing(4);
43
+ }, function (_a) {
44
+ var theme = _a.theme;
45
+ return theme.palette.grey[900];
46
+ }, function (_a) {
47
+ var theme = _a.theme;
48
+ return theme.typography.fontWeightMedium;
22
49
  });
23
- export var PlaceholderDescription = styled(Typography)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: block;\n\n text-align: center;\n"], ["\n display: block;\n\n text-align: center;\n"])));
24
- export var PlaceholderActions = styled.footer(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n display: flex;\n flex-wrap: wrap;\n\n gap: ", ";\n justify-content: center;\n\n margin-top: ", ";\n"], ["\n display: flex;\n flex-wrap: wrap;\n\n gap: ", ";\n justify-content: center;\n\n margin-top: ", ";\n"])), function (_a) {
50
+ export var PlaceholderDescription = styled(Typography)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: block;\n\n color: ", ";\n\n text-align: center;\n\n ", " {\n color: ", ";\n }\n"], ["\n display: block;\n\n color: ", ";\n\n text-align: center;\n\n ", " {\n color: ", ";\n }\n"])), function (_a) {
51
+ var theme = _a.theme;
52
+ return theme.palette.grey[700];
53
+ }, function (_a) {
54
+ var theme = _a.theme;
55
+ return theme.breakpoints.up('sm');
56
+ }, function (_a) {
57
+ var theme = _a.theme;
58
+ return theme.palette.grey[900];
59
+ });
60
+ export var PlaceholderActions = styled.footer(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n display: flex;\n flex-wrap: wrap;\n\n gap: ", ";\n justify-content: center;\n\n margin-top: ", ";\n\n ", " {\n margin-bottom: ", ";\n\n color: ", ";\n }\n"], ["\n display: flex;\n flex-wrap: wrap;\n\n gap: ", ";\n justify-content: center;\n\n margin-top: ", ";\n\n ", " {\n margin-bottom: ", ";\n\n color: ", ";\n }\n"])), function (_a) {
25
61
  var theme = _a.theme;
26
62
  return theme.spacing(1);
63
+ }, function (_a) {
64
+ var theme = _a.theme;
65
+ return theme.spacing(6);
66
+ }, function (_a) {
67
+ var theme = _a.theme;
68
+ return theme.breakpoints.up('sm');
27
69
  }, function (_a) {
28
70
  var theme = _a.theme;
29
71
  return theme.spacing(5);
72
+ }, function (_a) {
73
+ var theme = _a.theme;
74
+ return theme.palette.grey[900];
30
75
  });
31
76
  var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@astral/ui",
3
3
  "browser": "./src/index.ts",
4
4
  "dependencies": {
5
- "@astral/icons": "^1.15.0",
5
+ "@astral/icons": "^1.16.0",
6
6
  "@emotion/cache": "11.7.1",
7
7
  "@emotion/react": "11.9.0",
8
8
  "@emotion/server": "11.4.0",
@@ -31,7 +31,7 @@
31
31
  "require": "./server/index.js"
32
32
  }
33
33
  },
34
- "version": "1.15.0",
34
+ "version": "1.16.0",
35
35
  "author": "Astral.Soft",
36
36
  "license": "MIT",
37
37
  "repository": {