@edifice.io/react 2.4.1-develop-integration.20251110153523 → 2.4.1-develop-integration.20251201173137

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/icons.js CHANGED
@@ -154,22 +154,23 @@ import { default as default154 } from "./modules/icons/components/IconToolCenter
154
154
  import { default as default155 } from "./modules/icons/components/IconTool.js";
155
155
  import { default as default156 } from "./modules/icons/components/IconTrendingUp.js";
156
156
  import { default as default157 } from "./modules/icons/components/IconUndoAll.js";
157
- import { default as default158 } from "./modules/icons/components/IconUndo.js";
158
- import { default as default159 } from "./modules/icons/components/IconUnion.js";
159
- import { default as default160 } from "./modules/icons/components/IconUnlink.js";
160
- import { default as default161 } from "./modules/icons/components/IconUnlock.js";
161
- import { default as default162 } from "./modules/icons/components/IconUnreadMail.js";
162
- import { default as default163 } from "./modules/icons/components/IconUpload.js";
163
- import { default as default164 } from "./modules/icons/components/IconUserSearch.js";
164
- import { default as default165 } from "./modules/icons/components/IconUser.js";
165
- import { default as default166 } from "./modules/icons/components/IconUsers.js";
166
- import { default as default167 } from "./modules/icons/components/IconVideo.js";
167
- import { default as default168 } from "./modules/icons/components/IconViewCalendar.js";
168
- import { default as default169 } from "./modules/icons/components/IconViewList.js";
169
- import { default as default170 } from "./modules/icons/components/IconWand.js";
170
- import { default as default171 } from "./modules/icons/components/IconWrite.js";
171
- import { default as default172 } from "./modules/icons/components/IconZoomIn.js";
172
- import { default as default173 } from "./modules/icons/components/IconZoomOut.js";
157
+ import { default as default158 } from "./modules/icons/components/IconUndoBarre.js";
158
+ import { default as default159 } from "./modules/icons/components/IconUndo.js";
159
+ import { default as default160 } from "./modules/icons/components/IconUnion.js";
160
+ import { default as default161 } from "./modules/icons/components/IconUnlink.js";
161
+ import { default as default162 } from "./modules/icons/components/IconUnlock.js";
162
+ import { default as default163 } from "./modules/icons/components/IconUnreadMail.js";
163
+ import { default as default164 } from "./modules/icons/components/IconUpload.js";
164
+ import { default as default165 } from "./modules/icons/components/IconUserSearch.js";
165
+ import { default as default166 } from "./modules/icons/components/IconUser.js";
166
+ import { default as default167 } from "./modules/icons/components/IconUsers.js";
167
+ import { default as default168 } from "./modules/icons/components/IconVideo.js";
168
+ import { default as default169 } from "./modules/icons/components/IconViewCalendar.js";
169
+ import { default as default170 } from "./modules/icons/components/IconViewList.js";
170
+ import { default as default171 } from "./modules/icons/components/IconWand.js";
171
+ import { default as default172 } from "./modules/icons/components/IconWrite.js";
172
+ import { default as default173 } from "./modules/icons/components/IconZoomIn.js";
173
+ import { default as default174 } from "./modules/icons/components/IconZoomOut.js";
173
174
  export {
174
175
  default3 as IconAdd,
175
176
  default2 as IconAddUser,
@@ -326,21 +327,22 @@ export {
326
327
  default155 as IconTool,
327
328
  default154 as IconToolCenter,
328
329
  default156 as IconTrendingUp,
329
- default158 as IconUndo,
330
+ default159 as IconUndo,
330
331
  default157 as IconUndoAll,
331
- default159 as IconUnion,
332
- default160 as IconUnlink,
333
- default161 as IconUnlock,
334
- default162 as IconUnreadMail,
335
- default163 as IconUpload,
336
- default165 as IconUser,
337
- default164 as IconUserSearch,
338
- default166 as IconUsers,
339
- default167 as IconVideo,
340
- default168 as IconViewCalendar,
341
- default169 as IconViewList,
342
- default170 as IconWand,
343
- default171 as IconWrite,
344
- default172 as IconZoomIn,
345
- default173 as IconZoomOut
332
+ default158 as IconUndoBarre,
333
+ default160 as IconUnion,
334
+ default161 as IconUnlink,
335
+ default162 as IconUnlock,
336
+ default163 as IconUnreadMail,
337
+ default164 as IconUpload,
338
+ default166 as IconUser,
339
+ default165 as IconUserSearch,
340
+ default167 as IconUsers,
341
+ default168 as IconVideo,
342
+ default169 as IconViewCalendar,
343
+ default170 as IconViewList,
344
+ default171 as IconWand,
345
+ default172 as IconWrite,
346
+ default173 as IconZoomIn,
347
+ default174 as IconZoomOut
346
348
  };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconUndoBarre: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconUndoBarre;
@@ -0,0 +1,17 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconUndoBarre = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsxs("g", { fill: "currentColor", clipPath: "url(#icon-undo-barre_svg__a)", children: [
9
+ /* @__PURE__ */ jsx("path", { d: "M20.17 19.25v-7.68A4.58 4.58 0 0 0 15.58 7H3.78a.92.92 0 1 0 0 1.83h11.8a2.75 2.75 0 0 1 2.75 2.75v7.68a.92.92 0 0 0 1.84 0Z" }),
10
+ /* @__PURE__ */ jsx("path", { d: "M8.55 2.1a.92.92 0 0 0-1.3 0L2.1 7.26a.92.92 0 0 0 0 1.3l5.16 5.15a.92.92 0 1 0 1.3-1.3l-4.51-4.5 4.5-4.51a.92.92 0 0 0 0-1.3" }),
11
+ /* @__PURE__ */ jsx("path", { stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M21.34.4a1.8 1.8 0 0 0-2.26 0l-.14.12L1.52 17.94a1.8 1.8 0 0 0 2.54 2.54L21.48 3.06c.7-.7.7-1.84 0-2.54z" })
12
+ ] }),
13
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-undo-barre_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h22v22H0z" }) }) })
14
+ ] });
15
+ export {
16
+ SvgIconUndoBarre as default
17
+ };
@@ -154,6 +154,7 @@ export { default as IconToolCenter } from './IconToolCenter';
154
154
  export { default as IconTool } from './IconTool';
