@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 CHANGED
@@ -43912,8 +43912,11 @@
43912
43912
  width: "240px",
43913
43913
  height: "24px",
43914
43914
  viewBox: "0 0 100 10",
43915
- preserveAspectRatio: "xMidYMid"
43916
- }, /*#__PURE__*/React__default['default'].createElement("g", {
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",
@@ -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
- }, /*#__PURE__*/React__default.createElement("g", {
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nulogy/components",
3
- "version": "6.6.0",
3
+ "version": "6.6.1",
4
4
  "description": "Component library for the Nulogy Design System - http://nulogy.design",
5
5
  "private": false,
6
6
  "publishConfig": {