@dreamcommerce/aurora 3.0.0-168 → 3.0.0-169

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.
@@ -83,7 +83,7 @@ var TreeNode = function TreeNode(_ref) {
83
83
  exitActive: 'tree__children-exit-active'
84
84
  }
85
85
  }, /*#__PURE__*/React__default['default'].createElement("ul", {
86
- className: "aurora-flex aurora-flex-col aurora-gap-2 aurora-pl-4 aurora-scale-100 aurora-origin-top aurora-list-none aurora-will-change-auto aurora-duration-200 aurora-ease-out aurora-transition-all",
86
+ className: "aurora-flex aurora-flex-col aurora-gap-2 aurora-pl-4 aurora-scale-100 aurora-origin-top aurora-will-change-auto aurora-duration-200 aurora-ease-out aurora-transition-all aurora-m-0 aurora-p-0 aurora-list-none",
87
87
  ref: nodeChildrenRef
88
88
  }, children))) : null);
89
89
  };
@@ -75,7 +75,7 @@ var TreeNode = function TreeNode(_ref) {
75
75
  exitActive: 'tree__children-exit-active'
76
76
  }
77
77
  }, /*#__PURE__*/React.createElement("ul", {
78
- className: "aurora-flex aurora-flex-col aurora-gap-2 aurora-pl-4 aurora-scale-100 aurora-origin-top aurora-list-none aurora-will-change-auto aurora-duration-200 aurora-ease-out aurora-transition-all",
78
+ className: "aurora-flex aurora-flex-col aurora-gap-2 aurora-pl-4 aurora-scale-100 aurora-origin-top aurora-will-change-auto aurora-duration-200 aurora-ease-out aurora-transition-all aurora-m-0 aurora-p-0 aurora-list-none",
79
79
  ref: nodeChildrenRef
80
80
  }, children))) : null);
81
81
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "3.0.0-168",
5
+ "version": "3.0.0-169",
6
6
  "description": "aurora",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",