@clearstory/drywall-react 8.1.1 → 8.1.2

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 (35) hide show
  1. package/dist/{Autocomplete-CYF3HxdY.js → Autocomplete-D8dP8rgo.js} +10 -0
  2. package/dist/components/Autocomplete/Autocomplete.js +13 -3
  3. package/dist/components/Autocomplete/index.js +1 -1
  4. package/dist/components/AutocompleteControl/AutocompleteControl.js +23 -13
  5. package/dist/components/DatepickerControl/DatepickerControl.js +29 -19
  6. package/dist/components/DialogClose/DialogClose.js +12 -2
  7. package/dist/components/InputControl/InputControl.js +25 -15
  8. package/dist/components/NumberInputControl/NumberInputControl.js +29 -19
  9. package/dist/components/SelectControl/SelectControl.js +30 -20
  10. package/dist/components/TextareaControl/TextareaControl.js +29 -19
  11. package/dist/components/ToastContainer/useToast.js +35 -25
  12. package/dist/icons/CalloutAnnotationIcon.d.ts +5 -0
  13. package/dist/icons/CalloutAnnotationIcon.js +26 -0
  14. package/dist/icons/CloudAnnotationIcon.d.ts +5 -0
  15. package/dist/icons/CloudAnnotationIcon.js +9 -0
  16. package/dist/icons/EllipseAnnotationIcon.d.ts +5 -0
  17. package/dist/icons/EllipseAnnotationIcon.js +9 -0
  18. package/dist/icons/FitToPageIcon.d.ts +5 -0
  19. package/dist/icons/FitToPageIcon.js +9 -0
  20. package/dist/icons/FitToWidthIcon.d.ts +5 -0
  21. package/dist/icons/FitToWidthIcon.js +9 -0
  22. package/dist/icons/FreeTextAnnotationIcon.d.ts +5 -0
  23. package/dist/icons/FreeTextAnnotationIcon.js +16 -0
  24. package/dist/icons/HighlightAnnotationIcon.d.ts +5 -0
  25. package/dist/icons/HighlightAnnotationIcon.js +12 -0
  26. package/dist/icons/NoteAnnotationIcon.d.ts +5 -0
  27. package/dist/icons/NoteAnnotationIcon.js +12 -0
  28. package/dist/icons/PenAnnotationIcon.d.ts +5 -0
  29. package/dist/icons/PenAnnotationIcon.js +12 -0
  30. package/dist/icons/RectangleAnnotationIcon.d.ts +5 -0
  31. package/dist/icons/RectangleAnnotationIcon.js +9 -0
  32. package/dist/icons/index.d.ts +10 -0
  33. package/dist/icons/index.js +160 -140
  34. package/dist/main.js +614 -594
  35. package/package.json +1 -1
@@ -3,10 +3,20 @@ import { forwardRef as y } from "react";
3
3
  import { FormSublabel as g } from "../FormSublabel/FormSublabel.js";
4
4
  import { Textarea as T } from "../Textarea/Textarea.js";
5
5
  import { useId as u } from "../../hooks/useId.js";
6
+ import "../../icons/CalloutAnnotationIcon.js";
6
7
  import "../../icons/ClearstoryIcon.js";
8
+ import "../../icons/CloudAnnotationIcon.js";
9
+ import "../../icons/EllipseAnnotationIcon.js";
10
+ import "../../icons/FitToPageIcon.js";
11
+ import "../../icons/FitToWidthIcon.js";
12
+ import "../../icons/FreeTextAnnotationIcon.js";
13
+ import "../../icons/HighlightAnnotationIcon.js";
7
14
  import "../../icons/InternalOnlyIcon.js";
8
15
  import "../../icons/MoneyBucketIcon.js";
9
16
  import "../../icons/MoreCircleOutlineIcon.js";
17
+ import "../../icons/NoteAnnotationIcon.js";
18
+ import "../../icons/PenAnnotationIcon.js";
19
+ import "../../icons/RectangleAnnotationIcon.js";
10
20
  import "../../icons/SparkleIcon.js";
11
21
  import { I as w } from "../../Info-BMNIqxBf.js";
12
22
  import { F as B } from "../../FormControl-kcKovRdJ.js";
@@ -16,26 +26,26 @@ import { T as j } from "../../Tooltip-CYXo_y5R.js";
16
26
  import { F as k } from "../../FormHelperText-BO-3JFoa.js";
