@dev-blinq/ui-systems 1.0.118 → 1.0.119

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/index.js CHANGED
@@ -360,7 +360,6 @@ To suppress this warning, you need to explicitly provide the \`palette.${t}Chann
360
360
  bottom: 0px;
361
361
  background-color: white;
362
362
  z-index: 2;
363
- margin: 4px;
364
363
  `,vm=Y($.Box)`
365
364
  display: flex;
366
365
  gap: 12px;
@@ -371,7 +370,7 @@ To suppress this warning, you need to explicitly provide the \`palette.${t}Chann
371
370
  padding: 4px;
372
371
  color: var(--color-grey-80);
373
372
  &:hover {
374
- border-raidus: 12px;
373
+ border-radius: 8px;
375
374
  background-color: var(--primary-lightest);
376
375
  }
377
376
  `;Y($.Box)`
@@ -381,7 +380,7 @@ To suppress this warning, you need to explicitly provide the \`palette.${t}Chann
381
380
  flex: 1;
382
381
  gap: 8px;
383
382
  width: 100%;
384
- `;function yu({value:e,onChange:t,options:n,onEdit:r,label:i,placeholder:a="Select option",showEditIcon:o=!0,showAddOption:s=!0,showDeleteIcon:u=!0,addOptionLabel:c="Add an option",fullWidth:l=!0,onSave:f,noInlineAction:d,onDelete:p,disabledAddOption:x=!1,menuWidth:h,width:v,disabled:b,maxChar:y=80,showWarningForTextLength:g=!1,defaultLabel:C,size:A="small",id:S,dontDeleteSelected:w,showCopyIcon:T=!1,onCopy:k}){const[m,B]=V.useState(!1),[R,P]=V.useState(null),[U,z]=V.useState(""),[J,Z]=V.useState(!1),[ee,ne]=V.useState(""),j=N=>{t(N.target.value)},F=(N,G,re)=>{d?(r==null||r(G,G),W(!1)):(N.stopPropagation(),P(G),z(re))},I=(N,G)=>{U.trim()&&r&&r(G,U.trim()),W(!1)},O=N=>{N.stopPropagation(),W(!0)},M=N=>{x||(d?(f==null||f(""),W(!1)):(N.stopPropagation(),ne(""),Z(!0)))},Q=()=>{f==null||f(ee),W(!1)},W=N=>{B(N),P(""),z(""),ne(""),Z(!1)},te=(N,G)=>{N.stopPropagation(),p==null||p(G),W(!1)};return E.jsxs($.Box,{display:"flex",width:v||"100%",flexDirection:"column",gap:"4px",children:[i&&E.jsx(Ae,{value:i,size:"xs",weight:"medium",color:"var(--color-grey-80)",lineHeight:"14px"}),E.jsx($.FormControl,{fullWidth:l,disabled:b,children:E.jsxs(xm,{value:e,onChange:j,open:m,IconComponent:yr,onOpen:()=>W(!0),onClose:()=>W(!1),renderValue:N=>{const G=n.find(Be=>Be.value===N),re=(G==null?void 0:G.label)||C;return E.jsxs($.Box,{display:"flex",gap:1.5,alignItems:"center",width:"100%",children:[E.jsx($.Box,{display:"flex",alignItems:"center",children:G==null?void 0:G.icon}),E.jsx(Ae,{value:re,weight:"semi",color:"var(--color-grey-90)",shouldTruncate:!0,width:"calc(100% - 42px)"})]})},MenuProps:{PaperProps:{id:S?`${S}-menu`:void 0,sx:{width:h||"inherit",borderRadius:"8px",marginTop:"6px",boxShadow:"0 10px 25px rgba(0, 0, 0, 0.1)",maxHeight:"calc(100vh - 200px)",overflow:"hidden","& .MuiList-root":{padding:"2px 2px 0px 2px",maxHeight:"inherit",overflowY:"auto"},border:"1px solid var(--color-grey-50)"}},anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"left"},disableAutoFocusItem:!0,disableAutoFocus:!0,disableScrollLock:!0,keepMounted:!0},size:A,children:[E.jsx(mm,{disabled:!0,noData:n.length===0,children:a}),n.map(N=>E.jsx(gm,{value:N.value,isEditMode:R===N.value,classes:{selected:"selected-option",focusVisible:"selected-focus-visible"},children:R===N.value?E.jsxs($.Box,{width:"100%",children:[E.jsxs(C0,{onClick:G=>G.stopPropagation(),onKeyDown:G=>G.stopPropagation(),children:[E.jsxs($.Box,{display:"flex",gap:1,alignItems:"center",width:"100%",children:[N.icon,E.jsx(Fn,{size:"small",value:U,onChange:G=>{G.stopPropagation(),(G.target.value.length<=y||!g)&&z(G.target.value)},onKeyDown:G=>{G.stopPropagation(),G.key==="Enter"?I(G,N.value):G.key==="Escape"&&O(G)},autoFocus:!0,fullWidth:!0})]}),E.jsxs($.Box,{display:"flex",children:[E.jsx(vt,{size:"small",onClick:G=>I(G,N.value),disabled:!U||U===N.value,children:E.jsx(ni,{size:14,color:"var(--color-success-100)"})}),E.jsx(vt,{size:"small",onClick:O,children:E.jsx(ti,{size:14})})]})]}),g&&E.jsx(Ae,{value:`Max ${y} characters are allowed`,color:"primary",pt:.2,pl:2.8})]}):E.jsxs(E.Fragment,{children:[E.jsxs($.Box,{display:"flex",gap:1,alignItems:"center",width:T?"calc(100% - 78px)":"calc(100% - 60px)",children:[E.jsx($.Box,{display:"flex",alignItems:"center",children:N==null?void 0:N.icon}),E.jsx(Ae,{value:N==null?void 0:N.label,color:"var(--color-grey-90)",shouldTruncate:!0,weight:e===N.value?"bold":"medium"})]}),E.jsxs($.Box,{display:"flex",gap:.2,children:[T&&k&&!N.notHavePermission&&E.jsx(vt,{size:"small",onClick:G=>{G.stopPropagation(),k(N.value)},children:E.jsx(Oo,{color:"var(--color-primary-100)",size:14})}),u&&p&&!N.notHavePermission&&(w?e!==N.value:!0)&&E.jsx(vt,{size:"small",onClick:G=>te(G,N.value),children:E.jsx(Io,{color:"var(--color-error-100)",size:14})}),o&&r&&!N.notHavePermission&&E.jsx(vt,{size:"small",onClick:G=>F(G,N.value,N.label),disabled:N.notHavePermission,children:E.jsx(Nl,{size:14})})]})]})},N.value)),s&&f&&E.jsx(ym,{disabled:x,children:J?E.jsxs($.Box,{width:"100%",p:1,children:[E.jsxs(C0,{onClick:N=>N.stopPropagation(),onKeyDown:N=>N.stopPropagation(),children:[E.jsx(Fn,{size:"small",value:ee,onChange:N=>{N.stopPropagation(),(N.target.value.length<=y||!g)&&ne(N.target.value)},onKeyDown:N=>{N.stopPropagation(),N.key==="Enter"?Q():N.key==="Escape"&&O(N)},autoFocus:!0,fullWidth:!0}),E.jsxs($.Box,{display:"flex",children:[E.jsx(vt,{size:"small",onClick:Q,disabled:!ee,children:E.jsx(ni,{size:14})}),E.jsx(vt,{size:"small",onClick:O,children:E.jsx(ti,{size:14})})]})]}),g&&E.jsx(Ae,{value:`Max ${y} characters are allowed`,color:"primary",pt:.2,pl:1})]}):E.jsxs(vm,{onClick:M,children:[E.jsx(_o,{size:20}),E.jsx(Ae,{value:c,weight:"semi",color:"var(--color-grey-80)"})]})})]})})]})}const bm=Y($.Checkbox)`
383
+ `;function yu({value:e,onChange:t,options:n,onEdit:r,label:i,placeholder:a="Select option",showEditIcon:o=!0,showAddOption:s=!0,showDeleteIcon:u=!0,addOptionLabel:c="Add an option",fullWidth:l=!0,onSave:f,noInlineAction:d,onDelete:p,disabledAddOption:x=!1,menuWidth:h,width:v,disabled:b,maxChar:y=80,showWarningForTextLength:g=!1,defaultLabel:C,size:A="small",id:S,dontDeleteSelected:w,showCopyIcon:T=!1,onCopy:k}){const[m,B]=V.useState(!1),[R,P]=V.useState(null),[U,z]=V.useState(""),[J,Z]=V.useState(!1),[ee,ne]=V.useState(""),j=N=>{t(N.target.value)},F=(N,G,re)=>{d?(r==null||r(G,G),W(!1)):(N.stopPropagation(),P(G),z(re))},I=(N,G)=>{U.trim()&&r&&r(G,U.trim()),W(!1)},O=N=>{N.stopPropagation(),W(!0)},M=N=>{x||(d?(f==null||f(""),W(!1)):(N.stopPropagation(),ne(""),Z(!0)))},Q=()=>{f==null||f(ee),W(!1)},W=N=>{B(N),P(""),z(""),ne(""),Z(!1)},te=(N,G)=>{N.stopPropagation(),p==null||p(G),W(!1)};return E.jsxs($.Box,{display:"flex",width:v||"100%",flexDirection:"column",gap:"4px",children:[i&&E.jsx(Ae,{value:i,size:"xs",weight:"medium",color:"var(--color-grey-80)",lineHeight:"14px"}),E.jsx($.FormControl,{fullWidth:l,disabled:b,children:E.jsxs(xm,{value:e,onChange:j,open:m,IconComponent:yr,onOpen:()=>W(!0),onClose:()=>W(!1),renderValue:N=>{const G=n.find(Be=>Be.value===N),re=(G==null?void 0:G.label)||C;return E.jsxs($.Box,{display:"flex",gap:1.5,alignItems:"center",width:"100%",children:[E.jsx($.Box,{display:"flex",alignItems:"center",children:G==null?void 0:G.icon}),E.jsx(Ae,{value:re,weight:"semi",color:"var(--color-grey-90)",shouldTruncate:!0,width:"calc(100% - 42px)"})]})},MenuProps:{PaperProps:{id:S?`${S}-menu`:void 0,sx:{width:h||"inherit",borderRadius:"8px",marginTop:"6px",boxShadow:"0 10px 25px rgba(0, 0, 0, 0.1)",maxHeight:"calc(100vh - 200px)",overflow:"hidden","& .MuiList-root":{padding:"2px 2px 0px 2px",maxHeight:"inherit",overflowY:"auto"},border:"1px solid var(--color-grey-50)"}},anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"left"},disableAutoFocusItem:!0,disableAutoFocus:!0,disableScrollLock:!0,keepMounted:!0},size:A,children:[E.jsx(mm,{disabled:!0,noData:n.length===0,children:a}),n.map(N=>E.jsx(gm,{value:N.value,isEditMode:R===N.value,classes:{selected:"selected-option",focusVisible:"selected-focus-visible"},children:R===N.value?E.jsxs($.Box,{width:"100%",children:[E.jsxs(C0,{onClick:G=>G.stopPropagation(),onKeyDown:G=>G.stopPropagation(),children:[E.jsxs($.Box,{display:"flex",gap:1,alignItems:"center",width:"100%",children:[N.icon,E.jsx(Fn,{size:"small",value:U,onChange:G=>{G.stopPropagation(),(G.target.value.length<=y||!g)&&z(G.target.value)},onKeyDown:G=>{G.stopPropagation(),G.key==="Enter"?I(G,N.value):G.key==="Escape"&&O(G)},autoFocus:!0,fullWidth:!0})]}),E.jsxs($.Box,{display:"flex",children:[E.jsx(vt,{size:"small",onClick:G=>I(G,N.value),disabled:!U||U===N.value,children:E.jsx(ni,{size:14,color:"var(--color-success-100)"})}),E.jsx(vt,{size:"small",onClick:O,children:E.jsx(ti,{size:14})})]})]}),g&&E.jsx(Ae,{value:`Max ${y} characters are allowed`,color:"primary",pt:.2,pl:2.8})]}):E.jsxs(E.Fragment,{children:[E.jsxs($.Box,{display:"flex",gap:1,alignItems:"center",width:T?"calc(100% - 78px)":"calc(100% - 60px)",children:[E.jsx($.Box,{display:"flex",alignItems:"center",children:N==null?void 0:N.icon}),E.jsx(Ae,{value:N==null?void 0:N.label,color:"var(--color-grey-90)",shouldTruncate:!0,weight:e===N.value?"bold":"medium"})]}),E.jsxs($.Box,{display:"flex",gap:.2,children:[T&&k&&!N.notHavePermission&&E.jsx(vt,{size:"small",onClick:G=>{G.stopPropagation(),k(N.value)},children:E.jsx(Oo,{color:"var(--color-primary-100)",size:14})}),u&&p&&!N.notHavePermission&&(w?e!==N.value:!0)&&E.jsx(vt,{size:"small",onClick:G=>te(G,N.value),children:E.jsx(Io,{color:"var(--color-error-100)",size:14})}),o&&r&&!N.notHavePermission&&E.jsx(vt,{size:"small",onClick:G=>F(G,N.value,N.label),disabled:N.notHavePermission,children:E.jsx(Nl,{size:14})})]})]})},N.value)),s&&f&&E.jsx(ym,{disabled:x,children:J?E.jsxs($.Box,{width:"100%",p:1,children:[E.jsxs(C0,{onClick:N=>N.stopPropagation(),onKeyDown:N=>N.stopPropagation(),children:[E.jsx(Fn,{size:"small",value:ee,onChange:N=>{N.stopPropagation(),(N.target.value.length<=y||!g)&&ne(N.target.value)},onKeyDown:N=>{N.stopPropagation(),N.key==="Enter"?Q():N.key==="Escape"&&O(N)},autoFocus:!0,fullWidth:!0}),E.jsxs($.Box,{display:"flex",children:[E.jsx(vt,{size:"small",onClick:Q,disabled:!ee,children:E.jsx(ni,{size:14,color:"var(--color-success-100)"})}),E.jsx(vt,{size:"small",onClick:O,children:E.jsx(ti,{size:14})})]})]}),g&&E.jsx(Ae,{value:`Max ${y} characters are allowed`,color:"primary",pt:.2,pl:1})]}):E.jsxs(vm,{onClick:M,children:[E.jsx(_o,{size:14}),E.jsx(Ae,{value:c,weight:"semi",color:"var(--color-grey-80)"})]})})]})})]})}const bm=Y($.Checkbox)`
385
384
  padding: 4px;
386
385
  `,Cm=Y($.FormControlLabel)`
387
386
  margin-left: 0px;
package/dist/index.mjs CHANGED
@@ -6670,7 +6670,6 @@ const w0 = Sm(kd)(({ theme: e }) => ({
6670
6670
  bottom: 0px;
6671
6671
  background-color: white;
6672
6672
  z-index: 2;
6673
- margin: 4px;
6674
6673
  `, zm = K(J)`
6675
6674
  display: flex;
6676
6675
  gap: 12px;
@@ -6681,7 +6680,7 @@ const w0 = Sm(kd)(({ theme: e }) => ({
6681
6680
  padding: 4px;
6682
6681
  color: var(--color-grey-80);
6683
6682
  &:hover {
6684
- border-raidus: 12px;
6683
+ border-radius: 8px;
6685
6684
  background-color: var(--primary-lightest);
6686
6685
  }
6687
6686
  `;