155
155
  export { default as IconTrendingUp } from './IconTrendingUp';
156
156
  export { default as IconUndoAll } from './IconUndoAll';
157
+ export { default as IconUndoBarre } from './IconUndoBarre';
157
158
  export { default as IconUndo } from './IconUndo';
158
159
  export { default as IconUnion } from './IconUnion';
159
160
  export { default as IconUnlink } from './IconUnlink';
@@ -147,7 +147,7 @@ const DEFAULT_INPUT_MAX_LENGTH = 60, DEFAULT_TEXTAREA_MAX_LENGTH = 400, Resource
147
147
  ] }),
148
148
  application === "blog" && hasOptionalCommentRepliesWorkflow === !0 && /* @__PURE__ */ jsxs(FormControl, { id: "allowReplies", className: "d-flex gap-8 mt-16 mb-8", children: [
149
149
  /* @__PURE__ */ jsx(FormControl.Input, { type: "checkbox", defaultChecked: isUpdating ? resource.allowReplies : !0, ...register("allowReplies"), className: "form-check-input mt-0", size: "sm" }),
150
- /* @__PURE__ */ jsx(FormControl.Label, { className: "form-check-label mb-0", children: t("explorer.comments.allowReplies") })
150
+ /* @__PURE__ */ jsx(FormControl.Label, { className: "form-check-label mb-0", children: t("explorer.resource.editModal.comments.allowReplies") })
151
151
  ] })
152
152
  ] })
153
153
  ] }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/react",
3
- "version": "2.4.1-develop-integration.20251110153523",
3
+ "version": "2.4.1-develop-integration.20251201173137",
4
4
  "description": "Edifice React Library",
5
5
  "keywords": [
6
6
  "react",
@@ -131,9 +131,9 @@
131
131
  "react-slugify": "^3.0.3",
132
132
  "swiper": "^10.1.0",
133
133
  "ua-parser-js": "^1.0.36",
134
- "@edifice.io/bootstrap": "2.4.1-develop-integration.20251110153523",
135
- "@edifice.io/utilities": "2.4.1-develop-integration.20251110153523",
136
- "@edifice.io/tiptap-extensions": "2.4.1-develop-integration.20251110153523"
134
+ "@edifice.io/bootstrap": "2.4.1-develop-integration.20251201173137",
135
+ "@edifice.io/utilities": "2.4.1-develop-integration.20251201173137",
136
+ "@edifice.io/tiptap-extensions": "2.4.1-develop-integration.20251201173137"
137
137
  },
138
138
  "devDependencies": {
139
139
  "@babel/plugin-transform-react-pure-annotations": "^7.23.3",
@@ -164,8 +164,8 @@
164
164
  "vite": "^5.4.11",
165
165
  "vite-plugin-dts": "^4.1.0",
166
166
  "vite-tsconfig-paths": "^5.0.1",
167
- "@edifice.io/client": "2.4.1-develop-integration.20251110153523",
168
- "@edifice.io/config": "2.4.1-develop-integration.20251110153523"
167
+ "@edifice.io/client": "2.4.1-develop-integration.20251201173137",
168
+ "@edifice.io/config": "2.4.1-develop-integration.20251201173137"
169
169
  },
170
170
  "peerDependencies": {
171
171
  "@react-spring/web": "^9.7.5",