@porsche-design-system/components-vue 3.29.0 → 3.30.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 +60 -0
- package/OSS_NOTICE +1635 -2257
- package/cjs/lib/components/ButtonPureWrapper.vue.cjs +1 -1
- package/cjs/lib/components/ButtonTileWrapper.vue.cjs +1 -1
- package/cjs/lib/components/ButtonWrapper.vue.cjs +1 -1
- package/cjs/lib/components/CarouselWrapper.vue.cjs +1 -1
- package/cjs/lib/components/CheckboxWrapper.vue.cjs +1 -1
- package/cjs/lib/components/CheckboxWrapperWrapper.vue.cjs +1 -1
- package/cjs/lib/components/FlexWrapper.vue.cjs +1 -1
- package/cjs/lib/components/FlyoutWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputDateWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputEmailWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputNumberWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputPasswordWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputSearchWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputTelWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputTextWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputTimeWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputUrlWrapper.vue.cjs +1 -1
- package/cjs/lib/components/LinkPureWrapper.vue.cjs +1 -1
- package/cjs/lib/components/LinkSocialWrapper.vue.cjs +1 -1
- package/cjs/lib/components/LinkTileWrapper.vue.cjs +1 -1
- package/cjs/lib/components/LinkWrapper.vue.cjs +1 -1
- package/cjs/lib/components/ModalWrapper.vue.cjs +1 -1
- package/cjs/lib/components/MultiSelectWrapper.vue.cjs +1 -1
- package/cjs/lib/components/PinCodeWrapper.vue.cjs +1 -1
- package/cjs/lib/components/RadioButtonWrapperWrapper.vue.cjs +1 -1
- package/cjs/lib/components/RadioGroupOptionWrapper.vue.cjs +1 -0
- package/cjs/lib/components/RadioGroupOptionWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/RadioGroupWrapper.vue.cjs +1 -0
- package/cjs/lib/components/RadioGroupWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/SegmentedControlWrapper.vue.cjs +1 -1
- package/cjs/lib/components/SelectWrapper.vue.cjs +1 -1
- package/cjs/lib/components/SelectWrapperWrapper.vue.cjs +1 -1
- package/cjs/lib/components/SwitchWrapper.vue.cjs +1 -1
- package/cjs/lib/components/TextFieldWrapperWrapper.vue.cjs +1 -1
- package/cjs/lib/components/TextareaWrapper.vue.cjs +1 -1
- package/cjs/lib/components/TextareaWrapperWrapper.vue.cjs +1 -1
- package/cjs/public-api.cjs +1 -1
- package/cjs/utils.cjs +1 -1
- package/esm/PorscheDesignSystemProvider.vue.d.ts +3 -2
- package/esm/lib/components/AccordionWrapper.vue.d.ts +3 -2
- package/esm/lib/components/AccordionWrapper.vue.mjs +6 -6
- package/esm/lib/components/BannerWrapper.vue.d.ts +3 -4
- package/esm/lib/components/BannerWrapper.vue.mjs +3 -3
- package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +3 -2
- package/esm/lib/components/ButtonGroupWrapper.vue.mjs +2 -2
- package/esm/lib/components/ButtonPureWrapper.vue.d.ts +3 -2
- package/esm/lib/components/ButtonPureWrapper.vue.mjs +9 -9
- package/esm/lib/components/ButtonTileWrapper.vue.d.ts +3 -2
- package/esm/lib/components/ButtonTileWrapper.vue.mjs +5 -5
- package/esm/lib/components/ButtonWrapper.vue.d.ts +3 -2
- package/esm/lib/components/ButtonWrapper.vue.mjs +12 -12
- package/esm/lib/components/CanvasWrapper.vue.d.ts +3 -4
- package/esm/lib/components/CanvasWrapper.vue.mjs +6 -6
- package/esm/lib/components/CarouselWrapper.vue.d.ts +3 -2
- package/esm/lib/components/CarouselWrapper.vue.mjs +12 -12
- package/esm/lib/components/CheckboxWrapper.vue.d.ts +9 -4
- package/esm/lib/components/CheckboxWrapper.vue.mjs +16 -14
- package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +3 -2
- package/esm/lib/components/CheckboxWrapperWrapper.vue.mjs +7 -7
- package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +3 -2
- package/esm/lib/components/ContentWrapperWrapper.vue.mjs +2 -2
- package/esm/lib/components/CrestWrapper.vue.d.ts +2 -1
- package/esm/lib/components/CrestWrapper.vue.mjs +2 -2
- package/esm/lib/components/DisplayWrapper.vue.d.ts +3 -2
- package/esm/lib/components/DisplayWrapper.vue.mjs +2 -2
- package/esm/lib/components/DividerWrapper.vue.d.ts +2 -1
- package/esm/lib/components/DividerWrapper.vue.mjs +2 -2
- package/esm/lib/components/DrilldownItemWrapper.vue.d.ts +3 -2
- package/esm/lib/components/DrilldownItemWrapper.vue.mjs +2 -2
- package/esm/lib/components/DrilldownLinkWrapper.vue.d.ts +3 -2
- package/esm/lib/components/DrilldownLinkWrapper.vue.mjs +2 -2
- package/esm/lib/components/DrilldownWrapper.vue.d.ts +3 -4
- package/esm/lib/components/DrilldownWrapper.vue.mjs +6 -6
- package/esm/lib/components/FieldsetWrapper.vue.d.ts +3 -2
- package/esm/lib/components/FieldsetWrapper.vue.mjs +2 -2
- package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +3 -2
- package/esm/lib/components/FieldsetWrapperWrapper.vue.mjs +2 -2
- package/esm/lib/components/FlagWrapper.vue.d.ts +2 -1
- package/esm/lib/components/FlagWrapper.vue.mjs +2 -2
- package/esm/lib/components/FlexItemWrapper.vue.d.ts +3 -2
- package/esm/lib/components/FlexItemWrapper.vue.mjs +2 -2
- package/esm/lib/components/FlexWrapper.vue.d.ts +3 -2
- package/esm/lib/components/FlexWrapper.vue.mjs +4 -4
- package/esm/lib/components/FlyoutWrapper.vue.d.ts +9 -5
- package/esm/lib/components/FlyoutWrapper.vue.mjs +9 -8
- package/esm/lib/components/GridItemWrapper.vue.d.ts +3 -2
- package/esm/lib/components/GridItemWrapper.vue.mjs +2 -2
- package/esm/lib/components/GridWrapper.vue.d.ts +3 -2
- package/esm/lib/components/GridWrapper.vue.mjs +2 -2
- package/esm/lib/components/HeadingWrapper.vue.d.ts +3 -2
- package/esm/lib/components/HeadingWrapper.vue.mjs +2 -2
- package/esm/lib/components/HeadlineWrapper.vue.d.ts +3 -2
- package/esm/lib/components/HeadlineWrapper.vue.mjs +2 -2
- package/esm/lib/components/IconWrapper.vue.d.ts +2 -1
- package/esm/lib/components/IconWrapper.vue.mjs +2 -2
- package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +3 -4
- package/esm/lib/components/InlineNotificationWrapper.vue.mjs +6 -6
- package/esm/lib/components/InputDateWrapper.vue.d.ts +5 -2
- package/esm/lib/components/InputDateWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputEmailWrapper.vue.d.ts +6 -3
- package/esm/lib/components/InputEmailWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputNumberWrapper.vue.d.ts +6 -3
- package/esm/lib/components/InputNumberWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputPasswordWrapper.vue.d.ts +6 -3
- package/esm/lib/components/InputPasswordWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputSearchWrapper.vue.d.ts +6 -3
- package/esm/lib/components/InputSearchWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputTelWrapper.vue.d.ts +6 -3
- package/esm/lib/components/InputTelWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputTextWrapper.vue.d.ts +6 -3
- package/esm/lib/components/InputTextWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputTimeWrapper.vue.d.ts +5 -2
- package/esm/lib/components/InputTimeWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputUrlWrapper.vue.d.ts +6 -3
- package/esm/lib/components/InputUrlWrapper.vue.mjs +16 -14
- package/esm/lib/components/LinkPureWrapper.vue.d.ts +3 -2
- package/esm/lib/components/LinkPureWrapper.vue.mjs +9 -9
- package/esm/lib/components/LinkSocialWrapper.vue.d.ts +3 -2
- package/esm/lib/components/LinkSocialWrapper.vue.mjs +7 -7
- package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +3 -2
- package/esm/lib/components/LinkTileModelSignatureWrapper.vue.mjs +2 -2
- package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +3 -2
- package/esm/lib/components/LinkTileProductWrapper.vue.mjs +3 -3
- package/esm/lib/components/LinkTileWrapper.vue.d.ts +3 -2
- package/esm/lib/components/LinkTileWrapper.vue.mjs +5 -5
- package/esm/lib/components/LinkWrapper.vue.d.ts +3 -2
- package/esm/lib/components/LinkWrapper.vue.mjs +9 -9
- package/esm/lib/components/MarqueWrapper.vue.d.ts +3 -2
- package/esm/lib/components/MarqueWrapper.vue.mjs +2 -2
- package/esm/lib/components/ModalWrapper.vue.d.ts +4 -5
- package/esm/lib/components/ModalWrapper.vue.mjs +11 -11
- package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +3 -2
- package/esm/lib/components/ModelSignatureWrapper.vue.mjs +2 -2
- package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +3 -2
- package/esm/lib/components/MultiSelectOptionWrapper.vue.mjs +2 -2
- package/esm/lib/components/MultiSelectWrapper.vue.d.ts +5 -4
- package/esm/lib/components/MultiSelectWrapper.vue.mjs +17 -15
- package/esm/lib/components/OptgroupWrapper.vue.d.ts +3 -2
- package/esm/lib/components/OptgroupWrapper.vue.mjs +2 -2
- package/esm/lib/components/PaginationWrapper.vue.d.ts +2 -1
- package/esm/lib/components/PaginationWrapper.vue.mjs +6 -6
- package/esm/lib/components/PinCodeWrapper.vue.d.ts +10 -4
- package/esm/lib/components/PinCodeWrapper.vue.mjs +17 -14
- package/esm/lib/components/PopoverWrapper.vue.d.ts +3 -2
- package/esm/lib/components/PopoverWrapper.vue.mjs +2 -2
- package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +4 -2
- package/esm/lib/components/RadioButtonWrapperWrapper.vue.mjs +8 -8
- package/esm/lib/components/RadioGroupOptionWrapper.vue.d.ts +24 -0
- package/esm/lib/components/RadioGroupOptionWrapper.vue.mjs +21 -0
- package/esm/lib/components/RadioGroupOptionWrapper.vue2.mjs +4 -0
- package/esm/lib/components/RadioGroupWrapper.vue.d.ts +88 -0
- package/esm/lib/components/RadioGroupWrapper.vue.mjs +43 -0
- package/esm/lib/components/RadioGroupWrapper.vue2.mjs +4 -0
- package/esm/lib/components/ScrollerWrapper.vue.d.ts +3 -2
- package/esm/lib/components/ScrollerWrapper.vue.mjs +2 -2
- package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +3 -2
- package/esm/lib/components/SegmentedControlItemWrapper.vue.mjs +2 -2
- package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +5 -6
- package/esm/lib/components/SegmentedControlWrapper.vue.mjs +14 -12
- package/esm/lib/components/SelectOptionWrapper.vue.d.ts +3 -2
- package/esm/lib/components/SelectOptionWrapper.vue.mjs +2 -2
- package/esm/lib/components/SelectWrapper.vue.d.ts +6 -5
- package/esm/lib/components/SelectWrapper.vue.mjs +17 -15
- package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +3 -2
- package/esm/lib/components/SelectWrapperWrapper.vue.mjs +6 -6
- package/esm/lib/components/SheetWrapper.vue.d.ts +3 -4
- package/esm/lib/components/SheetWrapper.vue.mjs +3 -3
- package/esm/lib/components/SpinnerWrapper.vue.d.ts +2 -1
- package/esm/lib/components/SpinnerWrapper.vue.mjs +2 -2
- package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +3 -2
- package/esm/lib/components/StepperHorizontalItemWrapper.vue.mjs +2 -2
- package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +3 -2
- package/esm/lib/components/StepperHorizontalWrapper.vue.mjs +6 -6
- package/esm/lib/components/SwitchWrapper.vue.d.ts +3 -2
- package/esm/lib/components/SwitchWrapper.vue.mjs +13 -13
- package/esm/lib/components/TableBodyWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TableBodyWrapper.vue.mjs +2 -2
- package/esm/lib/components/TableCellWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TableCellWrapper.vue.mjs +2 -2
- package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TableHeadCellWrapper.vue.mjs +2 -2
- package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TableHeadRowWrapper.vue.mjs +2 -2
- package/esm/lib/components/TableHeadWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TableHeadWrapper.vue.mjs +2 -2
- package/esm/lib/components/TableRowWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TableRowWrapper.vue.mjs +2 -2
- package/esm/lib/components/TableWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TableWrapper.vue.mjs +6 -6
- package/esm/lib/components/TabsBarWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TabsBarWrapper.vue.mjs +6 -6
- package/esm/lib/components/TabsItemWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TabsItemWrapper.vue.mjs +2 -2
- package/esm/lib/components/TabsWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TabsWrapper.vue.mjs +6 -6
- package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TagDismissibleWrapper.vue.mjs +2 -2
- package/esm/lib/components/TagWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TagWrapper.vue.mjs +2 -2
- package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +3 -4
- package/esm/lib/components/TextFieldWrapperWrapper.vue.mjs +8 -8
- package/esm/lib/components/TextListItemWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TextListItemWrapper.vue.mjs +2 -2
- package/esm/lib/components/TextListWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TextListWrapper.vue.mjs +2 -2
- package/esm/lib/components/TextWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TextWrapper.vue.mjs +2 -2
- package/esm/lib/components/TextareaWrapper.vue.d.ts +6 -3
- package/esm/lib/components/TextareaWrapper.vue.mjs +14 -12
- package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TextareaWrapperWrapper.vue.mjs +9 -9
- package/esm/lib/components/ToastWrapper.vue.d.ts +2 -1
- package/esm/lib/components/ToastWrapper.vue.mjs +2 -2
- package/esm/lib/components/WordmarkWrapper.vue.d.ts +2 -1
- package/esm/lib/components/WordmarkWrapper.vue.mjs +2 -2
- package/esm/lib/components/index.d.ts +2 -0
- package/esm/lib/types.d.ts +46 -5
- package/esm/plugin.mjs +3 -3
- package/esm/public-api.mjs +96 -92
- package/esm/utils.d.ts +1 -1
- package/esm/utils.mjs +15 -15
- package/package.json +2 -2
- package/tailwindcss/index.css +6 -6
package/esm/lib/types.d.ts
CHANGED
|
@@ -221,8 +221,16 @@ declare const ICON_NAMES: readonly [
|
|
|
221
221
|
"add",
|
|
222
222
|
"adjust",
|
|
223
223
|
"aggregation",
|
|
224
|
+
"ai-3d-object",
|
|
225
|
+
"ai-code",
|
|
226
|
+
"ai-edit",
|
|
227
|
+
"ai-image",
|
|
228
|
+
"ai-scale",
|
|
229
|
+
"ai-sound",
|
|
224
230
|
"ai-spark",
|
|
225
231
|
"ai-spark-filled",
|
|
232
|
+
"ai-text",
|
|
233
|
+
"ai-video",
|
|
226
234
|
"arrow-compact-down",
|
|
227
235
|
"arrow-compact-left",
|
|
228
236
|
"arrow-compact-right",
|
|
@@ -611,6 +619,7 @@ declare const FORM_STATES: readonly [
|
|
|
611
619
|
export type FormState = (typeof FORM_STATES)[number];
|
|
612
620
|
declare const BUTTON_ARIA_ATTRIBUTES: readonly [
|
|
613
621
|
"aria-label",
|
|
622
|
+
"aria-description",
|
|
614
623
|
"aria-expanded",
|
|
615
624
|
"aria-pressed",
|
|
616
625
|
"aria-haspopup"
|
|
@@ -618,6 +627,7 @@ declare const BUTTON_ARIA_ATTRIBUTES: readonly [
|
|
|
618
627
|
export type ButtonAriaAttribute = (typeof BUTTON_ARIA_ATTRIBUTES)[number];
|
|
619
628
|
declare const LINK_ARIA_ATTRIBUTES: readonly [
|
|
620
629
|
"aria-label",
|
|
630
|
+
"aria-description",
|
|
621
631
|
"aria-current",
|
|
622
632
|
"aria-haspopup"
|
|
623
633
|
];
|
|
@@ -716,13 +726,17 @@ export type MultiSelectUpdateEvent = {
|
|
|
716
726
|
name: string;
|
|
717
727
|
value: string[];
|
|
718
728
|
};
|
|
729
|
+
/** @deprecated */
|
|
719
730
|
export type MultiSelectUpdateEventDetail = MultiSelectUpdateEvent;
|
|
731
|
+
export type MultiSelectChangeEventDetail = MultiSelectUpdateEventDetail;
|
|
720
732
|
export type SelectState = FormState;
|
|
721
733
|
export type SelectDropdownDirection = SelectComponentsDropdownDirection;
|
|
734
|
+
/** @deprecated */
|
|
722
735
|
export type SelectUpdateEventDetail = {
|
|
723
736
|
name: string;
|
|
724
737
|
value: string;
|
|
725
738
|
};
|
|
739
|
+
export type SelectChangeEventDetail = SelectUpdateEventDetail;
|
|
726
740
|
declare const SELECT_DROPDOWN_DIRECTIONS: readonly [
|
|
727
741
|
"down",
|
|
728
742
|
"up",
|
|
@@ -936,6 +950,7 @@ export type CheckboxUpdateEventDetail = {
|
|
|
936
950
|
checked: boolean;
|
|
937
951
|
};
|
|
938
952
|
export type CheckboxBlurEventDetail = Event;
|
|
953
|
+
export type CheckboxChangeEventDetail = Event;
|
|
939
954
|
export type CheckboxWrapperState = FormState;
|
|
940
955
|
declare const CONTENT_WRAPPER_BACKGROUND_COLORS: readonly [
|
|
941
956
|
"transparent",
|
|
@@ -1100,6 +1115,11 @@ declare const FLEX_ITEM_FLEXS: readonly [
|
|
|
1100
1115
|
"equal"
|
|
1101
1116
|
];
|
|
1102
1117
|
export type FlexItemFlex = (typeof FLEX_ITEM_FLEXS)[number];
|
|
1118
|
+
declare const BACKDROPS: readonly [
|
|
1119
|
+
"blur",
|
|
1120
|
+
"shading"
|
|
1121
|
+
];
|
|
1122
|
+
export type Backdrop = (typeof BACKDROPS)[number];
|
|
1103
1123
|
declare const FLYOUT_POSITIONS: readonly [
|
|
1104
1124
|
"start",
|
|
1105
1125
|
"end",
|
|
@@ -1118,6 +1138,7 @@ declare const FLYOUT_ARIA_ATTRIBUTES: readonly [
|
|
|
1118
1138
|
export type FlyoutAriaAttribute = (typeof FLYOUT_ARIA_ATTRIBUTES)[number];
|
|
1119
1139
|
export type FlyoutMotionVisibleEndEventDetail = TransitionEvent;
|
|
1120
1140
|
export type FlyoutMotionHiddenEndEventDetail = TransitionEvent;
|
|
1141
|
+
export type FlyoutBackdrop = Backdrop;
|
|
1121
1142
|
declare const GRID_DIRECTIONS: readonly [
|
|
1122
1143
|
"row",
|
|
1123
1144
|
"row-reverse",
|
|
@@ -1286,6 +1307,9 @@ declare const LINK_TILE_MODEL_SIGNATURE_MODELS: readonly [
|
|
|
1286
1307
|
"boxster",
|
|
1287
1308
|
"cayenne",
|
|
1288
1309
|
"cayman",
|
|
1310
|
+
"gt3-rs",
|
|
1311
|
+
"gt3",
|
|
1312
|
+
"gts",
|
|
1289
1313
|
"macan",
|
|
1290
1314
|
"panamera",
|
|
1291
1315
|
"taycan",
|
|
@@ -1341,6 +1365,21 @@ declare const MODEL_SIGNATURES_MANIFEST: {
|
|
|
1341
1365
|
width: number;
|
|
1342
1366
|
height: number;
|
|
1343
1367
|
};
|
|
1368
|
+
"gt3-rs": {
|
|
1369
|
+
src: string;
|
|
1370
|
+
width: number;
|
|
1371
|
+
height: number;
|
|
1372
|
+
};
|
|
1373
|
+
gt3: {
|
|
1374
|
+
src: string;
|
|
1375
|
+
width: number;
|
|
1376
|
+
height: number;
|
|
1377
|
+
};
|
|
1378
|
+
gts: {
|
|
1379
|
+
src: string;
|
|
1380
|
+
width: number;
|
|
1381
|
+
height: number;
|
|
1382
|
+
};
|
|
1344
1383
|
macan: {
|
|
1345
1384
|
src: string;
|
|
1346
1385
|
width: number;
|
|
@@ -1380,11 +1419,6 @@ declare const MARQUE_SIZES: readonly [
|
|
|
1380
1419
|
"medium"
|
|
1381
1420
|
];
|
|
1382
1421
|
export type MarqueSize = (typeof MARQUE_SIZES)[number];
|
|
1383
|
-
declare const BACKDROPS: readonly [
|
|
1384
|
-
"blur",
|
|
1385
|
-
"shading"
|
|
1386
|
-
];
|
|
1387
|
-
export type Backdrop = (typeof BACKDROPS)[number];
|
|
1388
1422
|
declare const MODAL_ARIA_ATTRIBUTES: readonly [
|
|
1389
1423
|
"aria-label",
|
|
1390
1424
|
"role"
|
|
@@ -1445,7 +1479,9 @@ export type PinCodeUpdateEvent = {
|
|
|
1445
1479
|
value: string;
|
|
1446
1480
|
isComplete: boolean;
|
|
1447
1481
|
};
|
|
1482
|
+
/** @deprecated */
|
|
1448
1483
|
export type PinCodeUpdateEventDetail = PinCodeUpdateEvent;
|
|
1484
|
+
export type PinCodeChangeEventDetail = PinCodeUpdateEventDetail;
|
|
1449
1485
|
export type PinCodeState = FormState;
|
|
1450
1486
|
declare const POPOVER_DIRECTIONS: readonly [
|
|
1451
1487
|
"top",
|
|
@@ -1459,6 +1495,9 @@ declare const POPOVER_ARIA_ATTRIBUTES: readonly [
|
|
|
1459
1495
|
];
|
|
1460
1496
|
export type PopoverAriaAttribute = (typeof POPOVER_ARIA_ATTRIBUTES)[number];
|
|
1461
1497
|
export type RadioButtonWrapperState = FormState;
|
|
1498
|
+
export type RadioGroupState = FormState;
|
|
1499
|
+
export type RadioGroupDirection = GroupDirection;
|
|
1500
|
+
export type RadioGroupChangeEventDetail = Event;
|
|
1462
1501
|
declare const SEGMENTED_CONTROL_BACKGROUND_COLORS: readonly [
|
|
1463
1502
|
"background-surface",
|
|
1464
1503
|
"background-default"
|
|
@@ -1468,7 +1507,9 @@ export type SegmentedControlBackgroundColor = (typeof SEGMENTED_CONTROL_BACKGROU
|
|
|
1468
1507
|
export type SegmentedControlUpdateEvent = {
|
|
1469
1508
|
value: string | number;
|
|
1470
1509
|
};
|
|
1510
|
+
/** @deprecated */
|
|
1471
1511
|
export type SegmentedControlUpdateEventDetail = SegmentedControlUpdateEvent;
|
|
1512
|
+
export type SegmentedControlChangeEventDetail = SegmentedControlUpdateEventDetail;
|
|
1472
1513
|
declare const SEGMENTED_CONTROL_COLUMNS: (string | number)[];
|
|
1473
1514
|
export type SegmentedControlColumns = (typeof SEGMENTED_CONTROL_COLUMNS)[number];
|
|
1474
1515
|
export type SegmentedControlItemIcon = LinkButtonIconName;
|
package/esm/plugin.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ref as n, inject as c } from "vue";
|
|
2
2
|
import { componentsReady as i, load as m } from "@porsche-design-system/components-js";
|
|
3
3
|
import { prefixInjectionKey as a } from "./utils.mjs";
|
|
4
4
|
const t = Symbol();
|
|
5
5
|
function u() {
|
|
6
|
-
const e =
|
|
6
|
+
const e = c(t);
|
|
7
7
|
if (!e)
|
|
8
8
|
throw new Error(
|
|
9
9
|
"[Porsche Design System Vue] No plugin was provided. Make sure to create one via `createPorscheDesignSystem()`."
|
|
@@ -11,7 +11,7 @@ function u() {
|
|
|
11
11
|
return e;
|
|
12
12
|
}
|
|
13
13
|
function g(e = { prefix: "" }) {
|
|
14
|
-
const r =
|
|
14
|
+
const r = n(!1), s = {
|
|
15
15
|
options: e,
|
|
16
16
|
isPorscheDesignSystemLoaded: r,
|
|
17
17
|
componentsReady: i,
|
package/esm/public-api.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { componentsReady as
|
|
1
|
+
import { componentsReady as o } from "@porsche-design-system/components-js";
|
|
2
2
|
import { default as a } from "./lib/components/AccordionWrapper.vue.mjs";
|
|
3
3
|
import { default as l } from "./lib/components/BannerWrapper.vue.mjs";
|
|
4
|
-
import { default as
|
|
5
|
-
import { default as
|
|
4
|
+
import { default as u } from "./lib/components/ButtonWrapper.vue.mjs";
|
|
5
|
+
import { default as s } from "./lib/components/ButtonGroupWrapper.vue.mjs";
|
|
6
6
|
import { default as x } from "./lib/components/ButtonPureWrapper.vue.mjs";
|
|
7
7
|
import { default as n } from "./lib/components/ButtonTileWrapper.vue.mjs";
|
|
8
8
|
import { default as T } from "./lib/components/CanvasWrapper.vue.mjs";
|
|
@@ -14,8 +14,8 @@ import { default as L } from "./lib/components/CrestWrapper.vue.mjs";
|
|
|
14
14
|
import { default as B } from "./lib/components/DisplayWrapper.vue.mjs";
|
|
15
15
|
import { default as w } from "./lib/components/DividerWrapper.vue.mjs";
|
|
16
16
|
import { default as H } from "./lib/components/DrilldownWrapper.vue.mjs";
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
17
|
+
import { default as R } from "./lib/components/DrilldownItemWrapper.vue.mjs";
|
|
18
|
+
import { default as v } from "./lib/components/DrilldownLinkWrapper.vue.mjs";
|
|
19
19
|
import { default as z } from "./lib/components/FieldsetWrapper.vue.mjs";
|
|
20
20
|
import { default as j } from "./lib/components/FieldsetWrapperWrapper.vue.mjs";
|
|
21
21
|
import { default as A } from "./lib/components/FlagWrapper.vue.mjs";
|
|
@@ -25,11 +25,11 @@ import { default as V } from "./lib/components/FlyoutWrapper.vue.mjs";
|
|
|
25
25
|
import { default as Y } from "./lib/components/GridWrapper.vue.mjs";
|
|
26
26
|
import { default as _ } from "./lib/components/GridItemWrapper.vue.mjs";
|
|
27
27
|
import { default as ee } from "./lib/components/HeadingWrapper.vue.mjs";
|
|
28
|
-
import { default as
|
|
28
|
+
import { default as oe } from "./lib/components/HeadlineWrapper.vue.mjs";
|
|
29
29
|
import { default as ae } from "./lib/components/IconWrapper.vue.mjs";
|
|
30
30
|
import { default as le } from "./lib/components/InlineNotificationWrapper.vue.mjs";
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
31
|
+
import { default as ue } from "./lib/components/InputDateWrapper.vue.mjs";
|
|
32
|
+
import { default as se } from "./lib/components/InputEmailWrapper.vue.mjs";
|
|
33
33
|
import { default as xe } from "./lib/components/InputNumberWrapper.vue.mjs";
|
|
34
34
|
import { default as ne } from "./lib/components/InputPasswordWrapper.vue.mjs";
|
|
35
35
|
import { default as Te } from "./lib/components/InputSearchWrapper.vue.mjs";
|
|
@@ -41,8 +41,8 @@ import { default as Le } from "./lib/components/LinkWrapper.vue.mjs";
|
|
|
41
41
|
import { default as Be } from "./lib/components/LinkPureWrapper.vue.mjs";
|
|
42
42
|
import { default as we } from "./lib/components/LinkSocialWrapper.vue.mjs";
|
|
43
43
|
import { default as He } from "./lib/components/LinkTileWrapper.vue.mjs";
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
44
|
+
import { default as Re } from "./lib/components/LinkTileModelSignatureWrapper.vue.mjs";
|
|
45
|
+
import { default as ve } from "./lib/components/LinkTileProductWrapper.vue.mjs";
|
|
46
46
|
import { default as ze } from "./lib/components/MarqueWrapper.vue.mjs";
|
|
47
47
|
import { default as je } from "./lib/components/ModalWrapper.vue.mjs";
|
|
48
48
|
import { default as Ae } from "./lib/components/ModelSignatureWrapper.vue.mjs";
|
|
@@ -52,46 +52,48 @@ import { default as Ve } from "./lib/components/OptgroupWrapper.vue.mjs";
|
|
|
52
52
|
import { default as Ye } from "./lib/components/PaginationWrapper.vue.mjs";
|
|
53
53
|
import { default as _e } from "./lib/components/PinCodeWrapper.vue.mjs";
|
|
54
54
|
import { default as et } from "./lib/components/PopoverWrapper.vue.mjs";
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as at } from "./lib/components/
|
|
57
|
-
import { default as lt } from "./lib/components/
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as xt } from "./lib/components/
|
|
61
|
-
import { default as nt } from "./lib/components/
|
|
62
|
-
import { default as Tt } from "./lib/components/
|
|
63
|
-
import { default as St } from "./lib/components/
|
|
64
|
-
import { default as gt } from "./lib/components/
|
|
65
|
-
import { default as Ct } from "./lib/components/
|
|
66
|
-
import { default as Dt } from "./lib/components/
|
|
67
|
-
import { default as Lt } from "./lib/components/
|
|
68
|
-
import { default as Bt } from "./lib/components/
|
|
69
|
-
import { default as wt } from "./lib/components/
|
|
70
|
-
import { default as Ht } from "./lib/components/
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as zt } from "./lib/components/
|
|
74
|
-
import { default as jt } from "./lib/components/
|
|
75
|
-
import { default as At } from "./lib/components/
|
|
76
|
-
import { default as Kt } from "./lib/components/
|
|
77
|
-
import { default as Jt } from "./lib/components/
|
|
78
|
-
import { default as Vt } from "./lib/components/
|
|
79
|
-
import { default as Yt } from "./lib/components/
|
|
80
|
-
import { default as _t } from "./lib/components/
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import {
|
|
88
|
-
import { default as
|
|
89
|
-
import {
|
|
55
|
+
import { default as ot } from "./lib/components/RadioButtonWrapperWrapper.vue.mjs";
|
|
56
|
+
import { default as at } from "./lib/components/RadioGroupWrapper.vue.mjs";
|
|
57
|
+
import { default as lt } from "./lib/components/RadioGroupOptionWrapper.vue.mjs";
|
|
58
|
+
import { default as ut } from "./lib/components/ScrollerWrapper.vue.mjs";
|
|
59
|
+
import { default as st } from "./lib/components/SegmentedControlWrapper.vue.mjs";
|
|
60
|
+
import { default as xt } from "./lib/components/SegmentedControlItemWrapper.vue.mjs";
|
|
61
|
+
import { default as nt } from "./lib/components/SelectWrapper.vue.mjs";
|
|
62
|
+
import { default as Tt } from "./lib/components/SelectOptionWrapper.vue.mjs";
|
|
63
|
+
import { default as St } from "./lib/components/SelectWrapperWrapper.vue.mjs";
|
|
64
|
+
import { default as gt } from "./lib/components/SheetWrapper.vue.mjs";
|
|
65
|
+
import { default as Ct } from "./lib/components/SpinnerWrapper.vue.mjs";
|
|
66
|
+
import { default as Dt } from "./lib/components/StepperHorizontalWrapper.vue.mjs";
|
|
67
|
+
import { default as Lt } from "./lib/components/StepperHorizontalItemWrapper.vue.mjs";
|
|
68
|
+
import { default as Bt } from "./lib/components/SwitchWrapper.vue.mjs";
|
|
69
|
+
import { default as wt } from "./lib/components/TableWrapper.vue.mjs";
|
|
70
|
+
import { default as Ht } from "./lib/components/TableBodyWrapper.vue.mjs";
|
|
71
|
+
import { default as Rt } from "./lib/components/TableCellWrapper.vue.mjs";
|
|
72
|
+
import { default as vt } from "./lib/components/TableHeadWrapper.vue.mjs";
|
|
73
|
+
import { default as zt } from "./lib/components/TableHeadCellWrapper.vue.mjs";
|
|
74
|
+
import { default as jt } from "./lib/components/TableHeadRowWrapper.vue.mjs";
|
|
75
|
+
import { default as At } from "./lib/components/TableRowWrapper.vue.mjs";
|
|
76
|
+
import { default as Kt } from "./lib/components/TabsWrapper.vue.mjs";
|
|
77
|
+
import { default as Jt } from "./lib/components/TabsBarWrapper.vue.mjs";
|
|
78
|
+
import { default as Vt } from "./lib/components/TabsItemWrapper.vue.mjs";
|
|
79
|
+
import { default as Yt } from "./lib/components/TagWrapper.vue.mjs";
|
|
80
|
+
import { default as _t } from "./lib/components/TagDismissibleWrapper.vue.mjs";
|
|
81
|
+
import { default as eo } from "./lib/components/TextWrapper.vue.mjs";
|
|
82
|
+
import { default as oo } from "./lib/components/TextFieldWrapperWrapper.vue.mjs";
|
|
83
|
+
import { default as ao } from "./lib/components/TextListWrapper.vue.mjs";
|
|
84
|
+
import { default as lo } from "./lib/components/TextListItemWrapper.vue.mjs";
|
|
85
|
+
import { default as uo } from "./lib/components/TextareaWrapper.vue.mjs";
|
|
86
|
+
import { default as mo } from "./lib/components/TextareaWrapperWrapper.vue.mjs";
|
|
87
|
+
import { default as Po } from "./lib/components/ToastWrapper.vue.mjs";
|
|
88
|
+
import { default as io } from "./lib/components/WordmarkWrapper.vue.mjs";
|
|
89
|
+
import { themeInjectionKey as co, useToastManager as So } from "./utils.mjs";
|
|
90
|
+
import { default as go } from "./PorscheDesignSystemProvider.vue.mjs";
|
|
91
|
+
import { createPorscheDesignSystem as Co, usePorscheDesignSystemPlugin as ko } from "./plugin.mjs";
|
|
90
92
|
export {
|
|
91
93
|
a as PAccordion,
|
|
92
94
|
l as PBanner,
|
|
93
|
-
|
|
94
|
-
|
|
95
|
+
u as PButton,
|
|
96
|
+
s as PButtonGroup,
|
|
95
97
|
x as PButtonPure,
|
|
96
98
|
n as PButtonTile,
|
|
97
99
|
T as PCanvas,
|
|
@@ -103,8 +105,8 @@ export {
|
|
|
103
105
|
B as PDisplay,
|
|
104
106
|
w as PDivider,
|
|
105
107
|
H as PDrilldown,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
+
R as PDrilldownItem,
|
|
109
|
+
v as PDrilldownLink,
|
|
108
110
|
z as PFieldset,
|
|
109
111
|
j as PFieldsetWrapper,
|
|
110
112
|
A as PFlag,
|
|
@@ -114,11 +116,11 @@ export {
|
|
|
114
116
|
Y as PGrid,
|
|
115
117
|
_ as PGridItem,
|
|
116
118
|
ee as PHeading,
|
|
117
|
-
|
|
119
|
+
oe as PHeadline,
|
|
118
120
|
ae as PIcon,
|
|
119
121
|
le as PInlineNotification,
|
|
120
|
-
|
|
121
|
-
|
|
122
|
+
ue as PInputDate,
|
|
123
|
+
se as PInputEmail,
|
|
122
124
|
xe as PInputNumber,
|
|
123
125
|
ne as PInputPassword,
|
|
124
126
|
Te as PInputSearch,
|
|
@@ -130,8 +132,8 @@ export {
|
|
|
130
132
|
Be as PLinkPure,
|
|
131
133
|
we as PLinkSocial,
|
|
132
134
|
He as PLinkTile,
|
|
133
|
-
|
|
134
|
-
|
|
135
|
+
Re as PLinkTileModelSignature,
|
|
136
|
+
ve as PLinkTileProduct,
|
|
135
137
|
ze as PMarque,
|
|
136
138
|
je as PModal,
|
|
137
139
|
Ae as PModelSignature,
|
|
@@ -141,42 +143,44 @@ export {
|
|
|
141
143
|
Ye as PPagination,
|
|
142
144
|
_e as PPinCode,
|
|
143
145
|
et as PPopover,
|
|
144
|
-
|
|
145
|
-
at as
|
|
146
|
-
lt as
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
xt as
|
|
150
|
-
nt as
|
|
151
|
-
Tt as
|
|
152
|
-
St as
|
|
153
|
-
gt as
|
|
154
|
-
Ct as
|
|
155
|
-
Dt as
|
|
156
|
-
Lt as
|
|
157
|
-
Bt as
|
|
158
|
-
wt as
|
|
159
|
-
Ht as
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
zt as
|
|
163
|
-
jt as
|
|
164
|
-
At as
|
|
165
|
-
Kt as
|
|
166
|
-
Jt as
|
|
167
|
-
Vt as
|
|
168
|
-
Yt as
|
|
169
|
-
_t as
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
146
|
+
ot as PRadioButtonWrapper,
|
|
147
|
+
at as PRadioGroup,
|
|
148
|
+
lt as PRadioGroupOption,
|
|
149
|
+
ut as PScroller,
|
|
150
|
+
st as PSegmentedControl,
|
|
151
|
+
xt as PSegmentedControlItem,
|
|
152
|
+
nt as PSelect,
|
|
153
|
+
Tt as PSelectOption,
|
|
154
|
+
St as PSelectWrapper,
|
|
155
|
+
gt as PSheet,
|
|
156
|
+
Ct as PSpinner,
|
|
157
|
+
Dt as PStepperHorizontal,
|
|
158
|
+
Lt as PStepperHorizontalItem,
|
|
159
|
+
Bt as PSwitch,
|
|
160
|
+
wt as PTable,
|
|
161
|
+
Ht as PTableBody,
|
|
162
|
+
Rt as PTableCell,
|
|
163
|
+
vt as PTableHead,
|
|
164
|
+
zt as PTableHeadCell,
|
|
165
|
+
jt as PTableHeadRow,
|
|
166
|
+
At as PTableRow,
|
|
167
|
+
Kt as PTabs,
|
|
168
|
+
Jt as PTabsBar,
|
|
169
|
+
Vt as PTabsItem,
|
|
170
|
+
Yt as PTag,
|
|
171
|
+
_t as PTagDismissible,
|
|
172
|
+
eo as PText,
|
|
173
|
+
oo as PTextFieldWrapper,
|
|
174
|
+
ao as PTextList,
|
|
175
|
+
lo as PTextListItem,
|
|
176
|
+
uo as PTextarea,
|
|
177
|
+
mo as PTextareaWrapper,
|
|
178
|
+
Po as PToast,
|
|
179
|
+
io as PWordmark,
|
|
180
|
+
go as PorscheDesignSystemProvider,
|
|
181
|
+
o as componentsReady,
|
|
182
|
+
Co as createPorscheDesignSystem,
|
|
183
|
+
co as themeInjectionKey,
|
|
184
|
+
ko as usePorscheDesignSystemPlugin,
|
|
185
|
+
So as useToastManager
|
|
182
186
|
};
|
package/esm/utils.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export declare const prefixInjectionKey: InjectionKey<string>;
|
|
|
4
4
|
export declare const themeInjectionKey: InjectionKey<Ref<Theme>>;
|
|
5
5
|
export declare const usePrefix: (tagName: string) => string;
|
|
6
6
|
export declare const syncProperties: <T extends HTMLElement>(elementRef: Ref<T | undefined>, props: Partial<T>) => void;
|
|
7
|
-
export declare const addEventListenerToElementRef: <T extends HTMLElement, E extends string>(elementRef: Ref<T | undefined>, eventName: E, emit: (eventName: E, detail: any) => void) => void;
|
|
7
|
+
export declare const addEventListenerToElementRef: <T extends HTMLElement, E extends string>(elementRef: Ref<T | undefined>, eventName: E, emit: (eventName: E, detail: any) => void, cb?: (event: CustomEvent) => void) => void;
|
|
8
8
|
export declare const useToastManager: () => {
|
|
9
9
|
addMessage: (message: ToastMessage) => void;
|
|
10
10
|
};
|
package/esm/utils.mjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { inject as
|
|
2
|
-
const
|
|
3
|
-
const e =
|
|
1
|
+
import { inject as r } from "vue";
|
|
2
|
+
const i = Symbol("pdsPrefix"), d = Symbol("pdsTheme"), c = (t) => {
|
|
3
|
+
const e = r(i);
|
|
4
4
|
if (e === void 0)
|
|
5
5
|
throw new Error("It appears the <PorscheDesignSystemProvider /> is missing. Make sure to wrap your App in it.");
|
|
6
6
|
return e ? e + "-" + t : t;
|
|
7
|
-
},
|
|
7
|
+
}, m = (t, e) => {
|
|
8
8
|
const s = t.value;
|
|
9
9
|
Object.keys(e).forEach((n) => s[n] = e[n]);
|
|
10
|
-
},
|
|
11
|
-
t.value.addEventListener(e, (
|
|
12
|
-
s(e,
|
|
10
|
+
}, u = (t, e, s, n) => {
|
|
11
|
+
t.value.addEventListener(e, (o) => {
|
|
12
|
+
s(e, o.detail), n?.(o);
|
|
13
13
|
});
|
|
14
|
-
},
|
|
15
|
-
const t =
|
|
14
|
+
}, y = () => {
|
|
15
|
+
const t = c("p-toast");
|
|
16
16
|
return {
|
|
17
17
|
addMessage: (e) => {
|
|
18
18
|
const s = document.body.querySelector(t);
|
|
@@ -21,10 +21,10 @@ const r = Symbol("pdsPrefix"), a = Symbol("pdsTheme"), i = (t) => {
|
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
23
|
export {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
24
|
+
u as addEventListenerToElementRef,
|
|
25
|
+
i as prefixInjectionKey,
|
|
26
|
+
m as syncProperties,
|
|
27
|
+
d as themeInjectionKey,
|
|
28
|
+
c as usePrefix,
|
|
29
|
+
y as useToastManager
|
|
30
30
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.30.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",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE",
|
|
18
18
|
"homepage": "https://designsystem.porsche.com",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@porsche-design-system/components-js": "3.
|
|
20
|
+
"@porsche-design-system/components-js": "3.30.0-rc.1"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"ag-grid-enterprise": ">= 33.0.0 <35.0.0",
|
package/tailwindcss/index.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
@theme {
|
|
4
4
|
/* Color */
|
|
5
5
|
--color-primary: #010205;
|
|
6
|
-
--color-
|
|
6
|
+
--color-canvas: #FFF;
|
|
7
7
|
--color-surface: #EEEFF2;
|
|
8
8
|
--color-shading: rgba(1,2,5,.67);
|
|
9
9
|
--color-frosted: hsl(240 4% 85%/35%);
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
--color-skeleton: #f7f7f7;
|
|
26
26
|
|
|
27
27
|
--color-primary-light: #010205;
|
|
28
|
-
--color-
|
|
28
|
+
--color-canvas-light: #FFF;
|
|
29
29
|
--color-surface-light: #EEEFF2;
|
|
30
30
|
--color-shading-light: rgba(1,2,5,.67);
|
|
31
31
|
--color-frosted-light: hsl(240 4% 85%/35%);
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
--color-skeleton-light: #f7f7f7;
|
|
48
48
|
|
|
49
49
|
--color-primary-dark: #FBFCFF;
|
|
50
|
-
--color-
|
|
50
|
+
--color-canvas-dark: #0E0E12;
|
|
51
51
|
--color-surface-dark: #212225;
|
|
52
52
|
--color-shading-dark: rgba(38,38,41,.67);
|
|
53
53
|
--color-frosted-dark: hsl(240 3% 26%/35%);
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
@layer theme {
|
|
168
168
|
.light {
|
|
169
169
|
--color-primary: #010205;
|
|
170
|
-
--color-
|
|
170
|
+
--color-canvas: #FFF;
|
|
171
171
|
--color-surface: #EEEFF2;
|
|
172
172
|
--color-shading: rgba(1,2,5,.67);
|
|
173
173
|
--color-frosted: hsl(240 4% 85%/35%);
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
|
|
192
192
|
.dark {
|
|
193
193
|
--color-primary: #FBFCFF;
|
|
194
|
-
--color-
|
|
194
|
+
--color-canvas: #0E0E12;
|
|
195
195
|
--color-surface: #212225;
|
|
196
196
|
--color-shading: rgba(38,38,41,.67);
|
|
197
197
|
--color-frosted: hsl(240 3% 26%/35%);
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
.auto {
|
|
217
217
|
@media (prefers-color-scheme: dark) {
|
|
218
218
|
--color-primary: #FBFCFF;
|
|
219
|
-
--color-
|
|
219
|
+
--color-canvas: #0E0E12;
|
|
220
220
|
--color-surface: #212225;
|
|
221
221
|
--color-shading: rgba(38,38,41,.67);
|
|
222
222
|
--color-frosted: hsl(240 3% 26%/35%);
|