odaptos_design_system 1.4.246 → 1.4.247

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.
@@ -4850,19 +4850,22 @@ function MenuVerticalIcon({
4850
4850
  cy: "4",
4851
4851
  r: "2",
4852
4852
  transform: "rotate(90 12 4)",
4853
- fill: fill
4853
+ fill: fill,
4854
+ stroke: stroke
4854
4855
  }), /*#__PURE__*/React__default.createElement("circle", {
4855
4856
  cx: "12",
4856
4857
  cy: "12",
4857
4858
  r: "2",
4858
4859
  transform: "rotate(90 12 12)",
4859
- fill: fill
4860
+ fill: fill,
4861
+ stroke: stroke
4860
4862
  }), /*#__PURE__*/React__default.createElement("circle", {
4861
4863
  cx: "12",
4862
4864
  cy: "20",
4863
4865
  r: "2",
4864
4866
  transform: "rotate(90 12 20)",
4865
- fill: fill
4867
+ fill: fill,
4868
+ stroke: stroke
4866
4869
  })));
4867
4870
  }
4868
4871
 
@@ -13301,8 +13304,8 @@ const Textarea = ({
13301
13304
  })));
13302
13305
  };
13303
13306
 
13304
- var css_248z$S = ".Thematic-modules_thematic__2tMJ4{border:1px dashed;border-radius:.5rem;display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.Thematic-modules_thematic__header__T0fSS{display:flex;justify-content:space-between}.Thematic-modules_thematic__2tMJ4 .Thematic-modules_tagsContainer__9u2dr{display:flex;flex-wrap:wrap;gap:.5rem}.Thematic-modules_thematic__2tMJ4 .Thematic-modules_tagsContainer__9u2dr .Thematic-modules_tag__sXUS8{cursor:pointer}.Thematic-modules_thematicPopover__31kBQ .Thematic-modules_dropdown__o2IzB{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;padding:.5rem}.Thematic-modules_thematicPopover__31kBQ .Thematic-modules_dropdown__o2IzB .Thematic-modules_item__a0v-e{align-items:center;align-self:stretch;border-radius:.25rem;cursor:pointer;display:flex;flex:1 0 0;gap:.5rem;height:3rem;padding:.5rem .75rem}.Thematic-modules_thematicPopover__31kBQ .Thematic-modules_dropdown__o2IzB .Thematic-modules_item__a0v-e:hover{background-color:#eee}";
13305
- var styles$S = {"thematic":"Thematic-modules_thematic__2tMJ4","thematic__header":"Thematic-modules_thematic__header__T0fSS","tagsContainer":"Thematic-modules_tagsContainer__9u2dr","tag":"Thematic-modules_tag__sXUS8","thematicPopover":"Thematic-modules_thematicPopover__31kBQ","dropdown":"Thematic-modules_dropdown__o2IzB","item":"Thematic-modules_item__a0v-e"};
13307
+ var css_248z$S = ".Thematic-modules_thematic__2tMJ4{border:1px dashed;border-radius:.5rem;display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.Thematic-modules_thematic__header__T0fSS{display:flex;justify-content:space-between}.Thematic-modules_thematic__2tMJ4 .Thematic-modules_tagsContainer__9u2dr{display:flex;flex-wrap:wrap;gap:.5rem}.Thematic-modules_thematic__2tMJ4 .Thematic-modules_tagsContainer__9u2dr .Thematic-modules_tag__sXUS8{cursor:pointer}.Thematic-modules_thematic__2tMJ4 .Thematic-modules_tagsContainer__9u2dr .Thematic-modules_overflow_tag__VpRL6 p{overflow:unset;text-overflow:unset}.Thematic-modules_thematicPopover__31kBQ .Thematic-modules_dropdown__o2IzB{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;padding:.5rem}.Thematic-modules_thematicPopover__31kBQ .Thematic-modules_dropdown__o2IzB .Thematic-modules_item__a0v-e{align-items:center;align-self:stretch;border-radius:.25rem;cursor:pointer;display:flex;flex:1 0 0;gap:.5rem;height:3rem;padding:.5rem .75rem}.Thematic-modules_thematicPopover__31kBQ .Thematic-modules_dropdown__o2IzB .Thematic-modules_item__a0v-e:hover{background-color:#eee}";
13308
+ var styles$S = {"thematic":"Thematic-modules_thematic__2tMJ4","thematic__header":"Thematic-modules_thematic__header__T0fSS","tagsContainer":"Thematic-modules_tagsContainer__9u2dr","tag":"Thematic-modules_tag__sXUS8","overflow_tag":"Thematic-modules_overflow_tag__VpRL6","thematicPopover":"Thematic-modules_thematicPopover__31kBQ","dropdown":"Thematic-modules_dropdown__o2IzB","item":"Thematic-modules_item__a0v-e"};
13306
13309
  styleInject(css_248z$S);
13307
13310
 
13308
13311
  const Thematic = ({
@@ -13401,7 +13404,8 @@ const Thematic = ({
13401
13404
  text: tag.name,
13402
13405
  customColor: tag.color,
13403
13406
  size: "base",
13404
- amountNumber: tag.amount
13407
+ amountNumber: tag.amount,
13408
+ className: styles$S.overflow_tag
13405
13409
  })))));
13406
13410
  };
13407
13411