@nulogy/components 6.6.0 → 6.6.1
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/main.js +5 -2
- package/dist/main.module.js +5 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -43912,8 +43912,11 @@
|
|
|
43912
43912
|
width: "240px",
|
|
43913
43913
|
height: "24px",
|
|
43914
43914
|
viewBox: "0 0 100 10",
|
|
43915
|
-
preserveAspectRatio: "xMidYMid"
|
|
43916
|
-
|
|
43915
|
+
preserveAspectRatio: "xMidYMid",
|
|
43916
|
+
role: "img"
|
|
43917
|
+
}, /*#__PURE__*/React__default['default'].createElement("title", {
|
|
43918
|
+
id: "lightbulb11"
|
|
43919
|
+
}, "Loading animation"), /*#__PURE__*/React__default['default'].createElement("g", {
|
|
43917
43920
|
transform: "translate(4 5)"
|
|
43918
43921
|
}, /*#__PURE__*/React__default['default'].createElement("circle", {
|
|
43919
43922
|
cx: "0",
|
package/dist/main.module.js
CHANGED
|
@@ -43886,8 +43886,11 @@ var LoadingAnimation = function LoadingAnimation(_ref) {
|
|
|
43886
43886
|
width: "240px",
|
|
43887
43887
|
height: "24px",
|
|
43888
43888
|
viewBox: "0 0 100 10",
|
|
43889
|
-
preserveAspectRatio: "xMidYMid"
|
|
43890
|
-
|
|
43889
|
+
preserveAspectRatio: "xMidYMid",
|
|
43890
|
+
role: "img"
|
|
43891
|
+
}, /*#__PURE__*/React__default.createElement("title", {
|
|
43892
|
+
id: "lightbulb11"
|
|
43893
|
+
}, "Loading animation"), /*#__PURE__*/React__default.createElement("g", {
|
|
43891
43894
|
transform: "translate(4 5)"
|
|
43892
43895
|
}, /*#__PURE__*/React__default.createElement("circle", {
|
|
43893
43896
|
cx: "0",
|