@fullcalendar/mui 7.0.0-beta.7 → 7.0.0-beta.8

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/breezy/theme.css CHANGED
@@ -1,15 +1,9 @@
1
1
 
2
- /*
3
- NOTE: apply this to calendar root AND popover
4
- */
5
2
  .fc-breezy-ND7 {
6
3
  line-height: 1.5;
7
4
  --fc-breezy-border-style: solid;
8
5
  }
9
6
 
10
- /*
11
- NOTE: apply this to buttonClass and popoverCloseClass
12
- */
13
7
  .fc-breezy-om0 {
14
8
  appearance: button;
15
9
  font: inherit;
@@ -20,7 +14,6 @@ NOTE: apply this to buttonClass and popoverCloseClass
20
14
  opacity: 1;
21
15
  background-color: #0000;
22
16
  border-radius: 0;
23
- /* originally provided on border-box reset */
24
17
  margin: 0;
25
18
  border: 0;
26
19
  padding: 0
package/classic/theme.css CHANGED
@@ -1,15 +1,9 @@
1
1
 
2
- /*
3
- NOTE: apply this to calendar root AND popover
4
- */
5
2
  .fc-classic-ND7 {
6
3
  line-height: 1.5;
7
4
  --fc-classic-border-style: solid;
8
5
  }
9
6
 
10
- /*
11
- NOTE: apply this to buttonClass and popoverCloseClass
12
- */
13
7
  .fc-classic-om0 {
14
8
  appearance: button;
15
9
  font: inherit;
@@ -20,7 +14,6 @@ NOTE: apply this to buttonClass and popoverCloseClass
20
14
  opacity: 1;
21
15
  background-color: #0000;
22
16
  border-radius: 0;
23
- /* originally provided on border-box reset */
24
17
  margin: 0;
25
18
  border: 0;
26
19
  padding: 0
package/forma/theme.css CHANGED
@@ -1,15 +1,9 @@
1
1
 
2
- /*
3
- NOTE: apply this to calendar root AND popover
4
- */
5
2
  .fc-forma-ND7 {
6
3
  line-height: 1.5;
7
4
  --fc-forma-border-style: solid;
8
5
  }
9
6
 
10
- /*
11
- NOTE: apply this to buttonClass and popoverCloseClass
12
- */
13
7
  .fc-forma-om0 {
14
8
  appearance: button;
15
9
  font: inherit;
@@ -20,7 +14,6 @@ NOTE: apply this to buttonClass and popoverCloseClass
20
14
  opacity: 1;
21
15
  background-color: #0000;
22
16
  border-radius: 0;
23
- /* originally provided on border-box reset */
24
17
  margin: 0;
25
18
  border: 0;
26
19
  padding: 0
package/monarch/theme.css CHANGED
@@ -1,15 +1,9 @@
1
1
 
2
- /*
3
- NOTE: apply this to calendar root AND popover
4
- */
5
2
  .fc-monarch-ND7 {
6
3
  line-height: 1.5;
7
4
  --fc-monarch-border-style: solid;
8
5
  }
9
6
 
10
- /*
11
- NOTE: apply this to buttonClass and popoverCloseClass
12
- */
13
7
  .fc-monarch-om0 {
14
8
  appearance: button;
15
9
  font: inherit;
@@ -20,7 +14,6 @@ NOTE: apply this to buttonClass and popoverCloseClass
20
14
  opacity: 1;
21
15
  background-color: #0000;
22
16
  border-radius: 0;
23
- /* originally provided on border-box reset */
24
17
  margin: 0;
25
18
  border: 0;
26
19
  padding: 0
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@fullcalendar/mui",
3
- "version": "7.0.0-beta.7",
3
+ "version": "7.0.0-beta.8",
4
4
  "peerDependencies": {
5
- "@fullcalendar/react": "7.0.0-beta.7",
6
- "@fullcalendar/react-scheduler": "7.0.0-beta.7",
5
+ "@fullcalendar/react": "7.0.0-beta.8",
6
+ "@fullcalendar/react-scheduler": "7.0.0-beta.8",
7
7
  "@mui/icons-material": "^7.1.2",
8
8
  "@mui/material": "^7.1.2",
9
9
  "react": "^17 || ^18 || ^19",
10
10
  "react-dom": "^17 || ^18 || ^19",
11
- "temporal-polyfill": "^0.3.0"
11
+ "temporal-polyfill": "^0.3.2"
12
12
  },
13
13
  "peerDependenciesMeta": {
14
14
  "@fullcalendar/react-scheduler": {
package/pulse/theme.css CHANGED
@@ -1,15 +1,9 @@
1
1
 
2
- /*
3
- NOTE: apply this to calendar root AND popover
4
- */
5
2
  .fc-pulse-ND7 {
6
3
  line-height: 1.5;
7
4
  --fc-pulse-border-style: solid;
8
5
  }
9
6
 
10
- /*
11
- NOTE: apply this to buttonClass and popoverCloseClass
12
- */
13
7
  .fc-pulse-om0 {
14
8
  appearance: button;
15
9
  font: inherit;
@@ -20,7 +14,6 @@ NOTE: apply this to buttonClass and popoverCloseClass
20
14
  opacity: 1;
21
15
  background-color: #0000;
22
16
  border-radius: 0;
23
- /* originally provided on border-box reset */
24
17
  margin: 0;
25
18
  border: 0;
26
19
  padding: 0