@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 CHANGED
@@ -5025,9 +5025,6 @@ input[type=range]:active::-moz-range-thumb {
5025
5025
  .sm\:w-6 {
5026
5026
  width: 1.5rem;
5027
5027
  }
5028
- .sm\:w-64 {
5029
- width: 16rem;
5030
- }
5031
5028
  .sm\:w-7 {
5032
5029
  width: 1.75rem;
5033
5030
  }
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>;