@pingux/astro 1.32.0-alpha.0 → 1.32.0-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.
@@ -28,8 +28,11 @@ var sx = {
28
28
 
29
29
  var Default = function Default() {
30
30
  return (0, _react2.jsx)(_CheckboxField["default"], {
31
- sx: sx.checkboxColor
32
- }, "Click me");
31
+ controlProps: {
32
+ sx: sx.checkboxColor
33
+ },
34
+ label: "Click me"
35
+ });
33
36
  };
34
37
 
35
38
  exports.Default = Default;
@@ -11,6 +11,9 @@ var sx = {
11
11
  };
12
12
  export var Default = function Default() {
13
13
  return ___EmotionJSX(CheckboxField, {
14
- sx: sx.checkboxColor
15
- }, "Click me");
14
+ controlProps: {
15
+ sx: sx.checkboxColor
16
+ },
17
+ label: "Click me"
18
+ });
16
19
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.32.0-alpha.0",
3
+ "version": "1.32.0-alpha.1",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",