@digigov/ui 0.27.0 → 0.27.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @digigov/ui
2
2
 
3
- This log was last generated on Fri, 14 Oct 2022 14:14:00 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Nov 2022 11:34:42 GMT and should not be manually modified.
4
+
5
+ ## 0.27.1
6
+ Tue, 01 Nov 2022 11:34:42 GMT
7
+
8
+ ### Patches
9
+
10
+ - Update Drawer's story
4
11
 
5
12
  ## 0.27.0
6
13
  Fri, 14 Oct 2022 14:14:00 GMT
@@ -91,7 +91,7 @@ var Default = function Default() {
91
91
  return toggleDrawer();
92
92
  },
93
93
  color: "secondary"
94
- }, _ref2))), /*#__PURE__*/_react["default"].createElement(_admin.AdminContainer, null, _ref3, /*#__PURE__*/_react["default"].createElement(_admin.AdminAside, null, /*#__PURE__*/_react["default"].createElement(_Drawer["default"], {
94
+ }, _ref2))), /*#__PURE__*/_react["default"].createElement(_admin.AdminContainer, null, /*#__PURE__*/_react["default"].createElement(_admin.AdminAside, null, _ref3, /*#__PURE__*/_react["default"].createElement(_Drawer["default"], {
95
95
  direction: "left",
96
96
  open: open
97
97
  }, /*#__PURE__*/_react["default"].createElement(_admin.DrawerHeading, {
@@ -71,7 +71,7 @@ export var Default = function Default() {
71
71
  return toggleDrawer();
72
72
  },
73
73
  color: "secondary"
74
- }, _ref2))), /*#__PURE__*/React.createElement(AdminContainer, null, _ref3, /*#__PURE__*/React.createElement(AdminAside, null, /*#__PURE__*/React.createElement(Drawer, {
74
+ }, _ref2))), /*#__PURE__*/React.createElement(AdminContainer, null, /*#__PURE__*/React.createElement(AdminAside, null, _ref3, /*#__PURE__*/React.createElement(Drawer, {
75
75
  direction: "left",
76
76
  open: open
77
77
  }, /*#__PURE__*/React.createElement(DrawerHeading, {
@@ -71,7 +71,7 @@ export var Default = function Default() {
71
71
  return toggleDrawer();
72
72
  },
73
73
  color: "secondary"
74
- }, _ref2))), /*#__PURE__*/React.createElement(AdminContainer, null, _ref3, /*#__PURE__*/React.createElement(AdminAside, null, /*#__PURE__*/React.createElement(Drawer, {
74
+ }, _ref2))), /*#__PURE__*/React.createElement(AdminContainer, null, /*#__PURE__*/React.createElement(AdminAside, null, _ref3, /*#__PURE__*/React.createElement(Drawer, {
75
75
  direction: "left",
76
76
  open: open
77
77
  }, /*#__PURE__*/React.createElement(DrawerHeading, {
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v0.27.0
1
+ /** @license Digigov v0.27.1
2
2
  *
3
3
  * This source code is licensed under the BSD-2-Clause license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/ui",
3
- "version": "0.27.0",
3
+ "version": "0.27.1",
4
4
  "description": "@digigov reusable components toolkit",
5
5
  "module": "./esm/index.js",
6
6
  "publishConfig": {