@kashifd/jwero-components 0.7.15 → 0.7.17

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.es.js CHANGED
@@ -49032,11 +49032,11 @@ const YF = /* @__PURE__ */ Ho(VF), UF = ({ ...e }) => /* @__PURE__ */ b.jsxs(
49032
49032
  gap: "1rem",
49033
49033
  width: "100%",
49034
49034
  padding: "0.625rem 3rem 0.625rem 1rem",
49035
- cursor: P != null && P.disable ? "allowed" : "pointer",
49035
+ cursor: P != null && P.disable ? "not-allowed" : "pointer",
49036
49036
  backgroundColor: P != null && P.disable ? r.colors.surface2_lightgrey : r.palette.background.paper,
49037
49037
  opacity: P != null && P.disable ? 0.3 : 1,
49038
49038
  "&:hover": {
49039
- backgroundColor: r.colors.surface2_lightgrey
49039
+ backgroundColor: r.palette.mode === "dark" ? "#090A0B" : "#E9EFFF"
49040
49040
  },
49041
49041
  ...P == null ? void 0 : P.sx
49042
49042
  },
@@ -60191,9 +60191,18 @@ const Kz = ({
60191
60191
  labels: t,
60192
60192
  colors: [
60193
60193
  r.colors.neutral,
60194
- r.colors.tertiary,
60194
+ // theme.colors.tertiary,
60195
60195
  r.colors.secondary,
60196
- r.colors.rose
60196
+ r.colors.rose,
60197
+ r.colors.positive,
60198
+ r.colors.attention,
60199
+ r.colors.negative,
60200
+ r.colors.persian_green,
60201
+ r.colors.selective_yellow,
60202
+ r.colors.azure,
60203
+ r.colors.text_secondary,
60204
+ r.colors.text_primary,
60205
+ r.colors.tertiary
60197
60206
  ],
60198
60207
  legend: {
60199
60208
  show: !0,