@edifice.io/react 2.4.1-develop-integration.20251201173137 → 2.4.1-develop-integration.20251202150311
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 +2 -2
- package/dist/modules/icons/components/IconUndoSlashed.d.ts +7 -0
- package/dist/modules/icons/components/IconUndoSlashed.js +12 -0
- package/dist/modules/icons/components/index.d.ts +1 -1
- package/package.json +6 -6
- package/dist/modules/icons/components/IconUndoBarre.d.ts +0 -7
- package/dist/modules/icons/components/IconUndoBarre.js +0 -17
package/dist/icons.js
CHANGED
|
@@ -154,7 +154,7 @@ 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/
|
|
157
|
+
import { default as default158 } from "./modules/icons/components/IconUndoSlashed.js";
|
|
158
158
|
import { default as default159 } from "./modules/icons/components/IconUndo.js";
|
|
159
159
|
import { default as default160 } from "./modules/icons/components/IconUnion.js";
|
|
160
160
|
import { default as default161 } from "./modules/icons/components/IconUnlink.js";
|
|
@@ -329,7 +329,7 @@ export {
|
|
|
329
329
|
default156 as IconTrendingUp,
|
|
330
330
|
default159 as IconUndo,
|
|
331
331
|
default157 as IconUndoAll,
|
|
332
|
-
default158 as
|
|
332
|
+
default158 as IconUndoSlashed,
|
|
333
333
|
default160 as IconUnion,
|
|
334
334
|
default161 as IconUnlink,
|
|
335
335
|
default162 as IconUnlock,
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconUndoSlashed: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconUndoSlashed;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconUndoSlashed = ({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
|
+
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M19.775 8.466A5 5 0 0 1 22 12.625V21a1 1 0 0 1-2 0v-8.375c0-1.186-.69-2.208-1.689-2.695zM7.918 2.293a1 1 0 1 1 1.414 1.414L5.414 7.625h6.719l-2 2H5.414l2.36 2.36-1.415 1.414-4.066-4.067a1 1 0 0 1 0-1.414zM20.293 2.293a1 1 0 1 1 1.414 1.414l-17 17a1 1 0 1 1-1.414-1.414z" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
SvgIconUndoSlashed as default
|
|
12
|
+
};
|
|
@@ -154,7 +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
|
|
157
|
+
export { default as IconUndoSlashed } from './IconUndoSlashed';
|
|
158
158
|
export { default as IconUndo } from './IconUndo';
|
|
159
159
|
export { default as IconUnion } from './IconUnion';
|
|
160
160
|
export { default as IconUnlink } from './IconUnlink';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/react",
|
|
3
|
-
"version": "2.4.1-develop-integration.
|
|
3
|
+
"version": "2.4.1-develop-integration.20251202150311",
|
|
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.
|
|
135
|
-
"@edifice.io/
|
|
136
|
-
"@edifice.io/
|
|
134
|
+
"@edifice.io/bootstrap": "2.4.1-develop-integration.20251202150311",
|
|
135
|
+
"@edifice.io/tiptap-extensions": "2.4.1-develop-integration.20251202150311",
|
|
136
|
+
"@edifice.io/utilities": "2.4.1-develop-integration.20251202150311"
|
|
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.
|
|
168
|
-
"@edifice.io/config": "2.4.1-develop-integration.
|
|
167
|
+
"@edifice.io/client": "2.4.1-develop-integration.20251202150311",
|
|
168
|
+
"@edifice.io/config": "2.4.1-develop-integration.20251202150311"
|
|
169
169
|
},
|
|
170
170
|
"peerDependencies": {
|
|
171
171
|
"@react-spring/web": "^9.7.5",
|
|
@@ -1,7 +0,0 @@
|
|
|
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;
|
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
};
|