@spw-ds/spw-angular-library 1.3.4 → 1.4.0

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.
@@ -0,0 +1,2 @@
1
+ import * as d from './components';
2
+ export declare const DIRECTIVES: (typeof d.SpwAccordion | typeof d.SpwAccordionContent | typeof d.SpwAccordionItem | typeof d.SpwAccordionTitle | typeof d.SpwBreadcrumb | typeof d.SpwBreadcrumbItem | typeof d.SpwButton | typeof d.SpwCard | typeof d.SpwCardContent | typeof d.SpwCardExcerpt | typeof d.SpwCardImage | typeof d.SpwCardSubtagItem | typeof d.SpwCardSubtags | typeof d.SpwCardTitle | typeof d.SpwCheckbox | typeof d.SpwCookies | typeof d.SpwCustomSelect | typeof d.SpwDatePicker | typeof d.SpwDropdown | typeof d.SpwDropdownContainer | typeof d.SpwDropdownItem | typeof d.SpwFieldLabel | typeof d.SpwFieldMessage | typeof d.SpwFileUpload | typeof d.SpwFooter | typeof d.SpwFooterBottom | typeof d.SpwFooterContent | typeof d.SpwFooterContentCol | typeof d.SpwFooterLink | typeof d.SpwGrid | typeof d.SpwGridItem | typeof d.SpwGroup | typeof d.SpwHeader | typeof d.SpwHeaderLang | typeof d.SpwHeaderLangItem | typeof d.SpwHeaderNavigation | typeof d.SpwHeaderNavigationDropdown | typeof d.SpwHeaderNavigationItem | typeof d.SpwHeaderPersona | typeof d.SpwHeaderPersonaItem | typeof d.SpwHero | typeof d.SpwIcon | typeof d.SpwIllustration | typeof d.SpwLink | typeof d.SpwList | typeof d.SpwListDescription | typeof d.SpwListItem | typeof d.SpwListTitle | typeof d.SpwLoading | typeof d.SpwMessage | typeof d.SpwModal | typeof d.SpwMosaic | typeof d.SpwMosaicItem | typeof d.SpwPagination | typeof d.SpwRadio | typeof d.SpwSearchField | typeof d.SpwSelect | typeof d.SpwSeparator | typeof d.SpwSidebar | typeof d.SpwSidebarNavigationDropdown | typeof d.SpwSidebarNavigationItem | typeof d.SpwSidebarNavigationSeparator | typeof d.SpwSkeleton | typeof d.SpwSlider | typeof d.SpwSliderItem | typeof d.SpwSocials | typeof d.SpwTable | typeof d.SpwTableBody | typeof d.SpwTableCell | typeof d.SpwTableContainer | typeof d.SpwTableFooter | typeof d.SpwTableHead | typeof d.SpwTableHeader | typeof d.SpwTableRow | typeof d.SpwTableSidebar | typeof d.SpwTabs | typeof d.SpwTabsContent | typeof d.SpwTabsNavigation | typeof d.SpwTabsNavigationItem | typeof d.SpwTag | typeof d.SpwTextField | typeof d.SpwTextarea | typeof d.SpwThemeProvider | typeof d.SpwTile | typeof d.SpwTileDescription | typeof d.SpwTileTitle | typeof d.SpwToc | typeof d.SpwTocContainer | typeof d.SpwTocNavigation | typeof d.SpwTooltip | typeof d.SpwTopbar | typeof d.SpwWizard | typeof d.SpwWizardItem)[];
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@spw-ds/spw-angular-library",
3
- "version": "1.3.4",
3
+ "version": "1.4.0",
4
4
  "description": "Design System du SPW. Librairie Angular.",
5
5
  "readme": "../../../../README.md",
6
6
  "peerDependencies": {
7
- "@angular/common": "^19.0.0 || ^20.0.0 || ^21.0.0",
8
- "@angular/core": "^19.0.0 || ^20.0.0 || ^21.0.0",
9
- "@angular/forms": "^19.0.0 || ^20.0.0 || ^21.0.0",
10
- "@spw-ds/spw-stencil-library": "1.3.4"
7
+ "@angular/common": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
8
+ "@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
9
+ "@angular/forms": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
10
+ "@spw-ds/spw-stencil-library": "1.4.0"
11
11
  },
12
12
  "repository": {
13
13
  "type": "git",
@@ -18,14 +18,14 @@
18
18
  },
19
19
  "sideEffects": false,
20
20
  "module": "fesm2022/spw-ds-spw-angular-library.mjs",
21
- "typings": "types/spw-ds-spw-angular-library.d.ts",
21
+ "typings": "index.d.ts",
22
22
  "exports": {
23
23
  "./package.json": {
24
24
  "default": "./package.json"
25
25
  },
26
26
  ".": {
27
- "types": "./types/spw-ds-spw-angular-library.d.ts",
27
+ "types": "./index.d.ts",
28
28
  "default": "./fesm2022/spw-ds-spw-angular-library.mjs"
29
29
  }
30
30
  }
31
- }
31
+ }
@@ -0,0 +1,3 @@
1
+ export * from './lib/spw-design-system.module';
2
+ export * from './lib/spw-design-system-directives.module';
3
+ export * from './lib/stencil-generated/components';