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