@startlibs/components 1.0.0-alpha-8d2 → 1.0.0-alpha-8d3

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.
Files changed (2) hide show
  1. package/lib/index.js +5 -0
  2. package/package.json +4 -6
package/lib/index.js CHANGED
@@ -4076,6 +4076,11 @@ var slideUpOnTop = utils.oneWayAnimation('transform: translateY(10px); pointer-e
4076
4076
  var slideRight = utils.oneWayAnimation('transform: translateX(-10px)', 'transform: none;');
4077
4077
  var slideLeftOnLeft = utils.oneWayAnimation('transform: translateX(10px); pointer-events: none', 'transform: translateX(0px); pointer-events: none');
4078
4078
  var popupAnimation = utils.animationTiming('0.2s ease-out');
4079
+
4080
+ var areComponentsEqual = function areComponentsEqual(a, b) {
4081
+ return a === b;
4082
+ };
4083
+
4079
4084
  var ListItem = styled__default.li.withConfig({
4080
4085
  displayName: "ContextMenu__ListItem",
4081
4086
  componentId: "sc-13y1vvt-0"
package/package.json CHANGED
@@ -1,17 +1,15 @@
1
1
  {
2
2
  "name": "@startlibs/components",
3
- "version": "1.0.0-alpha-8d2",
3
+ "version": "1.0.0-alpha-8d3",
4
4
  "description": "Startlibs Components",
5
5
  "main": "lib/index.js",
6
6
  "sideEffects": false,
7
7
  "source": true,
8
8
  "peerDependencies": {
9
9
  "lodash": "^4.17.11",
10
- "react": "^18.0",
11
- "react-dom": "^18.0",
12
- "styled-components": "^5.2.0",
13
- "@startlibs/core": "^1.0",
14
- "@startlibs/utils": "^1.0"
10
+ "react": "^18.2",
11
+ "react-dom": "^18.2",
12
+ "styled-components": "^5.2.0"
15
13
  },
16
14
  "devDependencies": {
17
15
  "@babel/core": "^7.2.0",