opus-toolkit-components 1.3.3 → 1.3.4

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.
@@ -702,7 +702,8 @@ __webpack_require__.d(__webpack_exports__, {
702
702
  Navbar: () => (/* reexport */ Navbar_Navbar),
703
703
  Pill: () => (/* reexport */ Pills_Pill),
704
704
  RadioButton: () => (/* reexport */ Radios_RadioButton),
705
- Table: () => (/* reexport */ Table)
705
+ Table: () => (/* reexport */ Table),
706
+ Text: () => (/* reexport */ Text)
706
707
  });
707
708
 
708
709
  // EXTERNAL MODULE: external "react"
@@ -4291,7 +4292,7 @@ function Table(_ref) {
4291
4292
  return /*#__PURE__*/external_react_default().createElement("div", {
4292
4293
  className: "wrapper w-full ".concat(className)
4293
4294
  }, /*#__PURE__*/external_react_default().createElement("table", {
4294
- className: " min-w-full table-auto text-left border-collapse table"
4295
+ className: "\n min-w-full \n table-auto \n text-left \n border-collapse \n table\n "
4295
4296
  }, /*#__PURE__*/external_react_default().createElement("thead", {
4296
4297
  className: "hidden sm:table-header-group"
4297
4298
  }, /*#__PURE__*/external_react_default().createElement("tr", {
@@ -12888,7 +12889,7 @@ function Dropdown(_ref) {
12888
12889
  "aria-hidden": "true",
12889
12890
  className: "-mr-1 h-5 w-5 text-[--color-text-weak] transition-transform duration-200 ".concat(open ? 'rotate-180' : 'rotate-0')
12890
12891
  })), !disabled && /*#__PURE__*/external_react_default().createElement(Pt, {
12891
- className: " absolute right-0 z-10 mt-2 w-56 origin-top-right rounded-md bg-[--color-primary-bg] shadow-lg ring-1 ring-[--color-stroke] ring-opacity-1 focus:outline-none max-h-48 overflow-y-auto "
12892
+ className: "\r absolute \r right-0 \r z-10 \r mt-2 \r w-56 \r origin-top-right \r rounded-md \r bg-[--color-primary-bg] \r shadow-lg \r ring-1 \r ring-[--color-stroke] \r ring-opacity-1 \r focus:outline-none \r max-h-48 \r overflow-y-auto\r "
12892
12893
  }, /*#__PURE__*/external_react_default().createElement("div", {
12893
12894
  className: "py-1"
12894
12895
  }, items.map((item, index) => /*#__PURE__*/external_react_default().createElement(Et, {
@@ -13172,6 +13173,7 @@ const CookieBanner = _ref => {
13172
13173
 
13173
13174
 
13174
13175
 
13176
+
13175
13177
  /******/ return __webpack_exports__;
13176
13178
  /******/ })()
13177
13179
  ;