@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.js CHANGED
@@ -2325,7 +2325,11 @@ function AssistAvatar(props) {
2325
2325
  style: {
2326
2326
  color: "inherit"
2327
2327
  },
2328
- children: /* @__PURE__ */jsxRuntime.jsx(icons.SparklesIcon, {})
2328
+ children: /* @__PURE__ */jsxRuntime.jsx(icons.SparklesIcon, {
2329
+ style: {
2330
+ color: "inherit"
2331
+ }
2332
+ })
2329
2333
  })
2330
2334
  })]
2331
2335
  });
@@ -3753,7 +3757,7 @@ function whatwgRNG() {
3753
3757
  getRandomValues(rnds8);
3754
3758
  return rnds8;
3755
3759
  }
3756
- const getByteHexTable = (() => {
3760
+ const getByteHexTable = /* @__PURE__ */(() => {
3757
3761
  let table;
3758
3762
  return () => {
3759
3763
  if (table) {