@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.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
|
17698
|
+
children: "All Packages"
|
|
17699
17699
|
}), getUniqueAuthors().map(function (author) {
|
|
17700
17700
|
return /*#__PURE__*/jsx("option", {
|
|
17701
17701
|
value: author,
|
|
@@ -49257,7 +49257,7 @@ var WidgetSidebar = function WidgetSidebar(_ref4) {
|
|
|
49257
49257
|
className: selectClassName,
|
|
49258
49258
|
children: [/*#__PURE__*/jsx("option", {
|
|
49259
49259
|
value: "all",
|
|
49260
|
-
children: "All
|
|
49260
|
+
children: "All Packages"
|
|
49261
49261
|
}), uniqueAuthors.map(function (a) {
|
|
49262
49262
|
return /*#__PURE__*/jsx("option", {
|
|
49263
49263
|
value: a,
|