@tactics/toddle-styleguide 5.4.4 → 5.4.5
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/index.tsx +2 -1
- package/package.json +1 -1
package/index.tsx
CHANGED
|
@@ -126,6 +126,7 @@ import { DayOfWeek, DayOfWeekIndex, DayOfWeekLocaleAwareOutputFormat, DayOfWeekO
|
|
|
126
126
|
import { DayInterface, DayOutputFormat } from './src/utilities/datetime/day.class';
|
|
127
127
|
import { DateTime, DateTimeCalculation, DateTimeInterface, DateTimeOutputFormat } from './src/utilities/datetime/datetime.class';
|
|
128
128
|
import { DateOnly, DateOnlyInterface, DateOnlyLocaleAwareOutputFormat, DateOnlyOutputFormat } from './src/utilities/datetime/dateonly.class';
|
|
129
|
+
import { TimeSlotEmployeeSequence } from "./src/models/time-slot-employee-sequence";
|
|
129
130
|
|
|
130
131
|
// ================================
|
|
131
132
|
// Exports
|
|
@@ -211,11 +212,11 @@ export {
|
|
|
211
212
|
KeyBoardTypes,
|
|
212
213
|
Size,
|
|
213
214
|
VisualState,
|
|
214
|
-
|
|
215
215
|
// Models
|
|
216
216
|
Initials,
|
|
217
217
|
TimeSlotRecord,
|
|
218
218
|
TimeSlotSequence,
|
|
219
|
+
TimeSlotEmployeeSequence,
|
|
219
220
|
|
|
220
221
|
// Context
|
|
221
222
|
ThemeCtx,
|