@tecsinapse/cortex-react 1.10.0 → 1.10.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.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var React = require('react');
4
3
  var clsx = require('clsx');
4
+ var React = require('react');
5
5
 
6
6
  const Loading = ({ className }) => {
7
7
  return /* @__PURE__ */ React.createElement("div", { role: "status" }, /* @__PURE__ */ React.createElement(
@@ -9,7 +9,7 @@ const Loading = ({ className }) => {
9
9
  {
10
10
  "aria-hidden": "true",
11
11
  className: clsx.clsx(
12
- "w-4 h-4 text-gray-200 animate-spin fill-white mr-mili",
12
+ "w-4 h-4 text-gray-200 animate-spin fill-white",
13
13
  className
14
14
  ),
15
15
  viewBox: "0 0 100 101",
@@ -1,5 +1,5 @@
1
- import React__default from 'react';
2
1
  import { clsx } from 'clsx';
2
+ import React__default from 'react';
3
3
 
4
4
  const Loading = ({ className }) => {
5
5
  return /* @__PURE__ */ React__default.createElement("div", { role: "status" }, /* @__PURE__ */ React__default.createElement(
@@ -7,7 +7,7 @@ const Loading = ({ className }) => {
7
7
  {
8
8
  "aria-hidden": "true",
9
9
  className: clsx(
10
- "w-4 h-4 text-gray-200 animate-spin fill-white mr-mili",
10
+ "w-4 h-4 text-gray-200 animate-spin fill-white",
11
11
  className
12
12
  ),
13
13
  viewBox: "0 0 100 101",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecsinapse/cortex-react",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "React components based in @tecsinapse/cortex-core",
5
5
  "license": "MIT",
6
6
  "main": "dist/esm/index.js",
@@ -20,12 +20,11 @@
20
20
  "dependencies": {
21
21
  "@floating-ui/react": "^0.26.18",
22
22
  "@internationalized/date": "3.7.0",
23
- "@tecsinapse/cortex-core": "1.1.0",
23
+ "@tecsinapse/cortex-core": "1.1.1",
24
24
  "clsx": "2.1.1",
25
25
  "currency.js": "2.0.4",
26
26
  "react-aria": "3.38.1",
27
27
  "react-dropzone": "14.3.8",
28
- "react-icons": "5.5.0",
29
28
  "react-imask": "7.6.1",
30
29
  "react-spring": "9.7.5",
31
30
  "react-spring-carousel": "2.0.19",
@@ -45,7 +44,8 @@
45
44
  "peerDependencies": {
46
45
  "react": ">=18.0.0",
47
46
  "react-dom": ">=18.0.0",
47
+ "react-icons": ">=5.2.0",
48
48
  "tailwind": ">=3.3.0"
49
49
  },
50
- "gitHead": "e2db119fd66716080671d57c50c277f4dff667d4"
50
+ "gitHead": "0a687dd331d6aecdb8cb7ee10c7165e9f22fcbb8"
51
51
  }