@pingux/astro 2.5.0 → 2.5.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.
@@ -24,7 +24,8 @@ var Default = function Default() {
|
|
24
24
|
}, (0, _react2.jsx)(_index.Text, {
|
25
25
|
fontSize: "xx",
|
26
26
|
fontWeight: "3",
|
27
|
-
fontColor: "text.primary"
|
27
|
+
fontColor: "text.primary",
|
28
|
+
as: "h1"
|
28
29
|
}, "Title of the Page"), (0, _react2.jsx)(_index.IconButton, {
|
29
30
|
"aria-label": "icon button",
|
30
31
|
ml: "sm",
|
@@ -66,7 +66,17 @@ var buttons = {
|
|
66
66
|
':focus': {
|
67
67
|
border: 'none'
|
68
68
|
}
|
69
|
-
})
|
69
|
+
}),
|
70
|
+
datePicker: {
|
71
|
+
containedIcon: {
|
72
|
+
'&:not(.disabled):hover': {
|
73
|
+
border: 'none'
|
74
|
+
},
|
75
|
+
'&:focus': {
|
76
|
+
border: 'none'
|
77
|
+
}
|
78
|
+
}
|
79
|
+
}
|
70
80
|
}),
|
71
81
|
filter: {
|
72
82
|
'&:not(.disabled):hover': {
|
@@ -15,7 +15,8 @@ export var Default = function Default() {
|
|
15
15
|
}, ___EmotionJSX(Text, {
|
16
16
|
fontSize: "xx",
|
17
17
|
fontWeight: "3",
|
18
|
-
fontColor: "text.primary"
|
18
|
+
fontColor: "text.primary",
|
19
|
+
as: "h1"
|
19
20
|
}, "Title of the Page"), ___EmotionJSX(IconButton, {
|
20
21
|
"aria-label": "icon button",
|
21
22
|
ml: "sm",
|
@@ -59,7 +59,17 @@ var buttons = {
|
|
59
59
|
':focus': {
|
60
60
|
border: 'none'
|
61
61
|
}
|
62
|
-
})
|
62
|
+
}),
|
63
|
+
datePicker: {
|
64
|
+
containedIcon: {
|
65
|
+
'&:not(.disabled):hover': {
|
66
|
+
border: 'none'
|
67
|
+
},
|
68
|
+
'&:focus': {
|
69
|
+
border: 'none'
|
70
|
+
}
|
71
|
+
}
|
72
|
+
}
|
63
73
|
}),
|
64
74
|
filter: {
|
65
75
|
'&:not(.disabled):hover': {
|