@porsche-design-system/components-angular 4.0.0-beta.2 → 4.0.0-beta.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.
Files changed (109) hide show
  1. package/CHANGELOG.md +334 -1
  2. package/OSS_NOTICE +1649 -5178
  3. package/fesm2022/porsche-design-system-components-angular.mjs +17 -10
  4. package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
  5. package/global-styles/cn/index.css +157 -159
  6. package/global-styles/color-scheme.css +95 -95
  7. package/global-styles/index.css +157 -159
  8. package/global-styles/variables.css +62 -64
  9. package/package.json +6 -2
  10. package/tailwindcss/index.css +170 -158
  11. package/types/porsche-design-system-components-angular.d.ts +356 -149
  12. package/vanilla-extract/cjs/font/deprecated/fontSizeDisplay.cjs +6 -6
  13. package/vanilla-extract/cjs/font/typescale3Xl.cjs +7 -0
  14. package/vanilla-extract/cjs/font/typescale4Xl.cjs +7 -0
  15. package/vanilla-extract/cjs/font/typescale5Xl.cjs +7 -0
  16. package/vanilla-extract/cjs/index.cjs +12 -12
  17. package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +56 -56
  18. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale3Xl.cjs +5 -0
  19. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale4Xl.cjs +5 -0
  20. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale5Xl.cjs +5 -0
  21. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXs.cjs +1 -1
  22. package/vanilla-extract/cjs/typography/deprecated/display/displayLargeStyle.cjs +3 -3
  23. package/vanilla-extract/cjs/typography/deprecated/display/displayMediumStyle.cjs +3 -3
  24. package/vanilla-extract/cjs/typography/deprecated/display/displaySmallStyle.cjs +3 -3
  25. package/vanilla-extract/cjs/typography/deprecated/text/textLargeStyle.cjs +0 -2
  26. package/vanilla-extract/cjs/typography/deprecated/text/textMediumStyle.cjs +0 -2
  27. package/vanilla-extract/cjs/typography/deprecated/text/textSmallStyle.cjs +0 -2
  28. package/vanilla-extract/cjs/typography/deprecated/text/textXLargeStyle.cjs +0 -2
  29. package/vanilla-extract/cjs/typography/deprecated/text/textXSmallStyle.cjs +0 -2
  30. package/vanilla-extract/cjs/typography/deprecated/text/textXXSmallStyle.cjs +0 -2
  31. package/vanilla-extract/cjs/typography/proseHeading3XlStyle.cjs +12 -0
  32. package/vanilla-extract/cjs/typography/proseHeading4XlStyle.cjs +12 -0
  33. package/vanilla-extract/cjs/typography/proseHeading5XlStyle.cjs +12 -0
  34. package/vanilla-extract/cjs/typography/proseHeadingSmStyle.cjs +2 -2
  35. package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +0 -2
  36. package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +0 -2
  37. package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +0 -2
  38. package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +0 -2
  39. package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +0 -2
  40. package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +0 -2
  41. package/vanilla-extract/esm/font/deprecated/fontSizeDisplay.mjs +6 -6
  42. package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.d.ts +1 -1
  43. package/vanilla-extract/esm/font/index.d.ts +3 -3
  44. package/vanilla-extract/esm/font/typescale3Xl.d.ts +1 -0
  45. package/vanilla-extract/esm/font/typescale3Xl.mjs +5 -0
  46. package/vanilla-extract/esm/font/typescale4Xl.d.ts +1 -0
  47. package/vanilla-extract/esm/font/typescale4Xl.mjs +5 -0
  48. package/vanilla-extract/esm/font/typescale5Xl.d.ts +1 -0
  49. package/vanilla-extract/esm/font/typescale5Xl.mjs +5 -0
  50. package/vanilla-extract/esm/font/typescaleXs.d.ts +1 -1
  51. package/vanilla-extract/esm/index.mjs +6 -6
  52. package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +56 -56
  53. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale3Xl.mjs +3 -0
  54. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale4Xl.mjs +3 -0
  55. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale5Xl.mjs +3 -0
  56. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXs.mjs +1 -1
  57. package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.d.ts +1 -1
  58. package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.mjs +3 -3
  59. package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.d.ts +1 -1
  60. package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.mjs +3 -3
  61. package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.d.ts +1 -1
  62. package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.mjs +3 -3
  63. package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.d.ts +0 -2
  64. package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.mjs +0 -2
  65. package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.d.ts +0 -2
  66. package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.mjs +0 -2
  67. package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.d.ts +0 -2
  68. package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.mjs +0 -2
  69. package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.d.ts +0 -2
  70. package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.mjs +0 -2
  71. package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.d.ts +1 -3
  72. package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.mjs +0 -2
  73. package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.d.ts +0 -2
  74. package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.mjs +0 -2
  75. package/vanilla-extract/esm/typography/index.d.ts +3 -3
  76. package/vanilla-extract/esm/typography/proseHeading3XlStyle.d.ts +3 -0
  77. package/vanilla-extract/esm/typography/{proseDisplayMdStyle.mjs → proseHeading3XlStyle.mjs} +4 -3
  78. package/vanilla-extract/esm/typography/proseHeading4XlStyle.d.ts +3 -0
  79. package/vanilla-extract/esm/typography/{proseDisplaySmStyle.mjs → proseHeading4XlStyle.mjs} +4 -3
  80. package/vanilla-extract/esm/typography/proseHeading5XlStyle.d.ts +3 -0
  81. package/vanilla-extract/esm/typography/{proseDisplayLgStyle.mjs → proseHeading5XlStyle.mjs} +4 -3
  82. package/vanilla-extract/esm/typography/proseHeadingSmStyle.mjs +2 -2
  83. package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +0 -2
  84. package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +0 -2
  85. package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +0 -2
  86. package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +0 -2
  87. package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +0 -2
  88. package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +0 -2
  89. package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +0 -2
  90. package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +0 -2
  91. package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +0 -2
  92. package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +0 -2
  93. package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +0 -2
  94. package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +0 -2
  95. package/vanilla-extract/cjs/font/fontSizeDisplayLarge.cjs +0 -5
  96. package/vanilla-extract/cjs/font/fontSizeDisplayMedium.cjs +0 -5
  97. package/vanilla-extract/cjs/font/fontSizeDisplaySmall.cjs +0 -5
  98. package/vanilla-extract/cjs/typography/proseDisplayLgStyle.cjs +0 -11
  99. package/vanilla-extract/cjs/typography/proseDisplayMdStyle.cjs +0 -11
  100. package/vanilla-extract/cjs/typography/proseDisplaySmStyle.cjs +0 -11
  101. package/vanilla-extract/esm/font/fontSizeDisplayLarge.d.ts +0 -1
  102. package/vanilla-extract/esm/font/fontSizeDisplayLarge.mjs +0 -3
  103. package/vanilla-extract/esm/font/fontSizeDisplayMedium.d.ts +0 -1
  104. package/vanilla-extract/esm/font/fontSizeDisplayMedium.mjs +0 -3
  105. package/vanilla-extract/esm/font/fontSizeDisplaySmall.d.ts +0 -1
  106. package/vanilla-extract/esm/font/fontSizeDisplaySmall.mjs +0 -3
  107. package/vanilla-extract/esm/typography/proseDisplayLgStyle.d.ts +0 -3
  108. package/vanilla-extract/esm/typography/proseDisplayMdStyle.d.ts +0 -3
  109. package/vanilla-extract/esm/typography/proseDisplaySmStyle.d.ts +0 -3
