@casinogate/ui 2.0.3 → 2.0.4

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.
@@ -1,29 +1,31 @@
1
1
  export * from './app-shell/index.js';
2
- export * from './button/index.js';
3
2
  export * from './badge/index.js';
4
3
  export * from './breadcrumb/index.js';
5
4
  export * from './button-group/index.js';
5
+ export * from './button/index.js';
6
+ export * from './calendar/index.js';
6
7
  export * from './checkbox/index.js';
7
8
  export * from './chip/index.js';
8
9
  export * from './collapsible/index.js';
9
10
  export * from './combobox/index.js';
10
11
  export * from './command/index.js';
12
+ export * from './date-picker/index.js';
11
13
  export * from './dialog/index.js';
12
14
  export * from './drawer/index.js';
13
15
  export * from './dropdown/index.js';
14
16
  export * from './field/index.js';
15
17
  export * from './file-upload/index.js';
16
- export * from './input/index.js';
17
18
  export * from './input-password/index.js';
19
+ export * from './input/index.js';
18
20
  export * from './kbd/index.js';
19
21
  export * from './navigation/index.js';
20
22
  export * from './number-input/index.js';
21
23
  export * from './pagination/index.js';
22
24
  export * from './pill/index.js';
23
25
  export * from './popover/index.js';
24
- export * from './separator/index.js';
25
26
  export * from './segment/index.js';
26
27
  export * from './select/index.js';
28
+ export * from './separator/index.js';
27
29
  export * from './skeleton/index.js';
28
30
  export * from './slider/index.js';
29
31
  export * from './spinner/index.js';
@@ -1,29 +1,31 @@
1
1
  export * from './app-shell/index.js';
2
- export * from './button/index.js';
3
2
  export * from './badge/index.js';
4
3
  export * from './breadcrumb/index.js';
5
4
  export * from './button-group/index.js';
5
+ export * from './button/index.js';
6
+ export * from './calendar/index.js';
6
7
  export * from './checkbox/index.js';
7
8
  export * from './chip/index.js';
8
9
  export * from './collapsible/index.js';
9
10
  export * from './combobox/index.js';
10
11
  export * from './command/index.js';
12
+ export * from './date-picker/index.js';
11
13
  export * from './dialog/index.js';
12
14
  export * from './drawer/index.js';
13
15
  export * from './dropdown/index.js';
14
16
  export * from './field/index.js';
15
17
  export * from './file-upload/index.js';
16
- export * from './input/index.js';
17
18
  export * from './input-password/index.js';
19
+ export * from './input/index.js';
18
20
  export * from './kbd/index.js';
19
21
  export * from './navigation/index.js';
20
22
  export * from './number-input/index.js';
21
23
  export * from './pagination/index.js';
22
24
  export * from './pill/index.js';
23
25
  export * from './popover/index.js';
24
- export * from './separator/index.js';
25
26
  export * from './segment/index.js';
26
27
  export * from './select/index.js';
28
+ export * from './separator/index.js';
27
29
  export * from './skeleton/index.js';
28
30
  export * from './slider/index.js';
29
31
  export * from './spinner/index.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@casinogate/ui",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "svelte": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -341,6 +341,16 @@
341
341
  "svelte": "./dist/primitives/toast/index.js",
342
342
  "default": "./dist/primitives/toast/index.js"
343
343
  },
344
+ "./primitives/date-picker": {
345
+ "types": "./dist/primitives/date-picker/index.d.ts",
346
+ "svelte": "./dist/primitives/date-picker/index.js",
347
+ "default": "./dist/primitives/date-picker/index.js"
348
+ },
349
+ "./primitives/calendar": {
350
+ "types": "./dist/primitives/calendar/index.d.ts",
351
+ "svelte": "./dist/primitives/calendar/index.js",
352
+ "default": "./dist/primitives/calendar/index.js"
353
+ },
344
354
  "./composed": {
345
355
  "types": "./dist/composed/index.d.ts",
346
356
  "svelte": "./dist/composed/index.js",
@@ -440,6 +450,16 @@
440
450
  "types": "./dist/composed/toast/index.d.ts",
441
451
  "svelte": "./dist/composed/toast/index.js",
442
452
  "default": "./dist/composed/toast/index.js"
453
+ },
454
+ "./composed/calendar": {
455
+ "types": "./dist/composed/calendar/index.d.ts",
456
+ "svelte": "./dist/composed/calendar/index.js",
457
+ "default": "./dist/composed/calendar/index.js"
458
+ },
459
+ "./composed/date-picker": {
460
+ "types": "./dist/composed/date-picker/index.d.ts",
461
+ "svelte": "./dist/composed/date-picker/index.js",
462
+ "default": "./dist/composed/date-picker/index.js"
443
463
  }
444
464
  },
445
465
  "files": [