@tecsinapse/cortex-react 1.13.1-beta.0 → 1.13.1-beta.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.
@@ -67,7 +67,7 @@ const DatePickerInputWithPopover = (props) => {
67
67
  )), /* @__PURE__ */ React.createElement(
68
68
  index.Popover.Content,
69
69
  {
70
- className: "bg-inherit shadow-none border-none",
70
+ className: "bg-inherit shadow-lg border-none",
71
71
  initialFocus: -1
72
72
  },
73
73
  /* @__PURE__ */ React.createElement(Calendar.Calendar, { value, onChange: handleChangeCalendar })
@@ -80,7 +80,7 @@ const DateRangePickerInputWithPopover = (props) => {
80
80
  )), /* @__PURE__ */ React.createElement(
81
81
  index.Popover.Content,
82
82
  {
83
- className: "bg-inherit shadow-none border-none",
83
+ className: "bg-inherit shadow-lg border-none",
84
84
  initialFocus: -1
85
85
  },
86
86
  /* @__PURE__ */ React.createElement(RangeCalendar.RangeCalendar, { value, onChange: handleChangeCalendar })
@@ -55,7 +55,7 @@ const TimePickerInputWithPopover = (props) => {
55
55
  )), /* @__PURE__ */ React.createElement(
56
56
  index.Popover.Content,
57
57
  {
58
- className: "bg-white shadow-none border-none p-deca flex flex-col",
58
+ className: "bg-white shadow-lg border-none p-deca flex flex-col",
59
59
  initialFocus: -1
60
60
  },
61
61
  /* @__PURE__ */ React.createElement(
@@ -65,7 +65,7 @@ const DatePickerInputWithPopover = (props) => {
65
65
  )), /* @__PURE__ */ React__default.createElement(
66
66
  Popover.Content,
67
67
  {
68
- className: "bg-inherit shadow-none border-none",
68
+ className: "bg-inherit shadow-lg border-none",
69
69
  initialFocus: -1
70
70
  },
71
71
  /* @__PURE__ */ React__default.createElement(Calendar, { value, onChange: handleChangeCalendar })
@@ -78,7 +78,7 @@ const DateRangePickerInputWithPopover = (props) => {
78
78
  )), /* @__PURE__ */ React__default.createElement(
79
79
  Popover.Content,
80
80
  {
81
- className: "bg-inherit shadow-none border-none",
81
+ className: "bg-inherit shadow-lg border-none",
82
82
  initialFocus: -1
83
83
  },
84
84
  /* @__PURE__ */ React__default.createElement(RangeCalendar, { value, onChange: handleChangeCalendar })
@@ -53,7 +53,7 @@ const TimePickerInputWithPopover = (props) => {
53
53
  )), /* @__PURE__ */ React__default.createElement(
54
54
  Popover.Content,
55
55
  {
56
- className: "bg-white shadow-none border-none p-deca flex flex-col",
56
+ className: "bg-white shadow-lg border-none p-deca flex flex-col",
57
57
  initialFocus: -1
58
58
  },
59
59
  /* @__PURE__ */ React__default.createElement(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecsinapse/cortex-react",
3
- "version": "1.13.1-beta.0",
3
+ "version": "1.13.1-beta.1",
4
4
  "description": "React components based in @tecsinapse/cortex-core",
5
5
  "license": "MIT",
6
6
  "main": "dist/esm/index.js",
@@ -47,5 +47,5 @@
47
47
  "react-icons": ">=5.2.0",
48
48
  "tailwind": ">=3.3.0"
49
49
  },
50
- "gitHead": "e12748793a11f711d948001e01958219ef5a9d80"
50
+ "gitHead": "7481b077fea291e92cdf8389d7fd5c7a8ef703be"
51
51
  }