@@ -105,6 +105,7 @@ class PButtonPure extends BaseComponent {
105
105
  active;
106
106
  alignLabel;
107
107
  aria;
108
+ color;
108
109
  disabled;
109
110
  form;
110
111
  hideLabel;
@@ -118,14 +119,14 @@ class PButtonPure extends BaseComponent {
118
119
  underline;
119
120
  value;
120
121
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
121
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PButtonPure, isStandalone: false, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", disabled: "disabled", form: "form", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", size: "size", stretch: "stretch", type: "type", underline: "underline", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
122
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PButtonPure, isStandalone: false, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", color: "color", disabled: "disabled", form: "form", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", size: "size", stretch: "stretch", type: "type", underline: "underline", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
122
123
  }
123
124
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonPure, decorators: [{
124
125
  type: Component,
125
126
  args: [{
126
127
  selector: 'p-button-pure,[p-button-pure]',
127
128
  template: '<ng-content />',
128
- inputs: ['active', 'alignLabel', 'aria', 'disabled', 'form', 'hideLabel', 'icon', 'iconSource', 'loading', 'name', 'size', 'stretch', 'type', 'underline', 'value'],
129
+ inputs: ['active', 'alignLabel', 'aria', 'color', 'disabled', 'form', 'hideLabel', 'icon', 'iconSource', 'loading', 'name', 'size', 'stretch', 'type', 'underline', 'value'],
129
130
  standalone: false
130
131
  }]
131
132
  }] });
