@crediblemark/build 0.24.9 → 0.25.0

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.
@@ -3,13 +3,13 @@ import {
3
3
  getDeep,
4
4
  useFieldStoreApi,
5
5
  useNestedFieldContext
6
- } from "./chunk-XQ5K5BWA.mjs";
6
+ } from "./chunk-7RA5W2MP.mjs";
7
7
  import {
8
8
  ChevronDown,
9
- ChevronRight,
10
- EllipsisVertical,
9
+ ChevronUp,
10
+ LayoutTemplate,
11
11
  useAppStore
12
- } from "./chunk-XLNVCM4Q.mjs";
12
+ } from "./chunk-BPBYJDIJ.mjs";
13
13
  import {
14
14
  get_class_name_factory_default
15
15
  } from "./chunk-BFHV72KK.mjs";
@@ -50,10 +50,10 @@ var ObjectField = ({
50
50
  onClick: () => setIsOpen(!isOpen),
51
51
  children: [
52
52
  /* @__PURE__ */ jsxs("div", { style: { display: "flex", alignItems: "center", gap: "8px" }, children: [
53
- labelIcon || /* @__PURE__ */ jsx(EllipsisVertical, { size: 12 }),
54
- /* @__PURE__ */ jsx("div", { children: label || name })
53
+ labelIcon || /* @__PURE__ */ jsx(LayoutTemplate, { size: 12, strokeWidth: 2.5 }),
54
+ /* @__PURE__ */ jsx("div", { style: { fontWeight: 600 }, children: label || name })
55
55
  ] }),
56
- /* @__PURE__ */ jsx("div", { className: getClassName("headerIcon"), children: isOpen ? /* @__PURE__ */ jsx(ChevronDown, { size: 12 }) : /* @__PURE__ */ jsx(ChevronRight, { size: 12 }) })
56
+ /* @__PURE__ */ jsx("div", { className: getClassName("headerIcon"), children: isOpen ? /* @__PURE__ */ jsx(ChevronUp, { size: 12, strokeWidth: 2.5 }) : /* @__PURE__ */ jsx(ChevronDown, { size: 12, strokeWidth: 2.5 }) })
57
57
  ]
58
58
  }
59
59
  ),
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  useAlignOptions
3
- } from "./chunk-MFTVX2ME.mjs";
3
+ } from "./chunk-MLM27DOG.mjs";
4
4
  import {
5
5
  useHeadingOptions
6
- } from "./chunk-KUWVOWUV.mjs";
6
+ } from "./chunk-NSDGBGNG.mjs";
7
7
  import {
8
8
  useListOptions
9
- } from "./chunk-VE6BIQKS.mjs";
9
+ } from "./chunk-BC5TH63U.mjs";
10
10
  import {
11
11
  Bold,
12
12
  Code,
@@ -26,7 +26,7 @@ import {
26
26
  TextAlignStart,
27
27
  Underline,
28
28
  useControlContext
29
- } from "./chunk-XLNVCM4Q.mjs";
29
+ } from "./chunk-BPBYJDIJ.mjs";
30
30
  import {
31
31
  get_class_name_factory_default
32
32
  } from "./chunk-BFHV72KK.mjs";
