@trops/dash-core 0.1.281 → 0.1.282

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
@@ -6416,7 +6416,7 @@ var WizardDiscoverStep = function WizardDiscoverStep(_ref) {
6416
6416
  onClick: function onClick() {
6417
6417
  return handleToggleCategory(tag);
6418
6418
  },
6419
- className: filters.categories.includes(tag) ? "ring-1 ring-blue-400" : ""
6419
+ active: filters.categories.includes(tag)
6420
6420
  }, tag);
6421
6421
  })
6422
6422
  })]
@@ -6433,7 +6433,7 @@ var WizardDiscoverStep = function WizardDiscoverStep(_ref) {
6433
6433
  onClick: function onClick() {
6434
6434
  return handleToggleProvider(prov.key);
6435
6435
  },
6436
- className: filters.providers.includes(prov.key) ? "ring-1 ring-blue-400" : ""
6436
+ active: filters.providers.includes(prov.key)
6437
6437
  }, prov.key);
6438
6438
  })
6439
6439
  })]