asma-ui-datetime 0.0.77 → 0.0.79
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/CHANGELOG.md +0 -0
- package/Readme.md +25 -0
- package/dist/asma-ui-datetime.es.js +2 -2
- package/dist/src/components/date-picker/components/BaseDatePickerInput.d.ts +1 -0
- package/dist/src/components/date-picker/hooks/useDatePickerValidation.d.ts +2 -1
- package/dist/src/components/date-picker/types.d.ts +1 -0
- package/dist/src/components/time-picker/TimePickerInput.d.ts +2 -1
- package/dist/src/components/time-picker/components/HelperText.d.ts +1 -0
- package/dist/src/components/time-picker/types.d.ts +6 -2
- package/package.json +112 -112
package/CHANGELOG.md
ADDED
|
File without changes
|
package/Readme.md
CHANGED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# ASMA UI DateTime
|
|
2
|
+
|
|
3
|
+
Design System component for date and time handling.
|
|
4
|
+
|
|
5
|
+
> **Parallel test**: Testing concurrent AI commit generation and parallel git push operations with 20 workers! 📅
|
|
6
|
+
> **Update 2**: Testing with semaphore limiting to 3 concurrent Copilot calls! 🎭
|
|
7
|
+
|
|
8
|
+
## Features
|
|
9
|
+
|
|
10
|
+
- Date picker components
|
|
11
|
+
- Time picker components
|
|
12
|
+
- DateTime utilities
|
|
13
|
+
|
|
14
|
+
## Usage
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
// TODO: Add usage examples
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Testing
|
|
21
|
+
|
|
22
|
+
This README was created to test parallel git operations:
|
|
23
|
+
- Parallel AI commit message generation
|
|
24
|
+
- Parallel git push to multiple remotes
|
|
25
|
+
- ThreadPoolExecutor with 20 workers
|