@@ -6975,7 +6974,7 @@ function Wm({
6975
6974
  size: "small",
6976
6975
  onClick: Z,
6977
6976
  disabled: !Q,
6978
- children: /* @__PURE__ */ E.jsx(so, { size: 14 })
6977
+ children: /* @__PURE__ */ E.jsx(so, { size: 14, color: "var(--color-success-100)" })
6979
6978
  }
6980
6979
  ),
6981
6980
  /* @__PURE__ */ E.jsx(Mt, { size: "small", onClick: O, children: /* @__PURE__ */ E.jsx(oo, { size: 14 }) })
@@ -6993,7 +6992,7 @@ function Wm({
6993
6992
  }
6994
6993
  )
6995
6994
  ] }) : /* @__PURE__ */ E.jsxs(zm, { onClick: M, children: [
6996
- /* @__PURE__ */ E.jsx(Gl, { size: 20 }),
6995
+ /* @__PURE__ */ E.jsx(Gl, { size: 14 }),
6997
6996
  /* @__PURE__ */ E.jsx(
6998
6997
  Se,
6999
6998
  {
@@ -13363,7 +13362,7 @@ const M6 = K(J)`
13363
13362
  opacity: 1;
13364
13363
  }
13365
13364
  }
13366
- `, e3 = ({ isRec: e, stepCount: t, isMainApp: n }) => /* @__PURE__ */ E.jsxs(c2, { isMainApp: n, children: [
13365
+ `, e8 = ({ isRec: e, stepCount: t, isMainApp: n }) => /* @__PURE__ */ E.jsxs(c2, { isMainApp: n, children: [
13367
13366
  /* @__PURE__ */ E.jsxs(J, { display: "flex", alignItems: "center", gap: 1, children: [
13368
13367
  /* @__PURE__ */ E.jsx(Se, { value: "Steps", weight: "semi", size: "lg" }),
13369
13368
  e && t >= 1 && /* @__PURE__ */ E.jsx(g2, { icon: /* @__PURE__ */ E.jsx(Kl, { size: 14 }), severity: "warning", children: "Reuse existing steps by clicking Add Step button" })
@@ -13384,7 +13383,7 @@ const M6 = K(J)`
13384
13383
  transition: "transform 0.125s ease-in-out"
13385
13384
  }
13386
13385
  }
13387
- ) }) }), t3 = ({
13386
+ ) }) }), t8 = ({
13388
13387
  showInfoIcon: e = !1,
13389
13388
  stepType: t,
13390
13389
  isActive: n = !1,
@@ -13423,7 +13422,7 @@ const M6 = K(J)`
13423
13422
  }
13424
13423
  ),
13425
13424
  c && /* @__PURE__ */ E.jsx("div", { children: /* @__PURE__ */ E.jsx("img", { src: "./icons/plug_24x24.svg", width: "14px", height: "14px", alt: "" }) })
13426
- ] }), n3 = ({
13425
+ ] }), n8 = ({
13427
13426
  splits: e,
13428
13427
  text: t,
13429
13428
  setIsVisible: n,
@@ -13480,7 +13479,7 @@ const M6 = K(J)`
13480
13479
  weight: "medium"
13481
13480
  }
13482
13481
  )
