@uniformdev/design-system 17.5.1-alpha.130 → 17.5.1-alpha.131

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
@@ -1806,6 +1806,7 @@ to {
1806
1806
  `;import{jsx as K}from"@emotion/react/jsx-runtime";var ul=W.forwardRef(({children:e,...t},r)=>K("table",{ref:r,css:la,...t,children:e})),fl=W.forwardRef(({children:e,...t},r)=>K("thead",{ref:r,css:ca,...t,children:e})),vl=W.forwardRef(({children:e,...t},r)=>K("tbody",{ref:r,...t,children:e})),bl=W.forwardRef(({children:e,...t},r)=>K("tfoot",{ref:r,...t,children:e})),hl=W.forwardRef(({children:e,...t},r)=>K("tr",{ref:r,css:da,...t,children:e})),xl=W.forwardRef(({children:e,...t},r)=>K("th",{ref:r,css:pa,...t,children:e})),yl=W.forwardRef(({children:e,...t},r)=>K("td",{ref:r,css:La,...t,children:e}));import{createContext as o2,useContext as n2}from"react";import{Tab as a2,TabList as i2,TabPanel as s2,useTabState as l2}from"reakit/Tab";import{css as ga}from"@emotion/react";var ma=ga`
1807
1807
  align-items: center;
1808
1808
  border: 0;
1809
+ height: 2.5rem;
1809
1810
  background: transparent;
1810
1811
  display: inline-flex;
1811
1812
  gap: var(--spacing-sm);
package/dist/index.js CHANGED
@@ -1806,6 +1806,7 @@ to {
1806
1806
  `;var we=require("@emotion/react/jsx-runtime"),Ns=pe.forwardRef(({children:e,...t},r)=>(0,we.jsx)("table",{ref:r,css:Oa,...t,children:e})),Us=pe.forwardRef(({children:e,...t},r)=>(0,we.jsx)("thead",{ref:r,css:Ga,...t,children:e})),_s=pe.forwardRef(({children:e,...t},r)=>(0,we.jsx)("tbody",{ref:r,...t,children:e})),Xs=pe.forwardRef(({children:e,...t},r)=>(0,we.jsx)("tfoot",{ref:r,...t,children:e})),qs=pe.forwardRef(({children:e,...t},r)=>(0,we.jsx)("tr",{ref:r,css:Fa,...t,children:e})),Ks=pe.forwardRef(({children:e,...t},r)=>(0,we.jsx)("th",{ref:r,css:Na,...t,children:e})),Ys=pe.forwardRef(({children:e,...t},r)=>(0,we.jsx)("td",{ref:r,css:Ua,...t,children:e}));var Ot=require("react"),Le=require("reakit/Tab");var Hr=require("@emotion/react"),_a=Hr.css`
1807
1807
  align-items: center;
1808
1808
  border: 0;
1809
+ height: 2.5rem;
1809
1810
  background: transparent;
1810
1811
  display: inline-flex;
1811
1812
  gap: var(--spacing-sm);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "17.5.1-alpha.130+3fac779b1",
3
+ "version": "17.5.1-alpha.131+1a06e230b",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -45,5 +45,5 @@
45
45
  "files": [
46
46
  "/dist"
47
47
  ],
48
- "gitHead": "3fac779b1b42a1afeb05156cb51768a98573438f"
48
+ "gitHead": "1a06e230be7112298a5d5bf6d93bd66c9cbc39f6"
49
49
  }