17
27
  const v = y(
18
28
  ({
19
- disabled: t,
20
- error: d,
21
- fullWidth: n,
22
- helperText: m,
29
+ disabled: a,
30
+ error: p,
31
+ fullWidth: d,
32
+ helperText: e,
23
33
  id: f,
24
34
  label: s,
25
35
  required: x,
26
36
  slotProps: o,
27
- sublabel: p,
37
+ sublabel: n,
28
38
  sx: b,
29
39
  tooltip: l,
30
- ...e
40
+ ...i
31
41
  }, h) => {
32
- const F = u("textarea"), a = f || F, i = m ? `${a}-helper` : void 0;
42
+ const F = u("textarea"), t = f || F, m = e ? `${t}-helper` : void 0;
33
43
  return /* @__PURE__ */ c(
34
44
  B,
35
45
  {
36
- disabled: t,
37
- error: d,
38
- fullWidth: n,
46
+ disabled: a,
47
+ error: p,
48
+ fullWidth: d,
39
49
  sx: b,
40
50
  ...o?.root,
41
51
  children: [
@@ -51,7 +61,7 @@ const v = y(
51
61
  /* @__PURE__ */ r(
52
62
  $,
53
63
  {
54
- htmlFor: a,
64
+ htmlFor: t,
55
65
  required: x,
56
66
  ...o?.label,
57
67
  children: s
@@ -71,20 +81,20 @@ const v = y(
71
81
  ]
72
82
  }
73
83
  ),
74
- p && /* @__PURE__ */ r(g, { ...o?.sublabel, children: p }),
84
+ n && /* @__PURE__ */ r(g, { ...o?.sublabel, children: n }),
75
85
  /* @__PURE__ */ r(
76
86
  T,
77
87
  {
78
88
  ref: h,
79
- disabled: t,
80
- error: d,
81
- fullWidth: n,
82
- id: a,
83
- "aria-describedby": i ? e["aria-describedby"] ? `${e["aria-describedby"]} ${i}` : i : e["aria-describedby"],
84
- ...e
89
+ disabled: a,
90
+ error: p,
91
+ fullWidth: d,
92
+ id: t,
93
+ "aria-describedby": m ? i["aria-describedby"] ? `${i["aria-describedby"]} ${m}` : m : i["aria-describedby"],
94
+ ...i
85
95
  }
86
96
  ),
87
- m && /* @__PURE__ */ r(k, { id: i, ...o?.helperText, children: m })
97
+ e && /* @__PURE__ */ r(k, { id: m, ...o?.helperText, children: e })
88
98
  ]
89
99
  }
90
100
  );
@@ -1,18 +1,28 @@
1
1
  import { jsxs as x, jsx as r } from "react/jsx-runtime";
2
- import { n, h } from "../../index-SzwnPTHF.js";
2
+ import { n as i, h } from "../../index-SzwnPTHF.js";
3
3
  import { useContext as b, useCallback as w } from "react";
4
+ import "../../icons/CalloutAnnotationIcon.js";
4
5
  import "../../icons/ClearstoryIcon.js";
6
+ import "../../icons/CloudAnnotationIcon.js";
7
+ import "../../icons/EllipseAnnotationIcon.js";
8
+ import "../../icons/FitToPageIcon.js";
9
+ import "../../icons/FitToWidthIcon.js";
10
+ import "../../icons/FreeTextAnnotationIcon.js";
11
+ import "../../icons/HighlightAnnotationIcon.js";
5
12
  import "../../icons/InternalOnlyIcon.js";
6
13
  import "../../icons/MoneyBucketIcon.js";
7
14
  import "../../icons/MoreCircleOutlineIcon.js";
15
+ import "../../icons/NoteAnnotationIcon.js";
16
+ import "../../icons/PenAnnotationIcon.js";
17
+ import "../../icons/RectangleAnnotationIcon.js";
8
18
  import "../../icons/SparkleIcon.js";
9
19
  import { I, E as C, W as R, C as S } from "../../WarningAmberOutlined-RXlIqFCY.js";
10
20
  import { C as A } from "../../Close-BLiw2OtB.js";
11
21
  import { ToastLabelContext as B } from "./ToastLabelContext.js";
12
22
  import { B as y } from "../../Box-CQwRBX5r.js";
13
- import { A as m } from "../../Alert-C0nB8B0A.js";
23
+ import { A as l } from "../../Alert-C0nB8B0A.js";
14
24
  import { I as k } from "../../IconButton-Bxv4sRVK.js";
15
- const D = () => {
25
+ const $ = () => {
16
26
  const a = b(B);
17
27
  if (!a)
18
28
  throw new Error(
@@ -22,7 +32,7 @@ const D = () => {
22
32
  return {
23
33
  notify: w(
24
34
  (c, d = {}) => {
25
- const { type: e = "info", details: i, ...p } = d, l = {
35
+ const { type: t = "info", details: n, ...p } = d, m = {
26
36
  success: "success",
27
37
  warning: "warning",
28
38
  error: "error",
@@ -65,7 +75,7 @@ const D = () => {
65
75
  }
66
76
  )
67
77
  };
68
- return n(
78
+ return i(
69
79
  (o) => {
70
80
  const f = h(c, o);
71
81
  return /* @__PURE__ */ x(
@@ -79,18 +89,18 @@ const D = () => {
79
89
  },
80
90
  children: [
81
91
  /* @__PURE__ */ r(
82
- m,
92
+ l,
83
93
  {
84
94
  role: "none",
85
- severity: l[e],
95
+ severity: m[t],
86
96
  variant: "standard",
87
- icon: u[e],
97
+ icon: u[t],
88
98
  action: /* @__PURE__ */ r(
89
99
  k,
90
100
  {
91
101
  color: "inherit",
92
102
  size: "small",
93
- onClick: () => n.dismiss(o.id),
103
+ onClick: () => i.dismiss(o.id),
94
104
  "aria-label": s,
95
105
  sx: {
96
106
  marginLeft: 0.5
@@ -104,7 +114,7 @@ const D = () => {
104
114
  fontSize: "0.875rem",
105
115
  zIndex: 2
106
116
  },
107
- !!i && {
117
+ !!n && {
108
118
  borderBottomLeftRadius: 0,
109
119
  borderBottomRightRadius: 0
110
120
  }
@@ -112,23 +122,23 @@ const D = () => {
112
122
  children: f
113
123
  }
114
124
  ),
115
- i && /* @__PURE__ */ r(
116
- m,
125
+ n && /* @__PURE__ */ r(
126
+ l,
117
127
  {
118
128
  role: "none",
119
129
  icon: !1,
120
- severity: l[e],
130
+ severity: m[t],
121
131
  variant: "outlined",
122
- sx: ({ vars: t }) => {
132
+ sx: ({ vars: e }) => {
123
133
  const g = {
124
- success: t?.palette.Alert.successStandardBg,
125
- warning: t?.palette.Alert.warningStandardBg,
126
- error: t?.palette.Alert.errorStandardBg,
127
- info: t?.palette.Alert.infoStandardBg
134
+ success: e?.palette.Alert.successStandardBg,
135
+ warning: e?.palette.Alert.warningStandardBg,
136
+ error: e?.palette.Alert.errorStandardBg,
137
+ info: e?.palette.Alert.infoStandardBg
128
138
  };
129
139
  return {
130
- backgroundColor: t?.palette.background.paper,
131
- borderColor: g[e],
140
+ backgroundColor: e?.palette.background.paper,
141
+ borderColor: g[t],
132
142
  borderTopLeftRadius: 0,
133
143
  borderTopRightRadius: 0,
134
144
  boxShadow: 0,
@@ -141,7 +151,7 @@ const D = () => {
141
151
  zIndex: 1
142
152
  };
143
153
  },
144
- children: i
154
+ children: n
145
155
  }
146
156
  )
147
157
  ]
@@ -156,7 +166,7 @@ const D = () => {
156
166
  background: "none",
157
167
  boxShadow: "none"
158
168
  },
159
- duration: e === "error" || e === "warning" ? 1 / 0 : 5e3,
169
+ duration: t === "error" || t === "warning" ? 1 / 0 : 5e3,
160
170
  icon: null,
161
171
  ...p
162
172
  }
@@ -164,10 +174,10 @@ const D = () => {
164
174
  },
165
175
  [s]
166
176
  ),
167
- dismissNotification: n.dismiss,
168
- removeNotifications: n.remove
177
+ dismissNotification: i.dismiss,
178
+ removeNotifications: i.remove
169
179
  };
170
180
  };
171
181
  export {
172
- D as useToast
182
+ $ as useToast
173
183
  };
@@ -0,0 +1,5 @@
1
+ import { OverridableComponent } from '@mui/material/OverridableComponent';
2
+ import { SvgIconTypeMap } from '@mui/material';
3
+ export declare const CalloutAnnotationIcon: OverridableComponent<SvgIconTypeMap<{}, "svg">> & {
4
+ muiName: string;
5
+ };
@@ -0,0 +1,26 @@
1
+ import { jsxs as e, jsx as o } from "react/jsx-runtime";
2
+ import { c as l } from "../createSvgIcon-DiFqLLxU.js";
3
+ const d = l(
4
+ /* @__PURE__ */ e("svg", { viewBox: "0 0 24 24", fill: "currentColor", children: [
5
+ /* @__PURE__ */ o(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M16.62 13.85V18.46H7.15V16.62C7.15 16.28 6.69 16.05 6.46 16.28L2.77 19.15C2.54 19.27 2.54 19.62 2.77 19.85L6.46 22.85C6.69 23.08 7.15 22.85 7.15 22.5V20.69H16.85C17.42 20.69 17.85 20.23 17.85 19.77V13.85H16.62Z"
11
+ }
12
+ ),
13
+ /* @__PURE__ */ o(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M17.85 13.85H19.69C20.73 13.85 21.62 12.96 21.62 11.62V6C21.62 5.04 20.81 4.12 19.69 4.12H4.38C3.35 4.19 2.46 5.04 2.46 6V11.62C2.46 12.65 3.27 13.85 4.38 13.85H15.69H17.85ZM4.62 11.77V5.46H19.38V11.77H4.62Z"
19
+ }
20
+ )
21
+ ] }),
22
+ "CalloutAnnotation"
23
+ );
24
+ export {
25
+ d as CalloutAnnotationIcon
26
+ };
@@ -0,0 +1,5 @@
1
+ import { OverridableComponent } from '@mui/material/OverridableComponent';
2
+ import { SvgIconTypeMap } from '@mui/material';
3
+ export declare const CloudAnnotationIcon: OverridableComponent<SvgIconTypeMap<{}, "svg">> & {
4
+ muiName: string;
5
+ };
@@ -0,0 +1,9 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { c } from "../createSvgIcon-DiFqLLxU.js";
3
+ const r = c(
4
+ /* @__PURE__ */ o("svg", { viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ o("path", { d: "M18.4,11.2C18,8,15.2,5.6,12,5.6c-2.5,0-4.8,1.5-5.7,3.8c-2,0.6-3.4,2.4-3.5,4.4c0,2.5,2.1,4.6,4.6,4.6h10.1 c2,0,3.7-1.7,3.6-3.7C21.1,13.1,20,11.6,18.4,11.2z M17.2,16.3H7.7c-1.4,0-2.6-1.2-2.6-2.6c0.1-1.3,1-2.4,2.3-2.6L7.9,11l0.2-0.5 c0.5-1.7,2.1-2.9,3.9-2.9c2.4,0,4.3,1.9,4.3,4.3v0.9h0.9c0.9,0,1.7,0.8,1.7,1.7C18.9,15.5,18.1,16.3,17.2,16.3z" }) }),
5
+ "CloudAnnotation"
6
+ );
7
+ export {
8
+ r as CloudAnnotationIcon
9
+ };
@@ -0,0 +1,5 @@
1
+ import { OverridableComponent } from '@mui/material/OverridableComponent';
2
+ import { SvgIconTypeMap } from '@mui/material';
3
+ export declare const EllipseAnnotationIcon: OverridableComponent<SvgIconTypeMap<{}, "svg">> & {
4
+ muiName: string;
5
+ };
@@ -0,0 +1,9 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { c } from "../createSvgIcon-DiFqLLxU.js";
3
+ const r = c(
4
+ /* @__PURE__ */ o("svg", { viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ o("path", { d: "M12,2.8c-5.1,0-9.2,4.1-9.2,9.2s4.1,9.2,9.2,9.2s9.2-4.1,9.2-9.2C21.2,6.9,17.1,2.8,12,2.8z M12,18.8 c-3.8,0-6.9-3.1-6.9-6.9c0-3.8,3.1-6.9,6.9-6.9c3.8,0,6.9,3.1,6.9,6.9c0,0,0,0,0,0C18.9,15.8,15.8,18.9,12,18.8L12,18.8z" }) }),
5
+ "EllipseAnnotation"
6
+ );
7
+ export {
8
+ r as EllipseAnnotationIcon
9
+ };
@@ -0,0 +1,5 @@
1
+ import { OverridableComponent } from '@mui/material/OverridableComponent';
2
+ import { SvgIconTypeMap } from '@mui/material';
3
+ export declare const FitToPageIcon: OverridableComponent<SvgIconTypeMap<{}, "svg">> & {
4
+ muiName: string;
5
+ };
@@ -0,0 +1,9 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { c as a } from "../createSvgIcon-DiFqLLxU.js";
3
+ const t = a(
4
+ /* @__PURE__ */ o("svg", { viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ o("path", { d: "M9.76,13.06l-5,5L3.07,16.4a.4.4,0,0,0-.68.28V21.6a.4.4,0,0,0,.4.4H7.71A.4.4,0,0,0,8,21.32L6.32,19.64l5-5a.4.4,0,0,0,0-.57l-1-1A.39.39,0,0,0,9.76,13.06Zm7-10.38,1.67,1.68-5,5a.4.4,0,0,0,0,.57l1,1A.4.4,0,0,0,15,11l5-5L21.71,7.6a.4.4,0,0,0,.68-.28V2.4A.4.4,0,0,0,22,2H17.07A.4.4,0,0,0,16.79,2.68Z" }) }),
5
+ "FitToPage"
6
+ );
7
+ export {
8
+ t as FitToPageIcon
9
+ };
@@ -0,0 +1,5 @@
1
+ import { OverridableComponent } from '@mui/material/OverridableComponent';
2
+ import { SvgIconTypeMap } from '@mui/material';
3
+ export declare const FitToWidthIcon: OverridableComponent<SvgIconTypeMap<{}, "svg">> & {
4
+ muiName: string;
5
+ };
@@ -0,0 +1,9 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { c as o } from "../createSvgIcon-DiFqLLxU.js";
3
+ const r = o(
4
+ /* @__PURE__ */ a("svg", { viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ a("path", { d: "M5.93,4.36,9.17,7.6a.39.39,0,0,1,0,.56l-1,1a.39.39,0,0,1-.56,0L4.36,5.93,2.68,7.6A.4.4,0,0,1,2,7.32V2.4A.4.4,0,0,1,2.4,2H7.32a.4.4,0,0,1,.28.68ZM7.6,14.83,4.36,18.07,2.68,16.4a.4.4,0,0,0-.68.28V21.6a.4.4,0,0,0,.4.4H7.32a.4.4,0,0,0,.28-.68L5.93,19.64,9.17,16.4a.39.39,0,0,0,0-.56l-1-1A.39.39,0,0,0,7.6,14.83ZM16.4,2.68l1.67,1.68L14.83,7.6a.39.39,0,0,0,0,.56l1,1a.39.39,0,0,0,.56,0l3.24-3.24L21.32,7.6A.4.4,0,0,0,22,7.32V2.4a.4.4,0,0,0-.4-.4H16.68A.4.4,0,0,0,16.4,2.68Zm-.56,12.15-1,1a.39.39,0,0,0,0,.56l3.24,3.24L16.4,21.32a.4.4,0,0,0,.28.68H21.6a.4.4,0,0,0,.4-.4V16.68a.4.4,0,0,0-.68-.28l-1.68,1.67L16.4,14.83A.39.39,0,0,0,15.84,14.83Z" }) }),
5
+ "FitToWidth"
6
+ );
7
+ export {
8
+ r as FitToWidthIcon
9
+ };
@@ -0,0 +1,5 @@
1
+ import { OverridableComponent } from '@mui/material/OverridableComponent';
2
+ import { SvgIconTypeMap } from '@mui/material';
3
+ export declare const FreeTextAnnotationIcon: OverridableComponent<SvgIconTypeMap<{}, "svg">> & {
4
+ muiName: string;
5
+ };
@@ -0,0 +1,16 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import { c as o } from "../createSvgIcon-DiFqLLxU.js";
3
+ const r = o(
4
+ /* @__PURE__ */ e("svg", { viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ e(
5
+ "path",
6
+ {
7
+ fillRule: "evenodd",
8
+ clipRule: "evenodd",
9
+ d: "M20.27 5.18V8.22C20.25 8.43 20.08 8.6 19.87 8.61H18.99C18.75 8.61 18.56 8.42 18.56 8.18V7.02H13.84V19.21H15.48C15.72 19.21 15.91 19.4 15.91 19.64V20.51C15.91 20.75 15.72 20.94 15.48 20.94H9.38C9.14 20.94 8.95 20.75 8.95 20.51V19.64C8.95 19.4 9.14 19.21 9.38 19.21H11.02V7.02H6.34V8.22C6.32 8.45 6.13 8.62 5.91 8.61H5.01C4.77 8.6 4.58 8.41 4.58 8.18V5.18C4.58 4.94 4.77 4.75 5.01 4.75H19.87C20.1 4.77 20.27 4.96 20.27 5.18Z"
10
+ }
11
+ ) }),
12
+ "FreeTextAnnotation"
13
+ );
14
+ export {
15
+ r as FreeTextAnnotationIcon
16
+ };
@@ -0,0 +1,5 @@
1
+ import { OverridableComponent } from '@mui/material/OverridableComponent';
2
+ import { SvgIconTypeMap } from '@mui/material';
3
+ export declare const HighlightAnnotationIcon: OverridableComponent<SvgIconTypeMap<{}, "svg">> & {
4
+ muiName: string;
5
+ };
@@ -0,0 +1,12 @@
1
+ import { jsxs as t, jsx as o } from "react/jsx-runtime";
2
+ import { c as h } from "../createSvgIcon-DiFqLLxU.js";
3
+ const r = h(
4
+ /* @__PURE__ */ t("svg", { viewBox: "0 0 24 24", fill: "currentColor", children: [
5
+ /* @__PURE__ */ o("path", { d: "M9.91,13.07h3.86L11.84,8.46Zm5.46,3.68L14.62,15H9.05L7.77,18H5.63L10.45,6.64a1,1,0,0,1,1-.64h1a1.23,1.23,0,0,1,1,.64l2,4.91V4H5.85A2.22,2.22,0,0,0,3.63,6.22V17.78A2.22,2.22,0,0,0,5.85,20h9.52Z" }),
6
+ /* @__PURE__ */ o("path", { d: "M20.37,2V22h-2V2Z" })
7
+ ] }),
8
+ "HighlightAnnotation"
9
+ );
10
+ export {
11
+ r as HighlightAnnotationIcon
12
+ };
@@ -0,0 +1,5 @@
1
+ import { OverridableComponent } from '@mui/material/OverridableComponent';
2
+ import { SvgIconTypeMap } from '@mui/material';
3
+ export declare const NoteAnnotationIcon: OverridableComponent<SvgIconTypeMap<{}, "svg">> & {
4
+ muiName: string;
5
+ };
@@ -0,0 +1,12 @@
1
+ import { jsxs as t, jsx as o } from "react/jsx-runtime";
2
+ import { c as n } from "../createSvgIcon-DiFqLLxU.js";
3
+ const v = n(
4
+ /* @__PURE__ */ t("svg", { viewBox: "0 0 24 24", fill: "currentColor", children: [
5
+ /* @__PURE__ */ o("path", { d: "M20,2.46H4a2,2,0,0,0-2,2v10a2,2,0,0,0,2,2H7v5.08l6.35-5.08H20a2,2,0,0,0,2-2v-10A2,2,0,0,0,20,2.46Zm0,12H12.65L9,17.38V14.46H4v-10H20Z" }),
6
+ /* @__PURE__ */ o("path", { d: "M18,8.46H6v-2H18Zm-2.5,4H6v-2h9.5Z" })
7
+ ] }),
8
+ "NoteAnnotation"
9
+ );
10
+ export {
11
+ v as NoteAnnotationIcon
12
+ };
@@ -0,0 +1,5 @@
1
+ import { OverridableComponent } from '@mui/material/OverridableComponent';
2
+ import { SvgIconTypeMap } from '@mui/material';
3
+ export declare const PenAnnotationIcon: OverridableComponent<SvgIconTypeMap<{}, "svg">> & {
4
+ muiName: string;
5
+ };
@@ -0,0 +1,12 @@
1
+ import { jsxs as n, jsx as o } from "react/jsx-runtime";
2
+ import { c as a } from "../createSvgIcon-DiFqLLxU.js";
3
+ const l = a(
4
+ /* @__PURE__ */ n("svg", { viewBox: "0 0 24 24", fill: "currentColor", children: [
5
+ /* @__PURE__ */ o("path", { d: "M18.91,19.66a1.13,1.13,0,0,1-1.35,1.82,5.82,5.82,0,0,0-2.09-1c-3.22-.85-4.57-.29-6.82.63l-.55.23A7.42,7.42,0,0,1,5.42,22a3,3,0,0,1-2-.69,2.38,2.38,0,0,1-.87-1.66,1.81,1.81,0,0,1,.59-1.36,9.16,9.16,0,0,1,.93-.78,1.13,1.13,0,0,1,1.58.23,1.14,1.14,0,0,1-.23,1.59,2.93,2.93,0,0,0-.42.33c.27.13.84.17,2.25-.4L7.8,19a10.81,10.81,0,0,1,8.25-.72A7.89,7.89,0,0,1,18.91,19.66Z" }),
6
+ /* @__PURE__ */ o("path", { d: "M21.45,5.77a2.09,2.09,0,0,1-.62,1.51l-9.16,9.16c-.09.08-.26.26-.44.26,0,0-4.18.9-4.42.89a1,1,0,0,1-.72-.13.67.67,0,0,1-.16-.73l.8-4.53c0-.18.08-.27.26-.45L13,5.8l3.2-3.2a2.2,2.2,0,0,1,3,0l1.66,1.66A2.34,2.34,0,0,1,21.45,5.77ZM16.21,9.06,14.37,7.22,8.59,13l1.84,1.84Zm3.2-3.2L17.57,4,15.88,5.71l1.84,1.84Z" })
7
+ ] }),
8
+ "PenAnnotation"
9
+ );
10
+ export {
11
+ l as PenAnnotationIcon
12
+ };
@@ -0,0 +1,5 @@
1
+ import { OverridableComponent } from '@mui/material/OverridableComponent';
2
+ import { SvgIconTypeMap } from '@mui/material';
3
+ export declare const RectangleAnnotationIcon: OverridableComponent<SvgIconTypeMap<{}, "svg">> & {
4
+ muiName: string;
5
+ };
@@ -0,0 +1,9 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { c as n } from "../createSvgIcon-DiFqLLxU.js";
3
+ const e = n(
4
+ /* @__PURE__ */ o("svg", { viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ o("path", { d: "M19.3,3.8H4.7c-1,0-1.8,0.8-1.8,1.8v12.8c0,1,0.8,1.8,1.8,1.8h14.7c1,0,1.8-0.8,1.8-1.8V5.6 C21.2,4.6,20.3,3.7,19.3,3.8z M5.1,18V6h13.8v12H5.1z" }) }),
5
+ "RectangleAnnotation"
6
+ );
7
+ export {
8
+ e as RectangleAnnotationIcon
9
+ };
@@ -1,7 +1,17 @@
1
+ export { CalloutAnnotationIcon } from './CalloutAnnotationIcon';
1
2
  export { ClearstoryIcon } from './ClearstoryIcon';
3
+ export { CloudAnnotationIcon } from './CloudAnnotationIcon';
4
+ export { EllipseAnnotationIcon } from './EllipseAnnotationIcon';
5
+ export { FitToPageIcon } from './FitToPageIcon';
6
+ export { FitToWidthIcon } from './FitToWidthIcon';
7
+ export { FreeTextAnnotationIcon } from './FreeTextAnnotationIcon';
8
+ export { HighlightAnnotationIcon } from './HighlightAnnotationIcon';
2
9
  export { InternalOnlyIcon } from './InternalOnlyIcon';
3
10
  export { MoneyBucketIcon } from './MoneyBucketIcon';
4
11
  export { MoreCircleOutlineIcon } from './MoreCircleOutlineIcon';
12
+ export { NoteAnnotationIcon } from './NoteAnnotationIcon';
13
+ export { PenAnnotationIcon } from './PenAnnotationIcon';
14
+ export { RectangleAnnotationIcon } from './RectangleAnnotationIcon';
5
15
  export { SparkleIcon } from './SparkleIcon';
6
16
  export { default as AccessTimeIcon } from '@mui/icons-material/AccessTime';
7
17
  export { default as AccountCircleIcon } from '@mui/icons-material/AccountCircle';