@trops/dash-core 0.1.302 → 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
@@ -17695,7 +17695,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
17695
17695
  className: "px-2 py-1 rounded text-xs bg-transparent border ".concat(currentTheme["border-primary-medium"] || "border-gray-700", " ").concat(currentTheme["text-primary-light"] || "text-gray-300", " focus:outline-none appearance-none cursor-pointer"),
17696
17696
  children: [/*#__PURE__*/jsx("option", {
17697
17697
  value: "all",
17698
- children: "All Authors"
17698
+ children: "All Packages"
17699
17699
  }), getUniqueAuthors().map(function (author) {
17700
17700
  return /*#__PURE__*/jsx("option", {
17701
17701
  value: author,
@@ -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
  };
@@ -49257,7 +49249,7 @@ var WidgetSidebar = function WidgetSidebar(_ref4) {
49257
49249
  className: selectClassName,
49258
49250
  children: [/*#__PURE__*/jsx("option", {
49259
49251
  value: "all",
49260
- children: "All Authors"
49252
+ children: "All Packages"
49261
49253
  }), uniqueAuthors.map(function (a) {
49262
49254
  return /*#__PURE__*/jsx("option", {
49263
49255
  value: a,