@engrate/components 0.1.9 → 0.1.10

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
@@ -25153,6 +25153,9 @@ const kq = te("text-small font-sans tracking-[-0.05em]", {
25153
25153
  color: "var(--color-secondary)",
25154
25154
  fontWeight: 400
25155
25155
  },
25156
+ itemStyle: {
25157
+ color: "var(--color-secondary)"
25158
+ },
25156
25159
  cursor: { fill: "rgba(0, 0, 0, 0.05)" }
25157
25160
  }
25158
25161
  ),
@@ -25161,9 +25164,9 @@ const kq = te("text-small font-sans tracking-[-0.05em]", {
25161
25164
  {
25162
25165
  wrapperStyle: {
25163
25166
  fontFamily: "var(--font-sans)",
25164
- fontSize: "14px",
25165
- color: "var(--color-secondary)"
25166
- }
25167
+ fontSize: "14px"
25168
+ },
25169
+ formatter: (h) => /* @__PURE__ */ b("span", { style: { color: "var(--color-secondary)" }, children: h })
25167
25170
  }
25168
25171
  ),
25169
25172
  g.map((h, y) => /* @__PURE__ */ b(
@@ -30357,6 +30360,9 @@ const zZ = te("text-small font-sans tracking-[-0.05em]", {
30357
30360
  labelStyle: {
30358
30361
  color: "var(--color-secondary)",
30359
30362
  fontWeight: 400
30363
+ },
30364
+ itemStyle: {
30365
+ color: "var(--color-secondary)"
30360
30366
  }
30361
30367
  }
30362
30368
  ),
@@ -30365,9 +30371,9 @@ const zZ = te("text-small font-sans tracking-[-0.05em]", {
30365
30371
  {
30366
30372
  wrapperStyle: {
30367
30373
  fontFamily: "var(--font-sans)",
30368
- fontSize: "14px",
30369
- color: "var(--color-secondary)"
30370
- }
30374
+ fontSize: "14px"
30375
+ },
30376
+ formatter: (m) => /* @__PURE__ */ b("span", { style: { color: "var(--color-secondary)" }, children: m })
30371
30377
  }
30372
30378
  ),
30373
30379
  g.map((m, h) => /* @__PURE__ */ b(
@@ -30776,6 +30782,9 @@ const QZ = te("text-small font-sans tracking-[-0.05em]", {
30776
30782
  color: "var(--color-secondary)",
30777
30783
  fontWeight: 400
30778
30784
  },
30785
+ itemStyle: {
30786
+ color: "var(--color-secondary)"
30787
+ },
30779
30788
  formatter: (m, h) => [
30780
30789
  `${m} (${v > 0 ? (Number(m) / v * 100).toFixed(1) : 0}%)`,
30781
30790
  h
@@ -30787,9 +30796,9 @@ const QZ = te("text-small font-sans tracking-[-0.05em]", {
30787
30796
  {
30788
30797
  wrapperStyle: {
30789
30798
  fontFamily: "var(--font-sans)",
30790
- fontSize: "14px",
30791
- color: "var(--color-secondary)"
30792
- }
30799
+ fontSize: "14px"
30800
+ },
30801
+ formatter: (m) => /* @__PURE__ */ b("span", { style: { color: "var(--color-secondary)" }, children: m })
30793
30802
  }
30794
30803
  ),
30795
30804
  /* @__PURE__ */ b(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@engrate/components",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Engrate Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",