@ammarkhalidfarooq/dashboard-package 0.6.37 → 0.6.38

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.cjs.js CHANGED
@@ -2131,24 +2131,26 @@ var PageHeader = function PageHeader(_ref9) {
2131
2131
  }), !!"".concat(activeFilters || "").trim() && /*#__PURE__*/jsxRuntime.jsxs("div", {
2132
2132
  style: {
2133
2133
  marginTop: 7,
2134
- display: "inline-flex",
2135
- gap: 5,
2134
+ display: "inline-block",
2136
2135
  background: "#EEF2FF",
2137
2136
  border: "1px solid #D7DEFF",
2138
2137
  borderRadius: 4,
2139
- padding: "3px 9px",
2140
- fontSize: 8.5
2138
+ padding: "4px 9px",
2139
+ fontSize: 9,
2140
+ lineHeight: 1.35,
2141
+ color: "#374151",
2142
+ maxWidth: "100%"
2141
2143
  },
2142
2144
  children: [/*#__PURE__*/jsxRuntime.jsx("span", {
2143
2145
  style: {
2144
2146
  fontWeight: 700,
2145
- color: "#374151",
2146
- letterSpacing: "0.4px"
2147
+ letterSpacing: "0.3px"
2147
2148
  },
2148
- children: "ACTIVE FILTERS"
2149
- }), /*#__PURE__*/jsxRuntime.jsx("span", {
2149
+ children: "ACTIVE FILTERS:"
2150
+ }), " ", /*#__PURE__*/jsxRuntime.jsx("span", {
2150
2151
  style: {
2151
- color: "#6B7280"
2152
+ fontWeight: 500,
2153
+ color: "#334155"
2152
2154
  },
2153
2155
  children: activeFilters
2154
2156
  })]