@prismicio/editor-ui 0.4.11 → 0.4.12

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.
Files changed (2) hide show
  1. package/dist/index.es.js +26 -23
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -5445,29 +5445,32 @@ var Wm = "dxlc1g1 _1ecs97d9bq _1ecs97d9bi _1ecs97dm _1ecs97d7z _1ecs97dxq _1ecs9
5445
5445
  function fj(e) {
5446
5446
  return /* @__PURE__ */ u.jsx(Km, { ...e, className: Wm, children: /* @__PURE__ */ u.jsx(zm, { asChild: !0, children: /* @__PURE__ */ u.jsx(Bm, {}) }) });
5447
5447
  }
5448
- function Bm(e) {
5449
- return /* @__PURE__ */ u.jsx(
5450
- "svg",
5451
- {
5452
- ...e,
5453
- fill: "none",
5454
- height: "18",
5455
- viewBox: "0 0 18 18",
5456
- width: "18",
5457
- xmlns: "http://www.w3.org/2000/svg",
5458
- children: /* @__PURE__ */ u.jsx(
5459
- "path",
5460
- {
5461
- d: "M5 9L8 12L13 6",
5462
- stroke: "currentColor",
5463
- strokeLinecap: "round",
5464
- strokeLinejoin: "round",
5465
- strokeWidth: "2"
5466
- }
5467
- )
5468
- }
5469
- );
5470
- }
5448
+ const Bm = K(
5449
+ function(d, t) {
5450
+ return /* @__PURE__ */ u.jsx(
5451
+ "svg",
5452
+ {
5453
+ ...d,
5454
+ fill: "none",
5455
+ height: "18",
5456
+ ref: t,
5457
+ viewBox: "0 0 18 18",
5458
+ width: "18",
5459
+ xmlns: "http://www.w3.org/2000/svg",
5460
+ children: /* @__PURE__ */ u.jsx(
5461
+ "path",
5462
+ {
5463
+ d: "M5 9L8 12L13 6",
5464
+ stroke: "currentColor",
5465
+ strokeLinecap: "round",
5466
+ strokeLinejoin: "round",
5467
+ strokeWidth: "2"
5468
+ }
5469
+ )
5470
+ }
5471
+ );
5472
+ }
5473
+ );
5471
5474
  var qm = "_1ecs97d9ej _1ecs97d9ex", Um = "_1ecs97d9cd _1ecs97d9bk _1ecs97d9bq _1ecs97d9bz _1ecs97d9dc", Nm = { grey: "_1ecs97d6ee _1ecs97d6lr _1ecs97d18 _1ecs97d8l _1ecs97d268 _1ecs97d2dl", tomato: "_1ecs97d6z6 _1ecs97d6z7 _1ecs97dog _1ecs97doh _1ecs97d2su _1ecs97d2sv", purple: "_1ecs97d74o _1ecs97d74p _1ecs97dyu _1ecs97dyv _1ecs97d2zk _1ecs97d2zl" }, Qm = { medium: "_1ecs97d9gv _1ecs97d9j7", extraSmall: "_1ecs97d9gr _1ecs97d9j3" };
5472
5475
  function Ii(e) {
5473
5476
  const { iconName: d, size: t = "medium", color: o = "grey", hasBorder: s } = e;
package/package.json CHANGED
@@ -101,5 +101,5 @@
101
101
  "sideEffects": false,
102
102
  "stableVersion": "0.0.0",
103
103
  "types": "./dist/index.d.ts",
104
- "version": "0.4.11"
104
+ "version": "0.4.12"
105
105
  }