@uniformdev/design-system 16.0.1-nuxt.166 → 16.0.1-nuxt.187

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 l from"react";import yt from"react";var hr=({disableReset:o=!1})=>e(yt.Fragment,null,e("link",{href:"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Quantico:wght@700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap",rel:"stylesheet"}),o?null:e("style",{key:"uniform-design-system-theme",dangerouslySetInnerHTML:{__html:`
1
+ import{jsx as e}from"@emotion/react";import*as l from"react";import yt from"react";var hr=({disableReset:o=!1})=>e(yt.Fragment,null,e("link",{href:"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Quantico:wght@700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap",rel:"stylesheet"}),o?null:e("style",{key:"uniform-design-system-theme",dangerouslySetInnerHTML:{__html:`
2
2
  /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,::after,::before{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0;font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji'}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}
3
3
  `}}),e("style",{dangerouslySetInnerHTML:{__html:`
4
4
  :root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "16.0.1-nuxt.166+ce56da6c5",
3
+ "version": "16.0.1-nuxt.187+32dbc55cd",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -20,21 +20,22 @@
20
20
  "@emotion/jest": "11.9.3",
21
21
  "@storybook/addon-docs": "6.5.9",
22
22
  "@storybook/react": "6.5.9",
23
- "@types/react": "18.0.14",
23
+ "@types/react": "18.0.15",
24
24
  "autoprefixer": "10.4.7",
25
25
  "hygen": "6.2.7",
26
26
  "postcss": "8.4.14",
27
27
  "react": "18.2.0",
28
28
  "react-dom": "18.2.0",
29
- "tsup": "6.1.2"
29
+ "tsup": "6.1.3"
30
30
  },
31
31
  "dependencies": {
32
32
  "@emotion/react": "11.9.3",
33
+ "next": "12.2.0",
33
34
  "param-case": "3.0.4",
34
35
  "react-hotkeys-hook": "3.4.6",
35
36
  "react-icons": "4.4.0",
36
37
  "react-paginate": "8.1.3",
37
- "react-select": "5.3.2",
38
+ "react-select": "5.4.0",
38
39
  "react-use": "17.4.0",
39
40
  "reakit": "1.3.11"
40
41
  },
@@ -45,5 +46,5 @@
45
46
  "files": [
46
47
  "/dist"
47
48
  ],
48
- "gitHead": "ce56da6c5608c89d33524abf60993a68855afcd2"
49
+ "gitHead": "32dbc55cd49144087464781aa4072501b46166df"
49
50
  }