@edifice.io/react 2.2.13-develop-enabling.20250729195914 → 2.2.13-develop-enabling.20250730114309
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.
|
@@ -5,7 +5,11 @@ const SvgIconNabook = ({
|
|
|
5
5
|
...props
|
|
6
6
|
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */
|
|
8
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#icon-nabook_svg__a)", children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#066", d: "m36.34 10.071 1.832 26.459-10.044 2.177L20.972 25.3l.908 14.45-8.723 1.071-2.677-27.575 9.635-1.655 8.421 13.134-1.308-13.22z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#0FC", d: "M36.228 8.772 38.06 35.23l-10.044 2.178L20.86 24l.908 14.45-8.723 1.072-2.678-27.575 9.636-1.655 8.421 13.134-1.308-13.22z" })
|
|
11
|
+
] }),
|
|
12
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-nabook_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h50v50H0z" }) }) })
|
|
9
13
|
] });
|
|
10
14
|
export {
|
|
11
15
|
SvgIconNabook as default
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/react",
|
|
3
|
-
"version": "2.2.13-develop-enabling.
|
|
3
|
+
"version": "2.2.13-develop-enabling.20250730114309",
|
|
4
4
|
"description": "Edifice React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -130,9 +130,9 @@
|
|
|
130
130
|
"react-slugify": "^3.0.3",
|
|
131
131
|
"swiper": "^10.1.0",
|
|
132
132
|
"ua-parser-js": "^1.0.36",
|
|
133
|
-
"@edifice.io/bootstrap": "2.2.13-develop-enabling.
|
|
134
|
-
"@edifice.io/
|
|
135
|
-
"@edifice.io/
|
|
133
|
+
"@edifice.io/bootstrap": "2.2.13-develop-enabling.20250730114309",
|
|
134
|
+
"@edifice.io/utilities": "2.2.13-develop-enabling.20250730114309",
|
|
135
|
+
"@edifice.io/tiptap-extensions": "2.2.13-develop-enabling.20250730114309"
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
138
|
"@babel/plugin-transform-react-pure-annotations": "^7.23.3",
|
|
@@ -163,8 +163,8 @@
|
|
|
163
163
|
"vite": "^5.4.11",
|
|
164
164
|
"vite-plugin-dts": "^4.1.0",
|
|
165
165
|
"vite-tsconfig-paths": "^5.0.1",
|
|
166
|
-
"@edifice.io/client": "2.2.13-develop-enabling.
|
|
167
|
-
"@edifice.io/config": "2.2.13-develop-enabling.
|
|
166
|
+
"@edifice.io/client": "2.2.13-develop-enabling.20250730114309",
|
|
167
|
+
"@edifice.io/config": "2.2.13-develop-enabling.20250730114309"
|
|
168
168
|
},
|
|
169
169
|
"peerDependencies": {
|
|
170
170
|
"@react-spring/web": "^9.7.5",
|