@storybook/react-native-ui 8.5.2-alpha.2 → 8.5.2-alpha.3

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/dist/index.js +8 -8
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -5362,29 +5362,29 @@ var B = Object.getOwnPropertyDescriptor;
5362
5362
  var F = Object.getOwnPropertyNames;
5363
5363
  var h = Object.getPrototypeOf;
5364
5364
  var w = Object.prototype.hasOwnProperty;
5365
- var v = (r, e) => () => (e || r((e = { exports: {} }).exports, e), e.exports);
5366
- var E = (r, e, n, t) => {
5365
+ var E = (r, e) => () => (e || r((e = { exports: {} }).exports, e), e.exports);
5366
+ var v = (r, e, n, t) => {
5367
5367
  if (e && typeof e == "object" || typeof e == "function")
5368
5368
  for (let a of F(e))
5369
5369
  !w.call(r, a) && a !== n && u(r, a, { get: () => e[a], enumerable: !(t = B(e, a)) || t.enumerable });
5370
5370
  return r;
5371
5371
  };
5372
- var I = (r, e, n) => (n = r != null ? C(h(r)) : {}, E(e || !r || !r.__esModule ? u(n, "default", { value: r, enumerable: true }) : n, r));
5373
- var x = v((T) => {
5372
+ var I = (r, e, n) => (n = r != null ? C(h(r)) : {}, v(e || !r || !r.__esModule ? u(n, "default", { value: r, enumerable: true }) : n, r));
5373
+ var x = E((T) => {
5374
5374
  Object.defineProperty(T, "__esModule", { value: true }), T.isEqual = function() {
5375
5375
  var r = Object.prototype.toString, e = Object.getPrototypeOf, n = Object.getOwnPropertySymbols ? function(t) {
5376
5376
  return Object.keys(t).concat(Object.getOwnPropertySymbols(t));
5377
5377
  } : Object.keys;
5378
5378
  return function(t, a) {
5379
5379
  return function i(o, s, p) {
5380
- var y, g, d, c = r.call(o), b = r.call(s);
5380
+ var g, y, d, c = r.call(o), b = r.call(s);
5381
5381
  if (o === s)
5382
5382
  return true;
5383
5383
  if (o == null || s == null)
5384
5384
  return false;
5385
5385
  if (p.indexOf(o) > -1 && p.indexOf(s) > -1)
5386
5386
  return true;
5387
- if (p.push(o, s), c != b || (y = n(o), g = n(s), y.length != g.length || y.some(function(A) {
5387
+ if (p.push(o, s), c != b || (g = n(o), y = n(s), g.length != y.length || g.some(function(A) {
5388
5388
  return !i(o[A], s[A], p);
5389
5389
  })))
5390
5390
  return false;
@@ -5401,9 +5401,9 @@ var x = v((T) => {
5401
5401
  return "" + o == "" + s;
5402
5402
  case "Set":
5403
5403
  case "Map":
5404
- y = o.entries(), g = s.entries();
5404
+ g = o.entries(), y = s.entries();
5405
5405
  do
5406
- if (!i((d = y.next()).value, g.next().value, p))
5406
+ if (!i((d = g.next()).value, y.next().value, p))
5407
5407
  return false;
5408
5408
  while (!d.done);
5409
5409
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native-ui",
3
- "version": "8.5.2-alpha.2",
3
+ "version": "8.5.2-alpha.3",
4
4
  "description": "ui components for react native storybook",
5
5
  "keywords": [
6
6
  "react",
@@ -58,9 +58,9 @@
58
58
  "typescript": "^5.3.3"
59
59
  },
60
60
  "dependencies": {
61
- "@storybook/core": "^8.4.2",
62
- "@storybook/react": "^8.4.2",
63
- "@storybook/react-native-theming": "^8.5.2-alpha.2",
61
+ "@storybook/core": "^8.5.1",
62
+ "@storybook/react": "^8.5.1",
63
+ "@storybook/react-native-theming": "^8.5.2-alpha.3",
64
64
  "fuse.js": "^7.0.0",
65
65
  "memoizerific": "^1.11.3",
66
66
  "polished": "^4.3.1",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "051e4d60e1274baab7bd81afd8414d55a5c41f4b"
84
+ "gitHead": "4456f5db584d7a069fe813d1b3ab0da6029f1a85"
85
85
  }