13483
- ) }) }), r3 = ({
13482
+ ) }) }), r8 = ({
13484
13483
  onCancel: e,
13485
13484
  value: t,
13486
13485
  preventedKeys: n,
@@ -13520,7 +13519,7 @@ const M6 = K(J)`
13520
13519
  ] })
13521
13520
  ] }) }), b2 = (e) => {
13522
13521
  e.stopPropagation();
13523
- }, i3 = ({
13522
+ }, i8 = ({
13524
13523
  wrapperProps: e,
13525
13524
  iconProps: t,
13526
13525
  dndProps: n,
@@ -13546,7 +13545,7 @@ const M6 = K(J)`
13546
13545
  /* @__PURE__ */ E.jsx(Kd, { in: r, children: l })
13547
13546
  ] })
13548
13547
  ] });
13549
- function a3(e) {
13548
+ function a8(e) {
13550
13549
  if (typeof e != "string") return [];
13551
13550
  const t = [];
13552
13551
  let n = "", r = !1, i = !1, a = 0, o = 0;
@@ -13583,14 +13582,14 @@ function a3(e) {
13583
13582
  isVariable: Ua(n)
13584
13583
  }), t;
13585
13584
  }
13586
- const Ua = (e) => e.startsWith('"') && e.endsWith('"'), o3 = ["Enter", "/", "{", "}", "(", ")"], s3 = ["Given", "When", "Then"], c3 = [
13585
+ const Ua = (e) => e.startsWith('"') && e.endsWith('"'), o8 = ["Enter", "/", "{", "}", "(", ")"], s8 = ["Given", "When", "Then"], c8 = [
13587
13586
  "Given",
13588
13587
  "When",
13589
13588
  "Then",
13590
13589
  "And",
13591
13590
  "But"
13592
13591
  ];
13593
- function l3(e) {
13592
+ function l8(e) {
13594
13593
  const t = e.split(`
13595
13594
  `).map((f) => f.trim());
13596
13595
  let n = "", r = "";
@@ -13650,7 +13649,7 @@ function l3(e) {
13650
13649
  params: c
13651
13650
  };
13652
13651
  }
13653
- function u3(e) {
13652
+ function u8(e) {
13654
13653
  const { featureName: t, scenarioName: n, steps: r, params: i } = e, a = [], o = " ", s = i && i.length > 0, u = s ? "Scenario Outline" : "Scenario";
13655
13654
  a.push(`${u}: ${n}`), a.push("");
13656
13655
  for (const c of r) {
@@ -15438,7 +15437,7 @@ class sv {
15438
15437
  function In(e, t) {
15439
15438
  return new sv(e, t);
15440
15439
  }
15441
- const { schedule: ws, cancel: f3 } = /* @__PURE__ */ nf(queueMicrotask, !1), mt = {
15440
+ const { schedule: ws, cancel: f8 } = /* @__PURE__ */ nf(queueMicrotask, !1), mt = {
15442
15441
  x: !1,
15443
15442
  y: !1
15444
15443
  };
@@ -18613,7 +18612,7 @@ const Q5 = {
18613
18612
  border-left: none;
18614
18613
  `}
18615
18614
  `;
18616
- function h3({
18615
+ function h8({
18617
18616
  steps: e,
18618
18617
  currentStep: t,
18619
18618
  onNext: n,
@@ -18815,14 +18814,14 @@ const p6 = Au({
18815
18814
  }
18816
18815
  }
18817
18816
  }
18818
- }), p3 = ({ children: e }) => /* @__PURE__ */ E.jsxs(Tm, { theme: p6, children: [
18817
+ }), p8 = ({ children: e }) => /* @__PURE__ */ E.jsxs(Tm, { theme: p6, children: [
18819
18818
  /* @__PURE__ */ E.jsx(Gd, {}),
18820
18819
  /* @__PURE__ */ E.jsx(Jd, { injectFirst: !0, children: e })
18821
18820
  ] });
18822
- function x3(e, t) {
18821
+ function x8(e, t) {
18823
18822
  return e.length > t ? e.substring(0, t - 3) + "..." : e;
18824
18823
  }
18825
- function m3(e, t) {
18824
+ function m8(e, t) {
18826
18825
  return e.length > t;
18827
18826
  }
18828
18827
  export {
@@ -18844,7 +18843,7 @@ export {
18844
18843
  np as EditIcon,
18845
18844
  ep as EyeIcon,
18846
18845
  tp as EyeOffIcon,
18847
- h3 as GuidedTour,
18846
+ h8 as GuidedTour,
18848
18847
  Mt as IconButtonCustom,
18849
18848
  Qh as InformationIcon,
18850
18849
  P6 as LinearProgressBar,
@@ -18857,12 +18856,12 @@ export {
18857
18856
  b6 as MailIcon,
18858
18857
  Gl as PlusIcon,
18859
18858
  C6 as SaveIcon,
18860
- i3 as Step,
18859
+ i8 as Step,
18861
18860
  v2 as StepIcon,
18862
- t3 as StepKeyoword,
18863
- e3 as StepPanelHeader,
18864
- n3 as StepTitle,
18865
- r3 as StepTitleEditInput,
18861
+ t8 as StepKeyoword,
18862
+ e8 as StepPanelHeader,
18863
+ n8 as StepTitle,
18864
+ r8 as StepTitleEditInput,
18866
18865
  G6 as StyledCommandIcon,
18867
18866
  Y6 as StyledCommandIconImage,
18868
18867
  j6 as StyledCommandList,
@@ -18900,15 +18899,15 @@ export {
18900
18899
  D6 as Transitioner,
18901
18900
  Yl as Trash2Icon,
18902
18901
  Et as TypographyCustom,
18903
- p3 as UIThemeProvider,
18902
+ p8 as UIThemeProvider,
18904
18903
  oo as XIcon,
18905
- a3 as extractAndSplitQuotedParts,
18906
- c3 as fullStepKeywords,
18904
+ a8 as extractAndSplitQuotedParts,
18905
+ c8 as fullStepKeywords,
18907
18906
  Ua as isParam,
18908
- m3 as isTextLarge,
18909
- l3 as parseGherkin,
18910
- o3 as preventedKeys,
18911
- s3 as stepKeywords,
18912
- u3 as stringifyGherkin,
18913
- x3 as textShortner
18907
+ m8 as isTextLarge,
18908
+ l8 as parseGherkin,
18909
+ o8 as preventedKeys,
18910
+ s8 as stepKeywords,
18911
+ u8 as stringifyGherkin,
18912
+ x8 as textShortner
18914
18913
  };
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.118",
4
+ "version": "1.0.119",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",