@trops/dash-core 0.1.302 → 0.1.303

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
@@ -17713,7 +17713,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
17713
17713
  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"),
17714
17714
  children: [/*#__PURE__*/jsxRuntime.jsx("option", {
17715
17715
  value: "all",
17716
- children: "All Authors"
17716
+ children: "All Packages"
17717
17717
  }), getUniqueAuthors().map(function (author) {
17718
17718
  return /*#__PURE__*/jsxRuntime.jsx("option", {
17719
17719
  value: author,
@@ -49275,7 +49275,7 @@ var WidgetSidebar = function WidgetSidebar(_ref4) {
49275
49275
  className: selectClassName,
49276
49276
  children: [/*#__PURE__*/jsxRuntime.jsx("option", {
49277
49277
  value: "all",
49278
- children: "All Authors"
49278
+ children: "All Packages"
49279
49279
  }), uniqueAuthors.map(function (a) {
49280
49280
  return /*#__PURE__*/jsxRuntime.jsx("option", {
49281
49281
  value: a,