@optifye/dashboard-core 6.9.14 → 6.9.16
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/index.css +0 -3
- package/dist/index.d.mts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +372 -275
- package/dist/index.mjs +373 -276
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -7624,8 +7624,7 @@ declare function LoginView({ logoSrc, logoAlt, brandName, onRateLimitCheck }: Lo
|
|
|
7624
7624
|
declare const ProfileView: React__default.FC;
|
|
7625
7625
|
|
|
7626
7626
|
/**
|
|
7627
|
-
* ShiftsView component for managing shift configurations
|
|
7628
|
-
* Supports N shifts per line (not limited to day/night)
|
|
7627
|
+
* ShiftsView component for managing day and night shift configurations
|
|
7629
7628
|
*/
|
|
7630
7629
|
declare const ShiftsView: React__default.FC<ShiftsViewProps>;
|
|
7631
7630
|
declare const AuthenticatedShiftsView: React__default.NamedExoticComponent<ShiftsViewProps>;
|
package/dist/index.d.ts
CHANGED
|
@@ -7624,8 +7624,7 @@ declare function LoginView({ logoSrc, logoAlt, brandName, onRateLimitCheck }: Lo
|
|
|
7624
7624
|
declare const ProfileView: React__default.FC;
|
|
7625
7625
|
|
|
7626
7626
|
/**
|
|
7627
|
-
* ShiftsView component for managing shift configurations
|
|
7628
|
-
* Supports N shifts per line (not limited to day/night)
|
|
7627
|
+
* ShiftsView component for managing day and night shift configurations
|
|
7629
7628
|
*/
|
|
7630
7629
|
declare const ShiftsView: React__default.FC<ShiftsViewProps>;
|
|
7631
7630
|
declare const AuthenticatedShiftsView: React__default.NamedExoticComponent<ShiftsViewProps>;
|