@pingux/astro 2.84.0-alpha.5 → 2.84.0-alpha.6
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.
@@ -91,13 +91,13 @@ var Required = function Required(args) {
|
|
91
91
|
return (0, _react2.jsx)(_index.TimeField, (0, _extends2["default"])({}, args, {
|
92
92
|
"aria-label": "timefield-default",
|
93
93
|
isRequired: true,
|
94
|
-
label: "
|
94
|
+
label: "Lorem Ipsum"
|
95
95
|
}));
|
96
96
|
};
|
97
97
|
exports.Required = Required;
|
98
98
|
var WithLabel = function WithLabel(args) {
|
99
99
|
return (0, _react2.jsx)(_index.TimeField, (0, _extends2["default"])({}, args, {
|
100
|
-
label: "
|
100
|
+
label: "Lorem Ipsum",
|
101
101
|
"aria-label": "timefield-default"
|
102
102
|
}));
|
103
103
|
};
|
@@ -72,12 +72,12 @@ export var Required = function Required(args) {
|
|
72
72
|
return ___EmotionJSX(TimeField, _extends({}, args, {
|
73
73
|
"aria-label": "timefield-default",
|
74
74
|
isRequired: true,
|
75
|
-
label: "
|
75
|
+
label: "Lorem Ipsum"
|
76
76
|
}));
|
77
77
|
};
|
78
78
|
export var WithLabel = function WithLabel(args) {
|
79
79
|
return ___EmotionJSX(TimeField, _extends({}, args, {
|
80
|
-
label: "
|
80
|
+
label: "Lorem Ipsum",
|
81
81
|
"aria-label": "timefield-default"
|
82
82
|
}));
|
83
83
|
};
|