@uniformdev/context-devtools 18.22.0 → 18.23.1-alpha.34

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/dist/esm/index.js CHANGED
@@ -405,21 +405,21 @@ var Menu = ({ ...props }) => {
405
405
  "path",
406
406
  {
407
407
  d: "M8.82261 3.73315L0 8.82209V18.9999L8.82261 13.911L17.6474 8.82209L8.82261 3.73315Z",
408
- fill: "#83C6E1"
408
+ fill: "#7BB3FF"
409
409
  }
410
410
  ),
411
411
  /* @__PURE__ */ jsx7(
412
412
  "path",
413
413
  {
414
414
  d: "M8.82261 24.089V13.9111L0 19.0001V29.1779L8.82261 34.2669L17.6474 29.1779V19.0001L8.82261 24.089Z",
415
- fill: "#438FD5"
415
+ fill: "#498DFF"
416
416
  }
417
417
  ),
418
418
  /* @__PURE__ */ jsx7(
419
419
  "path",
420
420
  {
421
421
  d: "M17.6474 8.82202L8.82263 13.911L17.6474 18.9999V29.1777L26.47 24.0888V13.911L17.6474 8.82202Z",
422
- fill: "#F4220B"
422
+ fill: "#E61408"
423
423
  }
424
424
  ),
425
425
  /* @__PURE__ */ jsx7(
package/dist/index.js CHANGED
@@ -439,21 +439,21 @@ var Menu = ({ ...props }) => {
439
439
  "path",
440
440
  {
441
441
  d: "M8.82261 3.73315L0 8.82209V18.9999L8.82261 13.911L17.6474 8.82209L8.82261 3.73315Z",
442
- fill: "#83C6E1"
442
+ fill: "#7BB3FF"
443
443
  }
444
444
  ),
445
445
  /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
446
446
  "path",
447
447
  {
448
448
  d: "M8.82261 24.089V13.9111L0 19.0001V29.1779L8.82261 34.2669L17.6474 29.1779V19.0001L8.82261 24.089Z",
449
- fill: "#438FD5"
449
+ fill: "#498DFF"
450
450
  }
451
451
  ),
452
452
  /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
453
453
  "path",
454
454
  {
455
455
  d: "M17.6474 8.82202L8.82263 13.911L17.6474 18.9999V29.1777L26.47 24.0888V13.911L17.6474 8.82202Z",
456
- fill: "#F4220B"
456
+ fill: "#E61408"
457
457
  }
458
458
  ),
459
459
  /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-devtools",
3
- "version": "18.22.0",
3
+ "version": "18.23.1-alpha.34+8eddcae60",
4
4
  "description": "Uniform Context developer tools components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "react-dom": ">=17"
22
22
  },
23
23
  "devDependencies": {
24
- "@types/chrome": "0.0.220",
24
+ "@types/chrome": "0.0.222",
25
25
  "@types/react": "18.0.28",
26
26
  "autoprefixer": "10.4.14",
27
27
  "postcss": "8.4.21",
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@emotion/react": "11.10.5",
34
- "@uniformdev/context": "18.22.0",
35
- "@uniformdev/design-system": "18.22.0",
34
+ "@uniformdev/context": "18.23.1-alpha.34+8eddcae60",
35
+ "@uniformdev/design-system": "18.23.1-alpha.34+8eddcae60",
36
36
  "formik": "^2.2.9",
37
37
  "react-use": "^17.4.0",
38
38
  "reakit": "^1.3.11",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "55125ebbd2e43c65946984dbd1cea417e089f75d"
47
+ "gitHead": "8eddcae607f5c8b7ef9f7752bc11e186eee4305b"
48
48
  }