@@ -310,7 +310,7 @@ function AlignSelectFallback() {
310
310
  // components/RichTextMenu/controls/AlignSelect/index.tsx
311
311
  import { jsx as jsx10 } from "react/jsx-runtime";
312
312
  var AlignSelectLoaded = lazy(
313
- () => import("./loaded-ON5OAY2P.mjs").then((m) => ({
313
+ () => import("./loaded-Q7N3MNZB.mjs").then((m) => ({
314
314
  default: m.AlignSelectLoaded
315
315
  }))
316
316
  );
@@ -529,7 +529,7 @@ function HeadingSelectFallback() {
529
529
  // components/RichTextMenu/controls/HeadingSelect/index.tsx
530
530
  import { jsx as jsx22 } from "react/jsx-runtime";
531
531
  var HeadingSelectLoaded = lazy2(
532
- () => import("./loaded-NHGZU7V3.mjs").then((m) => ({
532
+ () => import("./loaded-AHSNCA4P.mjs").then((m) => ({
533
533
  default: m.HeadingSelectLoaded
534
534
  }))
535
535
  );
@@ -559,7 +559,7 @@ function ListSelectFallback() {
559
559
  // components/RichTextMenu/controls/ListSelect/index.tsx
560
560
  import { jsx as jsx24 } from "react/jsx-runtime";
561
561
  var ListSelectLoaded = lazy3(
562
- () => import("./loaded-5JH76RZT.mjs").then((m) => ({
562
+ () => import("./loaded-CDAPR2WZ.mjs").then((m) => ({
563
563
  default: m.ListSelectLoaded
564
564
  }))
565
565
  );
@@ -3,7 +3,7 @@ import {
3
3
  TextAlignEnd,
4
4
  TextAlignJustify,
5
5
  TextAlignStart
6
- } from "./chunk-XLNVCM4Q.mjs";
6
+ } from "./chunk-BPBYJDIJ.mjs";
7
7
 
8
8
  // components/RichTextMenu/controls/AlignSelect/use-options.ts
9
9
  import { useMemo } from "react";
@@ -5,7 +5,7 @@ import {
5
5
  Heading4,
6
6
  Heading5,
7
7
  Heading6
8
- } from "./chunk-XLNVCM4Q.mjs";
8
+ } from "./chunk-BPBYJDIJ.mjs";
9
9
 
10
10
  // components/RichTextMenu/controls/HeadingSelect/use-options.ts
11
11
  import { useMemo } from "react";
@@ -4,10 +4,10 @@ import {
4
4
  useFieldStore,
5
5
  useFieldStoreApi,
6
6
  useNestedFieldContext
7
- } from "./chunk-XQ5K5BWA.mjs";
7
+ } from "./chunk-7RA5W2MP.mjs";
8
8
  import {
9
9
  IconButton
10
- } from "./chunk-5JSNFZKX.mjs";
10
+ } from "./chunk-JKWSSGAY.mjs";
11
11
  import {
12
12
  Copy,
13
13
  GripVertical,
@@ -18,7 +18,7 @@ import {
18
18
  replace,
19
19
  useAppStore,
20
20
  useAppStoreApi
21
- } from "./chunk-XLNVCM4Q.mjs";
21
+ } from "./chunk-BPBYJDIJ.mjs";
22
22
  import {
23
23
  populateIds
24
24
  } from "./chunk-64A37UUC.mjs";
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  useAppStore,
6
6
  useAppStoreApi
7
- } from "./chunk-XLNVCM4Q.mjs";
7
+ } from "./chunk-BPBYJDIJ.mjs";
8
8
  import {
9
9
  get_class_name_factory_default
10
10
  } from "./chunk-BFHV72KK.mjs";
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  LoadedRichTextMenuInner
3
- } from "./chunk-5JSNFZKX.mjs";
3
+ } from "./chunk-JKWSSGAY.mjs";
4
4
 
5
5
  // components/RichTextMenu/index.tsx
6
6
  import { lazy, Suspense } from "react";
7
7
  import { jsx } from "react/jsx-runtime";
8
8
  var LoadedRichTextMenuFull = lazy(
9
- () => import("./full-SYDEKGLJ.mjs").then((m) => ({
9
+ () => import("./full-HTQAR5N2.mjs").then((m) => ({
10
10
  default: m.LoadedRichTextMenuFull
11
11
  }))
12
12
  );
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  LoadedRichTextMenuInner
3
- } from "./chunk-5JSNFZKX.mjs";
4
- import "./chunk-MFTVX2ME.mjs";
5
- import "./chunk-KUWVOWUV.mjs";
6
- import "./chunk-VE6BIQKS.mjs";
7
- import "./chunk-XLNVCM4Q.mjs";
3
+ } from "./chunk-JKWSSGAY.mjs";
4
+ import "./chunk-MLM27DOG.mjs";
5
+ import "./chunk-NSDGBGNG.mjs";
6
+ import "./chunk-BC5TH63U.mjs";
7
+ import "./chunk-BPBYJDIJ.mjs";
8
8
  import "./chunk-64A37UUC.mjs";
9
9
  import "./chunk-SMAWAXVX.mjs";
10
10
  import "./chunk-BFHV72KK.mjs";