@bigbinary/neeto-molecules 5.3.22 → 5.3.23
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.
|
@@ -38,7 +38,7 @@ require('../download-DLrlsg6Q.js');
|
|
|
38
38
|
require('@bigbinary/neeto-commons-frontend/v2/react-utils');
|
|
39
39
|
require('@bigbinary/neeto-filters-frontend/v2/Filters');
|
|
40
40
|
|
|
41
|
-
var css = ".nm-calendar-view{--fc-page-bg-color:var(--background);--fc-neutral-bg-color:var(--muted);--fc-border-color:var(--border);--fc-event-text-color:var(--primary-foreground);--fc-event-bg-color:var(--primary);--fc-event-border-color:var(--primary);--fc-today-bg-color:var(--accent);--fc-list-event-hover-bg-color:var(--accent);--fc-now-indicator-color:var(--destructive);--fc-more-link-text-color:var(--foreground);--fc-more-link-bg-color:var(--muted);color:var(--foreground)}.nm-calendar-view .fc-col-header-cell-cushion,.nm-calendar-view .fc-daygrid-day-number,.nm-calendar-view .fc-timegrid-axis-cushion,.nm-calendar-view .fc-timegrid-slot-label-cushion{color:var(--muted-foreground)}.nm-calendar-view .fc-day-today .fc-daygrid-day-number{color:var(--foreground);font-weight:600}.nm-calendar-view .fc-event{cursor:pointer}";
|
|
41
|
+
var css = ".nm-calendar-view{--fc-page-bg-color:var(--background);--fc-neutral-bg-color:var(--muted);--fc-border-color:var(--border);--fc-event-text-color:var(--primary-foreground);--fc-event-bg-color:var(--primary);--fc-event-border-color:var(--primary);--fc-today-bg-color:var(--accent);--fc-list-event-hover-bg-color:var(--accent);--fc-now-indicator-color:var(--destructive);--fc-more-link-text-color:var(--foreground);--fc-more-link-bg-color:var(--muted);color:var(--foreground)}.nm-calendar-view .fc-col-header-cell-cushion,.nm-calendar-view .fc-daygrid-day-number,.nm-calendar-view .fc-timegrid-axis-cushion,.nm-calendar-view .fc-timegrid-slot-label-cushion{color:var(--muted-foreground)}.nm-calendar-view .fc-day-today .fc-daygrid-day-number{color:var(--foreground);font-weight:600}.nm-calendar-view .fc-event{cursor:pointer}.nm-calendar-view .fc-daygrid-more-link.fc-more-link{border-radius:4px;color:var(--muted-foreground);display:inline-block;font-size:.8125rem;font-weight:500;margin-top:6px;padding:1px 6px;transition:background-color .1s ease,color .1s ease}.nm-calendar-view .fc-daygrid-more-link.fc-more-link:hover{background-color:var(--muted);color:var(--foreground)}.nm-calendar-view .fc-popover.fc-more-popover{border:1px solid var(--fc-border-color);border-radius:var(--radius);box-shadow:0 10px 30px -8px rgba(0,0,0,.18),0 4px 10px -6px rgba(0,0,0,.12);overflow:hidden}.nm-calendar-view .fc-popover.fc-more-popover .fc-popover-header{background-color:var(--background);border-bottom:1px solid var(--fc-border-color);padding:.625rem .75rem}.nm-calendar-view .fc-popover.fc-more-popover .fc-popover-title{color:var(--foreground);font-size:.875rem;font-weight:600}.nm-calendar-view .fc-popover.fc-more-popover .fc-popover-close{color:var(--muted-foreground);opacity:1;transition:color .1s ease}.nm-calendar-view .fc-popover.fc-more-popover .fc-popover-close:hover{color:var(--foreground)}.nm-calendar-view .fc-popover.fc-more-popover .fc-popover-body{max-height:260px;overflow-y:auto;padding:.375rem}";
|
|
42
42
|
injectCss.n(css,{});
|
|
43
43
|
|
|
44
44
|
var WEEKLY_VIEW = i18next.t("neetoMolecules.calendarView.weekly");
|
package/dist/v2/CalendarView.js
CHANGED
|
@@ -36,7 +36,7 @@ import '../download-DzLjUUyI.js';
|
|
|
36
36
|
import '@bigbinary/neeto-commons-frontend/v2/react-utils';
|
|
37
37
|
import '@bigbinary/neeto-filters-frontend/v2/Filters';
|
|
38
38
|
|
|
39
|
-
var css = ".nm-calendar-view{--fc-page-bg-color:var(--background);--fc-neutral-bg-color:var(--muted);--fc-border-color:var(--border);--fc-event-text-color:var(--primary-foreground);--fc-event-bg-color:var(--primary);--fc-event-border-color:var(--primary);--fc-today-bg-color:var(--accent);--fc-list-event-hover-bg-color:var(--accent);--fc-now-indicator-color:var(--destructive);--fc-more-link-text-color:var(--foreground);--fc-more-link-bg-color:var(--muted);color:var(--foreground)}.nm-calendar-view .fc-col-header-cell-cushion,.nm-calendar-view .fc-daygrid-day-number,.nm-calendar-view .fc-timegrid-axis-cushion,.nm-calendar-view .fc-timegrid-slot-label-cushion{color:var(--muted-foreground)}.nm-calendar-view .fc-day-today .fc-daygrid-day-number{color:var(--foreground);font-weight:600}.nm-calendar-view .fc-event{cursor:pointer}";
|
|
39
|
+
var css = ".nm-calendar-view{--fc-page-bg-color:var(--background);--fc-neutral-bg-color:var(--muted);--fc-border-color:var(--border);--fc-event-text-color:var(--primary-foreground);--fc-event-bg-color:var(--primary);--fc-event-border-color:var(--primary);--fc-today-bg-color:var(--accent);--fc-list-event-hover-bg-color:var(--accent);--fc-now-indicator-color:var(--destructive);--fc-more-link-text-color:var(--foreground);--fc-more-link-bg-color:var(--muted);color:var(--foreground)}.nm-calendar-view .fc-col-header-cell-cushion,.nm-calendar-view .fc-daygrid-day-number,.nm-calendar-view .fc-timegrid-axis-cushion,.nm-calendar-view .fc-timegrid-slot-label-cushion{color:var(--muted-foreground)}.nm-calendar-view .fc-day-today .fc-daygrid-day-number{color:var(--foreground);font-weight:600}.nm-calendar-view .fc-event{cursor:pointer}.nm-calendar-view .fc-daygrid-more-link.fc-more-link{border-radius:4px;color:var(--muted-foreground);display:inline-block;font-size:.8125rem;font-weight:500;margin-top:6px;padding:1px 6px;transition:background-color .1s ease,color .1s ease}.nm-calendar-view .fc-daygrid-more-link.fc-more-link:hover{background-color:var(--muted);color:var(--foreground)}.nm-calendar-view .fc-popover.fc-more-popover{border:1px solid var(--fc-border-color);border-radius:var(--radius);box-shadow:0 10px 30px -8px rgba(0,0,0,.18),0 4px 10px -6px rgba(0,0,0,.12);overflow:hidden}.nm-calendar-view .fc-popover.fc-more-popover .fc-popover-header{background-color:var(--background);border-bottom:1px solid var(--fc-border-color);padding:.625rem .75rem}.nm-calendar-view .fc-popover.fc-more-popover .fc-popover-title{color:var(--foreground);font-size:.875rem;font-weight:600}.nm-calendar-view .fc-popover.fc-more-popover .fc-popover-close{color:var(--muted-foreground);opacity:1;transition:color .1s ease}.nm-calendar-view .fc-popover.fc-more-popover .fc-popover-close:hover{color:var(--foreground)}.nm-calendar-view .fc-popover.fc-more-popover .fc-popover-body{max-height:260px;overflow-y:auto;padding:.375rem}";
|
|
40
40
|
n(css,{});
|
|
41
41
|
|
|
42
42
|
var WEEKLY_VIEW = t("neetoMolecules.calendarView.weekly");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.23",
|
|
4
4
|
"description": "A package of reusable molecular components for neeto products.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-molecules.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|