@ng-primitives/mcp 0.99.3 → 0.99.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-primitives/mcp",
3
- "version": "0.99.3",
3
+ "version": "0.99.4",
4
4
  "description": "MCP server for Angular Primitives - headless UI library",
5
5
  "type": "commonjs",
6
6
  "main": "./src/index.js",
@@ -510,9 +510,15 @@
510
510
  "exports": [
511
511
  "NgpFileDropzone",
512
512
  "injectFileDropzoneState",
513
+ "ngpFileDropzone",
514
+ "NgpFileDropzoneProps",
515
+ "NgpFileDropzoneState",
513
516
  "provideFileDropzoneState",
514
517
  "NgpFileUpload",
515
518
  "injectFileUploadState",
519
+ "ngpFileUpload",
520
+ "NgpFileUploadProps",
521
+ "NgpFileUploadState",
516
522
  "provideFileUploadState"
517
523
  ],
518
524
  "hasSecondaryEntryPoint": true,
@@ -537,10 +543,10 @@
537
543
  "entryPoint": "ng-primitives/focus-trap",
538
544
  "exports": [
539
545
  "NgpFocusTrap",
540
- "NgpFocusTrapState",
541
- "NgpFocusTrapProps",
542
- "ngpFocusTrap",
543
546
  "injectFocusTrapState",
547
+ "ngpFocusTrap",
548
+ "NgpFocusTrapProps",
549
+ "NgpFocusTrapState",
544
550
  "provideFocusTrapState"
545
551
  ],
546
552
  "hasSecondaryEntryPoint": true,
@@ -959,6 +965,9 @@
959
965
  "NgpProgress",
960
966
  "NgpProgressValueTextFn",
961
967
  "injectProgressState",
968
+ "ngpProgress",
969
+ "NgpProgressProps",
970
+ "NgpProgressState",
962
971
  "provideProgressState"
963
972
  ],
964
973
  "hasSecondaryEntryPoint": true,
@@ -1078,8 +1087,8 @@
1078
1087
  "exports": [
1079
1088
  "NgpSearchClear",
1080
1089
  "NgpSearch",
1081
- "provideSearchState",
1082
- "injectSearchState"
1090
+ "injectSearchState",
1091
+ "provideSearchState"
1083
1092
  ],
1084
1093
  "hasSecondaryEntryPoint": true,
1085
1094
  "category": "form",
@@ -1452,9 +1461,15 @@
1452
1461
  "provideToggleGroupConfig",
1453
1462
  "NgpToggleGroupItem",
1454
1463
  "injectToggleGroupItemState",
1464
+ "ngpToggleGroupItem",
1465
+ "NgpToggleGroupItemProps",
1466
+ "NgpToggleGroupItemState",
1455
1467
  "provideToggleGroupItemState",
1456
1468
  "NgpToggleGroup",
1457
1469
  "injectToggleGroupState",
1470
+ "ngpToggleGroup",
1471
+ "NgpToggleGroupProps",
1472
+ "NgpToggleGroupState",
1458
1473
  "provideToggleGroupState"
1459
1474
  ],
1460
1475
  "hasSecondaryEntryPoint": true,
@@ -1484,8 +1499,11 @@
1484
1499
  "entryPoint": "ng-primitives/toolbar",
1485
1500
  "exports": [
1486
1501
  "NgpToolbar",
1487
- "provideToolbarState",
1488
- "injectToolbarState"
1502
+ "injectToolbarState",
1503
+ "ngpToolbar",
1504
+ "NgpToolbarProps",
1505
+ "NgpToolbarState",
1506
+ "provideToolbarState"
1489
1507
  ],
1490
1508
  "hasSecondaryEntryPoint": true,
1491
1509
  "category": "navigation",