@dev-blinq/ui-systems 1.0.77 → 1.0.78

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/colors.css CHANGED
@@ -1,5 +1,4 @@
1
1
  :root {
2
- --font-family: "Plus Jakarta Sans", sans-serif;
3
2
  /* Primary Colors */
4
3
  --primary-lightest: #f5f7ff;
5
4
  --primary-light: #ebeefe;
package/dist/index.js CHANGED
@@ -137,7 +137,7 @@ React keys must be passed directly to JSX without using spread:
137
137
  width: 14px;
138
138
  height: 14px;
139
139
  }
140
- `;function Ro({items:e,anchorEl:n,handleClose:t,onClick:r}){return y.jsx(xo,{anchorEl:n,keepMounted:!0,open:!!n,onClose:t,children:e.map(({title:a,value:i,disabled:c,divider:o,onClickItem:f},d)=>y.jsxs(y.Fragment,{children:[y.jsx(To,{className:"menu-item",onClick:p=>f?f(p,i):r==null?void 0:r(p,i),disabled:c,children:a},d),o&&y.jsx(ee.Divider,{})]}))})}function Ve(e,...n){const t=new URL(`https://mui.com/production-error/?code=${e}`);return n.forEach(r=>t.searchParams.append("args[]",r)),`Minified MUI error #${e}; visit ${t} for the full message.`}const wo="$$material",Po=e=>{const n=Object.keys(e).map(t=>({key:t,val:e[t]}))||[];return n.sort((t,r)=>t.val-r.val),n.reduce((t,r)=>({...t,[r.key]:r.val}),{})};function Oo(e){const{values:n={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:t="px",step:r=5,...a}=e,i=Po(n),c=Object.keys(i);function o(m){return`@media (min-width:${typeof n[m]=="number"?n[m]:m}${t})`}function f(m){return`@media (max-width:${(typeof n[m]=="number"?n[m]:m)-r/100}${t})`}function d(m,E){const v=c.indexOf(E);return`@media (min-width:${typeof n[m]=="number"?n[m]:m}${t}) and (max-width:${(v!==-1&&typeof n[c[v]]=="number"?n[c[v]]:E)-r/100}${t})`}function p(m){return c.indexOf(m)+1<c.length?d(m,c[c.indexOf(m)+1]):o(m)}function g(m){const E=c.indexOf(m);return E===0?o(c[1]):E===c.length-1?f(c[E]):d(m,c[c.indexOf(m)+1]).replace("@media","@media not all and")}return{keys:c,values:i,up:o,down:f,between:d,only:p,not:g,unit:t,...a}}var Tt={exports:{}},ne={};/**
140
+ `;function Ro({items:e,anchorEl:n,handleClose:t,onClick:r}){return y.jsx(xo,{anchorEl:n,keepMounted:!0,open:!!n,onClose:t,"data-no-dnd":"true",children:e.map(({title:a,value:i,disabled:c,divider:o,onClickItem:f},d)=>y.jsxs(y.Fragment,{children:[y.jsx(To,{className:"menu-item",onClick:p=>f?f(p,i):r==null?void 0:r(p,i),disabled:c,"data-no-dnd":"true",children:a},d),o&&y.jsx(ee.Divider,{})]}))})}function Ve(e,...n){const t=new URL(`https://mui.com/production-error/?code=${e}`);return n.forEach(r=>t.searchParams.append("args[]",r)),`Minified MUI error #${e}; visit ${t} for the full message.`}const wo="$$material",Po=e=>{const n=Object.keys(e).map(t=>({key:t,val:e[t]}))||[];return n.sort((t,r)=>t.val-r.val),n.reduce((t,r)=>({...t,[r.key]:r.val}),{})};function Oo(e){const{values:n={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:t="px",step:r=5,...a}=e,i=Po(n),c=Object.keys(i);function o(m){return`@media (min-width:${typeof n[m]=="number"?n[m]:m}${t})`}function f(m){return`@media (max-width:${(typeof n[m]=="number"?n[m]:m)-r/100}${t})`}function d(m,E){const v=c.indexOf(E);return`@media (min-width:${typeof n[m]=="number"?n[m]:m}${t}) and (max-width:${(v!==-1&&typeof n[c[v]]=="number"?n[c[v]]:E)-r/100}${t})`}function p(m){return c.indexOf(m)+1<c.length?d(m,c[c.indexOf(m)+1]):o(m)}function g(m){const E=c.indexOf(m);return E===0?o(c[1]):E===c.length-1?f(c[E]):d(m,c[c.indexOf(m)+1]).replace("@media","@media not all and")}return{keys:c,values:i,up:o,down:f,between:d,only:p,not:g,unit:t,...a}}var Tt={exports:{}},ne={};/**
141
141
  * @license React
142
142
  * react-is.production.js
143
143
  *
package/dist/index.mjs CHANGED
@@ -2826,6 +2826,7 @@ function wu({
2826
2826
  keepMounted: !0,
2827
2827
  open: !!n,
2828
2828
  onClose: t,
2829
+ "data-no-dnd": "true",
2829
2830
  children: e.map(({ title: a, value: i, disabled: c, divider: o, onClickItem: f }, d) => /* @__PURE__ */ y.jsxs(y.Fragment, { children: [
2830
2831
  /* @__PURE__ */ y.jsx(
2831
2832
  $o,
@@ -2833,6 +2834,7 @@ function wu({
2833
2834
  className: "menu-item",
2834
2835
  onClick: (p) => f ? f(p, i) : r == null ? void 0 : r(p, i),
2835
2836
  disabled: c,
2837
+ "data-no-dnd": "true",
2836
2838
  children: a
2837
2839
  },
2838
2840
  d
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dev-blinq/ui-systems",
3
3
  "description": "this package contains all ui components like button, input, checkbox, colors that blinq.io needs",
4
- "version": "1.0.77",
4
+ "version": "1.0.78",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",