@porsche-design-system/components-angular 4.0.0-rc.0 → 4.0.0-rc.1
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 +65 -0
- package/fesm2022/porsche-design-system-components-angular.mjs +3 -2
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/global-styles/cn/index.css +1 -0
- package/global-styles/index.css +1 -0
- package/global-styles/variables.css +1 -0
- package/package.json +4 -2
- package/tailwindcss/index.css +73 -14
- package/types/porsche-design-system-components-angular.d.ts +8 -2
- package/vanilla-extract/cjs/index.cjs +14 -0
- package/vanilla-extract/cjs/spacing/spacingStatic2Xs.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStatic2Xs.cjs +5 -0
- package/vanilla-extract/cjs/typography/proseHeading2XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeading2XsStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseHeading3XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeading4XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeading5XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingLgStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingMdStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingSmStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingXlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingXsStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText2XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseText3XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText4XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText5XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +7 -5
- package/vanilla-extract/esm/index.mjs +7 -0
- package/vanilla-extract/esm/spacing/index.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingStatic2Xs.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingStatic2Xs.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStatic2Xs.mjs +3 -0
- package/vanilla-extract/esm/typography/index.d.ts +6 -0
- package/vanilla-extract/esm/typography/proseHeading2XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading2XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeading2XsStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseHeading2XsStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseHeading3XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading3XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeading4XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading4XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeading5XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading5XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingLgStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingLgStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingMdStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingMdStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingXlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingXlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingXsStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseHeadingXsStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText2XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText2XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseText3XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText3XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText4XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText4XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText5XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText5XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +7 -5
|
@@ -145,6 +145,7 @@ body {
|
|
|
145
145
|
--p-spacing-fluid-xl: clamp(48px, 3vw + 38px, 96px);
|
|
146
146
|
--p-spacing-fluid-2xl: clamp(80px, 7.5vw + 56px, 200px);
|
|
147
147
|
|
|
148
|
+
--p-spacing-static-2xs: 1px;
|
|
148
149
|
--p-spacing-static-xs: 4px;
|
|
149
150
|
--p-spacing-static-sm: 8px;
|
|
150
151
|
--p-spacing-static-md: 16px;
|
package/global-styles/index.css
CHANGED
|
@@ -145,6 +145,7 @@ body {
|
|
|
145
145
|
--p-spacing-fluid-xl: clamp(48px, 3vw + 38px, 96px);
|
|
146
146
|
--p-spacing-fluid-2xl: clamp(80px, 7.5vw + 56px, 200px);
|
|
147
147
|
|
|
148
|
+
--p-spacing-static-2xs: 1px;
|
|
148
149
|
--p-spacing-static-xs: 4px;
|
|
149
150
|
--p-spacing-static-sm: 8px;
|
|
150
151
|
--p-spacing-static-md: 16px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-angular",
|
|
3
|
-
"version": "4.0.0-rc.
|
|
3
|
+
"version": "4.0.0-rc.1",
|
|
4
4
|
"description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"porsche",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"url": "https://github.com/porsche-design-system/porsche-design-system"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@porsche-design-system/components-js": "4.0.0-rc.
|
|
24
|
+
"@porsche-design-system/components-js": "4.0.0-rc.1",
|
|
25
25
|
"tslib": "^2.8.1"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
@@ -96,6 +96,8 @@
|
|
|
96
96
|
"./tailwindcss/index": "./tailwindcss/index.css",
|
|
97
97
|
"./index.css": "./global-styles/index.css",
|
|
98
98
|
"./index": "./global-styles/index.css",
|
|
99
|
+
"./color-scheme.css": "./global-styles/color-scheme.css",
|
|
100
|
+
"./color-scheme": "./global-styles/color-scheme.css",
|
|
99
101
|
"./font-face.css": "./global-styles/font-face.css",
|
|
100
102
|
"./font-face": "./global-styles/font-face.css",
|
|
101
103
|
"./normalize.css": "./global-styles/normalize.css",
|
package/tailwindcss/index.css
CHANGED
|
@@ -163,6 +163,7 @@
|
|
|
163
163
|
--spacing-fluid-xl: clamp(48px, 3vw + 38px, 96px);
|
|
164
164
|
--spacing-fluid-2xl: clamp(80px, 7.5vw + 56px, 200px);
|
|
165
165
|
|
|
166
|
+
--spacing-static-2xs: 1px;
|
|
166
167
|
--spacing-static-xs: 4px;
|
|
167
168
|
--spacing-static-sm: 8px;
|
|
168
169
|
--spacing-static-md: 16px;
|
|
@@ -475,48 +476,106 @@
|
|
|
475
476
|
|
|
476
477
|
/* Typography: Text */
|
|
477
478
|
@utility prose-text-2xs {
|
|
478
|
-
|
|
479
|
+
font: var(--font-weight-normal) var(--text-2xs) / var(--leading-normal)
|
|
480
|
+
var(--font-porsche-next);
|
|
481
|
+
color: var(--color-primary);
|
|
479
482
|
}
|
|
480
483
|
@utility prose-text-xs {
|
|
481
|
-
|
|
484
|
+
font: var(--font-weight-normal) var(--text-xs) / var(--leading-normal)
|
|
485
|
+
var(--font-porsche-next);
|
|
486
|
+
color: var(--color-primary);
|
|
482
487
|
}
|
|
483
488
|
@utility prose-text-sm {
|
|
484
|
-
|
|
489
|
+
font: var(--font-weight-normal) var(--text-sm) / var(--leading-normal)
|
|
490
|
+
var(--font-porsche-next);
|
|
491
|
+
color: var(--color-primary);
|
|
485
492
|
}
|
|
486
493
|
@utility prose-text-md {
|
|
487
|
-
|
|
494
|
+
font: var(--font-weight-normal) var(--text-md) / var(--leading-normal)
|
|
495
|
+
var(--font-porsche-next);
|
|
496
|
+
color: var(--color-primary);
|
|
488
497
|
}
|
|
489
498
|
@utility prose-text-lg {
|
|
490
|
-
|
|
499
|
+
font: var(--font-weight-normal) var(--text-lg) / var(--leading-normal)
|
|
500
|
+
var(--font-porsche-next);
|
|
501
|
+
color: var(--color-primary);
|
|
491
502
|
}
|
|
492
503
|
@utility prose-text-xl {
|
|
493
|
-
|
|
504
|
+
font: var(--font-weight-normal) var(--text-xl) / var(--leading-normal)
|
|
505
|
+
var(--font-porsche-next);
|
|
506
|
+
color: var(--color-primary);
|
|
507
|
+
}
|
|
508
|
+
@utility prose-text-2xl {
|
|
509
|
+
font: var(--font-weight-normal) var(--text-2xl) / var(--leading-normal)
|
|
510
|
+
var(--font-porsche-next);
|
|
511
|
+
color: var(--color-primary);
|
|
512
|
+
}
|
|
513
|
+
@utility prose-text-3xl {
|
|
514
|
+
font: var(--font-weight-normal) var(--text-3xl) / var(--leading-normal)
|
|
515
|
+
var(--font-porsche-next);
|
|
516
|
+
color: var(--color-primary);
|
|
517
|
+
}
|
|
518
|
+
@utility prose-text-4xl {
|
|
519
|
+
font: var(--font-weight-normal) var(--text-4xl) / var(--leading-normal)
|
|
520
|
+
var(--font-porsche-next);
|
|
521
|
+
color: var(--color-primary);
|
|
522
|
+
}
|
|
523
|
+
@utility prose-text-5xl {
|
|
524
|
+
font: var(--font-weight-normal) var(--text-5xl) / var(--leading-normal)
|
|
525
|
+
var(--font-porsche-next);
|
|
526
|
+
color: var(--color-primary);
|
|
494
527
|
}
|
|
495
528
|
|
|
496
529
|
/* Typography: Heading */
|
|
530
|
+
@utility prose-heading-2xs {
|
|
531
|
+
font: var(--font-weight-semibold) var(--text-2xs) / var(--leading-normal)
|
|
532
|
+
var(--font-porsche-next);
|
|
533
|
+
color: var(--color-primary);
|
|
534
|
+
}
|
|
535
|
+
@utility prose-heading-xs {
|
|
536
|
+
font: var(--font-weight-semibold) var(--text-xs) / var(--leading-normal)
|
|
537
|
+
var(--font-porsche-next);
|
|
538
|
+
color: var(--color-primary);
|
|
539
|
+
}
|
|
497
540
|
@utility prose-heading-sm {
|
|
498
|
-
|
|
541
|
+
font: var(--font-weight-semibold) var(--text-sm) / var(--leading-normal)
|
|
542
|
+
var(--font-porsche-next);
|
|
543
|
+
color: var(--color-primary);
|
|
499
544
|
}
|
|
500
545
|
@utility prose-heading-md {
|
|
501
|
-
|
|
546
|
+
font: var(--font-weight-normal) var(--text-md) / var(--leading-normal)
|
|
547
|
+
var(--font-porsche-next);
|
|
548
|
+
color: var(--color-primary);
|
|
502
549
|
}
|
|
503
550
|
@utility prose-heading-lg {
|
|
504
|
-
|
|
551
|
+
font: var(--font-weight-normal) var(--text-lg) / var(--leading-normal)
|
|
552
|
+
var(--font-porsche-next);
|
|
553
|
+
color: var(--color-primary);
|
|
505
554
|
}
|
|
506
555
|
@utility prose-heading-xl {
|
|
507
|
-
|
|
556
|
+
font: var(--font-weight-normal) var(--text-xl) / var(--leading-normal)
|
|
557
|
+
var(--font-porsche-next);
|
|
558
|
+
color: var(--color-primary);
|
|
508
559
|
}
|
|
509
560
|
@utility prose-heading-2xl {
|
|
510
|
-
|
|
561
|
+
font: var(--font-weight-normal) var(--text-2xl) / var(--leading-normal)
|
|
562
|
+
var(--font-porsche-next);
|
|
563
|
+
color: var(--color-primary);
|
|
511
564
|
}
|
|
512
565
|
@utility prose-heading-3xl {
|
|
513
|
-
|
|
566
|
+
font: var(--font-weight-normal) var(--text-3xl) / var(--leading-normal)
|
|
567
|
+
var(--font-porsche-next);
|
|
568
|
+
color: var(--color-primary);
|
|
514
569
|
}
|
|
515
570
|
@utility prose-heading-4xl {
|
|
516
|
-
|
|
571
|
+
font: var(--font-weight-normal) var(--text-4xl) / var(--leading-normal)
|
|
572
|
+
var(--font-porsche-next);
|
|
573
|
+
color: var(--color-primary);
|
|
517
574
|
}
|
|
518
575
|
@utility prose-heading-5xl {
|
|
519
|
-
|
|
576
|
+
font: var(--font-weight-normal) var(--text-5xl) / var(--leading-normal)
|
|
577
|
+
var(--font-porsche-next);
|
|
578
|
+
color: var(--color-primary);
|
|
520
579
|
}
|
|
521
580
|
|
|
522
581
|
/* Typography: Display */
|
|
@@ -802,6 +802,11 @@ type SelectedAriaAttributes<T extends keyof AriaAttributes> = Pick<AriaAttribute
|
|
|
802
802
|
type SelectedAriaRole<T> = {
|
|
803
803
|
role: Extract<AriaRole, T>;
|
|
804
804
|
};
|
|
805
|
+
declare const BANNER_POSITIONS: readonly [
|
|
806
|
+
"top",
|
|
807
|
+
"bottom"
|
|
808
|
+
];
|
|
809
|
+
type BannerPosition = (typeof BANNER_POSITIONS)[number];
|
|
805
810
|
declare const BANNER_STATES: readonly [
|
|
806
811
|
"info",
|
|
807
812
|
"success",
|
|
@@ -2268,10 +2273,11 @@ declare class PBanner extends BaseComponent {
|
|
|
2268
2273
|
heading?: string;
|
|
2269
2274
|
headingTag?: BannerHeadingTag;
|
|
2270
2275
|
open: boolean;
|
|
2276
|
+
position?: BreakpointCustomizable<BannerPosition>;
|
|
2271
2277
|
state?: BannerState;
|
|
2272
2278
|
dismiss: EventEmitter<CustomEvent<void>>;
|
|
2273
2279
|
static ɵfac: i0.ɵɵFactoryDeclaration<PBanner, never>;
|
|
2274
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PBanner, "p-banner,[p-banner]", never, { "description": { "alias": "description"; "required": false; }; "dismissButton": { "alias": "dismissButton"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "open": { "alias": "open"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
2280
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PBanner, "p-banner,[p-banner]", never, { "description": { "alias": "description"; "required": false; }; "dismissButton": { "alias": "dismissButton"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "open": { "alias": "open"; "required": false; }; "position": { "alias": "position"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
2275
2281
|
}
|
|
2276
2282
|
|
|
2277
2283
|
declare class PButton extends BaseComponent {
|
|
@@ -2853,4 +2859,4 @@ declare class ToastManager {
|
|
|
2853
2859
|
}
|
|
2854
2860
|
|
|
2855
2861
|
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFlag, PFlyout, PHeading, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputMonth, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PInputWeek, PLink, PLinkPure, PLinkTile, PLinkTileProduct, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioGroup, PRadioGroupOption, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextList, PTextListItem, PTextarea, PToast, PWordmark, PorscheDesignSystemModule, ToastManager };
|
|
2856
|
-
export type { AccordionAlignMarker, AccordionBackground, AccordionHeadingTag, AccordionSize, AccordionUpdateEventDetail, AlignLabel, AriaAttributes, AriaRole, Backdrop, BannerHeadingTag, BannerState, Booleanish, Breakpoint, BreakpointCustomizable, BreakpointValues, ButtonAriaAttribute, ButtonIcon, ButtonPureAlignLabel, ButtonPureAriaAttribute, ButtonPureColor, ButtonPureIcon, ButtonPureSize, ButtonPureType, ButtonTileAlign, ButtonTileAriaAttribute, ButtonTileAspectRatio, ButtonTileIcon, ButtonTileSize, ButtonTileType, ButtonTileWeight, ButtonType, ButtonVariant, CanvasBackground, CanvasSidebarStartUpdateEventDetail, CarouselAlignControls, CarouselAlignHeader, CarouselAriaAttribute, CarouselHeadingSize, CarouselInternationalization, CarouselSlidesPerPage, CarouselUpdateEventDetail, CarouselWidth, CheckboxBlurEventDetail, CheckboxChangeEventDetail, CheckboxState, CrestAriaAttribute, CrestTarget, Direction, DisplayAlign, DisplayColor, DisplaySize, DisplayTag, DividerColor, DividerDirection, DrilldownAriaAttribute, DrilldownLinkAriaAttribute, DrilldownLinkTarget, DrilldownUpdateEventDetail, FieldsetLabelSize, FieldsetState, FlagAriaAttribute, FlagName, FlagSize, FlyoutAriaAttribute, FlyoutBackdrop, FlyoutBackground, FlyoutFooterBehavior, FlyoutMotionHiddenEndEventDetail, FlyoutMotionVisibleEndEventDetail, FlyoutPosition, FormState, GroupDirection, HeadingAlign, HeadingColor, HeadingHyphens, HeadingSize, HeadingTag, HeadingWeight, IconAriaAttribute, IconColor, IconName, IconSize, InlineNotificationActionIcon, InlineNotificationHeadingTag, InlineNotificationState, InputDateBlurEventDetail, InputDateChangeEventDetail, InputDateInputEventDetail, InputDateState, InputEmailBlurEventDetail, InputEmailChangeEventDetail, InputEmailInputEventDetail, InputEmailState, InputMonthBlurEventDetail, InputMonthChangeEventDetail, InputMonthInputEventDetail, InputMonthState, InputNumberBlurEventDetail, InputNumberChangeEventDetail, InputNumberInputEventDetail, InputNumberState, InputPasswordBlurEventDetail, InputPasswordChangeEventDetail, InputPasswordInputEventDetail, InputPasswordState, InputSearchBlurEventDetail, InputSearchChangeEventDetail, InputSearchInputEventDetail, InputSearchState, InputTelBlurEventDetail, InputTelChangeEventDetail, InputTelInputEventDetail, InputTelState, InputTextBlurEventDetail, InputTextChangeEventDetail, InputTextInputEventDetail, InputTextState, InputTimeBlurEventDetail, InputTimeChangeEventDetail, InputTimeInputEventDetail, InputTimeState, InputUrlBlurEventDetail, InputUrlChangeEventDetail, InputUrlInputEventDetail, InputUrlState, InputWeekBlurEventDetail, InputWeekChangeEventDetail, InputWeekInputEventDetail, InputWeekState, LinkAriaAttribute, LinkButtonIconName, LinkButtonVariant, LinkIcon, LinkPureAlignLabel, LinkPureAriaAttribute, LinkPureColor, LinkPureIcon, LinkPureSize, LinkPureTarget, LinkTarget, LinkTileAlign, LinkTileAriaAttribute, LinkTileAspectRatio, LinkTileProductAspectRatio, LinkTileProductLikeEventDetail, LinkTileProductTarget, LinkTileSize, LinkTileTarget, LinkTileWeight, LinkVariant, ModalAriaAttribute, ModalBackdrop, ModalBackground, ModalMotionHiddenEndEventDetail, ModalMotionVisibleEndEventDetail, ModelSignatureColor, ModelSignatureFetchPriority, ModelSignatureModel, ModelSignatureSize, MultiSelectChangeEventDetail, MultiSelectDropdownDirection, MultiSelectState, MultiSelectToggleEventDetail, PaginationInternationalization, PaginationUpdateEventDetail, PinCodeChangeEventDetail, PinCodeLength, PinCodeState, PinCodeType, PopoverAriaAttribute, PopoverDirection, PorscheDesignSystem, PorscheDesignSystemModuleConfig, RadioGroupChangeEventDetail, RadioGroupDirection, RadioGroupState, ScrollerAlignScrollIndicator, ScrollerAriaAttribute, ScrollerScrollToPosition, SegmentedControlChangeEventDetail, SegmentedControlColumns, SegmentedControlItemAriaAttribute, SegmentedControlItemIcon, SegmentedControlState, SelectChangeEventDetail, SelectComponentsDropdownDirection, SelectDropdownDirection, SelectState, SelectToggleEventDetail, SelectedAriaAttributes, SelectedAriaRole, SheetAriaAttribute, SheetBackground, SheetMotionHiddenEndEventDetail, SheetMotionVisibleEndEventDetail, SpinnerAriaAttribute, SpinnerColor, SpinnerSize, StepperHorizontalItemState, StepperHorizontalSize, StepperHorizontalUpdateEventDetail, SwitchAlignLabel, SwitchUpdateEventDetail, TableHeadCellSort, TableLayout, TableUpdateEventDetail, TabsBackground, TabsBarBackground, TabsBarSize, TabsBarUpdateEventDetail, TabsBarWeight, TabsSize, TabsUpdateEventDetail, TabsWeight, TagDismissibleAriaAttribute, TagIcon, TagVariant, TextAlign, TextColor, TextHyphens, TextListType, TextSize, TextTag, TextWeight, TextareaBlurEventDetail, TextareaChangeEventDetail, TextareaInputEventDetail, TextareaResize, TextareaState, TextareaWrap, TileAlign, TileAspectRatio, TileSize, TileWeight, ToastMessage, ToastState, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget };
|
|
2862
|
+
export type { AccordionAlignMarker, AccordionBackground, AccordionHeadingTag, AccordionSize, AccordionUpdateEventDetail, AlignLabel, AriaAttributes, AriaRole, Backdrop, BannerHeadingTag, BannerPosition, BannerState, Booleanish, Breakpoint, BreakpointCustomizable, BreakpointValues, ButtonAriaAttribute, ButtonIcon, ButtonPureAlignLabel, ButtonPureAriaAttribute, ButtonPureColor, ButtonPureIcon, ButtonPureSize, ButtonPureType, ButtonTileAlign, ButtonTileAriaAttribute, ButtonTileAspectRatio, ButtonTileIcon, ButtonTileSize, ButtonTileType, ButtonTileWeight, ButtonType, ButtonVariant, CanvasBackground, CanvasSidebarStartUpdateEventDetail, CarouselAlignControls, CarouselAlignHeader, CarouselAriaAttribute, CarouselHeadingSize, CarouselInternationalization, CarouselSlidesPerPage, CarouselUpdateEventDetail, CarouselWidth, CheckboxBlurEventDetail, CheckboxChangeEventDetail, CheckboxState, CrestAriaAttribute, CrestTarget, Direction, DisplayAlign, DisplayColor, DisplaySize, DisplayTag, DividerColor, DividerDirection, DrilldownAriaAttribute, DrilldownLinkAriaAttribute, DrilldownLinkTarget, DrilldownUpdateEventDetail, FieldsetLabelSize, FieldsetState, FlagAriaAttribute, FlagName, FlagSize, FlyoutAriaAttribute, FlyoutBackdrop, FlyoutBackground, FlyoutFooterBehavior, FlyoutMotionHiddenEndEventDetail, FlyoutMotionVisibleEndEventDetail, FlyoutPosition, FormState, GroupDirection, HeadingAlign, HeadingColor, HeadingHyphens, HeadingSize, HeadingTag, HeadingWeight, IconAriaAttribute, IconColor, IconName, IconSize, InlineNotificationActionIcon, InlineNotificationHeadingTag, InlineNotificationState, InputDateBlurEventDetail, InputDateChangeEventDetail, InputDateInputEventDetail, InputDateState, InputEmailBlurEventDetail, InputEmailChangeEventDetail, InputEmailInputEventDetail, InputEmailState, InputMonthBlurEventDetail, InputMonthChangeEventDetail, InputMonthInputEventDetail, InputMonthState, InputNumberBlurEventDetail, InputNumberChangeEventDetail, InputNumberInputEventDetail, InputNumberState, InputPasswordBlurEventDetail, InputPasswordChangeEventDetail, InputPasswordInputEventDetail, InputPasswordState, InputSearchBlurEventDetail, InputSearchChangeEventDetail, InputSearchInputEventDetail, InputSearchState, InputTelBlurEventDetail, InputTelChangeEventDetail, InputTelInputEventDetail, InputTelState, InputTextBlurEventDetail, InputTextChangeEventDetail, InputTextInputEventDetail, InputTextState, InputTimeBlurEventDetail, InputTimeChangeEventDetail, InputTimeInputEventDetail, InputTimeState, InputUrlBlurEventDetail, InputUrlChangeEventDetail, InputUrlInputEventDetail, InputUrlState, InputWeekBlurEventDetail, InputWeekChangeEventDetail, InputWeekInputEventDetail, InputWeekState, LinkAriaAttribute, LinkButtonIconName, LinkButtonVariant, LinkIcon, LinkPureAlignLabel, LinkPureAriaAttribute, LinkPureColor, LinkPureIcon, LinkPureSize, LinkPureTarget, LinkTarget, LinkTileAlign, LinkTileAriaAttribute, LinkTileAspectRatio, LinkTileProductAspectRatio, LinkTileProductLikeEventDetail, LinkTileProductTarget, LinkTileSize, LinkTileTarget, LinkTileWeight, LinkVariant, ModalAriaAttribute, ModalBackdrop, ModalBackground, ModalMotionHiddenEndEventDetail, ModalMotionVisibleEndEventDetail, ModelSignatureColor, ModelSignatureFetchPriority, ModelSignatureModel, ModelSignatureSize, MultiSelectChangeEventDetail, MultiSelectDropdownDirection, MultiSelectState, MultiSelectToggleEventDetail, PaginationInternationalization, PaginationUpdateEventDetail, PinCodeChangeEventDetail, PinCodeLength, PinCodeState, PinCodeType, PopoverAriaAttribute, PopoverDirection, PorscheDesignSystem, PorscheDesignSystemModuleConfig, RadioGroupChangeEventDetail, RadioGroupDirection, RadioGroupState, ScrollerAlignScrollIndicator, ScrollerAriaAttribute, ScrollerScrollToPosition, SegmentedControlChangeEventDetail, SegmentedControlColumns, SegmentedControlItemAriaAttribute, SegmentedControlItemIcon, SegmentedControlState, SelectChangeEventDetail, SelectComponentsDropdownDirection, SelectDropdownDirection, SelectState, SelectToggleEventDetail, SelectedAriaAttributes, SelectedAriaRole, SheetAriaAttribute, SheetBackground, SheetMotionHiddenEndEventDetail, SheetMotionVisibleEndEventDetail, SpinnerAriaAttribute, SpinnerColor, SpinnerSize, StepperHorizontalItemState, StepperHorizontalSize, StepperHorizontalUpdateEventDetail, SwitchAlignLabel, SwitchUpdateEventDetail, TableHeadCellSort, TableLayout, TableUpdateEventDetail, TabsBackground, TabsBarBackground, TabsBarSize, TabsBarUpdateEventDetail, TabsBarWeight, TabsSize, TabsUpdateEventDetail, TabsWeight, TagDismissibleAriaAttribute, TagIcon, TagVariant, TextAlign, TextColor, TextHyphens, TextListType, TextSize, TextTag, TextWeight, TextareaBlurEventDetail, TextareaChangeEventDetail, TextareaInputEventDetail, TextareaResize, TextareaState, TextareaWrap, TileAlign, TileAspectRatio, TileSize, TileWeight, ToastMessage, ToastState, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget };
|
|
@@ -237,6 +237,7 @@ var spacingFluidSm = require('./spacing/spacingFluidSm.cjs');
|
|
|
237
237
|
var spacingFluidXl = require('./spacing/spacingFluidXl.cjs');
|
|
238
238
|
var spacingFluidXs = require('./spacing/spacingFluidXs.cjs');
|
|
239
239
|
var spacingStatic2Xl = require('./spacing/spacingStatic2Xl.cjs');
|
|
240
|
+
var spacingStatic2Xs = require('./spacing/spacingStatic2Xs.cjs');
|
|
240
241
|
var spacingStaticLg = require('./spacing/spacingStaticLg.cjs');
|
|
241
242
|
var spacingStaticMd = require('./spacing/spacingStaticMd.cjs');
|
|
242
243
|
var spacingStaticSm = require('./spacing/spacingStaticSm.cjs');
|
|
@@ -257,6 +258,7 @@ var textMediumStyle = require('./typography/deprecated/text/textMediumStyle.cjs'
|
|
|
257
258
|
var textLargeStyle = require('./typography/deprecated/text/textLargeStyle.cjs');
|
|
258
259
|
var textXLargeStyle = require('./typography/deprecated/text/textXLargeStyle.cjs');
|
|
259
260
|
var proseHeading2XlStyle = require('./typography/proseHeading2XlStyle.cjs');
|
|
261
|
+
var proseHeading2XsStyle = require('./typography/proseHeading2XsStyle.cjs');
|
|
260
262
|
var proseHeading3XlStyle = require('./typography/proseHeading3XlStyle.cjs');
|
|
261
263
|
var proseHeading4XlStyle = require('./typography/proseHeading4XlStyle.cjs');
|
|
262
264
|
var proseHeading5XlStyle = require('./typography/proseHeading5XlStyle.cjs');
|
|
@@ -264,7 +266,12 @@ var proseHeadingLgStyle = require('./typography/proseHeadingLgStyle.cjs');
|
|
|
264
266
|
var proseHeadingMdStyle = require('./typography/proseHeadingMdStyle.cjs');
|
|
265
267
|
var proseHeadingSmStyle = require('./typography/proseHeadingSmStyle.cjs');
|
|
266
268
|
var proseHeadingXlStyle = require('./typography/proseHeadingXlStyle.cjs');
|
|
269
|
+
var proseHeadingXsStyle = require('./typography/proseHeadingXsStyle.cjs');
|
|
270
|
+
var proseText2XlStyle = require('./typography/proseText2XlStyle.cjs');
|
|
267
271
|
var proseText2XsStyle = require('./typography/proseText2XsStyle.cjs');
|
|
272
|
+
var proseText3XlStyle = require('./typography/proseText3XlStyle.cjs');
|
|
273
|
+
var proseText4XlStyle = require('./typography/proseText4XlStyle.cjs');
|
|
274
|
+
var proseText5XlStyle = require('./typography/proseText5XlStyle.cjs');
|
|
268
275
|
var proseTextLgStyle = require('./typography/proseTextLgStyle.cjs');
|
|
269
276
|
var proseTextMdStyle = require('./typography/proseTextMdStyle.cjs');
|
|
270
277
|
var proseTextSmStyle = require('./typography/proseTextSmStyle.cjs');
|
|
@@ -511,6 +518,7 @@ exports.spacingFluidSm = spacingFluidSm.spacingFluidSm;
|
|
|
511
518
|
exports.spacingFluidXl = spacingFluidXl.spacingFluidXl;
|
|
512
519
|
exports.spacingFluidXs = spacingFluidXs.spacingFluidXs;
|
|
513
520
|
exports.spacingStatic2Xl = spacingStatic2Xl.spacingStatic2Xl;
|
|
521
|
+
exports.spacingStatic2Xs = spacingStatic2Xs.spacingStatic2Xs;
|
|
514
522
|
exports.spacingStaticLg = spacingStaticLg.spacingStaticLg;
|
|
515
523
|
exports.spacingStaticMd = spacingStaticMd.spacingStaticMd;
|
|
516
524
|
exports.spacingStaticSm = spacingStaticSm.spacingStaticSm;
|
|
@@ -531,6 +539,7 @@ exports.textMediumStyle = textMediumStyle.textMediumStyle;
|
|
|
531
539
|
exports.textLargeStyle = textLargeStyle.textLargeStyle;
|
|
532
540
|
exports.textXLargeStyle = textXLargeStyle.textXLargeStyle;
|
|
533
541
|
exports.proseHeading2XlStyle = proseHeading2XlStyle.proseHeading2XlStyle;
|
|
542
|
+
exports.proseHeading2XsStyle = proseHeading2XsStyle.proseHeading2XsStyle;
|
|
534
543
|
exports.proseHeading3XlStyle = proseHeading3XlStyle.proseHeading3XlStyle;
|
|
535
544
|
exports.proseHeading4XlStyle = proseHeading4XlStyle.proseHeading4XlStyle;
|
|
536
545
|
exports.proseHeading5XlStyle = proseHeading5XlStyle.proseHeading5XlStyle;
|
|
@@ -538,7 +547,12 @@ exports.proseHeadingLgStyle = proseHeadingLgStyle.proseHeadingLgStyle;
|
|
|
538
547
|
exports.proseHeadingMdStyle = proseHeadingMdStyle.proseHeadingMdStyle;
|
|
539
548
|
exports.proseHeadingSmStyle = proseHeadingSmStyle.proseHeadingSmStyle;
|
|
540
549
|
exports.proseHeadingXlStyle = proseHeadingXlStyle.proseHeadingXlStyle;
|
|
550
|
+
exports.proseHeadingXsStyle = proseHeadingXsStyle.proseHeadingXsStyle;
|
|
551
|
+
exports.proseText2XlStyle = proseText2XlStyle.proseText2XlStyle;
|
|
541
552
|
exports.proseText2XsStyle = proseText2XsStyle.proseText2XsStyle;
|
|
553
|
+
exports.proseText3XlStyle = proseText3XlStyle.proseText3XlStyle;
|
|
554
|
+
exports.proseText4XlStyle = proseText4XlStyle.proseText4XlStyle;
|
|
555
|
+
exports.proseText5XlStyle = proseText5XlStyle.proseText5XlStyle;
|
|
542
556
|
exports.proseTextLgStyle = proseTextLgStyle.proseTextLgStyle;
|
|
543
557
|
exports.proseTextMdStyle = proseTextMdStyle.proseTextMdStyle;
|
|
544
558
|
exports.proseTextSmStyle = proseTextSmStyle.proseTextSmStyle;
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
5
|
+
var fontWeightNormal = require('../font/fontWeightNormal.cjs');
|
|
6
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
7
|
+
var typescale2Xl = require('../font/typescale2Xl.cjs');
|
|
7
8
|
|
|
8
9
|
const proseHeading2XlStyle = {
|
|
9
|
-
font:
|
|
10
|
+
font: `${fontWeightNormal.fontWeightNormal} ${typescale2Xl.typescale2Xl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
10
12
|
};
|
|
11
13
|
|
|
12
14
|
exports.proseHeading2XlStyle = proseHeading2XlStyle;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
5
|
+
var fontWeightSemibold = require('../font/fontWeightSemibold.cjs');
|
|
6
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
7
|
+
var typescale2Xs = require('../font/typescale2Xs.cjs');
|
|
8
|
+
|
|
9
|
+
const proseHeading2XsStyle = {
|
|
10
|
+
font: `${fontWeightSemibold.fontWeightSemibold} ${typescale2Xs.typescale2Xs} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
exports.proseHeading2XsStyle = proseHeading2XsStyle;
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var fontWeightNormal = require('../
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var typescale3Xl = require('../font/typescale3Xl.cjs');
|
|
5
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
6
|
+
var fontWeightNormal = require('../font/fontWeightNormal.cjs');
|
|
7
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
7
8
|
|
|
8
9
|
const proseHeading3XlStyle = {
|
|
9
|
-
font:
|
|
10
|
+
font: `${fontWeightNormal.fontWeightNormal} ${typescale3Xl.typescale3Xl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
10
12
|
};
|
|
11
13
|
|
|
12
14
|
exports.proseHeading3XlStyle = proseHeading3XlStyle;
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var fontWeightNormal = require('../
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var typescale4Xl = require('../font/typescale4Xl.cjs');
|
|
5
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
6
|
+
var fontWeightNormal = require('../font/fontWeightNormal.cjs');
|
|
7
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
7
8
|
|
|
8
9
|
const proseHeading4XlStyle = {
|
|
9
|
-
font:
|
|
10
|
+
font: `${fontWeightNormal.fontWeightNormal} ${typescale4Xl.typescale4Xl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
10
12
|
};
|
|
11
13
|
|
|
12
14
|
exports.proseHeading4XlStyle = proseHeading4XlStyle;
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var fontWeightNormal = require('../
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var typescale5Xl = require('../font/typescale5Xl.cjs');
|
|
5
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
6
|
+
var fontWeightNormal = require('../font/fontWeightNormal.cjs');
|
|
7
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
7
8
|
|
|
8
9
|
const proseHeading5XlStyle = {
|
|
9
|
-
font:
|
|
10
|
+
font: `${fontWeightNormal.fontWeightNormal} ${typescale5Xl.typescale5Xl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
10
12
|
};
|
|
11
13
|
|
|
12
14
|
exports.proseHeading5XlStyle = proseHeading5XlStyle;
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
5
|
+
var fontWeightNormal = require('../font/fontWeightNormal.cjs');
|
|
6
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
7
|
+
var typescaleLg = require('../font/typescaleLg.cjs');
|
|
7
8
|
|
|
8
9
|
const proseHeadingLgStyle = {
|
|
9
|
-
font:
|
|
10
|
+
font: `${fontWeightNormal.fontWeightNormal} ${typescaleLg.typescaleLg} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
10
12
|
};
|
|
11
13
|
|
|
12
14
|
exports.proseHeadingLgStyle = proseHeadingLgStyle;
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
5
|
+
var fontWeightNormal = require('../font/fontWeightNormal.cjs');
|
|
6
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
7
|
+
var typescaleMd = require('../font/typescaleMd.cjs');
|
|
7
8
|
|
|
8
9
|
const proseHeadingMdStyle = {
|
|
9
|
-
font:
|
|
10
|
+
font: `${fontWeightNormal.fontWeightNormal} ${typescaleMd.typescaleMd} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
10
12
|
};
|
|
11
13
|
|
|
12
14
|
exports.proseHeadingMdStyle = proseHeadingMdStyle;
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
5
|
+
var fontWeightSemibold = require('../font/fontWeightSemibold.cjs');
|
|
6
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
7
|
+
var typescaleSm = require('../font/typescaleSm.cjs');
|
|
7
8
|
|
|
8
9
|
const proseHeadingSmStyle = {
|
|
9
|
-
font:
|
|
10
|
+
font: `${fontWeightSemibold.fontWeightSemibold} ${typescaleSm.typescaleSm} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
10
12
|
};
|
|
11
13
|
|
|
12
14
|
exports.proseHeadingSmStyle = proseHeadingSmStyle;
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
5
|
+
var fontWeightNormal = require('../font/fontWeightNormal.cjs');
|
|
6
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
7
|
+
var typescaleXl = require('../font/typescaleXl.cjs');
|
|
7
8
|
|
|
8
9
|
const proseHeadingXlStyle = {
|
|
9
|
-
font:
|
|
10
|
+
font: `${fontWeightNormal.fontWeightNormal} ${typescaleXl.typescaleXl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
10
12
|
};
|
|
11
13
|
|
|
12
14
|
exports.proseHeadingXlStyle = proseHeadingXlStyle;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
5
|
+
var fontWeightSemibold = require('../font/fontWeightSemibold.cjs');
|
|
6
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
7
|
+
var typescaleXs = require('../font/typescaleXs.cjs');
|
|
8
|
+
|
|
9
|
+
const proseHeadingXsStyle = {
|
|
10
|
+
font: `${fontWeightSemibold.fontWeightSemibold} ${typescaleXs.typescaleXs} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
exports.proseHeadingXsStyle = proseHeadingXsStyle;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
5
|
+
var fontWeightNormal = require('../font/fontWeightNormal.cjs');
|
|
6
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
7
|
+
var typescale2Xl = require('../font/typescale2Xl.cjs');
|
|
8
|
+
|
|
9
|
+
const proseText2XlStyle = {
|
|
10
|
+
font: `${fontWeightNormal.fontWeightNormal} ${typescale2Xl.typescale2Xl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
exports.proseText2XlStyle = proseText2XlStyle;
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
5
|
+
var fontWeightNormal = require('../font/fontWeightNormal.cjs');
|
|
6
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
7
|
+
var typescale2Xs = require('../font/typescale2Xs.cjs');
|
|
7
8
|
|
|
8
9
|
const proseText2XsStyle = {
|
|
9
|
-
font:
|
|
10
|
+
font: `${fontWeightNormal.fontWeightNormal} ${typescale2Xs.typescale2Xs} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
10
12
|
};
|
|
11
13
|
|
|
12
14
|
exports.proseText2XsStyle = proseText2XsStyle;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var typescale3Xl = require('../font/typescale3Xl.cjs');
|
|
5
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
6
|
+
var fontWeightNormal = require('../font/fontWeightNormal.cjs');
|
|
7
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
8
|
+
|
|
9
|
+
const proseText3XlStyle = {
|
|
10
|
+
font: `${fontWeightNormal.fontWeightNormal} ${typescale3Xl.typescale3Xl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
exports.proseText3XlStyle = proseText3XlStyle;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var typescale4Xl = require('../font/typescale4Xl.cjs');
|
|
5
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
6
|
+
var fontWeightNormal = require('../font/fontWeightNormal.cjs');
|
|
7
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
8
|
+
|
|
9
|
+
const proseText4XlStyle = {
|
|
10
|
+
font: `${fontWeightNormal.fontWeightNormal} ${typescale4Xl.typescale4Xl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
exports.proseText4XlStyle = proseText4XlStyle;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var typescale5Xl = require('../font/typescale5Xl.cjs');
|
|
5
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
6
|
+
var fontWeightNormal = require('../font/fontWeightNormal.cjs');
|
|
7
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
8
|
+
|
|
9
|
+
const proseText5XlStyle = {
|
|
10
|
+
font: `${fontWeightNormal.fontWeightNormal} ${typescale5Xl.typescale5Xl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
exports.proseText5XlStyle = proseText5XlStyle;
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
3
|
+
var colorPrimary = require('../color/light-dark/colorPrimary.cjs');
|
|
4
|
+
var fontPorscheNext = require('../font/fontPorscheNext.cjs');
|
|
5
|
+
var fontWeightNormal = require('../font/fontWeightNormal.cjs');
|
|
6
|
+
var leadingNormal = require('../font/leadingNormal.cjs');
|
|
7
|
+
var typescaleLg = require('../font/typescaleLg.cjs');
|
|
7
8
|
|
|
8
9
|
const proseTextLgStyle = {
|
|
9
|
-
font:
|
|
10
|
+
font: `${fontWeightNormal.fontWeightNormal} ${typescaleLg.typescaleLg} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
+
color: colorPrimary.colorPrimary,
|
|
10
12
|
};
|
|
11
13
|
|
|
12
14
|
exports.proseTextLgStyle = proseTextLgStyle;
|