@sanity/assist 1.2.15-ui2.1 → 1.2.16

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
@@ -2312,7 +2312,11 @@ function AssistAvatar(props) {
2312
2312
  style: {
2313
2313
  color: "inherit"
2314
2314
  },
2315
- children: /* @__PURE__ */jsx(SparklesIcon, {})
2315
+ children: /* @__PURE__ */jsx(SparklesIcon, {
2316
+ style: {
2317
+ color: "inherit"
2318
+ }
2319
+ })
2316
2320
  })
2317
2321
  })]
2318
2322
  });
@@ -3740,7 +3744,7 @@ function whatwgRNG() {
3740
3744
  getRandomValues(rnds8);
3741
3745
  return rnds8;
3742
3746
  }
3743
- const getByteHexTable = (() => {
3747
+ const getByteHexTable = /* @__PURE__ */(() => {
3744
3748
  let table;
3745
3749
  return () => {
3746
3750
  if (table) {