@uniformdev/context-devtools 16.0.1-nuxt.159 → 16.0.1-nuxt.181

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
@@ -1,4 +1,4 @@
1
- "use strict";import{jsx as e}from"@emotion/react";import*as b from"react";import{css as D}from"@emotion/react";import{createContext as ot,useContext as rt}from"react";var me=ot({settings:{},saveSettings:()=>{}}),z=()=>rt(me),ue=({children:t,settings:r,saveSettings:n})=>e(me.Provider,{value:{settings:r,saveSettings:n}},t);var nt=({route:t,children:r,className:n})=>{let{settings:o,saveSettings:s}=z();return e("a",{href:"",className:n,onClick:a=>{a.preventDefault(),s({...o,route:t})}},r)},H=nt;var it=[{title:"Dimensions",href:"/dimensions",icon:`<svg
1
+ import{jsx as e}from"@emotion/react";import*as b from"react";import{css as D}from"@emotion/react";import{createContext as ot,useContext as rt}from"react";var me=ot({settings:{},saveSettings:()=>{}}),z=()=>rt(me),ue=({children:t,settings:r,saveSettings:n})=>e(me.Provider,{value:{settings:r,saveSettings:n}},t);var nt=({route:t,children:r,className:n})=>{let{settings:o,saveSettings:s}=z();return e("a",{href:"",className:n,onClick:a=>{a.preventDefault(),s({...o,route:t})}},r)},H=nt;var it=[{title:"Dimensions",href:"/dimensions",icon:`<svg
2
2
  width="24"
3
3
  height="24"
4
4
  viewBox="0 0 24 24"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-devtools",
3
- "version": "16.0.1-nuxt.159+47b981cde",
3
+ "version": "16.0.1-nuxt.181+d2c9a0bbf",
4
4
  "description": "Uniform Context developer tools components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "react-dom": ">=17"
21
21
  },
22
22
  "devDependencies": {
23
- "@types/chrome": "0.0.190",
23
+ "@types/chrome": "0.0.191",
24
24
  "@types/react": "18.0.14",
25
25
  "autoprefixer": "10.4.7",
26
26
  "postcss": "8.4.14",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@emotion/react": "^11.9.0",
33
- "@uniformdev/context": "^16.0.1-nuxt.159+47b981cde",
34
- "@uniformdev/design-system": "^16.0.1-nuxt.159+47b981cde",
33
+ "@uniformdev/context": "^16.0.1-nuxt.181+d2c9a0bbf",
34
+ "@uniformdev/design-system": "^16.0.1-nuxt.181+d2c9a0bbf",
35
35
  "formik": "^2.2.9",
36
36
  "react-use": "^17.4.0",
37
37
  "reakit": "^1.3.11",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "47b981cde5f19beb1b6a85b0cd6acf98e388b599"
46
+ "gitHead": "d2c9a0bbf7c8a640213fee2f6eae7c1cfdd08b02"
47
47
  }