@@ -297,6 +298,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
297
298
  }]
298
299
  }] });
299
300
 
301
+ /** @deprecated since v4.0.0, will be removed with next major release. Please use `p-heading` instead. */
300
302
  class PDisplay extends BaseComponent {
301
303
  align;
302
304
  color;
@@ -457,17 +459,19 @@ class PHeading extends BaseComponent {
457
459
  align;
458
460
  color;
459
461
  ellipsis;
462
+ hyphens;
460
463
  size;
461
464
  tag;
465
+ weight;
462
466
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PHeading, deps: null, target: i0.ɵɵFactoryTarget.Component });
463
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PHeading, isStandalone: false, selector: "p-heading,[p-heading]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
467
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PHeading, isStandalone: false, selector: "p-heading,[p-heading]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", hyphens: "hyphens", size: "size", tag: "tag", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
464
468
  }
465
469
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PHeading, decorators: [{
466
470
  type: Component,
467
471
  args: [{
468
472
  selector: 'p-heading,[p-heading]',
469
473
  template: '<ng-content />',
470
- inputs: ['align', 'color', 'ellipsis', 'size', 'tag'],
474
+ inputs: ['align', 'color', 'ellipsis', 'hyphens', 'size', 'tag', 'weight'],
471
475
  standalone: false
472
476
  }]
473
477
  }] });
@@ -1383,6 +1387,7 @@ class PLinkPure extends BaseComponent {
1383
1387
  active;
1384
1388
  alignLabel;
1385
1389
  aria;
1390
+ color;
1386
1391
  download;
1387
1392
  hideLabel;
1388
1393
  href;
@@ -1394,14 +1399,14 @@ class PLinkPure extends BaseComponent {
1394
1399
  target;
1395
1400
  underline;
1396
1401
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
1397
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PLinkPure, isStandalone: false, selector: "p-link-pure,[p-link-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", size: "size", stretch: "stretch", target: "target", underline: "underline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1402
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PLinkPure, isStandalone: false, selector: "p-link-pure,[p-link-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", color: "color", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", size: "size", stretch: "stretch", target: "target", underline: "underline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1398
1403
  }
1399
1404
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkPure, decorators: [{
1400
1405
  type: Component,
1401
1406
  args: [{
1402
1407
  selector: 'p-link-pure,[p-link-pure]',
1403
1408
  template: '<ng-content />',
1404
- inputs: ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'underline'],
1409
+ inputs: ['active', 'alignLabel', 'aria', 'color', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'underline'],
1405
1410
  standalone: false
1406
1411
  }]
1407
1412
  }] });
@@ -2026,16 +2031,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
2026
2031
 
2027
2032
  class PSpinner extends BaseComponent {
2028
2033
  aria;
2034
+ color;
2029
2035
  size;
2030
2036
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSpinner, deps: null, target: i0.ɵɵFactoryTarget.Component });
2031
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSpinner, isStandalone: false, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2037
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSpinner, isStandalone: false, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", color: "color", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2032
2038
  }
2033
2039
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSpinner, decorators: [{
2034
2040
  type: Component,
2035
2041
  args: [{
2036
2042
  selector: 'p-spinner,[p-spinner]',
2037
2043
  template: '<ng-content />',
2038
- inputs: ['aria', 'size'],
2044
+ inputs: ['aria', 'color', 'size'],
2039
2045
  standalone: false
2040
2046
  }]
2041
2047
  }] });
@@ -2298,18 +2304,19 @@ class PText extends BaseComponent {
2298
2304
  align;
2299
2305
  color;
2300
2306
  ellipsis;
2307
+ hyphens;
2301
2308
  size;
2302
2309
  tag;
2303
2310
  weight;
2304
2311
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PText, deps: null, target: i0.ɵɵFactoryTarget.Component });
2305
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PText, isStandalone: false, selector: "p-text,[p-text]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2312
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PText, isStandalone: false, selector: "p-text,[p-text]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", hyphens: "hyphens", size: "size", tag: "tag", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2306
2313
  }
2307
2314
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PText, decorators: [{
2308
2315
  type: Component,
2309
2316
  args: [{
2310
2317
  selector: 'p-text,[p-text]',
2311
2318
  template: '<ng-content />',
2312
- inputs: ['align', 'color', 'ellipsis', 'size', 'tag', 'weight'],
2319
+ inputs: ['align', 'color', 'ellipsis', 'hyphens', 'size', 'tag', 'weight'],
2313
2320
  standalone: false
2314
2321
  }]
2315
2322
  }] });