@porsche-design-system/components-react 4.2.0-rc.5 → 4.3.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/cjs/lib/components/tabs-bar.wrapper.cjs +3 -3
- package/cjs/lib/components/tabs.wrapper.cjs +3 -3
- package/emotion/package.json +1 -8
- package/esm/hooks.mjs +1 -1
- package/esm/lib/components/accordion.wrapper.d.ts +8 -8
- package/esm/lib/components/banner.wrapper.d.ts +16 -16
- package/esm/lib/components/button-pure.wrapper.d.ts +32 -32
- package/esm/lib/components/button-tile.wrapper.d.ts +28 -28
- package/esm/lib/components/button.wrapper.d.ts +24 -24
- package/esm/lib/components/canvas.wrapper.d.ts +10 -10
- package/esm/lib/components/carousel.wrapper.d.ts +34 -34
- package/esm/lib/components/checkbox.wrapper.d.ts +30 -30
- package/esm/lib/components/crest.wrapper.d.ts +6 -6
- package/esm/lib/components/display.wrapper.d.ts +10 -10
- package/esm/lib/components/divider.wrapper.d.ts +4 -4
- package/esm/lib/components/drilldown-item.wrapper.d.ts +4 -4
- package/esm/lib/components/drilldown-link.wrapper.d.ts +12 -12
- package/esm/lib/components/drilldown.wrapper.d.ts +10 -10
- package/esm/lib/components/fieldset.wrapper.d.ts +12 -12
- package/esm/lib/components/flyout.wrapper.d.ts +20 -20
- package/esm/lib/components/heading.wrapper.d.ts +14 -14
- package/esm/lib/components/icon.wrapper.d.ts +10 -10
- package/esm/lib/components/inline-notification.wrapper.d.ts +20 -20
- package/esm/lib/components/input-date.wrapper.d.ts +40 -40
- package/esm/lib/components/input-email.wrapper.d.ts +46 -46
- package/esm/lib/components/input-month.wrapper.d.ts +40 -40
- package/esm/lib/components/input-number.wrapper.d.ts +38 -38
- package/esm/lib/components/input-password.wrapper.d.ts +36 -36
- package/esm/lib/components/input-search.wrapper.d.ts +44 -44
- package/esm/lib/components/input-tel.wrapper.d.ts +44 -44
- package/esm/lib/components/input-text.wrapper.d.ts +44 -44
- package/esm/lib/components/input-time.wrapper.d.ts +40 -40
- package/esm/lib/components/input-url.wrapper.d.ts +44 -44
- package/esm/lib/components/input-week.wrapper.d.ts +40 -40
- package/esm/lib/components/link-pure.wrapper.d.ts +28 -28
- package/esm/lib/components/link-tile-product.wrapper.d.ts +22 -22
- package/esm/lib/components/link-tile.wrapper.d.ts +26 -26
- package/esm/lib/components/link.wrapper.d.ts +20 -20
- package/esm/lib/components/modal.wrapper.d.ts +20 -20
- package/esm/lib/components/model-signature.wrapper.d.ts +12 -12
- package/esm/lib/components/multi-select-option.wrapper.d.ts +4 -4
- package/esm/lib/components/multi-select.wrapper.d.ts +28 -28
- package/esm/lib/components/optgroup.wrapper.d.ts +4 -4
- package/esm/lib/components/pagination.wrapper.d.ts +12 -12
- package/esm/lib/components/pin-code.wrapper.d.ts +32 -32
- package/esm/lib/components/popover.wrapper.d.ts +6 -6
- package/esm/lib/components/radio-group-option.wrapper.d.ts +8 -8
- package/esm/lib/components/radio-group.wrapper.d.ts +30 -30
- package/esm/lib/components/scroller.wrapper.d.ts +6 -6
- package/esm/lib/components/segmented-control-item.wrapper.d.ts +12 -12
- package/esm/lib/components/segmented-control.wrapper.d.ts +30 -30
- package/esm/lib/components/select-option.wrapper.d.ts +4 -4
- package/esm/lib/components/select.wrapper.d.ts +30 -30
- package/esm/lib/components/sheet.wrapper.d.ts +16 -16
- package/esm/lib/components/spinner.wrapper.d.ts +6 -6
- package/esm/lib/components/stepper-horizontal-item.wrapper.d.ts +2 -2
- package/esm/lib/components/stepper-horizontal.wrapper.d.ts +2 -2
- package/esm/lib/components/switch.wrapper.d.ts +16 -16
- package/esm/lib/components/table-head-cell.wrapper.d.ts +6 -6
- package/esm/lib/components/table.wrapper.d.ts +10 -10
- package/esm/lib/components/tabs-bar.wrapper.d.ts +19 -11
- package/esm/lib/components/tabs-bar.wrapper.mjs +3 -3
- package/esm/lib/components/tabs-item.wrapper.d.ts +2 -2
- package/esm/lib/components/tabs.wrapper.d.ts +19 -11
- package/esm/lib/components/tabs.wrapper.mjs +3 -3
- package/esm/lib/components/tag-dismissible.wrapper.d.ts +6 -6
- package/esm/lib/components/tag.wrapper.d.ts +8 -8
- package/esm/lib/components/text-list.wrapper.d.ts +2 -2
- package/esm/lib/components/textarea.wrapper.d.ts +48 -48
- package/esm/lib/components/wordmark.wrapper.d.ts +8 -8
- package/esm/lib/types.d.ts +13 -1
- package/package.json +6 -6
- package/ssr/cjs/components/dist/styles/esm/styles-entry.cjs +179 -431
- package/ssr/cjs/components/dist/utils/esm/utils-entry.cjs +40 -71
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/tabs-bar.wrapper.cjs +4 -4
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/tabs.wrapper.cjs +4 -4
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/accordion.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/banner.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/canvas.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/carousel.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/drilldown-item.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/fieldset.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flyout.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/inline-notification.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/modal.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/multi-select.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pin-code.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/popover.cjs +2 -2
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/scroller.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control-item.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/sheet.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/stepper-horizontal.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs-bar.cjs +7 -2
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs.cjs +2 -2
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/textarea.cjs +1 -1
- package/ssr/esm/components/dist/styles/esm/styles-entry.mjs +179 -431
- package/ssr/esm/components/dist/utils/esm/utils-entry.mjs +40 -71
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/hooks.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/tabs-bar.wrapper.mjs +4 -4
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/tabs.wrapper.mjs +4 -4
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/accordion.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/banner.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/canvas.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/carousel.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/crest.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/drilldown-item.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/fieldset.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flag.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flyout.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/icon.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/inline-notification.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/modal.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/multi-select.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pin-code.mjs +3 -3
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/popover.mjs +2 -2
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group.mjs +3 -3
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/scroller.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control-item.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/sheet.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/stepper-horizontal.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs-bar.mjs +8 -3
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs.mjs +2 -2
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/textarea.mjs +1 -1
- package/ssr/esm/lib/components/accordion.wrapper.d.ts +8 -8
- package/ssr/esm/lib/components/banner.wrapper.d.ts +16 -16
- package/ssr/esm/lib/components/button-pure.wrapper.d.ts +32 -32
- package/ssr/esm/lib/components/button-tile.wrapper.d.ts +28 -28
- package/ssr/esm/lib/components/button.wrapper.d.ts +24 -24
- package/ssr/esm/lib/components/canvas.wrapper.d.ts +10 -10
- package/ssr/esm/lib/components/carousel.wrapper.d.ts +34 -34
- package/ssr/esm/lib/components/checkbox.wrapper.d.ts +30 -30
- package/ssr/esm/lib/components/crest.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/display.wrapper.d.ts +10 -10
- package/ssr/esm/lib/components/divider.wrapper.d.ts +4 -4
- package/ssr/esm/lib/components/drilldown-item.wrapper.d.ts +4 -4
- package/ssr/esm/lib/components/drilldown-link.wrapper.d.ts +12 -12
- package/ssr/esm/lib/components/drilldown.wrapper.d.ts +10 -10
- package/ssr/esm/lib/components/fieldset.wrapper.d.ts +12 -12
- package/ssr/esm/lib/components/flyout.wrapper.d.ts +20 -20
- package/ssr/esm/lib/components/heading.wrapper.d.ts +14 -14
- package/ssr/esm/lib/components/icon.wrapper.d.ts +10 -10
- package/ssr/esm/lib/components/inline-notification.wrapper.d.ts +20 -20
- package/ssr/esm/lib/components/input-date.wrapper.d.ts +40 -40
- package/ssr/esm/lib/components/input-email.wrapper.d.ts +46 -46
- package/ssr/esm/lib/components/input-month.wrapper.d.ts +40 -40
- package/ssr/esm/lib/components/input-number.wrapper.d.ts +38 -38
- package/ssr/esm/lib/components/input-password.wrapper.d.ts +36 -36
- package/ssr/esm/lib/components/input-search.wrapper.d.ts +44 -44
- package/ssr/esm/lib/components/input-tel.wrapper.d.ts +44 -44
- package/ssr/esm/lib/components/input-text.wrapper.d.ts +44 -44
- package/ssr/esm/lib/components/input-time.wrapper.d.ts +40 -40
- package/ssr/esm/lib/components/input-url.wrapper.d.ts +44 -44
- package/ssr/esm/lib/components/input-week.wrapper.d.ts +40 -40
- package/ssr/esm/lib/components/link-pure.wrapper.d.ts +28 -28
- package/ssr/esm/lib/components/link-tile-product.wrapper.d.ts +22 -22
- package/ssr/esm/lib/components/link-tile.wrapper.d.ts +26 -26
- package/ssr/esm/lib/components/link.wrapper.d.ts +20 -20
- package/ssr/esm/lib/components/modal.wrapper.d.ts +20 -20
- package/ssr/esm/lib/components/model-signature.wrapper.d.ts +12 -12
- package/ssr/esm/lib/components/multi-select-option.wrapper.d.ts +4 -4
- package/ssr/esm/lib/components/multi-select.wrapper.d.ts +28 -28
- package/ssr/esm/lib/components/optgroup.wrapper.d.ts +4 -4
- package/ssr/esm/lib/components/pagination.wrapper.d.ts +12 -12
- package/ssr/esm/lib/components/pin-code.wrapper.d.ts +32 -32
- package/ssr/esm/lib/components/popover.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/radio-group-option.wrapper.d.ts +8 -8
- package/ssr/esm/lib/components/radio-group.wrapper.d.ts +30 -30
- package/ssr/esm/lib/components/scroller.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/segmented-control-item.wrapper.d.ts +12 -12
- package/ssr/esm/lib/components/segmented-control.wrapper.d.ts +30 -30
- package/ssr/esm/lib/components/select-option.wrapper.d.ts +4 -4
- package/ssr/esm/lib/components/select.wrapper.d.ts +30 -30
- package/ssr/esm/lib/components/sheet.wrapper.d.ts +16 -16
- package/ssr/esm/lib/components/spinner.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/stepper-horizontal-item.wrapper.d.ts +2 -2
- package/ssr/esm/lib/components/stepper-horizontal.wrapper.d.ts +2 -2
- package/ssr/esm/lib/components/switch.wrapper.d.ts +16 -16
- package/ssr/esm/lib/components/table-head-cell.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/table.wrapper.d.ts +10 -10
- package/ssr/esm/lib/components/tabs-bar.wrapper.d.ts +19 -11
- package/ssr/esm/lib/components/tabs-item.wrapper.d.ts +2 -2
- package/ssr/esm/lib/components/tabs.wrapper.d.ts +19 -11
- package/ssr/esm/lib/components/tag-dismissible.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/tag.wrapper.d.ts +8 -8
- package/ssr/esm/lib/components/text-list.wrapper.d.ts +2 -2
- package/ssr/esm/lib/components/textarea.wrapper.d.ts +48 -48
- package/ssr/esm/lib/components/wordmark.wrapper.d.ts +8 -8
- package/ssr/esm/lib/dsr-components/popover.d.ts +1 -1
- package/ssr/esm/lib/types.d.ts +13 -1
- package/tailwindcss/index.css +57 -75
- package/vanilla-extract/package.json +1 -8
|
@@ -1,267 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
green: {
|
|
4
|
-
'50': 'hsl(115 29.7% 92.7%)',
|
|
5
|
-
'100': 'hsl(114 30.3% 87.1%)',
|
|
6
|
-
'200': 'hsl(116 29.2% 81.2%)',
|
|
7
|
-
'300': 'hsl(115 29.6% 75.5%)',
|
|
8
|
-
'400': 'hsl(116 29.9% 69.8%)',
|
|
9
|
-
'500': 'hsl(116 30.1% 64.1%)',
|
|
10
|
-
'600': 'hsl(115 30% 56.9%)',
|
|
11
|
-
'700': 'hsl(115 30.4% 49.6%)',
|
|
12
|
-
'800': 'hsl(115 40.7% 42.4%)',
|
|
13
|
-
'900': 'hsl(115 55.3% 35.1%)',
|
|
14
|
-
'950': 'hsl(115 77.5% 27.8%)',
|
|
15
|
-
'50a': 'hsl(115 77.5% 27.8% / 0.1)',
|
|
16
|
-
'100a': 'hsl(115 77.5% 27.8% / 0.18)',
|
|
17
|
-
'200a': 'hsl(115 77.5% 27.8% / 0.26)',
|
|
18
|
-
'300a': 'hsl(115 77.5% 27.8% / 0.34)',
|
|
19
|
-
'400a': 'hsl(115 77.5% 27.8% / 0.42)',
|
|
20
|
-
'500a': 'hsl(115 77.5% 27.8% / 0.5)',
|
|
21
|
-
'600a': 'hsl(115 77.5% 27.8% / 0.6)',
|
|
22
|
-
'700a': 'hsl(115 77.5% 27.8% / 0.7)',
|
|
23
|
-
'800a': 'hsl(115 77.5% 27.8% / 0.8)',
|
|
24
|
-
'900a': 'hsl(115 77.5% 27.8% / 0.9)',
|
|
25
|
-
'950a': 'hsl(115 77.5% 27.8%)',
|
|
26
|
-
},
|
|
27
|
-
red: {
|
|
28
|
-
'50': 'hsl(0 53.3% 94.1%)',
|
|
29
|
-
'100': 'hsl(358 55.6% 89.4%)',
|
|
30
|
-
'200': 'hsl(359 53.8% 84.7%)',
|
|
31
|
-
'300': 'hsl(358 54.9% 80%)',
|
|
32
|
-
'400': 'hsl(358 54% 75.3%)',
|
|
33
|
-
'500': 'hsl(357 54.7% 70.6%)',
|
|
34
|
-
'600': 'hsl(358 54.4% 64.7%)',
|
|
35
|
-
'700': 'hsl(357 54.3% 58.8%)',
|
|
36
|
-
'800': 'hsl(357 54.4% 52.7%)',
|
|
37
|
-
'900': 'hsl(357 61.5% 46.9%)',
|
|
38
|
-
'950': 'hsl(357 78% 41%)',
|
|
39
|
-
'50a': 'hsl(357 78% 41% / 0.1)',
|
|
40
|
-
'100a': 'hsl(357 78% 41% / 0.18)',
|
|
41
|
-
'200a': 'hsl(357 78% 41% / 0.26)',
|
|
42
|
-
'300a': 'hsl(357 78% 41% / 0.34)',
|
|
43
|
-
'400a': 'hsl(357 78% 41% / 0.42)',
|
|
44
|
-
'500a': 'hsl(357 78% 41% / 0.5)',
|
|
45
|
-
'600a': 'hsl(357 78% 41% / 0.6)',
|
|
46
|
-
'700a': 'hsl(357 78% 41% / 0.7)',
|
|
47
|
-
'800a': 'hsl(357 78% 41% / 0.8)',
|
|
48
|
-
'900a': 'hsl(357 78% 41% / 0.9)',
|
|
49
|
-
'950a': 'hsl(357 78% 41%)',
|
|
50
|
-
},
|
|
51
|
-
yellow: {
|
|
52
|
-
'50': 'hsl(25 51.5% 93.5%)',
|
|
53
|
-
'100': 'hsl(27 50.8% 88%)',
|
|
54
|
-
'200': 'hsl(27 50% 82.7%)',
|
|
55
|
-
'300': 'hsl(27 50.9% 77.6%)',
|
|
56
|
-
'400': 'hsl(27 50.4% 72.4%)',
|
|
57
|
-
'500': 'hsl(28 50.9% 67.3%)',
|
|
58
|
-
'600': 'hsl(28 50.5% 60.4%)',
|
|
59
|
-
'700': 'hsl(28 50.6% 53.9%)',
|
|
60
|
-
'800': 'hsl(27 56.2% 47.5%)',
|
|
61
|
-
'900': 'hsl(28 73.9% 40.6%)',
|
|
62
|
-
'950': 'hsl(28 97.7% 34.1%)',
|
|
63
|
-
'50a': 'hsl(28 97.7% 34.1% / 0.1)',
|
|
64
|
-
'100a': 'hsl(28 97.7% 34.1% / 0.18)',
|
|
65
|
-
'200a': 'hsl(28 97.7% 34.1% / 0.26)',
|
|
66
|
-
'300a': 'hsl(28 97.7% 34.1% / 0.34)',
|
|
67
|
-
'400a': 'hsl(28 97.7% 34.1% / 0.42)',
|
|
68
|
-
'500a': 'hsl(28 97.7% 34.1% / 0.5)',
|
|
69
|
-
'600a': 'hsl(28 97.7% 34.1% / 0.6)',
|
|
70
|
-
'700a': 'hsl(28 97.7% 34.1% / 0.7)',
|
|
71
|
-
'800a': 'hsl(28 97.7% 34.1% / 0.8)',
|
|
72
|
-
'900a': 'hsl(28 97.7% 34.1% / 0.9)',
|
|
73
|
-
'950a': 'hsl(28 97.7% 34.1%)',
|
|
74
|
-
},
|
|
75
|
-
blue: {
|
|
76
|
-
'50': 'hsl(229 84% 95.1%)',
|
|
77
|
-
'100': 'hsl(229 82.2% 91.2%)',
|
|
78
|
-
'200': 'hsl(228 84.6% 87.3%)',
|
|
79
|
-
'300': 'hsl(228 83.5% 83.3%)',
|
|
80
|
-
'400': 'hsl(228 82.9% 79.4%)',
|
|
81
|
-
'500': 'hsl(228 83.9% 75.7%)',
|
|
82
|
-
'600': 'hsl(228 82.7% 70.6%)',
|
|
83
|
-
'700': 'hsl(228 82.9% 65.7%)',
|
|
84
|
-
'800': 'hsl(228 83% 60.8%)',
|
|
85
|
-
'900': 'hsl(228 83.1% 55.9%)',
|
|
86
|
-
'950': 'hsl(228 83.2% 51%)',
|
|
87
|
-
'50a': 'hsl(228 83.2% 51% / 0.1)',
|
|
88
|
-
'100a': 'hsl(228 83.2% 51% / 0.18)',
|
|
89
|
-
'200a': 'hsl(228 83.2% 51% / 0.26)',
|
|
90
|
-
'300a': 'hsl(228 83.2% 51% / 0.34)',
|
|
91
|
-
'400a': 'hsl(228 83.2% 51% / 0.42)',
|
|
92
|
-
'500a': 'hsl(228 83.2% 51% / 0.5)',
|
|
93
|
-
'600a': 'hsl(228 83.2% 51% / 0.6)',
|
|
94
|
-
'700a': 'hsl(228 83.2% 51% / 0.7)',
|
|
95
|
-
'800a': 'hsl(228 83.2% 51% / 0.8)',
|
|
96
|
-
'900a': 'hsl(228 83.2% 51% / 0.9)',
|
|
97
|
-
'950a': 'hsl(228 83.2% 51%)',
|
|
98
|
-
},
|
|
99
|
-
grey: {
|
|
100
|
-
'50': 'hsl(240 10% 95%)',
|
|
101
|
-
'100': 'hsl(240 8.1% 92.7%)',
|
|
102
|
-
'200': 'hsl(225 5.7% 86.3%)',
|
|
103
|
-
'300': 'hsl(240 2.7% 78.2%)',
|
|
104
|
-
'400': 'hsl(240 1.9% 68.8%)',
|
|
105
|
-
'500': 'hsl(240 0.9% 57.6%)',
|
|
106
|
-
'600': 'hsl(240 0.8% 47.8%)',
|
|
107
|
-
'700': 'hsl(240 1.6% 37.8%)',
|
|
108
|
-
'800': 'hsl(240 2.2% 27.3%)',
|
|
109
|
-
'900': 'hsl(240 4.8% 16.5%)',
|
|
110
|
-
'950': 'hsl(225 66.7% 1.2%)',
|
|
111
|
-
'50a': 'hsl(234 9.8% 60% / 0.06)',
|
|
112
|
-
'100a': 'hsl(240 5% 70% / 0.148)',
|
|
113
|
-
'200a': 'hsl(236 6.5% 42% / 0.236)',
|
|
114
|
-
'300a': 'hsl(234 6% 32.9% / 0.324)',
|
|
115
|
-
'400a': 'hsl(233 6.6% 23.9% / 0.412)',
|
|
116
|
-
'500a': 'hsl(240 5.3% 14.9% / 0.5)',
|
|
117
|
-
'600a': 'hsl(240 6.1% 7% / 0.6)',
|
|
118
|
-
'700a': 'hsl(240 7.1% 11% / 0.7)',
|
|
119
|
-
'800a': 'hsl(240 8.7% 9% / 0.8)',
|
|
120
|
-
'900a': 'hsl(240 11.1% 7.1% / 0.9)',
|
|
121
|
-
'950a': 'hsl(240 15.4% 5.1%)',
|
|
122
|
-
},
|
|
123
|
-
},
|
|
124
|
-
dark: {
|
|
125
|
-
green: {
|
|
126
|
-
'50': 'hsl(157 33.3% 10.6%)',
|
|
127
|
-
'100': 'hsl(158 47.1% 13.3%)',
|
|
128
|
-
'200': 'hsl(157 58% 15.9%)',
|
|
129
|
-
'300': 'hsl(157 64.6% 18.8%)',
|
|
130
|
-
'400': 'hsl(157 69.1% 21.6%)',
|
|
131
|
-
'500': 'hsl(157 72.6% 24.3%)',
|
|
132
|
-
'600': 'hsl(157 76.1% 27.8%)',
|
|
133
|
-
'700': 'hsl(157 78.7% 31.4%)',
|
|
134
|
-
'800': 'hsl(157 81.8% 34.5%)',
|
|
135
|
-
'900': 'hsl(157 83.5% 38%)',
|
|
136
|
-
'950': 'hsl(157 84.9% 41.6%)',
|
|
137
|
-
'50a': 'hsl(157 84.9% 41.6% / 0.1)',
|
|
138
|
-
'100a': 'hsl(157 84.9% 41.6% / 0.18)',
|
|
139
|
-
'200a': 'hsl(157 84.9% 41.6% / 0.26)',
|
|
140
|
-
'300a': 'hsl(157 84.9% 41.6% / 0.34)',
|
|
141
|
-
'400a': 'hsl(157 84.9% 41.6% / 0.42)',
|
|
142
|
-
'500a': 'hsl(157 84.9% 41.6% / 0.5)',
|
|
143
|
-
'600a': 'hsl(157 84.9% 41.6% / 0.6)',
|
|
144
|
-
'700a': 'hsl(157 84.9% 41.6% / 0.7)',
|
|
145
|
-
'800a': 'hsl(157 84.9% 41.6% / 0.8)',
|
|
146
|
-
'900a': 'hsl(157 84.9% 41.6% / 0.9)',
|
|
147
|
-
'950a': 'hsl(157 84.9% 41.6%)',
|
|
148
|
-
},
|
|
149
|
-
red: {
|
|
150
|
-
'50': 'hsl(0 28.1% 12.5%)',
|
|
151
|
-
'100': 'hsl(0 39.5% 16.9%)',
|
|
152
|
-
'200': 'hsl(0 45% 21.4%)',
|
|
153
|
-
'300': 'hsl(0 48.5% 25.9%)',
|
|
154
|
-
'400': 'hsl(0 51.6% 30%)',
|
|
155
|
-
'500': 'hsl(0 53.4% 34.5%)',
|
|
156
|
-
'600': 'hsl(0 54.9% 40%)',
|
|
157
|
-
'700': 'hsl(0 56.9% 45.5%)',
|
|
158
|
-
'800': 'hsl(0 60% 51%)',
|
|
159
|
-
'900': 'hsl(0 76.6% 56.5%)',
|
|
160
|
-
'950': 'hsl(0 96.9% 62%)',
|
|
161
|
-
'50a': 'hsl(0 96.9% 62% / 0.1)',
|
|
162
|
-
'100a': 'hsl(0 96.9% 62% / 0.18)',
|
|
163
|
-
'200a': 'hsl(0 96.9% 62% / 0.26)',
|
|
164
|
-
'300a': 'hsl(0 96.9% 62% / 0.34)',
|
|
165
|
-
'400a': 'hsl(0 96.9% 62% / 0.42)',
|
|
166
|
-
'500a': 'hsl(0 96.9% 62% / 0.5)',
|
|
167
|
-
'600a': 'hsl(0 96.9% 62% / 0.6)',
|
|
168
|
-
'700a': 'hsl(0 96.9% 62% / 0.7)',
|
|
169
|
-
'800a': 'hsl(0 96.9% 62% / 0.8)',
|
|
170
|
-
'900a': 'hsl(0 96.9% 62% / 0.9)',
|
|
171
|
-
'950a': 'hsl(0 96.9% 62%)',
|
|
172
|
-
},
|
|
173
|
-
yellow: {
|
|
174
|
-
'50': 'hsl(29 34.4% 12%)',
|
|
175
|
-
'100': 'hsl(28 45.7% 15.9%)',
|
|
176
|
-
'200': 'hsl(28 52.5% 19.8%)',
|
|
177
|
-
'300': 'hsl(28 57% 23.7%)',
|
|
178
|
-
'400': 'hsl(28 60.3% 27.6%)',
|
|
179
|
-
'500': 'hsl(28 62.7% 31.6%)',
|
|
180
|
-
'600': 'hsl(28 65.6% 36.5%)',
|
|
181
|
-
'700': 'hsl(28 66.8% 41.4%)',
|
|
182
|
-
'800': 'hsl(28 68.6% 46.3%)',
|
|
183
|
-
'900': 'hsl(28 72.7% 51.2%)',
|
|
184
|
-
'950': 'hsl(28 90.2% 56.1%)',
|
|
185
|
-
'50a': 'hsl(28 90.2% 56.1% / 0.1)',
|
|
186
|
-
'100a': 'hsl(28 90.2% 56.1% / 0.18)',
|
|
187
|
-
'200a': 'hsl(28 90.2% 56.1% / 0.26)',
|
|
188
|
-
'300a': 'hsl(28 90.2% 56.1% / 0.34)',
|
|
189
|
-
'400a': 'hsl(28 90.2% 56.1% / 0.42)',
|
|
190
|
-
'500a': 'hsl(28 90.2% 56.1% / 0.5)',
|
|
191
|
-
'600a': 'hsl(28 90.2% 56.1% / 0.6)',
|
|
192
|
-
'700a': 'hsl(28 90.2% 56.1% / 0.7)',
|
|
193
|
-
'800a': 'hsl(28 90.2% 56.1% / 0.8)',
|
|
194
|
-
'900a': 'hsl(28 90.2% 56.1% / 0.9)',
|
|
195
|
-
'950a': 'hsl(28 90.2% 56.1%)',
|
|
196
|
-
},
|
|
197
|
-
blue: {
|
|
198
|
-
'50': 'hsl(211 37.7% 12%)',
|
|
199
|
-
'100': 'hsl(210 52.5% 15.7%)',
|
|
200
|
-
'200': 'hsl(210 61.6% 19.4%)',
|
|
201
|
-
'300': 'hsl(210 66.4% 23.3%)',
|
|
202
|
-
'400': 'hsl(210 71% 27.1%)',
|
|
203
|
-
'500': 'hsl(210 73.4% 31%)',
|
|
204
|
-
'600': 'hsl(210 76.8% 35.5%)',
|
|
205
|
-
'700': 'hsl(210 78.6% 40.4%)',
|
|
206
|
-
'800': 'hsl(210 80.9% 45.1%)',
|
|
207
|
-
'900': 'hsl(210 81.9% 49.8%)',
|
|
208
|
-
'950': 'hsl(210 100% 54.5%)',
|
|
209
|
-
'50a': 'hsl(210 100% 54.5% / 0.1)',
|
|
210
|
-
'100a': 'hsl(210 100% 54.5% / 0.18)',
|
|
211
|
-
'200a': 'hsl(210 100% 54.5% / 0.26)',
|
|
212
|
-
'300a': 'hsl(210 100% 54.5% / 0.34)',
|
|
213
|
-
'400a': 'hsl(210 100% 54.5% / 0.42)',
|
|
214
|
-
'500a': 'hsl(210 100% 54.5% / 0.5)',
|
|
215
|
-
'600a': 'hsl(210 100% 54.5% / 0.6)',
|
|
216
|
-
'700a': 'hsl(210 100% 54.5% / 0.7)',
|
|
217
|
-
'800a': 'hsl(210 100% 54.5% / 0.8)',
|
|
218
|
-
'900a': 'hsl(210 100% 54.5% / 0.9)',
|
|
219
|
-
'950a': 'hsl(210 100% 54.5%)',
|
|
220
|
-
},
|
|
221
|
-
grey: {
|
|
222
|
-
'50': 'hsl(225 66.7% 1.2%)',
|
|
223
|
-
'100': 'hsl(240 2% 10%)',
|
|
224
|
-
'200': 'hsl(240 1.3% 15.5%)',
|
|
225
|
-
'300': 'hsl(240 0.8% 23.7%)',
|
|
226
|
-
'400': 'hsl(240 0.6% 34.3%)',
|
|
227
|
-
'500': 'hsl(240 0.4% 47.6%)',
|
|
228
|
-
'600': 'hsl(240 0.5% 57.5%)',
|
|
229
|
-
'700': 'hsl(240 0.6% 67.3%)',
|
|
230
|
-
'800': 'hsl(240 0.9% 77.1%)',
|
|
231
|
-
'900': 'hsl(240 3% 87.1%)',
|
|
232
|
-
'950': 'hsl(225 100% 99%)',
|
|
233
|
-
'50a': 'hsl(225 66.7% 1.2% / 0.08)',
|
|
234
|
-
'100a': 'hsl(240 3.7% 26.5% / 0.154)',
|
|
235
|
-
'200a': 'hsl(240 2% 43% / 0.228)',
|
|
236
|
-
'300a': 'hsl(240 1.5% 61.8% / 0.302)',
|
|
237
|
-
'400a': 'hsl(240 2.9% 79.4% / 0.376)',
|
|
238
|
-
'500a': 'hsl(240 12.5% 96.9% / 0.45)',
|
|
239
|
-
'600a': 'hsl(240 12.5% 96.9% / 0.56)',
|
|
240
|
-
'700a': 'hsl(240 12.5% 96.9% / 0.67)',
|
|
241
|
-
'800a': 'hsl(240 12.5% 96.9% / 0.78)',
|
|
242
|
-
'900a': 'hsl(240 12.5% 96.9% / 0.89)',
|
|
243
|
-
'950a': 'hsl(225 100% 99%)',
|
|
244
|
-
},
|
|
245
|
-
},
|
|
246
|
-
};
|
|
1
|
+
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
2
|
+
const blurFrosted = '--p-blur-frosted';
|
|
247
3
|
|
|
248
|
-
|
|
249
|
-
const
|
|
4
|
+
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
5
|
+
const radius2Xl = '--p-radius-2xl';
|
|
250
6
|
|
|
251
|
-
|
|
252
|
-
const
|
|
7
|
+
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
8
|
+
const radius3Xl = '--p-radius-3xl';
|
|
253
9
|
|
|
254
|
-
|
|
255
|
-
const
|
|
10
|
+
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
11
|
+
const radiusFull = '--p-radius-full';
|
|
256
12
|
|
|
257
|
-
|
|
258
|
-
const
|
|
13
|
+
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
14
|
+
const radiusLg = '--p-radius-lg';
|
|
259
15
|
|
|
260
|
-
|
|
261
|
-
const
|
|
16
|
+
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
17
|
+
const radiusMd = '--p-radius-md';
|
|
262
18
|
|
|
263
19
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
264
|
-
const
|
|
20
|
+
const radiusSm = '--p-radius-sm';
|
|
21
|
+
|
|
22
|
+
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
23
|
+
const radiusXl = '--p-radius-xl';
|
|
265
24
|
|
|
266
25
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
267
26
|
const colorFocus = '--p-color-focus';
|
|
@@ -354,118 +113,97 @@ const colorWarningFrostedSoft = '--p-color-warning-frosted-soft';
|
|
|
354
113
|
const colorWarningMedium = '--p-color-warning-medium';
|
|
355
114
|
|
|
356
115
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
357
|
-
const
|
|
358
|
-
|
|
359
|
-
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
360
|
-
const durationMd$1 = '--p-duration-md';
|
|
361
|
-
|
|
362
|
-
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
363
|
-
const durationSm = '--p-duration-sm';
|
|
364
|
-
|
|
365
|
-
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
366
|
-
const durationXl = '--p-duration-xl';
|
|
367
|
-
|
|
368
|
-
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
369
|
-
const easeIn$1 = '--p-ease-in';
|
|
370
|
-
|
|
371
|
-
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
372
|
-
const easeInOut = '--p-ease-in-out';
|
|
373
|
-
|
|
374
|
-
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
375
|
-
const easeOut$1 = '--p-ease-out';
|
|
376
|
-
|
|
377
|
-
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
378
|
-
const radius2Xl = '--p-radius-2xl';
|
|
116
|
+
const fontPorscheNext$1 = '--p-font-porsche-next';
|
|
379
117
|
|
|
380
118
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
381
|
-
const
|
|
119
|
+
const leadingNormal$1 = '--p-leading-normal';
|
|
382
120
|
|
|
383
121
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
384
|
-
const
|
|
122
|
+
const typescale2Xl = '--p-typescale-2xl';
|
|
385
123
|
|
|
386
124
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
387
|
-
const
|
|
125
|
+
const typescale2Xs = '--p-typescale-2xs';
|
|
388
126
|
|
|
389
127
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
390
|
-
const
|
|
128
|
+
const typescale3Xl = '--p-typescale-3xl';
|
|
391
129
|
|
|
392
130
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
393
|
-
const
|
|
131
|
+
const typescale4Xl = '--p-typescale-4xl';
|
|
394
132
|
|
|
395
133
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
396
|
-
const
|
|
134
|
+
const typescale5Xl = '--p-typescale-5xl';
|
|
397
135
|
|
|
398
136
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
399
|
-
const
|
|
137
|
+
const typescaleLg = '--p-typescale-lg';
|
|
400
138
|
|
|
401
139
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
402
|
-
const
|
|
140
|
+
const typescaleMd = '--p-typescale-md';
|
|
403
141
|
|
|
404
142
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
405
|
-
const
|
|
143
|
+
const typescaleSm$1 = '--p-typescale-sm';
|
|
406
144
|
|
|
407
145
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
408
|
-
const
|
|
146
|
+
const typescaleXl = '--p-typescale-xl';
|
|
409
147
|
|
|
410
148
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
411
|
-
const
|
|
149
|
+
const typescaleXs$1 = '--p-typescale-xs';
|
|
412
150
|
|
|
413
151
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
414
|
-
const
|
|
152
|
+
const fontWeightBold = '--p-font-weight-bold';
|
|
415
153
|
|
|
416
154
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
417
|
-
const
|
|
155
|
+
const fontWeightNormal$1 = '--p-font-weight-normal';
|
|
418
156
|
|
|
419
157
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
420
|
-
const
|
|
158
|
+
const fontWeightSemibold = '--p-font-weight-semibold';
|
|
421
159
|
|
|
422
160
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
423
|
-
const
|
|
161
|
+
const durationLg = '--p-duration-lg';
|
|
424
162
|
|
|
425
163
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
426
|
-
const
|
|
164
|
+
const durationMd$1 = '--p-duration-md';
|
|
427
165
|
|
|
428
166
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
429
|
-
const
|
|
167
|
+
const durationSm = '--p-duration-sm';
|
|
430
168
|
|
|
431
169
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
432
|
-
const
|
|
170
|
+
const durationXl = '--p-duration-xl';
|
|
433
171
|
|
|
434
172
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
435
|
-
const
|
|
173
|
+
const easeIn$1 = '--p-ease-in';
|
|
436
174
|
|
|
437
175
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
438
|
-
const
|
|
176
|
+
const easeInOut = '--p-ease-in-out';
|
|
439
177
|
|
|
440
178
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
441
|
-
const
|
|
179
|
+
const easeOut$1 = '--p-ease-out';
|
|
442
180
|
|
|
443
181
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
444
|
-
const
|
|
182
|
+
const shadowLg = '--p-shadow-lg';
|
|
445
183
|
|
|
446
184
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
447
|
-
const
|
|
185
|
+
const spacingFluidLg = '--p-spacing-fluid-lg';
|
|
448
186
|
|
|
449
187
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
450
|
-
const
|
|
188
|
+
const spacingFluidMd$1 = '--p-spacing-fluid-md';
|
|
451
189
|
|
|
452
190
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
453
|
-
const
|
|
191
|
+
const spacingFluidSm = '--p-spacing-fluid-sm';
|
|
454
192
|
|
|
455
193
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
456
|
-
const
|
|
194
|
+
const spacingFluidXs = '--p-spacing-fluid-xs';
|
|
457
195
|
|
|
458
196
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
459
|
-
const
|
|
197
|
+
const spacingStatic2Xs = '--p-spacing-static-2xs';
|
|
460
198
|
|
|
461
199
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
462
|
-
const
|
|
200
|
+
const spacingStaticMd = '--p-spacing-static-md';
|
|
463
201
|
|
|
464
202
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
465
|
-
const
|
|
203
|
+
const spacingStaticSm$1 = '--p-spacing-static-sm';
|
|
466
204
|
|
|
467
205
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
468
|
-
const
|
|
206
|
+
const spacingStaticXs$1 = '--p-spacing-static-xs';
|
|
469
207
|
|
|
470
208
|
// Wraps a bare CSS custom property name
|
|
471
209
|
// (e.g. `--p-color-canvas`, exported as a plain literal const) into a CSS
|
|
@@ -600,18 +338,13 @@ const pointerCoarseMediaQuery = (style) => {
|
|
|
600
338
|
};
|
|
601
339
|
|
|
602
340
|
function _extends() {
|
|
603
|
-
_extends = Object.assign ? Object.assign.bind() : function (
|
|
604
|
-
for (var
|
|
605
|
-
var
|
|
606
|
-
for (var
|
|
607
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
608
|
-
target[key] = source[key];
|
|
609
|
-
}
|
|
610
|
-
}
|
|
341
|
+
return _extends = Object.assign ? Object.assign.bind() : function (n) {
|
|
342
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
343
|
+
var t = arguments[e];
|
|
344
|
+
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
|
|
611
345
|
}
|
|
612
|
-
return
|
|
613
|
-
};
|
|
614
|
-
return _extends.apply(this, arguments);
|
|
346
|
+
return n;
|
|
347
|
+
}, _extends.apply(null, arguments);
|
|
615
348
|
}
|
|
616
349
|
|
|
617
350
|
var _typeof$1 = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
|
@@ -644,55 +377,41 @@ function toPropertyKey(t) {
|
|
|
644
377
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
645
378
|
}
|
|
646
379
|
|
|
647
|
-
function _defineProperties(
|
|
648
|
-
for (var
|
|
649
|
-
var
|
|
650
|
-
|
|
651
|
-
descriptor.configurable = true;
|
|
652
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
653
|
-
Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor);
|
|
380
|
+
function _defineProperties(e, r) {
|
|
381
|
+
for (var t = 0; t < r.length; t++) {
|
|
382
|
+
var o = r[t];
|
|
383
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, toPropertyKey(o.key), o);
|
|
654
384
|
}
|
|
655
385
|
}
|
|
656
|
-
function _createClass(
|
|
657
|
-
|
|
658
|
-
Object.defineProperty(Constructor, "prototype", {
|
|
386
|
+
function _createClass(e, r, t) {
|
|
387
|
+
return r && _defineProperties(e.prototype, r), Object.defineProperty(e, "prototype", {
|
|
659
388
|
writable: false
|
|
660
|
-
});
|
|
661
|
-
return Constructor;
|
|
389
|
+
}), e;
|
|
662
390
|
}
|
|
663
391
|
|
|
664
|
-
function _setPrototypeOf(
|
|
665
|
-
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
};
|
|
669
|
-
return _setPrototypeOf(o, p);
|
|
392
|
+
function _setPrototypeOf(t, e) {
|
|
393
|
+
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
|
|
394
|
+
return t.__proto__ = e, t;
|
|
395
|
+
}, _setPrototypeOf(t, e);
|
|
670
396
|
}
|
|
671
397
|
|
|
672
|
-
function _inheritsLoose(
|
|
673
|
-
|
|
674
|
-
subClass.prototype.constructor = subClass;
|
|
675
|
-
_setPrototypeOf(subClass, superClass);
|
|
398
|
+
function _inheritsLoose(t, o) {
|
|
399
|
+
t.prototype = Object.create(o.prototype), t.prototype.constructor = t, _setPrototypeOf(t, o);
|
|
676
400
|
}
|
|
677
401
|
|
|
678
|
-
function _assertThisInitialized(
|
|
679
|
-
if (
|
|
680
|
-
|
|
681
|
-
}
|
|
682
|
-
return self;
|
|
402
|
+
function _assertThisInitialized(e) {
|
|
403
|
+
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
404
|
+
return e;
|
|
683
405
|
}
|
|
684
406
|
|
|
685
|
-
function _objectWithoutPropertiesLoose(
|
|
686
|
-
if (
|
|
687
|
-
var
|
|
688
|
-
var
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
key = sourceKeys[i];
|
|
692
|
-
if (excluded.indexOf(key) >= 0) continue;
|
|
693
|
-
target[key] = source[key];
|
|
407
|
+
function _objectWithoutPropertiesLoose(r, e) {
|
|
408
|
+
if (null == r) return {};
|
|
409
|
+
var t = {};
|
|
410
|
+
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
411
|
+
if (-1 !== e.indexOf(n)) continue;
|
|
412
|
+
t[n] = r[n];
|
|
694
413
|
}
|
|
695
|
-
return
|
|
414
|
+
return t;
|
|
696
415
|
}
|
|
697
416
|
|
|
698
417
|
var plainObjectConstrurctor = {}.constructor;
|
|
@@ -3339,7 +3058,7 @@ function getAugmentedNamespace(n) {
|
|
|
3339
3058
|
var isInstance = false;
|
|
3340
3059
|
try {
|
|
3341
3060
|
isInstance = this instanceof a;
|
|
3342
|
-
} catch {}
|
|
3061
|
+
} catch (e) {}
|
|
3343
3062
|
if (isInstance) {
|
|
3344
3063
|
return Reflect.construct(f, arguments, this.constructor);
|
|
3345
3064
|
}
|
|
@@ -4040,7 +3759,6 @@ const supportsConstructableStylesheets = () => {
|
|
|
4040
3759
|
// determine it once
|
|
4041
3760
|
supportsConstructableStylesheets();
|
|
4042
3761
|
const buildResponsiveStyles = (rawValue, getJssStyle) => {
|
|
4043
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
4044
3762
|
const value = parseJSON(rawValue);
|
|
4045
3763
|
return typeof value === 'object'
|
|
4046
3764
|
? Object.keys(value)
|
|
@@ -4049,7 +3767,6 @@ const buildResponsiveStyles = (rawValue, getJssStyle) => {
|
|
|
4049
3767
|
.filter((key) => key !== 'base')
|
|
4050
3768
|
.reduce((result, breakpointValue) => ({
|
|
4051
3769
|
...result,
|
|
4052
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
4053
3770
|
[getMediaQueryMin(breakpointValue)]: getJssStyle(value[breakpointValue]),
|
|
4054
3771
|
}), getJssStyle(value.base))
|
|
4055
3772
|
: getJssStyle(value);
|
|
@@ -4130,7 +3847,7 @@ const OPTION_LIST_SAFE_ZONE = 6;
|
|
|
4130
3847
|
|
|
4131
3848
|
const getCDNBaseURL = () => global.PORSCHE_DESIGN_SYSTEM_CDN_URL + "/porsche-design-system";
|
|
4132
3849
|
|
|
4133
|
-
const prefix = `[Porsche Design System v${"4.
|
|
3850
|
+
const prefix = `[Porsche Design System v${"4.3.0-rc.0"}]` // this part isn't covered by unit tests
|
|
4134
3851
|
;
|
|
4135
3852
|
const consoleError = (...messages) => {
|
|
4136
3853
|
console.error(prefix, ...messages);
|
|
@@ -4165,15 +3882,11 @@ const formatObjectOutput = (value) => {
|
|
|
4165
3882
|
.replace(/^"(.+)"$/, '$1'); // remove wrapping double quotes
|
|
4166
3883
|
};
|
|
4167
3884
|
const formatArrayOutput = (value) => {
|
|
4168
|
-
return (
|
|
4169
|
-
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
4170
|
-
JSON.stringify(value.map((x) => (x === undefined ? `${x}` : x))) // wrap undefined in quotes to not convert it to null
|
|
3885
|
+
return JSON.stringify(value.map((x) => (x === undefined ? `${x}` : x))) // wrap undefined in quotes to not convert it to null
|
|
4171
3886
|
.replace(/'/g, '') // remove single quotes
|
|
4172
|
-
// eslint-disable-next-line @typescript-eslint/quotes
|
|
4173
3887
|
.replace(/"/g, "'") // replace double quotes with single quotes
|
|
4174
3888
|
.replace(/'(undefined)'/, '$1') // remove quotes around undefined
|
|
4175
|
-
.replace(/,/g, ', ') // add space after comma
|
|
4176
|
-
);
|
|
3889
|
+
.replace(/,/g, ', '); // add space after comma
|
|
4177
3890
|
};
|
|
4178
3891
|
const printErrorMessage = ({ propName, propValue, // TODO: might be nicer if this is always a string
|
|
4179
3892
|
propType, componentName, instance, }) => {
|
|
@@ -4198,15 +3911,13 @@ const getBreakpointCustomizableStructure = (allowedValues) => {
|
|
|
4198
3911
|
: allowedValues);
|
|
4199
3912
|
};
|
|
4200
3913
|
const getAriaStructure = (allowedAriaAttributes) => {
|
|
4201
|
-
return
|
|
3914
|
+
return internalValidateProps
|
|
4202
3915
|
.formatObjectOutput(allowedAriaAttributes.reduce((prev, key) => ({
|
|
4203
3916
|
...prev,
|
|
4204
3917
|
[key]: 'value',
|
|
4205
3918
|
}), {}))
|
|
4206
3919
|
.replace(/":/g, '"?:') // add optional modifier on keys before colon
|
|
4207
|
-
//
|
|
4208
|
-
.replace(/"/g, "'") // replace double quotes with single quotes
|
|
4209
|
-
);
|
|
3920
|
+
.replace(/"/g, "'"); // replace double quotes with single quotes
|
|
4210
3921
|
};
|
|
4211
3922
|
const getShapeStructure = (shapeStructure) => {
|
|
4212
3923
|
return internalValidateProps
|
|
@@ -4482,8 +4193,8 @@ const getComponentCss$19 = () => {
|
|
|
4482
4193
|
display: 'flex',
|
|
4483
4194
|
alignItems: 'center',
|
|
4484
4195
|
gap: '2px',
|
|
4485
|
-
padding: `0 ${ref(spacingStaticSm)} 0 ${ref(spacingStaticXs)}`,
|
|
4486
|
-
borderRadius: `calc(${ref(spacingStaticXs)} + (${ref(leadingNormal$1)} / 2))`, // ensures pill shape has a maximum border radius to support multiline.
|
|
4196
|
+
padding: `0 ${ref(spacingStaticSm$1)} 0 ${ref(spacingStaticXs$1)}`,
|
|
4197
|
+
borderRadius: `calc(${ref(spacingStaticXs$1)} + (${ref(leadingNormal$1)} / 2))`, // ensures pill shape has a maximum border radius to support multiline.
|
|
4487
4198
|
fontSize: ref(typescale2Xs),
|
|
4488
4199
|
color: ref(colorContrastHigh),
|
|
4489
4200
|
background: ref(colorFrostedStrong),
|
|
@@ -4590,7 +4301,7 @@ const getFunctionalComponentNotificationBaseStyles = (state, hasAction, hasDismi
|
|
|
4590
4301
|
'slot:not([name]),slot[name="description"],p': {
|
|
4591
4302
|
all: 'unset',
|
|
4592
4303
|
gridArea: hasHeadingOrHeadingSlot ? '2/2' : '1/2',
|
|
4593
|
-
marginTop: hasHeadingOrHeadingSlot ? ref(spacingStaticXs) : '0px',
|
|
4304
|
+
marginTop: hasHeadingOrHeadingSlot ? ref(spacingStaticXs$1) : '0px',
|
|
4594
4305
|
font: `${ref(fontWeightNormal$1)} ${ref(typescaleSm$1)} / ${ref(leadingNormal$1)} ${ref(fontPorscheNext$1)}`,
|
|
4595
4306
|
color: ref(colorPrimary),
|
|
4596
4307
|
},
|
|
@@ -4598,7 +4309,7 @@ const getFunctionalComponentNotificationBaseStyles = (state, hasAction, hasDismi
|
|
|
4598
4309
|
notification: {
|
|
4599
4310
|
display: 'grid',
|
|
4600
4311
|
gridTemplate: `repeat(3, auto) / auto minmax(0, 1fr) repeat(2, auto)`,
|
|
4601
|
-
padding: `calc(${ref(spacingStaticSm)} + ${ref(spacingFluidSm)})`,
|
|
4312
|
+
padding: `calc(${ref(spacingStaticSm$1)} + ${ref(spacingFluidSm)})`,
|
|
4602
4313
|
borderRadius: ref(radius2Xl),
|
|
4603
4314
|
background: notificationBackgroundMap[state],
|
|
4604
4315
|
WebkitBackdropFilter: ref(blurFrosted),
|
|
@@ -4614,7 +4325,7 @@ const getFunctionalComponentNotificationBaseStyles = (state, hasAction, hasDismi
|
|
|
4614
4325
|
content: '""',
|
|
4615
4326
|
width: '1.5rem',
|
|
4616
4327
|
height: '1.5rem',
|
|
4617
|
-
marginInlineEnd: ref(spacingStaticSm),
|
|
4328
|
+
marginInlineEnd: ref(spacingStaticSm$1),
|
|
4618
4329
|
background: notificationColorMap[state],
|
|
4619
4330
|
WebkitMask: `${notificationIconMap[state]} center/contain no-repeat`, // necessary for Sogou browser support :-)
|
|
4620
4331
|
mask: `${notificationIconMap[state]} center/contain no-repeat`,
|
|
@@ -4774,7 +4485,7 @@ const getLinkButtonPureStyles = (icon, iconSource, active, isDisabledOrLoading,
|
|
|
4774
4485
|
textDecoration: underline ? 'underline' : 'none',
|
|
4775
4486
|
font: `${ref(fontWeightNormal$1)} ${ref(typescaleSm$1)}/${ref(leadingNormal$1)} ${ref(fontPorscheNext$1)}`,
|
|
4776
4487
|
...mergeDeep(buildResponsiveStyles(hideLabel, (hidelabelValue) => ({
|
|
4777
|
-
gap: hidelabelValue ? 0 : ref(spacingStaticXs),
|
|
4488
|
+
gap: hidelabelValue ? 0 : ref(spacingStaticXs$1),
|
|
4778
4489
|
})), buildResponsiveStyles(stretch, (stretchValue) => ({
|
|
4779
4490
|
justifyContent: stretchValue ? 'space-between' : 'flex-start',
|
|
4780
4491
|
alignItems: stretchValue ? 'center' : 'flex-start',
|
|
@@ -5157,6 +4868,30 @@ const getComponentCss$15 = (icon, iconSource, variant, hideLabel, isDisabled, is
|
|
|
5157
4868
|
}));
|
|
5158
4869
|
};
|
|
5159
4870
|
|
|
4871
|
+
const palette = {
|
|
4872
|
+
dark: {
|
|
4873
|
+
grey: {
|
|
4874
|
+
'950': 'hsl(225 100% 99%)',
|
|
4875
|
+
'100a': 'hsl(240 3.7% 26.5% / 0.154)',
|
|
4876
|
+
'200a': 'hsl(240 2% 43% / 0.228)'},
|
|
4877
|
+
},
|
|
4878
|
+
};
|
|
4879
|
+
|
|
4880
|
+
/** Holds the **frosted** color (dark), typically used as a background in combination with a blur effect. */
|
|
4881
|
+
const colorFrostedDark = palette.dark.grey['200a'];
|
|
4882
|
+
|
|
4883
|
+
/** Holds the **frosted-soft** color (dark), typically used as a background `:hover`. */
|
|
4884
|
+
const colorFrostedSoftDark = palette.dark.grey['100a'];
|
|
4885
|
+
|
|
4886
|
+
/** Holds the **primary** color (dark), typically used for text. */
|
|
4887
|
+
const colorPrimaryDark = palette.dark.grey["950"];
|
|
4888
|
+
|
|
4889
|
+
/** Holds the **small static** spacing. */
|
|
4890
|
+
const spacingStaticSm = '8px';
|
|
4891
|
+
|
|
4892
|
+
/** Holds the **x-small static** spacing. */
|
|
4893
|
+
const spacingStaticXs = '4px';
|
|
4894
|
+
|
|
5160
4895
|
/**
|
|
5161
4896
|
* @css-variable {"name": "--p-canvas-sidebar-start-width", "description": "Width of the sidebar start.", "defaultValue": "320px"}
|
|
5162
4897
|
*/
|
|
@@ -5235,7 +4970,7 @@ const getComponentCss$14 = (isSidebarStartOpen, isSidebarEndOpen, background) =>
|
|
|
5235
4970
|
},
|
|
5236
4971
|
h2: {
|
|
5237
4972
|
all: 'unset',
|
|
5238
|
-
padding: spacingStaticXs
|
|
4973
|
+
padding: spacingStaticXs, // preserve enough spacing for focus state
|
|
5239
4974
|
font: `${ref(fontWeightNormal$1)} ${ref(typescaleXs$1)} / ${ref(leadingNormal$1)} ${ref(fontPorscheNext$1)}`,
|
|
5240
4975
|
color: ref(colorPrimary),
|
|
5241
4976
|
textOverflow: 'ellipsis',
|
|
@@ -5283,13 +5018,13 @@ const getComponentCss$14 = (isSidebarStartOpen, isSidebarEndOpen, background) =>
|
|
|
5283
5018
|
gridTemplateColumns: 'minmax(0,1fr) auto minmax(0,1fr)',
|
|
5284
5019
|
gap: spacingBase,
|
|
5285
5020
|
alignItems: 'center',
|
|
5286
|
-
padding: `${ref(spacingStaticSm)} ${spacingBase}`,
|
|
5021
|
+
padding: `${ref(spacingStaticSm$1)} ${spacingBase}`,
|
|
5287
5022
|
'&:focus-visible': {
|
|
5288
5023
|
outline: 'none',
|
|
5289
5024
|
},
|
|
5290
5025
|
'&__area': {
|
|
5291
5026
|
display: 'flex',
|
|
5292
|
-
gap: ref(spacingStaticSm),
|
|
5027
|
+
gap: ref(spacingStaticSm$1),
|
|
5293
5028
|
alignItems: 'center',
|
|
5294
5029
|
'&--start': {
|
|
5295
5030
|
justifyContent: 'flex-start',
|
|
@@ -5435,12 +5170,12 @@ const getComponentCss$14 = (isSidebarStartOpen, isSidebarEndOpen, background) =>
|
|
|
5435
5170
|
'&__header': {
|
|
5436
5171
|
zIndex: 9999999,
|
|
5437
5172
|
display: 'flex',
|
|
5438
|
-
gap: ref(spacingStaticSm),
|
|
5173
|
+
gap: ref(spacingStaticSm$1),
|
|
5439
5174
|
alignItems: 'center',
|
|
5440
5175
|
position: 'sticky',
|
|
5441
5176
|
top: `calc(-1 * ${spacingBase})`,
|
|
5442
5177
|
margin: `calc(-1 * ${spacingBase}) calc(-1 * ${spacingBase}) ${spacingBase}`,
|
|
5443
|
-
padding: `${ref(spacingStaticSm)} ${spacingBase}`,
|
|
5178
|
+
padding: `${ref(spacingStaticSm$1)} ${spacingBase}`,
|
|
5444
5179
|
minHeight: '56px',
|
|
5445
5180
|
boxSizing: 'border-box',
|
|
5446
5181
|
'&--start': {
|
|
@@ -5483,6 +5218,9 @@ const cssVarPaddingInlineEnd = '--p-carousel-pe';
|
|
|
5483
5218
|
* @css-variable {"name": "--p-carousel-prev-next-color-scheme", "description": "Color Scheme applied to the navigation (prev/next buttons)"}
|
|
5484
5219
|
*/
|
|
5485
5220
|
const cssVariablePrevNextColorScheme = '--p-carousel-prev-next-color-scheme';
|
|
5221
|
+
/**
|
|
5222
|
+
* @css-variable {"name": "--p-carousel-border-radius", "description": "Sets the border radius of each carousel slide.", "defaultValue": "var(--p-radius-large, var(--p-radius-4xl))"}
|
|
5223
|
+
*/
|
|
5486
5224
|
const cssVariableGradientColorWidth = '--p-gradient-color-width';
|
|
5487
5225
|
const carouselTransitionDuration = motionDurationModerate;
|
|
5488
5226
|
const paginationInfiniteStartCaseClass = 'pagination--infinite';
|
|
@@ -5605,13 +5343,13 @@ const getComponentCss$13 = (gradient, hasHeading, hasDescription, hasControlsSlo
|
|
|
5605
5343
|
gridRowStart: '3',
|
|
5606
5344
|
gridColumnEnd: '-1',
|
|
5607
5345
|
display: 'flex',
|
|
5608
|
-
gap: ref(spacingStaticXs),
|
|
5346
|
+
gap: ref(spacingStaticXs$1),
|
|
5609
5347
|
alignSelf: 'flex-start', // relevant in case slot="header" becomes higher than nav group
|
|
5610
5348
|
},
|
|
5611
5349
|
colorScheme: ref(cssVariablePrevNextColorScheme),
|
|
5612
5350
|
},
|
|
5613
5351
|
btn: {
|
|
5614
|
-
padding: ref(spacingStaticSm),
|
|
5352
|
+
padding: ref(spacingStaticSm$1),
|
|
5615
5353
|
},
|
|
5616
5354
|
'skip-link': {
|
|
5617
5355
|
// :focus must be used in this case, because :focus-visible is just matched on the focusable element itself, not on the host element.
|
|
@@ -5921,7 +5659,7 @@ const getFunctionalComponentLabelAfterStyles = () => {
|
|
|
5921
5659
|
verticalAlign: 'top',
|
|
5922
5660
|
'&::slotted(*)': {
|
|
5923
5661
|
...addImportantToEachRule({
|
|
5924
|
-
marginInlineStart: ref(spacingStaticXs),
|
|
5662
|
+
marginInlineStart: ref(spacingStaticXs$1),
|
|
5925
5663
|
}),
|
|
5926
5664
|
},
|
|
5927
5665
|
};
|
|
@@ -5963,8 +5701,8 @@ const getFunctionalComponentLabelStyles = (isDisabled, isLoading, hideLabel, add
|
|
|
5963
5701
|
cursor: 'unset',
|
|
5964
5702
|
fontSize: ref(typescaleXs$1),
|
|
5965
5703
|
color: ref(colorContrastHigh),
|
|
5966
|
-
...buildResponsiveStyles(hideLabel, (isHidden) => getHiddenTextJssStyle(isHidden, { marginTop: `calc(-1 * ${ref(spacingStaticXs)})` })),
|
|
5967
|
-
marginTop: `calc(-1 * ${ref(spacingStaticXs)})`,
|
|
5704
|
+
...buildResponsiveStyles(hideLabel, (isHidden) => getHiddenTextJssStyle(isHidden, { marginTop: `calc(-1 * ${ref(spacingStaticXs$1)})` })),
|
|
5705
|
+
marginTop: `calc(-1 * ${ref(spacingStaticXs$1)})`,
|
|
5968
5706
|
},
|
|
5969
5707
|
'& > slot[name="label"]::slotted(*)': {
|
|
5970
5708
|
...addImportantToEachRule({
|
|
@@ -5982,7 +5720,7 @@ const getFunctionalComponentStateMessageStyles = (state, additionalDefaultJssSty
|
|
|
5982
5720
|
return {
|
|
5983
5721
|
message: {
|
|
5984
5722
|
display: 'flex',
|
|
5985
|
-
gap: ref(spacingStaticXs),
|
|
5723
|
+
gap: ref(spacingStaticXs$1),
|
|
5986
5724
|
font: `${ref(fontWeightNormal$1)} ${ref(typescaleSm$1)} / ${ref(leadingNormal$1)} ${ref(fontPorscheNext$1)}`,
|
|
5987
5725
|
color: getThemedFormStateColors(state).formStateColor,
|
|
5988
5726
|
transition: `${getTransition('color')}, ${getTransition('opacity')}`,
|
|
@@ -6026,7 +5764,7 @@ const getComponentCss$12 = (hideLabel, state, isDisabled, isLoading, isCompact)
|
|
|
6026
5764
|
},
|
|
6027
5765
|
root: {
|
|
6028
5766
|
display: 'grid',
|
|
6029
|
-
rowGap: ref(spacingStaticXs),
|
|
5767
|
+
rowGap: ref(spacingStaticXs$1),
|
|
6030
5768
|
},
|
|
6031
5769
|
wrapper: {
|
|
6032
5770
|
position: 'relative',
|
|
@@ -6139,12 +5877,8 @@ const getDialogBackdropTransitionJssStyle = (isVisible, backdrop = 'blur') => {
|
|
|
6139
5877
|
const getScrollerJssStyle = (position) => {
|
|
6140
5878
|
// ensures scrollbar color is set correctly (e.g. when scrollbar is shown on backdrop, on flyout/modal surface or with Auto Dark Mode)
|
|
6141
5879
|
const backgroundLight = 'rgba(255,255,255,.01)';
|
|
6142
|
-
const backgroundDark = 'rgba(0,0,0,.01)';
|
|
6143
5880
|
const background = {
|
|
6144
|
-
light: backgroundLight
|
|
6145
|
-
dark: backgroundDark,
|
|
6146
|
-
auto: backgroundLight,
|
|
6147
|
-
};
|
|
5881
|
+
light: backgroundLight};
|
|
6148
5882
|
return {
|
|
6149
5883
|
position: 'absolute',
|
|
6150
5884
|
isolation: 'isolate', // creates new stacking context to show scrollbars on top of header/footer areas (on iOS/iPadOS)
|
|
@@ -6336,7 +6070,7 @@ const getFunctionalComponentInputBaseStyles = (isDisabled, isLoading, hideLabel,
|
|
|
6336
6070
|
},
|
|
6337
6071
|
root: {
|
|
6338
6072
|
display: 'grid',
|
|
6339
|
-
gap: ref(spacingStaticXs),
|
|
6073
|
+
gap: ref(spacingStaticXs$1),
|
|
6340
6074
|
},
|
|
6341
6075
|
wrapper: {
|
|
6342
6076
|
display: 'flex',
|
|
@@ -6574,11 +6308,9 @@ const getFunctionalComponentNoResultsOptionStyles = (componentName, cssVarScalin
|
|
|
6574
6308
|
};
|
|
6575
6309
|
};
|
|
6576
6310
|
|
|
6577
|
-
// index.ts
|
|
6578
|
-
var ICONS_MANIFEST = { "360": "360.0600731.svg", "4-wheel-drive": "4-wheel-drive.9c218bf.svg", "accessibility": "accessibility.087d747.svg", "active-cabin-ventilation": "active-cabin-ventilation.b081399.svg", "add": "add.fac861a.svg", "adjust": "adjust.ca46bd4.svg", "aggregation": "aggregation.96f06e5.svg", "ai-3d-object": "ai-3d-object.7a85dd7.svg", "ai-code": "ai-code.9afafb7.svg", "ai-edit": "ai-edit.75a4765.svg", "ai-image": "ai-image.c786d48.svg", "ai-scale": "ai-scale.846fde0.svg", "ai-sound": "ai-sound.727ea7a.svg", "ai-spark": "ai-spark.a134e18.svg", "ai-spark-filled": "ai-spark-filled.2d5d971.svg", "ai-text": "ai-text.fc84e09.svg", "ai-video": "ai-video.759a7f2.svg", "arrow-compact-down": "arrow-compact-down.9b37afe.svg", "arrow-compact-left": "arrow-compact-left.7169de6.svg", "arrow-compact-right": "arrow-compact-right.cc2d1d2.svg", "arrow-compact-up": "arrow-compact-up.36724bb.svg", "arrow-double-down": "arrow-double-down.61ae4d7.svg", "arrow-double-left": "arrow-double-left.1b576eb.svg", "arrow-double-right": "arrow-double-right.dcfabff.svg", "arrow-double-up": "arrow-double-up.fb73db5.svg", "arrow-down": "arrow-down.49c6983.svg", "arrow-down-left": "arrow-down-left.83597e3.svg", "arrow-down-right": "arrow-down-right.f6ec21e.svg", "arrow-first": "arrow-first.beb7d9f.svg", "arrow-head-down": "arrow-head-down.1e3cbb8.svg", "arrow-head-left": "arrow-head-left.cf1395d.svg", "arrow-head-right": "arrow-head-right.304b330.svg", "arrow-head-up": "arrow-head-up.6d3fd23.svg", "arrow-last": "arrow-last.cc24903.svg", "arrow-left": "arrow-left.e03c25b.svg", "arrow-right": "arrow-right.872716b.svg", "arrow-up": "arrow-up.9d294d1.svg", "arrow-up-left": "arrow-up-left.9e7da2c.svg", "arrow-up-right": "arrow-up-right.776feb2.svg", "arrows": "arrows.de040f9.svg", "attachment": "attachment.8f3dd0a.svg", "augmented-reality": "augmented-reality.8b6ce95.svg", "battery-empty": "battery-empty.38b4b15.svg", "battery-empty-co2": "battery-empty-co2.c4cabef.svg", "battery-empty-fuel": "battery-empty-fuel.e833e13.svg", "battery-full": "battery-full.03de75d.svg", "battery-half": "battery-half.11f1ef8.svg", "battery-one-quarter": "battery-one-quarter.91235a0.svg", "battery-three-quarters": "battery-three-quarters.dcf768f.svg", "bell": "bell.1eab3a2.svg", "bookmark": "bookmark.9d6982f.svg", "bookmark-filled": "bookmark-filled.327ac78.svg", "brain": "brain.838387a.svg", "broadcast": "broadcast.0ad5a15.svg", "cabriolet": "cabriolet.ab33aab.svg", "calculator": "calculator.a323a2d.svg", "calendar": "calendar.70a6a12.svg", "camera": "camera.e5e95b9.svg", "car": "car.35229c9.svg", "car-battery": "car-battery.895510f.svg", "card": "card.f284448.svg", "charging-active": "charging-active.c3aa214.svg", "charging-network": "charging-network.a40072f.svg", "charging-state": "charging-state.f56d8df.svg", "charging-station": "charging-station.5ff1ed4.svg", "chart": "chart.c8c32d2.svg", "chat": "chat.7945544.svg", "check": "check.8ba06be.svg", "city": "city.5ae672c.svg", "climate": "climate.a9d5818.svg", "climate-control": "climate-control.ce31939.svg", "clock": "clock.c88a1ef.svg", "close": "close.eec3c5d.svg", "closed-caption": "closed-caption.ceaf6cb.svg", "cloud": "cloud.2c3959e.svg", "co2-class": "co2-class.fc49211.svg", "co2-emission": "co2-emission.c42e7f8.svg", "color-picker": "color-picker.598f402.svg", "compare": "compare.6578829.svg", "compass": "compass.f90f319.svg", "configurate": "configurate.5311c8d.svg", "copy": "copy.0fcd086.svg", "country-road": "country-road.d2bbc5a.svg", "coupe": "coupe.7549e3e.svg", "cubic-capacity": "cubic-capacity.7b0b8c8.svg", "cut": "cut.851e5c2.svg", "delete": "delete.5a8c8ca.svg", "disable": "disable.5918c32.svg", "dislike": "dislike.51614b0.svg", "dislike-filled": "dislike-filled.e1a8c4d.svg", "document": "document.df36b6c.svg", "door": "door.61c32d6.svg", "download": "download.c06f455.svg", "drag": "drag.9e893fd.svg", "duration": "duration.94e5252.svg", "ear": "ear.27a802f.svg", "edit": "edit.330f321.svg", "email": "email.f2530de.svg", "error": "error.b8ae9ad.svg", "error-filled": "error-filled.a4d06ed.svg", "exclamation": "exclamation.46cd17b.svg", "exclamation-filled": "exclamation-filled.9d09ed1.svg", "external": "external.fb677b9.svg", "fast-backward": "fast-backward.aaca8b9.svg", "fast-forward": "fast-forward.4bc43ff.svg", "file-csv": "file-csv.4140e24.svg", "file-excel": "file-excel.56d577d.svg", "filter": "filter.610f808.svg", "fingerprint": "fingerprint.6a85170.svg", "flag": "flag.7af5baf.svg", "flash": "flash.88a2ada.svg", "fuel-station": "fuel-station.f7bdf51.svg", "garage": "garage.5014e8d.svg", "genuine-parts": "genuine-parts.6bfddde.svg", "geo-localization": "geo-localization.516d603.svg", "gift": "gift.7beb1eb.svg", "globe": "globe.56cc8fc.svg", "grid": "grid.06bc31a.svg", "grip": "grip.5ec4289.svg", "group": "group.051436a.svg", "hand": "hand.4e85714.svg", "heart": "heart.9a5962e.svg", "heart-filled": "heart-filled.dd7decf.svg", "highway": "highway.bf0eb24.svg", "highway-filled": "highway-filled.38e93fb.svg", "history": "history.f09645c.svg", "home": "home.7b1d1da.svg", "horn": "horn.bf47b1a.svg", "image": "image.b2614f0.svg", "increase": "increase.700012f.svg", "information": "information.da41162.svg", "information-filled": "information-filled.8f08911.svg", "key": "key.ee5d89b.svg", "laptop": "laptop.c422480.svg", "leaf": "leaf.92ca6a6.svg", "leather": "leather.1d2769a.svg", "light": "light.f0eb8e4.svg", "like": "like.a7468cd.svg", "like-filled": "like-filled.a0126c1.svg", "limousine": "limousine.87799d5.svg", "linked": "linked.8f30cb5.svg", "list": "list.411dd00.svg", "locate": "locate.6554f9e.svg", "lock": "lock.243281a.svg", "lock-open": "lock-open.95803d2.svg", "logo-apple-carplay": "logo-apple-carplay.c872af9.svg", "logo-apple-music": "logo-apple-music.1395f37.svg", "logo-apple-podcast": "logo-apple-podcast.09be038.svg", "logo-baidu": "logo-baidu.9e89c7d.svg", "logo-delicious": "logo-delicious.e83f574.svg", "logo-digg": "logo-digg.f096670.svg", "logo-facebook": "logo-facebook.74abe88.svg", "logo-foursquare": "logo-foursquare.d638fd8.svg", "logo-gmail": "logo-gmail.5f96ee2.svg", "logo-google": "logo-google.1dee423.svg", "logo-hatena": "logo-hatena.da509f0.svg", "logo-instagram": "logo-instagram.b916daa.svg", "logo-kaixin": "logo-kaixin.b1211a2.svg", "logo-kakaotalk": "logo-kakaotalk.38f5396.svg", "logo-kununu": "logo-kununu.79344ff.svg", "logo-linkedin": "logo-linkedin.b72559f.svg", "logo-naver": "logo-naver.75588fe.svg", "logo-pinterest": "logo-pinterest.e8f6963.svg", "logo-qq": "logo-qq.6d9b6d9.svg", "logo-qq-share": "logo-qq-share.ee864d9.svg", "logo-reddit": "logo-reddit.da13e44.svg", "logo-skyrock": "logo-skyrock.eb2f28d.svg", "logo-snapchat": "logo-snapchat.ef706a2.svg", "logo-sohu": "logo-sohu.a30c66b.svg", "logo-spotify": "logo-spotify.2ec4b2d.svg", "logo-tecent": "logo-tecent.d119e85.svg", "logo-telegram": "logo-telegram.d151481.svg", "logo-tiktok": "logo-tiktok.2f3a465.svg", "logo-tumblr": "logo-tumblr.c689f44.svg", "logo-twitter": "logo-twitter.5f2490a.svg", "logo-viber": "logo-viber.198bd43.svg", "logo-vk": "logo-vk.37b94e0.svg", "logo-wechat": "logo-wechat.83b2b98.svg", "logo-weibo": "logo-weibo.c8dacee.svg", "logo-whatsapp": "logo-whatsapp.add9a6d.svg", "logo-x": "logo-x.5f2490a.svg", "logo-xing": "logo-xing.3a8df0f.svg", "logo-yahoo": "logo-yahoo.8cbd0ba.svg", "logo-youku": "logo-youku.fe988d0.svg", "logo-youtube": "logo-youtube.da3798f.svg", "logout": "logout.7ec7451.svg", "map": "map.c16f618.svg", "menu-dots-horizontal": "menu-dots-horizontal.788f7fa.svg", "menu-dots-vertical": "menu-dots-vertical.4970a65.svg", "menu-lines": "menu-lines.e332216.svg", "microphone": "microphone.8ecdce6.svg", "minus": "minus.f6d964c.svg", "mobile": "mobile.7f35446.svg", "moon": "moon.5b73246.svg", "new-chat": "new-chat.6ba4fae.svg", "news": "news.5b604b0.svg", "north-arrow": "north-arrow.2da1dbe.svg", "oil-can": "oil-can.cb58fc7.svg", "online-search": "online-search.90e9ab1.svg", "parking-brake": "parking-brake.45704bd.svg", "parking-light": "parking-light.c49a231.svg", "paste": "paste.dd60261.svg", "pause": "pause.65f20ae.svg", "phone": "phone.f4f774b.svg", "pin": "pin.3417cec.svg", "pin-filled": "pin-filled.7b8e9ba.svg", "pivot": "pivot.3ae18b8.svg", "play": "play.03ae554.svg", "play-filled": "play-filled.0fb6689.svg", "plug": "plug.c159935.svg", "plus": "plus.319993e.svg", "preheating": "preheating.e2a796f.svg", "price-tag": "price-tag.f0d3917.svg", "printer": "printer.f59b0ee.svg", "purchase": "purchase.9cd6d65.svg", "push-pin": "push-pin.89e4ead.svg", "push-pin-off": "push-pin-off.ba99213.svg", "qr": "qr.87a49a3.svg", "qr-off": "qr-off.64e21b9.svg", "question": "question.3402a63.svg", "question-filled": "question-filled.cf25dd5.svg", "racing-flag": "racing-flag.b7ddcc8.svg", "radar": "radar.de5a6c1.svg", "radio": "radio.2b48e53.svg", "refresh": "refresh.41fd868.svg", "replay": "replay.55a99f2.svg", "reset": "reset.e53d52f.svg", "return": "return.46d30de.svg", "road": "road.bd3d4bc.svg", "roof-closed": "roof-closed.018d021.svg", "roof-open": "roof-open.51c8ee6.svg", "route": "route.f4fbbb4.svg", "rss": "rss.0e77baf.svg", "save": "save.6171ff5.svg", "screen": "screen.420be15.svg", "search": "search.3f0f1ce.svg", "seat": "seat.a3ebc40.svg", "send": "send.b32099c.svg", "service-technician": "service-technician.8749028.svg", "share": "share.a0b30da.svg", "shopping-bag": "shopping-bag.3f91a9b.svg", "shopping-bag-filled": "shopping-bag-filled.abf6c98.svg", "shopping-cart": "shopping-cart.370e224.svg", "shopping-cart-filled": "shopping-cart-filled.e0c3a65.svg", "sidebar": "sidebar.8e43896.svg", "sidelights": "sidelights.65c9dd9.svg", "skip-backward": "skip-backward.05fe8cd.svg", "skip-forward": "skip-forward.45a7bc0.svg", "snowflake": "snowflake.83907b3.svg", "sort": "sort.92b50bd.svg", "stack": "stack.804af93.svg", "star": "star.4c5bb15.svg", "star-filled": "star-filled.84ef2f6.svg", "steering-wheel": "steering-wheel.4dea19e.svg", "stop": "stop.173b6ac.svg", "stopwatch": "stopwatch.0e048a4.svg", "subtract": "subtract.57eed1d.svg", "success": "success.b16d4c1.svg", "success-filled": "success-filled.1832d98.svg", "sun": "sun.4301cbd.svg", "suv": "suv.33ac4aa.svg", "switch": "switch.66f74c4.svg", "tablet": "tablet.07341ac.svg", "tachometer": "tachometer.3a2fc3c.svg", "theme": "theme.08f6508.svg", "tire": "tire.e5c9372.svg", "trigger-finger": "trigger-finger.65aa6e2.svg", "truck": "truck.2c26c04.svg", "turismo": "turismo.a066b9f.svg", "unlinked": "unlinked.e9afe39.svg", "upload": "upload.d1f5a2a.svg", "user": "user.c18dabe.svg", "user-filled": "user-filled.2ea646d.svg", "user-group": "user-group.79cdf86.svg", "user-manual": "user-manual.470e243.svg", "video": "video.7590689.svg", "view": "view.5b4d7f6.svg", "view-off": "view-off.a4ede54.svg", "volume-off": "volume-off.bcd49e7.svg", "volume-up": "volume-up.2084f60.svg", "warning": "warning.59927e6.svg", "warning-filled": "warning-filled.1f6fe21.svg", "weather": "weather.9c96bd7.svg", "weight": "weight.b57a60d.svg", "wifi": "wifi.e2a8d9c.svg", "work": "work.9dd71a4.svg", "wrench": "wrench.09a2a67.svg", "wrenches": "wrenches.d2ed45d.svg", "zoom-in": "zoom-in.ff299b8.svg", "zoom-out": "zoom-out.ebb6246.svg" };
|
|
6311
|
+
const ICONS_MANIFEST = { "360": "360.0600731.svg", "4-wheel-drive": "4-wheel-drive.9c218bf.svg", "accessibility": "accessibility.087d747.svg", "active-cabin-ventilation": "active-cabin-ventilation.b081399.svg", "add": "add.fac861a.svg", "adjust": "adjust.ca46bd4.svg", "aggregation": "aggregation.96f06e5.svg", "ai-3d-object": "ai-3d-object.7a85dd7.svg", "ai-code": "ai-code.9afafb7.svg", "ai-edit": "ai-edit.75a4765.svg", "ai-image": "ai-image.c786d48.svg", "ai-scale": "ai-scale.846fde0.svg", "ai-sound": "ai-sound.727ea7a.svg", "ai-spark": "ai-spark.a134e18.svg", "ai-spark-filled": "ai-spark-filled.2d5d971.svg", "ai-text": "ai-text.fc84e09.svg", "ai-video": "ai-video.759a7f2.svg", "arrow-compact-down": "arrow-compact-down.9b37afe.svg", "arrow-compact-left": "arrow-compact-left.7169de6.svg", "arrow-compact-right": "arrow-compact-right.cc2d1d2.svg", "arrow-compact-up": "arrow-compact-up.36724bb.svg", "arrow-double-down": "arrow-double-down.61ae4d7.svg", "arrow-double-left": "arrow-double-left.1b576eb.svg", "arrow-double-right": "arrow-double-right.dcfabff.svg", "arrow-double-up": "arrow-double-up.fb73db5.svg", "arrow-down": "arrow-down.49c6983.svg", "arrow-down-left": "arrow-down-left.83597e3.svg", "arrow-down-right": "arrow-down-right.f6ec21e.svg", "arrow-first": "arrow-first.beb7d9f.svg", "arrow-head-down": "arrow-head-down.1e3cbb8.svg", "arrow-head-left": "arrow-head-left.cf1395d.svg", "arrow-head-right": "arrow-head-right.304b330.svg", "arrow-head-up": "arrow-head-up.6d3fd23.svg", "arrow-last": "arrow-last.cc24903.svg", "arrow-left": "arrow-left.e03c25b.svg", "arrow-right": "arrow-right.872716b.svg", "arrow-up": "arrow-up.9d294d1.svg", "arrow-up-left": "arrow-up-left.9e7da2c.svg", "arrow-up-right": "arrow-up-right.776feb2.svg", "arrows": "arrows.de040f9.svg", "attachment": "attachment.8f3dd0a.svg", "augmented-reality": "augmented-reality.8b6ce95.svg", "battery-empty": "battery-empty.38b4b15.svg", "battery-empty-co2": "battery-empty-co2.c4cabef.svg", "battery-empty-fuel": "battery-empty-fuel.e833e13.svg", "battery-full": "battery-full.03de75d.svg", "battery-half": "battery-half.11f1ef8.svg", "battery-one-quarter": "battery-one-quarter.91235a0.svg", "battery-three-quarters": "battery-three-quarters.dcf768f.svg", "bell": "bell.1eab3a2.svg", "bookmark": "bookmark.9d6982f.svg", "bookmark-filled": "bookmark-filled.327ac78.svg", "brain": "brain.838387a.svg", "broadcast": "broadcast.0ad5a15.svg", "cabriolet": "cabriolet.ab33aab.svg", "calculator": "calculator.a323a2d.svg", "calendar": "calendar.70a6a12.svg", "camera": "camera.e5e95b9.svg", "car": "car.35229c9.svg", "car-battery": "car-battery.895510f.svg", "card": "card.f284448.svg", "charging-active": "charging-active.c3aa214.svg", "charging-network": "charging-network.a40072f.svg", "charging-state": "charging-state.f56d8df.svg", "charging-station": "charging-station.5ff1ed4.svg", "chart": "chart.c8c32d2.svg", "chat": "chat.7945544.svg", "check": "check.8ba06be.svg", "city": "city.5ae672c.svg", "climate": "climate.a9d5818.svg", "climate-control": "climate-control.ce31939.svg", "clock": "clock.c88a1ef.svg", "close": "close.eec3c5d.svg", "closed-caption": "closed-caption.ceaf6cb.svg", "cloud": "cloud.2c3959e.svg", "co2-class": "co2-class.fc49211.svg", "co2-emission": "co2-emission.c42e7f8.svg", "color-picker": "color-picker.598f402.svg", "compare": "compare.6578829.svg", "compass": "compass.f90f319.svg", "configurate": "configurate.5311c8d.svg", "copy": "copy.0fcd086.svg", "country-road": "country-road.d2bbc5a.svg", "coupe": "coupe.7549e3e.svg", "cubic-capacity": "cubic-capacity.7b0b8c8.svg", "cut": "cut.851e5c2.svg", "delete": "delete.5a8c8ca.svg", "disable": "disable.5918c32.svg", "dislike": "dislike.51614b0.svg", "dislike-filled": "dislike-filled.e1a8c4d.svg", "document": "document.df36b6c.svg", "door": "door.61c32d6.svg", "download": "download.c06f455.svg", "drag": "drag.9e893fd.svg", "duration": "duration.94e5252.svg", "ear": "ear.27a802f.svg", "edit": "edit.330f321.svg", "email": "email.f2530de.svg", "error": "error.b8ae9ad.svg", "error-filled": "error-filled.a4d06ed.svg", "exclamation": "exclamation.46cd17b.svg", "exclamation-filled": "exclamation-filled.9d09ed1.svg", "external": "external.fb677b9.svg", "fast-backward": "fast-backward.aaca8b9.svg", "fast-forward": "fast-forward.4bc43ff.svg", "file-csv": "file-csv.4140e24.svg", "file-excel": "file-excel.56d577d.svg", "filter": "filter.610f808.svg", "fingerprint": "fingerprint.6a85170.svg", "flag": "flag.7af5baf.svg", "flash": "flash.88a2ada.svg", "fuel-station": "fuel-station.f7bdf51.svg", "garage": "garage.5014e8d.svg", "genuine-parts": "genuine-parts.6bfddde.svg", "geo-localization": "geo-localization.516d603.svg", "gift": "gift.7beb1eb.svg", "globe": "globe.56cc8fc.svg", "grid": "grid.06bc31a.svg", "grip": "grip.5ec4289.svg", "group": "group.051436a.svg", "hand": "hand.4e85714.svg", "heart": "heart.9a5962e.svg", "heart-filled": "heart-filled.dd7decf.svg", "highway": "highway.bf0eb24.svg", "highway-filled": "highway-filled.38e93fb.svg", "history": "history.f09645c.svg", "home": "home.7b1d1da.svg", "horn": "horn.bf47b1a.svg", "image": "image.b2614f0.svg", "increase": "increase.700012f.svg", "information": "information.da41162.svg", "information-filled": "information-filled.8f08911.svg", "key": "key.ee5d89b.svg", "laptop": "laptop.c422480.svg", "leaf": "leaf.92ca6a6.svg", "leather": "leather.1d2769a.svg", "light": "light.f0eb8e4.svg", "like": "like.a7468cd.svg", "like-filled": "like-filled.a0126c1.svg", "limousine": "limousine.87799d5.svg", "linked": "linked.8f30cb5.svg", "list": "list.411dd00.svg", "locate": "locate.6554f9e.svg", "lock": "lock.243281a.svg", "lock-open": "lock-open.95803d2.svg", "logo-apple-carplay": "logo-apple-carplay.c872af9.svg", "logo-apple-music": "logo-apple-music.1395f37.svg", "logo-apple-podcast": "logo-apple-podcast.09be038.svg", "logo-baidu": "logo-baidu.9e89c7d.svg", "logo-delicious": "logo-delicious.e83f574.svg", "logo-digg": "logo-digg.f096670.svg", "logo-facebook": "logo-facebook.74abe88.svg", "logo-foursquare": "logo-foursquare.d638fd8.svg", "logo-gmail": "logo-gmail.5f96ee2.svg", "logo-google": "logo-google.1dee423.svg", "logo-hatena": "logo-hatena.da509f0.svg", "logo-instagram": "logo-instagram.b916daa.svg", "logo-kaixin": "logo-kaixin.b1211a2.svg", "logo-kakaotalk": "logo-kakaotalk.38f5396.svg", "logo-kununu": "logo-kununu.79344ff.svg", "logo-linkedin": "logo-linkedin.b72559f.svg", "logo-naver": "logo-naver.75588fe.svg", "logo-pinterest": "logo-pinterest.e8f6963.svg", "logo-qq": "logo-qq.6d9b6d9.svg", "logo-qq-share": "logo-qq-share.ee864d9.svg", "logo-reddit": "logo-reddit.da13e44.svg", "logo-skyrock": "logo-skyrock.eb2f28d.svg", "logo-snapchat": "logo-snapchat.ef706a2.svg", "logo-sohu": "logo-sohu.a30c66b.svg", "logo-spotify": "logo-spotify.2ec4b2d.svg", "logo-tecent": "logo-tecent.d119e85.svg", "logo-telegram": "logo-telegram.d151481.svg", "logo-tiktok": "logo-tiktok.2f3a465.svg", "logo-tumblr": "logo-tumblr.c689f44.svg", "logo-twitter": "logo-twitter.5f2490a.svg", "logo-viber": "logo-viber.198bd43.svg", "logo-vk": "logo-vk.37b94e0.svg", "logo-wechat": "logo-wechat.83b2b98.svg", "logo-weibo": "logo-weibo.c8dacee.svg", "logo-whatsapp": "logo-whatsapp.add9a6d.svg", "logo-x": "logo-x.5f2490a.svg", "logo-xing": "logo-xing.3a8df0f.svg", "logo-yahoo": "logo-yahoo.8cbd0ba.svg", "logo-youku": "logo-youku.fe988d0.svg", "logo-youtube": "logo-youtube.da3798f.svg", "logout": "logout.7ec7451.svg", "map": "map.c16f618.svg", "menu-dots-horizontal": "menu-dots-horizontal.788f7fa.svg", "menu-dots-vertical": "menu-dots-vertical.4970a65.svg", "menu-lines": "menu-lines.e332216.svg", "microphone": "microphone.8ecdce6.svg", "minus": "minus.f6d964c.svg", "mobile": "mobile.7f35446.svg", "moon": "moon.5b73246.svg", "new-chat": "new-chat.6ba4fae.svg", "news": "news.5b604b0.svg", "north-arrow": "north-arrow.2da1dbe.svg", "oil-can": "oil-can.cb58fc7.svg", "online-search": "online-search.90e9ab1.svg", "parking-brake": "parking-brake.45704bd.svg", "parking-light": "parking-light.c49a231.svg", "paste": "paste.dd60261.svg", "pause": "pause.65f20ae.svg", "phone": "phone.f4f774b.svg", "pin": "pin.3417cec.svg", "pin-filled": "pin-filled.7b8e9ba.svg", "pivot": "pivot.3ae18b8.svg", "play": "play.03ae554.svg", "play-filled": "play-filled.0fb6689.svg", "plug": "plug.c159935.svg", "plus": "plus.319993e.svg", "preheating": "preheating.e2a796f.svg", "price-tag": "price-tag.f0d3917.svg", "printer": "printer.f59b0ee.svg", "purchase": "purchase.9cd6d65.svg", "push-pin": "push-pin.89e4ead.svg", "push-pin-off": "push-pin-off.ba99213.svg", "qr": "qr.87a49a3.svg", "qr-off": "qr-off.64e21b9.svg", "question": "question.3402a63.svg", "question-filled": "question-filled.cf25dd5.svg", "racing-flag": "racing-flag.b7ddcc8.svg", "radar": "radar.de5a6c1.svg", "radio": "radio.2b48e53.svg", "refresh": "refresh.41fd868.svg", "replay": "replay.55a99f2.svg", "reset": "reset.e53d52f.svg", "return": "return.46d30de.svg", "road": "road.bd3d4bc.svg", "roof-closed": "roof-closed.018d021.svg", "roof-open": "roof-open.51c8ee6.svg", "route": "route.f4fbbb4.svg", "rss": "rss.0e77baf.svg", "save": "save.6171ff5.svg", "screen": "screen.420be15.svg", "search": "search.3f0f1ce.svg", "seat": "seat.a3ebc40.svg", "send": "send.b32099c.svg", "service-technician": "service-technician.8749028.svg", "share": "share.a0b30da.svg", "shopping-bag": "shopping-bag.3f91a9b.svg", "shopping-bag-filled": "shopping-bag-filled.abf6c98.svg", "shopping-cart": "shopping-cart.370e224.svg", "shopping-cart-filled": "shopping-cart-filled.e0c3a65.svg", "sidebar": "sidebar.8e43896.svg", "sidelights": "sidelights.65c9dd9.svg", "skip-backward": "skip-backward.05fe8cd.svg", "skip-forward": "skip-forward.45a7bc0.svg", "snowflake": "snowflake.83907b3.svg", "sort": "sort.92b50bd.svg", "stack": "stack.804af93.svg", "star": "star.4c5bb15.svg", "star-filled": "star-filled.84ef2f6.svg", "steering-wheel": "steering-wheel.4dea19e.svg", "stop": "stop.173b6ac.svg", "stopwatch": "stopwatch.0e048a4.svg", "subtract": "subtract.57eed1d.svg", "success": "success.b16d4c1.svg", "success-filled": "success-filled.1832d98.svg", "sun": "sun.4301cbd.svg", "suv": "suv.33ac4aa.svg", "switch": "switch.66f74c4.svg", "tablet": "tablet.07341ac.svg", "tachometer": "tachometer.3a2fc3c.svg", "theme": "theme.08f6508.svg", "tire": "tire.e5c9372.svg", "trigger-finger": "trigger-finger.65aa6e2.svg", "truck": "truck.2c26c04.svg", "turismo": "turismo.a066b9f.svg", "unlinked": "unlinked.e9afe39.svg", "upload": "upload.d1f5a2a.svg", "user": "user.c18dabe.svg", "user-filled": "user-filled.2ea646d.svg", "user-group": "user-group.79cdf86.svg", "user-manual": "user-manual.470e243.svg", "video": "video.7590689.svg", "view": "view.5b4d7f6.svg", "view-off": "view-off.a4ede54.svg", "volume-off": "volume-off.bcd49e7.svg", "volume-up": "volume-up.2084f60.svg", "warning": "warning.59927e6.svg", "warning-filled": "warning-filled.1f6fe21.svg", "weather": "weather.9c96bd7.svg", "weight": "weight.b57a60d.svg", "wifi": "wifi.e2a8d9c.svg", "work": "work.9dd71a4.svg", "wrench": "wrench.09a2a67.svg", "wrenches": "wrenches.d2ed45d.svg", "zoom-in": "zoom-in.ff299b8.svg", "zoom-out": "zoom-out.ebb6246.svg" };
|
|
6579
6312
|
|
|
6580
|
-
|
|
6581
|
-
var MODEL_SIGNATURES_MANIFEST = { "718": { "src": "718.493a9e3.svg", "width": 79, "height": 26 }, "911": { "src": "911.b68f913.svg", "width": 94, "height": 25 }, "boxster": { "src": "boxster.c321738.svg", "width": 239, "height": 26 }, "cayenne": { "src": "cayenne.2556201.svg", "width": 245, "height": 35 }, "cayman": { "src": "cayman.cc89196.svg", "width": 229, "height": 35 }, "gt3-rs": { "src": "gt3-rs.03ac3ee.svg", "width": 238, "height": 25 }, "gt3": { "src": "gt3.bd3186c.svg", "width": 151, "height": 25 }, "gts": { "src": "gts.99bd35e.svg", "width": 121, "height": 25 }, "macan": { "src": "macan.a1844f4.svg", "width": 196, "height": 26 }, "panamera": { "src": "panamera.6dae809.svg", "width": 260, "height": 25 }, "taycan": { "src": "taycan.df444c6.svg", "width": 167, "height": 36 }, "turbo-s": { "src": "turbo-s.73f1e10.svg", "width": 199, "height": 25 }, "turbo": { "src": "turbo.6a4084a.svg", "width": 143, "height": 25 } };
|
|
6313
|
+
const MODEL_SIGNATURES_MANIFEST = { "718": { "src": "718.493a9e3.svg", "width": 79, "height": 26 }, "911": { "src": "911.b68f913.svg", "width": 94, "height": 25 }, "boxster": { "src": "boxster.c321738.svg", "width": 239, "height": 26 }, "cayenne": { "src": "cayenne.2556201.svg", "width": 245, "height": 35 }, "cayman": { "src": "cayman.cc89196.svg", "width": 229, "height": 35 }, "gt3-rs": { "src": "gt3-rs.03ac3ee.svg", "width": 238, "height": 25 }, "gt3": { "src": "gt3.bd3186c.svg", "width": 151, "height": 25 }, "gts": { "src": "gts.99bd35e.svg", "width": 121, "height": 25 }, "macan": { "src": "macan.a1844f4.svg", "width": 196, "height": 26 }, "panamera": { "src": "panamera.6dae809.svg", "width": 260, "height": 25 }, "taycan": { "src": "taycan.df444c6.svg", "width": 167, "height": 36 }, "turbo-s": { "src": "turbo-s.73f1e10.svg", "width": 199, "height": 25 }, "turbo": { "src": "turbo.6a4084a.svg", "width": 143, "height": 25 } };
|
|
6582
6314
|
|
|
6583
6315
|
const crestSize = {
|
|
6584
6316
|
width: 30,
|
|
@@ -6701,8 +6433,13 @@ const getComponentCss$$ = (color, orientation) => {
|
|
|
6701
6433
|
});
|
|
6702
6434
|
};
|
|
6703
6435
|
|
|
6704
|
-
|
|
6436
|
+
/**
|
|
6437
|
+
* @css-variable {"name": "--p-drilldown-grid-template", "description": "Overrides the CSS `grid-template` of the default slot container, allowing custom grid layout for drilldown items.", "defaultValue": "auto/auto"}
|
|
6438
|
+
*/
|
|
6705
6439
|
const cssVariableGridTemplate = '--p-drilldown-grid-template';
|
|
6440
|
+
/**
|
|
6441
|
+
* @css-variable {"name": "--p-drilldown-gap", "description": "Overrides the gap between drilldown items in the default slot container.", "defaultValue": "8px"}
|
|
6442
|
+
*/
|
|
6706
6443
|
const cssVariableGap = '--p-drilldown-gap';
|
|
6707
6444
|
// private css variables
|
|
6708
6445
|
const cssVarColorPrimary = '--_p-drilldown-a';
|
|
@@ -6939,7 +6676,7 @@ const getComponentCss$_ = (isOpen, isPrimary, isSecondaryScrollerVisible) => {
|
|
|
6939
6676
|
position: 'absolute',
|
|
6940
6677
|
insetInlineStart: `calc(100% + ${ref(spacingFluidSm)})`,
|
|
6941
6678
|
insetBlockStart: ref(spacingFluidSm),
|
|
6942
|
-
padding: ref(spacingStaticSm),
|
|
6679
|
+
padding: ref(spacingStaticSm$1),
|
|
6943
6680
|
},
|
|
6944
6681
|
},
|
|
6945
6682
|
back: {
|
|
@@ -7308,6 +7045,9 @@ const getComponentCss$W = (size) => {
|
|
|
7308
7045
|
* @css-variable {"name": "--p-flyout-width", "description": "Width of the flyout.", "defaultValue": "auto"}
|
|
7309
7046
|
*/
|
|
7310
7047
|
const cssVariableWidth$2 = '--p-flyout-width';
|
|
7048
|
+
/**
|
|
7049
|
+
* @css-variable {"name": "--p-flyout-sticky-top", "description": "@experimental Exposes the header's height as a read-only CSS variable, set automatically by the component. Slotted sticky content can use this value to offset their top position correctly."}
|
|
7050
|
+
*/
|
|
7311
7051
|
/**
|
|
7312
7052
|
* @css-variable {"name": "--ref-p-flyout-pt", "description": "Exposes the internally used padding-top of the Flyout as read only CSS variable. When slotting e.g. a media container, this variable can be used to stretch the element to the top of the Flyout."}
|
|
7313
7053
|
*/
|
|
@@ -7463,7 +7203,6 @@ const getComponentCss$U = (size, weight, align, color, hyphens, ellipsis) => {
|
|
|
7463
7203
|
|
|
7464
7204
|
const isUrl = (str) => str?.length > 0 && /(\/)/.test(str);
|
|
7465
7205
|
const DEFAULT_ICON_NAME = 'arrow-right';
|
|
7466
|
-
// eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
|
|
7467
7206
|
const buildIconUrl = (iconNameOrSource = DEFAULT_ICON_NAME) => {
|
|
7468
7207
|
if (iconNameOrSource === null) {
|
|
7469
7208
|
return buildIconUrl(DEFAULT_ICON_NAME);
|
|
@@ -7715,11 +7454,11 @@ const getComponentCss$L = (disabled, loading, hideLabel, state, compact, readOnl
|
|
|
7715
7454
|
|
|
7716
7455
|
const formElementLayeredGap = '9px'; // to have same distance vertically and horizontally for e.g. button/icon within form element
|
|
7717
7456
|
// TODO: basic button/icon padding can already be set within style function instead of on component style level
|
|
7718
|
-
const formButtonOrIconPadding = ref(spacingStaticXs);
|
|
7457
|
+
const formButtonOrIconPadding = ref(spacingStaticXs$1);
|
|
7719
7458
|
// TODO: if we'd use 12px instead, it wouldn't be necessary for textarea to have a custom vertical padding,
|
|
7720
7459
|
// unfortunately line-height alignment breaks for a select element for some reasons then
|
|
7721
7460
|
// TODO: basic form element padding can already be set within style function instead of on component style level
|
|
7722
|
-
const formElementPaddingVertical = ref(spacingStaticSm);
|
|
7461
|
+
const formElementPaddingVertical = ref(spacingStaticSm$1);
|
|
7723
7462
|
// TODO: basic form element padding can already be set within style function instead of on component style level
|
|
7724
7463
|
const formElementPaddingHorizontal = ref(spacingStaticMd);
|
|
7725
7464
|
const getCalculatedFormElementPaddingHorizontal = (buttonOrIconAmount) => {
|
|
@@ -8244,8 +7983,17 @@ const getSvgUrl = (model) => {
|
|
|
8244
7983
|
return `${getCDNBaseURL()}/model-signatures/${MODEL_SIGNATURES_MANIFEST[model].src}`;
|
|
8245
7984
|
};
|
|
8246
7985
|
|
|
7986
|
+
/**
|
|
7987
|
+
* @css-variable {"name": "--p-model-signature-width", "description": "Overrides the width of the model signature.", "defaultValue": ""}
|
|
7988
|
+
*/
|
|
8247
7989
|
const cssVariableWidth = '--p-model-signature-width';
|
|
7990
|
+
/**
|
|
7991
|
+
* @css-variable {"name": "--p-model-signature-height", "description": "Overrides the height of the model signature.", "defaultValue": "auto"}
|
|
7992
|
+
*/
|
|
8248
7993
|
const cssVariableHeight = '--p-model-signature-height';
|
|
7994
|
+
/**
|
|
7995
|
+
* @css-variable {"name": "--p-model-signature-color", "description": "Overrides the fill color of the model signature. Overrides the `color` property when set.", "defaultValue": ""}
|
|
7996
|
+
*/
|
|
8249
7997
|
const cssVariableColor = '--p-model-signature-color';
|
|
8250
7998
|
const colorMap = {
|
|
8251
7999
|
primary: ref(colorPrimary),
|
|
@@ -8380,7 +8128,7 @@ const getComponentCss$y = (isOpen, isDisabled, hideLabel, state, isCompact) => {
|
|
|
8380
8128
|
},
|
|
8381
8129
|
root: {
|
|
8382
8130
|
display: 'grid',
|
|
8383
|
-
gap: ref(spacingStaticXs),
|
|
8131
|
+
gap: ref(spacingStaticXs$1),
|
|
8384
8132
|
// min width is needed for showing at least 1 character in very narrow containers. The "1rem" value is the minimum safe zone to show at least 1 character plus the ellipsis dots.
|
|
8385
8133
|
minWidth: `calc(1rem + ${formElementPaddingHorizontal} + 1px * 2 + ${getCalculatedFormElementPaddingHorizontal(2)})`,
|
|
8386
8134
|
},
|
|
@@ -8420,11 +8168,11 @@ const getComponentCss$x = (activePage, pageTotal, showLastPage) => {
|
|
|
8420
8168
|
},
|
|
8421
8169
|
ul: {
|
|
8422
8170
|
display: 'flex',
|
|
8423
|
-
gap: ref(spacingStaticXs),
|
|
8171
|
+
gap: ref(spacingStaticXs$1),
|
|
8424
8172
|
margin: 0,
|
|
8425
8173
|
padding: 0,
|
|
8426
8174
|
[mediaQueryMinS]: {
|
|
8427
|
-
gap: ref(spacingStaticSm),
|
|
8175
|
+
gap: ref(spacingStaticSm$1),
|
|
8428
8176
|
},
|
|
8429
8177
|
},
|
|
8430
8178
|
li: {
|
|
@@ -8570,7 +8318,7 @@ const getComponentCss$w = (hideLabel, state, isDisabled, isLoading, length, isCo
|
|
|
8570
8318
|
root: {
|
|
8571
8319
|
all: 'unset',
|
|
8572
8320
|
display: 'grid',
|
|
8573
|
-
gap: ref(spacingStaticXs),
|
|
8321
|
+
gap: ref(spacingStaticXs$1),
|
|
8574
8322
|
},
|
|
8575
8323
|
wrapper: {
|
|
8576
8324
|
position: 'relative',
|
|
@@ -8676,7 +8424,7 @@ const getComponentCss$v = () => {
|
|
|
8676
8424
|
maxWidth: `min(calc(100dvw - ${POPOVER_SAFE_ZONE * 2}px), 48ch)`,
|
|
8677
8425
|
width: 'max-content', // ensures in older browsers correct width
|
|
8678
8426
|
boxSizing: 'border-box',
|
|
8679
|
-
padding: `${ref(spacingStaticSm)} ${ref(spacingStaticMd)}`,
|
|
8427
|
+
padding: `${ref(spacingStaticSm$1)} ${ref(spacingStaticMd)}`,
|
|
8680
8428
|
pointerEvents: 'auto',
|
|
8681
8429
|
borderRadius: ref(radiusXl),
|
|
8682
8430
|
background: ref(colorCanvas),
|
|
@@ -8764,7 +8512,7 @@ const getComponentCss$u = (disabled, loading, state) => {
|
|
|
8764
8512
|
root: {
|
|
8765
8513
|
display: 'grid',
|
|
8766
8514
|
gridTemplateColumns: 'auto minmax(0, 1fr)',
|
|
8767
|
-
rowGap: ref(spacingStaticXs),
|
|
8515
|
+
rowGap: ref(spacingStaticXs$1),
|
|
8768
8516
|
},
|
|
8769
8517
|
wrapper: {
|
|
8770
8518
|
position: 'relative',
|
|
@@ -8832,7 +8580,7 @@ const getComponentCss$t = (isDisabled, isLoading, hideLabel, state, isCompact, d
|
|
|
8832
8580
|
all: 'unset',
|
|
8833
8581
|
display: 'grid',
|
|
8834
8582
|
justifySelf: 'flex-start',
|
|
8835
|
-
rowGap: ref(spacingStaticXs),
|
|
8583
|
+
rowGap: ref(spacingStaticXs$1),
|
|
8836
8584
|
},
|
|
8837
8585
|
wrapper: {
|
|
8838
8586
|
alignItems: 'start',
|
|
@@ -8937,12 +8685,12 @@ const getScrollIndicatorStyles = (direction, isVisible, isSticky, hasScrollbar,
|
|
|
8937
8685
|
width: '1.5rem',
|
|
8938
8686
|
height: '1.5rem',
|
|
8939
8687
|
...(!isCompact && {
|
|
8940
|
-
padding: ref(spacingStaticXs),
|
|
8688
|
+
padding: ref(spacingStaticXs$1),
|
|
8941
8689
|
}),
|
|
8942
8690
|
cursor: 'pointer',
|
|
8943
8691
|
opacity: isVisible ? 1 : 0,
|
|
8944
8692
|
visibility: isVisible ? 'inherit' : 'hidden',
|
|
8945
|
-
transform: `translate3d(${isVisible ? '0' : `${isPrev ? `calc(-1 * ${ref(spacingStaticSm)})` : ref(spacingStaticSm)}`},0,0)`,
|
|
8693
|
+
transform: `translate3d(${isVisible ? '0' : `${isPrev ? `calc(-1 * ${ref(spacingStaticSm$1)})` : ref(spacingStaticSm$1)}`},0,0)`,
|
|
8946
8694
|
transition: `${getTransition('transform')},${getTransition('opacity')},visibility 0s linear ${isVisible ? '0s' : ref(cssVariableTransitionDuration, ref(durationSm))}`,
|
|
8947
8695
|
'&:dir(rtl)': {
|
|
8948
8696
|
gridArea: isPrev ? '1/3' : '1/1',
|
|
@@ -8950,7 +8698,7 @@ const getScrollIndicatorStyles = (direction, isVisible, isSticky, hasScrollbar,
|
|
|
8950
8698
|
...hoverMediaQuery({
|
|
8951
8699
|
'&:hover::after': {
|
|
8952
8700
|
// do the transform on the pseudo-element to prevent the click area from moving when hovered
|
|
8953
|
-
transform: `translate3d(${isPrev ? `calc(-1 * ${ref(spacingStaticXs)})` : ref(spacingStaticXs)},0,0)`,
|
|
8701
|
+
transform: `translate3d(${isPrev ? `calc(-1 * ${ref(spacingStaticXs$1)})` : ref(spacingStaticXs$1)},0,0)`,
|
|
8954
8702
|
},
|
|
8955
8703
|
}),
|
|
8956
8704
|
'&::after': {
|
|
@@ -8990,7 +8738,7 @@ isSticky, hasScrollbar, isCompact) => {
|
|
|
8990
8738
|
gridArea: '1/2',
|
|
8991
8739
|
position: 'relative', // necessary for tabs bar animation
|
|
8992
8740
|
display: 'inline-flex',
|
|
8993
|
-
gap: ref(cssVarGap, isCompact ? ref(spacingStaticXs) : ref(spacingStaticSm)),
|
|
8741
|
+
gap: ref(cssVarGap, isCompact ? ref(spacingStaticXs$1) : ref(spacingStaticSm$1)),
|
|
8994
8742
|
},
|
|
8995
8743
|
},
|
|
8996
8744
|
root: {
|
|
@@ -9157,7 +8905,7 @@ const getComponentCss$q = (minWidth, maxWidth, columns, disabled, hideLabel, sta
|
|
|
9157
8905
|
root: {
|
|
9158
8906
|
all: 'unset',
|
|
9159
8907
|
display: 'grid',
|
|
9160
|
-
gap: ref(spacingStaticXs),
|
|
8908
|
+
gap: ref(spacingStaticXs$1),
|
|
9161
8909
|
},
|
|
9162
8910
|
// .label / .required
|
|
9163
8911
|
...getFunctionalComponentLabelStyles(disabled, false, hideLabel, {
|
|
@@ -9167,7 +8915,7 @@ const getComponentCss$q = (minWidth, maxWidth, columns, disabled, hideLabel, sta
|
|
|
9167
8915
|
...getFunctionalComponentStateMessageStyles(state),
|
|
9168
8916
|
...(noWrap && {
|
|
9169
8917
|
scroller: {
|
|
9170
|
-
margin: `-${ref(spacingStaticXs)} 0`,
|
|
8918
|
+
margin: `-${ref(spacingStaticXs$1)} 0`,
|
|
9171
8919
|
},
|
|
9172
8920
|
}),
|
|
9173
8921
|
});
|
|
@@ -9226,7 +8974,7 @@ const getComponentCss$o = (isOpen, isDisabled, hideLabel, state, isCompact) => {
|
|
|
9226
8974
|
},
|
|
9227
8975
|
root: {
|
|
9228
8976
|
display: 'grid',
|
|
9229
|
-
gap: ref(spacingStaticXs),
|
|
8977
|
+
gap: ref(spacingStaticXs$1),
|
|
9230
8978
|
// min width is needed for showing at least 1 character in very narrow containers. The "1rem" value is the minimum safe zone to show at least 1 character plus the ellipsis dots.
|
|
9231
8979
|
minWidth: `calc(1rem + ${formElementPaddingHorizontal} + 1px * 2 + ${getCalculatedFormElementPaddingHorizontal(1)})`,
|
|
9232
8980
|
},
|
|
@@ -9415,9 +9163,9 @@ const getComponentCss$l = (state, disabled) => {
|
|
|
9415
9163
|
all: 'unset',
|
|
9416
9164
|
display: 'grid',
|
|
9417
9165
|
gridTemplateColumns: 'auto minmax(0,1fr)',
|
|
9418
|
-
gap: spacingStaticXs
|
|
9166
|
+
gap: spacingStaticXs,
|
|
9419
9167
|
color: ref(colorPrimary),
|
|
9420
|
-
paddingInline: `${spacingStaticSm
|
|
9168
|
+
paddingInline: `${spacingStaticSm} 12px`,
|
|
9421
9169
|
paddingBlock: '6px',
|
|
9422
9170
|
width: 'max-content',
|
|
9423
9171
|
cursor: isDisabled ? 'not-allowed' : 'pointer',
|
|
@@ -9653,7 +9401,7 @@ const getComponentCss$h = (isCompact, layout) => {
|
|
|
9653
9401
|
'--p-scroller-indicator-bottom': ref(cssVarScrollIndicatorBottom, '0px'),
|
|
9654
9402
|
[cssVariableTableHoverColor]: ref(colorFrosted),
|
|
9655
9403
|
[cssVariableTableBorderColor]: ref(colorContrastLow),
|
|
9656
|
-
[cssVariableTablePadding]: isCompact ? ref(spacingStaticSm) : ref(spacingFluidSm),
|
|
9404
|
+
[cssVariableTablePadding]: isCompact ? ref(spacingStaticSm$1) : ref(spacingFluidSm),
|
|
9657
9405
|
[cssVariableTableBorderWidth]: '1px',
|
|
9658
9406
|
...hostHiddenStyles,
|
|
9659
9407
|
font: `${ref(fontWeightNormal$1)} ${ref(typescaleSm$1)} / ${ref(leadingNormal$1)} ${ref(fontPorscheNext$1)}`,
|
|
@@ -9725,7 +9473,7 @@ const getComponentCss$f = (active, direction, hideLabel, multiline) => {
|
|
|
9725
9473
|
button: {
|
|
9726
9474
|
position: 'relative',
|
|
9727
9475
|
display: 'flex',
|
|
9728
|
-
gap: ref(spacingStaticXs),
|
|
9476
|
+
gap: ref(spacingStaticXs$1),
|
|
9729
9477
|
width: 'auto',
|
|
9730
9478
|
margin: 0, // Removes default button margin on safari 15
|
|
9731
9479
|
padding: 0,
|
|
@@ -9868,8 +9616,8 @@ const getComponentCss$b = (background, size, isCompact, activeTabIndex) => {
|
|
|
9868
9616
|
// padding by the same amount so the overall hit area / visual height stays stable.
|
|
9869
9617
|
padding: hasBackground
|
|
9870
9618
|
? isCompact
|
|
9871
|
-
? `calc(7 * ${ref(spacingStatic2Xs)} - ${ref(spacingStaticXs)}) calc(${ref(spacingStaticMd)} - ${ref(spacingStaticXs)})`
|
|
9872
|
-
: `calc(${ref(spacingStaticMd)} - ${ref(spacingStaticXs)}) calc(28 * ${ref(spacingStatic2Xs)} - ${ref(spacingStaticXs)})`
|
|
9619
|
+
? `calc(7 * ${ref(spacingStatic2Xs)} - ${ref(spacingStaticXs$1)}) calc(${ref(spacingStaticMd)} - ${ref(spacingStaticXs$1)})`
|
|
9620
|
+
: `calc(${ref(spacingStaticMd)} - ${ref(spacingStaticXs$1)}) calc(28 * ${ref(spacingStatic2Xs)} - ${ref(spacingStaticXs$1)})`
|
|
9873
9621
|
: isCompact
|
|
9874
9622
|
? `calc(6 * ${ref(spacingStatic2Xs)}) ${ref(spacingStaticMd)}`
|
|
9875
9623
|
: `${ref(spacingStaticMd)} calc(28 * ${ref(spacingStatic2Xs)})`,
|
|
@@ -9927,7 +9675,7 @@ const getComponentCss$b = (background, size, isCompact, activeTabIndex) => {
|
|
|
9927
9675
|
placeSelf: 'flex-start', // ensures scroller doesn't get stretched in x- or y-axis in case the tabs-bar is taller than the scroller (e.g. when placed in flex or grid context)
|
|
9928
9676
|
...(hasBackground && {
|
|
9929
9677
|
background: backgroundMap[background],
|
|
9930
|
-
padding: isCompact ? `calc(3 * ${ref(spacingStatic2Xs)})` : ref(spacingStaticXs),
|
|
9678
|
+
padding: isCompact ? `calc(3 * ${ref(spacingStatic2Xs)})` : ref(spacingStaticXs$1),
|
|
9931
9679
|
borderRadius: isCompact ? ref(radiusLg) : ref(radiusXl), // radius for rail
|
|
9932
9680
|
...forcedColorsMediaQuery({
|
|
9933
9681
|
forcedColorAdjust: 'none',
|
|
@@ -9983,7 +9731,7 @@ const getComponentCss$9 = () => {
|
|
|
9983
9731
|
...preventFoucOfNestedElementsStyles,
|
|
9984
9732
|
},
|
|
9985
9733
|
root: {
|
|
9986
|
-
marginBottom: ref(spacingStaticSm),
|
|
9734
|
+
marginBottom: ref(spacingStaticSm$1),
|
|
9987
9735
|
},
|
|
9988
9736
|
});
|
|
9989
9737
|
};
|
|
@@ -10112,9 +9860,9 @@ const getComponentCss$7 = (variant, compact, isFocusable, hasIcon) => {
|
|
|
10112
9860
|
display: 'flex',
|
|
10113
9861
|
gap: '2px',
|
|
10114
9862
|
padding: compact
|
|
10115
|
-
? `${ref(spacingStatic2Xs)} ${ref(spacingStaticSm)}`
|
|
10116
|
-
: `${spacingStaticXs
|
|
10117
|
-
borderRadius: `calc(${compact ? '1px' : spacingStaticXs
|
|
9863
|
+
? `${ref(spacingStatic2Xs)} ${ref(spacingStaticSm$1)}`
|
|
9864
|
+
: `${spacingStaticXs} calc(12 * ${ref(spacingStatic2Xs)})`,
|
|
9865
|
+
borderRadius: `calc(${compact ? '1px' : spacingStaticXs} + (${ref(leadingNormal$1)} / 2))`, // ensures pill shape has a maximum border radius to support multiline.
|
|
10118
9866
|
font: `${ref(fontWeightNormal$1)} ${ref(typescaleXs$1)} / ${ref(leadingNormal$1)} ${ref(fontPorscheNext$1)}`,
|
|
10119
9867
|
...((variant === 'secondary' ||
|
|
10120
9868
|
variant === 'info-frosted' ||
|
|
@@ -10203,7 +9951,7 @@ const getComponentCss$6 = (type) => {
|
|
|
10203
9951
|
},
|
|
10204
9952
|
// css selector for text-list-item
|
|
10205
9953
|
'::slotted(*)': addImportantToEachRule({
|
|
10206
|
-
[cssVariablePaddingTop]: ref(spacingStaticXs), // padding top for nested list
|
|
9954
|
+
[cssVariablePaddingTop]: ref(spacingStaticXs$1), // padding top for nested list
|
|
10207
9955
|
[cssVariablePaddingBottom]: ref(spacingStaticMd), // padding bottom for nested list, TODO: in case it's last root list item with a nested list it would result in outer spacing which is not desired
|
|
10208
9956
|
[cssVariablePseudoSpace]: isOrderedList
|
|
10209
9957
|
? ref(cssVariableOrderedGridColumn, '1.5rem')
|
|
@@ -10359,7 +10107,7 @@ const getComponentCss$3 = (isDisabled, isReadonly, hideLabel, state, isCompact,
|
|
|
10359
10107
|
},
|
|
10360
10108
|
root: {
|
|
10361
10109
|
display: 'grid',
|
|
10362
|
-
gap: ref(spacingStaticXs),
|
|
10110
|
+
gap: ref(spacingStaticXs$1),
|
|
10363
10111
|
},
|
|
10364
10112
|
wrapper: {
|
|
10365
10113
|
display: 'grid',
|