@trops/dash-core 0.1.303 → 0.1.304

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.esm.js CHANGED
@@ -18345,14 +18345,6 @@ var ProviderBadge = function ProviderBadge(_ref) {
18345
18345
  }), /*#__PURE__*/jsx("span", {
18346
18346
  className: "capitalize",
18347
18347
  children: providerType
18348
- }), isConfigured && providerName && /*#__PURE__*/jsxs(Fragment, {
18349
- children: [/*#__PURE__*/jsx("span", {
18350
- className: "text-gray-400",
18351
- children: "\xB7"
18352
- }), /*#__PURE__*/jsx("span", {
18353
- className: "max-w-[100px] truncate",
18354
- children: providerName
18355
- })]
18356
18348
  })]
18357
18349
  });
18358
18350
  };