@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,269 +1,28 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
green: {
|
|
6
|
-
'50': 'hsl(115 29.7% 92.7%)',
|
|
7
|
-
'100': 'hsl(114 30.3% 87.1%)',
|
|
8
|
-
'200': 'hsl(116 29.2% 81.2%)',
|
|
9
|
-
'300': 'hsl(115 29.6% 75.5%)',
|
|
10
|
-
'400': 'hsl(116 29.9% 69.8%)',
|
|
11
|
-
'500': 'hsl(116 30.1% 64.1%)',
|
|
12
|
-
'600': 'hsl(115 30% 56.9%)',
|
|
13
|
-
'700': 'hsl(115 30.4% 49.6%)',
|
|
14
|
-
'800': 'hsl(115 40.7% 42.4%)',
|
|
15
|
-
'900': 'hsl(115 55.3% 35.1%)',
|
|
16
|
-
'950': 'hsl(115 77.5% 27.8%)',
|
|
17
|
-
'50a': 'hsl(115 77.5% 27.8% / 0.1)',
|
|
18
|
-
'100a': 'hsl(115 77.5% 27.8% / 0.18)',
|
|
19
|
-
'200a': 'hsl(115 77.5% 27.8% / 0.26)',
|
|
20
|
-
'300a': 'hsl(115 77.5% 27.8% / 0.34)',
|
|
21
|
-
'400a': 'hsl(115 77.5% 27.8% / 0.42)',
|
|
22
|
-
'500a': 'hsl(115 77.5% 27.8% / 0.5)',
|
|
23
|
-
'600a': 'hsl(115 77.5% 27.8% / 0.6)',
|
|
24
|
-
'700a': 'hsl(115 77.5% 27.8% / 0.7)',
|
|
25
|
-
'800a': 'hsl(115 77.5% 27.8% / 0.8)',
|
|
26
|
-
'900a': 'hsl(115 77.5% 27.8% / 0.9)',
|
|
27
|
-
'950a': 'hsl(115 77.5% 27.8%)',
|
|
28
|
-
},
|
|
29
|
-
red: {
|
|
30
|
-
'50': 'hsl(0 53.3% 94.1%)',
|
|
31
|
-
'100': 'hsl(358 55.6% 89.4%)',
|
|
32
|
-
'200': 'hsl(359 53.8% 84.7%)',
|
|
33
|
-
'300': 'hsl(358 54.9% 80%)',
|
|
34
|
-
'400': 'hsl(358 54% 75.3%)',
|
|
35
|
-
'500': 'hsl(357 54.7% 70.6%)',
|
|
36
|
-
'600': 'hsl(358 54.4% 64.7%)',
|
|
37
|
-
'700': 'hsl(357 54.3% 58.8%)',
|
|
38
|
-
'800': 'hsl(357 54.4% 52.7%)',
|
|
39
|
-
'900': 'hsl(357 61.5% 46.9%)',
|
|
40
|
-
'950': 'hsl(357 78% 41%)',
|
|
41
|
-
'50a': 'hsl(357 78% 41% / 0.1)',
|
|
42
|
-
'100a': 'hsl(357 78% 41% / 0.18)',
|
|
43
|
-
'200a': 'hsl(357 78% 41% / 0.26)',
|
|
44
|
-
'300a': 'hsl(357 78% 41% / 0.34)',
|
|
45
|
-
'400a': 'hsl(357 78% 41% / 0.42)',
|
|
46
|
-
'500a': 'hsl(357 78% 41% / 0.5)',
|
|
47
|
-
'600a': 'hsl(357 78% 41% / 0.6)',
|
|
48
|
-
'700a': 'hsl(357 78% 41% / 0.7)',
|
|
49
|
-
'800a': 'hsl(357 78% 41% / 0.8)',
|
|
50
|
-
'900a': 'hsl(357 78% 41% / 0.9)',
|
|
51
|
-
'950a': 'hsl(357 78% 41%)',
|
|
52
|
-
},
|
|
53
|
-
yellow: {
|
|
54
|
-
'50': 'hsl(25 51.5% 93.5%)',
|
|
55
|
-
'100': 'hsl(27 50.8% 88%)',
|
|
56
|
-
'200': 'hsl(27 50% 82.7%)',
|
|
57
|
-
'300': 'hsl(27 50.9% 77.6%)',
|
|
58
|
-
'400': 'hsl(27 50.4% 72.4%)',
|
|
59
|
-
'500': 'hsl(28 50.9% 67.3%)',
|
|
60
|
-
'600': 'hsl(28 50.5% 60.4%)',
|
|
61
|
-
'700': 'hsl(28 50.6% 53.9%)',
|
|
62
|
-
'800': 'hsl(27 56.2% 47.5%)',
|
|
63
|
-
'900': 'hsl(28 73.9% 40.6%)',
|
|
64
|
-
'950': 'hsl(28 97.7% 34.1%)',
|
|
65
|
-
'50a': 'hsl(28 97.7% 34.1% / 0.1)',
|
|
66
|
-
'100a': 'hsl(28 97.7% 34.1% / 0.18)',
|
|
67
|
-
'200a': 'hsl(28 97.7% 34.1% / 0.26)',
|
|
68
|
-
'300a': 'hsl(28 97.7% 34.1% / 0.34)',
|
|
69
|
-
'400a': 'hsl(28 97.7% 34.1% / 0.42)',
|
|
70
|
-
'500a': 'hsl(28 97.7% 34.1% / 0.5)',
|
|
71
|
-
'600a': 'hsl(28 97.7% 34.1% / 0.6)',
|
|
72
|
-
'700a': 'hsl(28 97.7% 34.1% / 0.7)',
|
|
73
|
-
'800a': 'hsl(28 97.7% 34.1% / 0.8)',
|
|
74
|
-
'900a': 'hsl(28 97.7% 34.1% / 0.9)',
|
|
75
|
-
'950a': 'hsl(28 97.7% 34.1%)',
|
|
76
|
-
},
|
|
77
|
-
blue: {
|
|
78
|
-
'50': 'hsl(229 84% 95.1%)',
|
|
79
|
-
'100': 'hsl(229 82.2% 91.2%)',
|
|
80
|
-
'200': 'hsl(228 84.6% 87.3%)',
|
|
81
|
-
'300': 'hsl(228 83.5% 83.3%)',
|
|
82
|
-
'400': 'hsl(228 82.9% 79.4%)',
|
|
83
|
-
'500': 'hsl(228 83.9% 75.7%)',
|
|
84
|
-
'600': 'hsl(228 82.7% 70.6%)',
|
|
85
|
-
'700': 'hsl(228 82.9% 65.7%)',
|
|
86
|
-
'800': 'hsl(228 83% 60.8%)',
|
|
87
|
-
'900': 'hsl(228 83.1% 55.9%)',
|
|
88
|
-
'950': 'hsl(228 83.2% 51%)',
|
|
89
|
-
'50a': 'hsl(228 83.2% 51% / 0.1)',
|
|
90
|
-
'100a': 'hsl(228 83.2% 51% / 0.18)',
|
|
91
|
-
'200a': 'hsl(228 83.2% 51% / 0.26)',
|
|
92
|
-
'300a': 'hsl(228 83.2% 51% / 0.34)',
|
|
93
|
-
'400a': 'hsl(228 83.2% 51% / 0.42)',
|
|
94
|
-
'500a': 'hsl(228 83.2% 51% / 0.5)',
|
|
95
|
-
'600a': 'hsl(228 83.2% 51% / 0.6)',
|
|
96
|
-
'700a': 'hsl(228 83.2% 51% / 0.7)',
|
|
97
|
-
'800a': 'hsl(228 83.2% 51% / 0.8)',
|
|
98
|
-
'900a': 'hsl(228 83.2% 51% / 0.9)',
|
|
99
|
-
'950a': 'hsl(228 83.2% 51%)',
|
|
100
|
-
},
|
|
101
|
-
grey: {
|
|
102
|
-
'50': 'hsl(240 10% 95%)',
|
|
103
|
-
'100': 'hsl(240 8.1% 92.7%)',
|
|
104
|
-
'200': 'hsl(225 5.7% 86.3%)',
|
|
105
|
-
'300': 'hsl(240 2.7% 78.2%)',
|
|
106
|
-
'400': 'hsl(240 1.9% 68.8%)',
|
|
107
|
-
'500': 'hsl(240 0.9% 57.6%)',
|
|
108
|
-
'600': 'hsl(240 0.8% 47.8%)',
|
|
109
|
-
'700': 'hsl(240 1.6% 37.8%)',
|
|
110
|
-
'800': 'hsl(240 2.2% 27.3%)',
|
|
111
|
-
'900': 'hsl(240 4.8% 16.5%)',
|
|
112
|
-
'950': 'hsl(225 66.7% 1.2%)',
|
|
113
|
-
'50a': 'hsl(234 9.8% 60% / 0.06)',
|
|
114
|
-
'100a': 'hsl(240 5% 70% / 0.148)',
|
|
115
|
-
'200a': 'hsl(236 6.5% 42% / 0.236)',
|
|
116
|
-
'300a': 'hsl(234 6% 32.9% / 0.324)',
|
|
117
|
-
'400a': 'hsl(233 6.6% 23.9% / 0.412)',
|
|
118
|
-
'500a': 'hsl(240 5.3% 14.9% / 0.5)',
|
|
119
|
-
'600a': 'hsl(240 6.1% 7% / 0.6)',
|
|
120
|
-
'700a': 'hsl(240 7.1% 11% / 0.7)',
|
|
121
|
-
'800a': 'hsl(240 8.7% 9% / 0.8)',
|
|
122
|
-
'900a': 'hsl(240 11.1% 7.1% / 0.9)',
|
|
123
|
-
'950a': 'hsl(240 15.4% 5.1%)',
|
|
124
|
-
},
|
|
125
|
-
},
|
|
126
|
-
dark: {
|
|
127
|
-
green: {
|
|
128
|
-
'50': 'hsl(157 33.3% 10.6%)',
|
|
129
|
-
'100': 'hsl(158 47.1% 13.3%)',
|
|
130
|
-
'200': 'hsl(157 58% 15.9%)',
|
|
131
|
-
'300': 'hsl(157 64.6% 18.8%)',
|
|
132
|
-
'400': 'hsl(157 69.1% 21.6%)',
|
|
133
|
-
'500': 'hsl(157 72.6% 24.3%)',
|
|
134
|
-
'600': 'hsl(157 76.1% 27.8%)',
|
|
135
|
-
'700': 'hsl(157 78.7% 31.4%)',
|
|
136
|
-
'800': 'hsl(157 81.8% 34.5%)',
|
|
137
|
-
'900': 'hsl(157 83.5% 38%)',
|
|
138
|
-
'950': 'hsl(157 84.9% 41.6%)',
|
|
139
|
-
'50a': 'hsl(157 84.9% 41.6% / 0.1)',
|
|
140
|
-
'100a': 'hsl(157 84.9% 41.6% / 0.18)',
|
|
141
|
-
'200a': 'hsl(157 84.9% 41.6% / 0.26)',
|
|
142
|
-
'300a': 'hsl(157 84.9% 41.6% / 0.34)',
|
|
143
|
-
'400a': 'hsl(157 84.9% 41.6% / 0.42)',
|
|
144
|
-
'500a': 'hsl(157 84.9% 41.6% / 0.5)',
|
|
145
|
-
'600a': 'hsl(157 84.9% 41.6% / 0.6)',
|
|
146
|
-
'700a': 'hsl(157 84.9% 41.6% / 0.7)',
|
|
147
|
-
'800a': 'hsl(157 84.9% 41.6% / 0.8)',
|
|
148
|
-
'900a': 'hsl(157 84.9% 41.6% / 0.9)',
|
|
149
|
-
'950a': 'hsl(157 84.9% 41.6%)',
|
|
150
|
-
},
|
|
151
|
-
red: {
|
|
152
|
-
'50': 'hsl(0 28.1% 12.5%)',
|
|
153
|
-
'100': 'hsl(0 39.5% 16.9%)',
|
|
154
|
-
'200': 'hsl(0 45% 21.4%)',
|
|
155
|
-
'300': 'hsl(0 48.5% 25.9%)',
|
|
156
|
-
'400': 'hsl(0 51.6% 30%)',
|
|
157
|
-
'500': 'hsl(0 53.4% 34.5%)',
|
|
158
|
-
'600': 'hsl(0 54.9% 40%)',
|
|
159
|
-
'700': 'hsl(0 56.9% 45.5%)',
|
|
160
|
-
'800': 'hsl(0 60% 51%)',
|
|
161
|
-
'900': 'hsl(0 76.6% 56.5%)',
|
|
162
|
-
'950': 'hsl(0 96.9% 62%)',
|
|
163
|
-
'50a': 'hsl(0 96.9% 62% / 0.1)',
|
|
164
|
-
'100a': 'hsl(0 96.9% 62% / 0.18)',
|
|
165
|
-
'200a': 'hsl(0 96.9% 62% / 0.26)',
|
|
166
|
-
'300a': 'hsl(0 96.9% 62% / 0.34)',
|
|
167
|
-
'400a': 'hsl(0 96.9% 62% / 0.42)',
|
|
168
|
-
'500a': 'hsl(0 96.9% 62% / 0.5)',
|
|
169
|
-
'600a': 'hsl(0 96.9% 62% / 0.6)',
|
|
170
|
-
'700a': 'hsl(0 96.9% 62% / 0.7)',
|
|
171
|
-
'800a': 'hsl(0 96.9% 62% / 0.8)',
|
|
172
|
-
'900a': 'hsl(0 96.9% 62% / 0.9)',
|
|
173
|
-
'950a': 'hsl(0 96.9% 62%)',
|
|
174
|
-
},
|
|
175
|
-
yellow: {
|
|
176
|
-
'50': 'hsl(29 34.4% 12%)',
|
|
177
|
-
'100': 'hsl(28 45.7% 15.9%)',
|
|
178
|
-
'200': 'hsl(28 52.5% 19.8%)',
|
|
179
|
-
'300': 'hsl(28 57% 23.7%)',
|
|
180
|
-
'400': 'hsl(28 60.3% 27.6%)',
|
|
181
|
-
'500': 'hsl(28 62.7% 31.6%)',
|
|
182
|
-
'600': 'hsl(28 65.6% 36.5%)',
|
|
183
|
-
'700': 'hsl(28 66.8% 41.4%)',
|
|
184
|
-
'800': 'hsl(28 68.6% 46.3%)',
|
|
185
|
-
'900': 'hsl(28 72.7% 51.2%)',
|
|
186
|
-
'950': 'hsl(28 90.2% 56.1%)',
|
|
187
|
-
'50a': 'hsl(28 90.2% 56.1% / 0.1)',
|
|
188
|
-
'100a': 'hsl(28 90.2% 56.1% / 0.18)',
|
|
189
|
-
'200a': 'hsl(28 90.2% 56.1% / 0.26)',
|
|
190
|
-
'300a': 'hsl(28 90.2% 56.1% / 0.34)',
|
|
191
|
-
'400a': 'hsl(28 90.2% 56.1% / 0.42)',
|
|
192
|
-
'500a': 'hsl(28 90.2% 56.1% / 0.5)',
|
|
193
|
-
'600a': 'hsl(28 90.2% 56.1% / 0.6)',
|
|
194
|
-
'700a': 'hsl(28 90.2% 56.1% / 0.7)',
|
|
195
|
-
'800a': 'hsl(28 90.2% 56.1% / 0.8)',
|
|
196
|
-
'900a': 'hsl(28 90.2% 56.1% / 0.9)',
|
|
197
|
-
'950a': 'hsl(28 90.2% 56.1%)',
|
|
198
|
-
},
|
|
199
|
-
blue: {
|
|
200
|
-
'50': 'hsl(211 37.7% 12%)',
|
|
201
|
-
'100': 'hsl(210 52.5% 15.7%)',
|
|
202
|
-
'200': 'hsl(210 61.6% 19.4%)',
|
|
203
|
-
'300': 'hsl(210 66.4% 23.3%)',
|
|
204
|
-
'400': 'hsl(210 71% 27.1%)',
|
|
205
|
-
'500': 'hsl(210 73.4% 31%)',
|
|
206
|
-
'600': 'hsl(210 76.8% 35.5%)',
|
|
207
|
-
'700': 'hsl(210 78.6% 40.4%)',
|
|
208
|
-
'800': 'hsl(210 80.9% 45.1%)',
|
|
209
|
-
'900': 'hsl(210 81.9% 49.8%)',
|
|
210
|
-
'950': 'hsl(210 100% 54.5%)',
|
|
211
|
-
'50a': 'hsl(210 100% 54.5% / 0.1)',
|
|
212
|
-
'100a': 'hsl(210 100% 54.5% / 0.18)',
|
|
213
|
-
'200a': 'hsl(210 100% 54.5% / 0.26)',
|
|
214
|
-
'300a': 'hsl(210 100% 54.5% / 0.34)',
|
|
215
|
-
'400a': 'hsl(210 100% 54.5% / 0.42)',
|
|
216
|
-
'500a': 'hsl(210 100% 54.5% / 0.5)',
|
|
217
|
-
'600a': 'hsl(210 100% 54.5% / 0.6)',
|
|
218
|
-
'700a': 'hsl(210 100% 54.5% / 0.7)',
|
|
219
|
-
'800a': 'hsl(210 100% 54.5% / 0.8)',
|
|
220
|
-
'900a': 'hsl(210 100% 54.5% / 0.9)',
|
|
221
|
-
'950a': 'hsl(210 100% 54.5%)',
|
|
222
|
-
},
|
|
223
|
-
grey: {
|
|
224
|
-
'50': 'hsl(225 66.7% 1.2%)',
|
|
225
|
-
'100': 'hsl(240 2% 10%)',
|
|
226
|
-
'200': 'hsl(240 1.3% 15.5%)',
|
|
227
|
-
'300': 'hsl(240 0.8% 23.7%)',
|
|
228
|
-
'400': 'hsl(240 0.6% 34.3%)',
|
|
229
|
-
'500': 'hsl(240 0.4% 47.6%)',
|
|
230
|
-
'600': 'hsl(240 0.5% 57.5%)',
|
|
231
|
-
'700': 'hsl(240 0.6% 67.3%)',
|
|
232
|
-
'800': 'hsl(240 0.9% 77.1%)',
|
|
233
|
-
'900': 'hsl(240 3% 87.1%)',
|
|
234
|
-
'950': 'hsl(225 100% 99%)',
|
|
235
|
-
'50a': 'hsl(225 66.7% 1.2% / 0.08)',
|
|
236
|
-
'100a': 'hsl(240 3.7% 26.5% / 0.154)',
|
|
237
|
-
'200a': 'hsl(240 2% 43% / 0.228)',
|
|
238
|
-
'300a': 'hsl(240 1.5% 61.8% / 0.302)',
|
|
239
|
-
'400a': 'hsl(240 2.9% 79.4% / 0.376)',
|
|
240
|
-
'500a': 'hsl(240 12.5% 96.9% / 0.45)',
|
|
241
|
-
'600a': 'hsl(240 12.5% 96.9% / 0.56)',
|
|
242
|
-
'700a': 'hsl(240 12.5% 96.9% / 0.67)',
|
|
243
|
-
'800a': 'hsl(240 12.5% 96.9% / 0.78)',
|
|
244
|
-
'900a': 'hsl(240 12.5% 96.9% / 0.89)',
|
|
245
|
-
'950a': 'hsl(225 100% 99%)',
|
|
246
|
-
},
|
|
247
|
-
},
|
|
248
|
-
};
|
|
3
|
+
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
4
|
+
const blurFrosted = '--p-blur-frosted';
|
|
249
5
|
|
|
250
|
-
|
|
251
|
-
const
|
|
6
|
+
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
7
|
+
const radius2Xl = '--p-radius-2xl';
|
|
252
8
|
|
|
253
|
-
|
|
254
|
-
const
|
|
9
|
+
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
10
|
+
const radius3Xl = '--p-radius-3xl';
|
|
255
11
|
|
|
256
|
-
|
|
257
|
-
const
|
|
12
|
+
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
13
|
+
const radiusFull = '--p-radius-full';
|
|
258
14
|
|
|
259
|
-
|
|
260
|
-
const
|
|
15
|
+
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
16
|
+
const radiusLg = '--p-radius-lg';
|
|
261
17
|
|
|
262
|
-
|
|
263
|
-
const
|
|
18
|
+
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
19
|
+
const radiusMd = '--p-radius-md';
|
|
264
20
|
|
|
265
21
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
266
|
-
const
|
|
22
|
+
const radiusSm = '--p-radius-sm';
|
|
23
|
+
|
|
24
|
+
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
25
|
+
const radiusXl = '--p-radius-xl';
|
|
267
26
|
|
|
268
27
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
269
28
|
const colorFocus = '--p-color-focus';
|
|
@@ -356,118 +115,97 @@ const colorWarningFrostedSoft = '--p-color-warning-frosted-soft';
|
|
|
356
115
|
const colorWarningMedium = '--p-color-warning-medium';
|
|
357
116
|
|
|
358
117
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
359
|
-
const
|
|
360
|
-
|
|
361
|
-
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
362
|
-
const durationMd$1 = '--p-duration-md';
|
|
363
|
-
|
|
364
|
-
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
365
|
-
const durationSm = '--p-duration-sm';
|
|
366
|
-
|
|
367
|
-
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
368
|
-
const durationXl = '--p-duration-xl';
|
|
369
|
-
|
|
370
|
-
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
371
|
-
const easeIn$1 = '--p-ease-in';
|
|
372
|
-
|
|
373
|
-
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
374
|
-
const easeInOut = '--p-ease-in-out';
|
|
375
|
-
|
|
376
|
-
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
377
|
-
const easeOut$1 = '--p-ease-out';
|
|
378
|
-
|
|
379
|
-
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
380
|
-
const radius2Xl = '--p-radius-2xl';
|
|
118
|
+
const fontPorscheNext$1 = '--p-font-porsche-next';
|
|
381
119
|
|
|
382
120
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
383
|
-
const
|
|
121
|
+
const leadingNormal$1 = '--p-leading-normal';
|
|
384
122
|
|
|
385
123
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
386
|
-
const
|
|
124
|
+
const typescale2Xl = '--p-typescale-2xl';
|
|
387
125
|
|
|
388
126
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
389
|
-
const
|
|
127
|
+
const typescale2Xs = '--p-typescale-2xs';
|
|
390
128
|
|
|
391
129
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
392
|
-
const
|
|
130
|
+
const typescale3Xl = '--p-typescale-3xl';
|
|
393
131
|
|
|
394
132
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
395
|
-
const
|
|
133
|
+
const typescale4Xl = '--p-typescale-4xl';
|
|
396
134
|
|
|
397
135
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
398
|
-
const
|
|
136
|
+
const typescale5Xl = '--p-typescale-5xl';
|
|
399
137
|
|
|
400
138
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
401
|
-
const
|
|
139
|
+
const typescaleLg = '--p-typescale-lg';
|
|
402
140
|
|
|
403
141
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
404
|
-
const
|
|
142
|
+
const typescaleMd = '--p-typescale-md';
|
|
405
143
|
|
|
406
144
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
407
|
-
const
|
|
145
|
+
const typescaleSm$1 = '--p-typescale-sm';
|
|
408
146
|
|
|
409
147
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
410
|
-
const
|
|
148
|
+
const typescaleXl = '--p-typescale-xl';
|
|
411
149
|
|
|
412
150
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
413
|
-
const
|
|
151
|
+
const typescaleXs$1 = '--p-typescale-xs';
|
|
414
152
|
|
|
415
153
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
416
|
-
const
|
|
154
|
+
const fontWeightBold = '--p-font-weight-bold';
|
|
417
155
|
|
|
418
156
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
419
|
-
const
|
|
157
|
+
const fontWeightNormal$1 = '--p-font-weight-normal';
|
|
420
158
|
|
|
421
159
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
422
|
-
const
|
|
160
|
+
const fontWeightSemibold = '--p-font-weight-semibold';
|
|
423
161
|
|
|
424
162
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
425
|
-
const
|
|
163
|
+
const durationLg = '--p-duration-lg';
|
|
426
164
|
|
|
427
165
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
428
|
-
const
|
|
166
|
+
const durationMd$1 = '--p-duration-md';
|
|
429
167
|
|
|
430
168
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
431
|
-
const
|
|
169
|
+
const durationSm = '--p-duration-sm';
|
|
432
170
|
|
|
433
171
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
434
|
-
const
|
|
172
|
+
const durationXl = '--p-duration-xl';
|
|
435
173
|
|
|
436
174
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
437
|
-
const
|
|
175
|
+
const easeIn$1 = '--p-ease-in';
|
|
438
176
|
|
|
439
177
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
440
|
-
const
|
|
178
|
+
const easeInOut = '--p-ease-in-out';
|
|
441
179
|
|
|
442
180
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
443
|
-
const
|
|
181
|
+
const easeOut$1 = '--p-ease-out';
|
|
444
182
|
|
|
445
183
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
446
|
-
const
|
|
184
|
+
const shadowLg = '--p-shadow-lg';
|
|
447
185
|
|
|
448
186
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
449
|
-
const
|
|
187
|
+
const spacingFluidLg = '--p-spacing-fluid-lg';
|
|
450
188
|
|
|
451
189
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
452
|
-
const
|
|
190
|
+
const spacingFluidMd$1 = '--p-spacing-fluid-md';
|
|
453
191
|
|
|
454
192
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
455
|
-
const
|
|
193
|
+
const spacingFluidSm = '--p-spacing-fluid-sm';
|
|
456
194
|
|
|
457
195
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
458
|
-
const
|
|
196
|
+
const spacingFluidXs = '--p-spacing-fluid-xs';
|
|
459
197
|
|
|
460
198
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
461
|
-
const
|
|
199
|
+
const spacingStatic2Xs = '--p-spacing-static-2xs';
|
|
462
200
|
|
|
463
201
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
464
|
-
const
|
|
202
|
+
const spacingStaticMd = '--p-spacing-static-md';
|
|
465
203
|
|
|
466
204
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
467
|
-
const
|
|
205
|
+
const spacingStaticSm$1 = '--p-spacing-static-sm';
|
|
468
206
|
|
|
469
207
|
// AUTO-GENERATED by scripts/buildCssVariableConstants.ts — do not edit by hand.
|
|
470
|
-
const
|
|
208
|
+
const spacingStaticXs$1 = '--p-spacing-static-xs';
|
|
471
209
|
|
|
472
210
|
// Wraps a bare CSS custom property name
|
|
473
211
|
// (e.g. `--p-color-canvas`, exported as a plain literal const) into a CSS
|
|
@@ -602,18 +340,13 @@ const pointerCoarseMediaQuery = (style) => {
|
|
|
602
340
|
};
|
|
603
341
|
|
|
604
342
|
function _extends() {
|
|
605
|
-
_extends = Object.assign ? Object.assign.bind() : function (
|
|
606
|
-
for (var
|
|
607
|
-
var
|
|
608
|
-
for (var
|
|
609
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
610
|
-
target[key] = source[key];
|
|
611
|
-
}
|
|
612
|
-
}
|
|
343
|
+
return _extends = Object.assign ? Object.assign.bind() : function (n) {
|
|
344
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
345
|
+
var t = arguments[e];
|
|
346
|
+
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
|
|
613
347
|
}
|
|
614
|
-
return
|
|
615
|
-
};
|
|
616
|
-
return _extends.apply(this, arguments);
|
|
348
|
+
return n;
|
|
349
|
+
}, _extends.apply(null, arguments);
|
|
617
350
|
}
|
|
618
351
|
|
|
619
352
|
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; };
|
|
@@ -646,55 +379,41 @@ function toPropertyKey(t) {
|
|
|
646
379
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
647
380
|
}
|
|
648
381
|
|
|
649
|
-
function _defineProperties(
|
|
650
|
-
for (var
|
|
651
|
-
var
|
|
652
|
-
|
|
653
|
-
descriptor.configurable = true;
|
|
654
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
655
|
-
Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor);
|
|
382
|
+
function _defineProperties(e, r) {
|
|
383
|
+
for (var t = 0; t < r.length; t++) {
|
|
384
|
+
var o = r[t];
|
|
385
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, toPropertyKey(o.key), o);
|
|
656
386
|
}
|
|
657
387
|
}
|
|
658
|
-
function _createClass(
|
|
659
|
-
|
|
660
|
-
Object.defineProperty(Constructor, "prototype", {
|
|
388
|
+
function _createClass(e, r, t) {
|
|
389
|
+
return r && _defineProperties(e.prototype, r), Object.defineProperty(e, "prototype", {
|
|
661
390
|
writable: false
|
|
662
|
-
});
|
|
663
|
-
return Constructor;
|
|
391
|
+
}), e;
|
|
664
392
|
}
|
|
665
393
|
|
|
666
|
-
function _setPrototypeOf(
|
|
667
|
-
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
};
|
|
671
|
-
return _setPrototypeOf(o, p);
|
|
394
|
+
function _setPrototypeOf(t, e) {
|
|
395
|
+
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
|
|
396
|
+
return t.__proto__ = e, t;
|
|
397
|
+
}, _setPrototypeOf(t, e);
|
|
672
398
|
}
|
|
673
399
|
|
|
674
|
-
function _inheritsLoose(
|
|
675
|
-
|
|
676
|
-
subClass.prototype.constructor = subClass;
|
|
677
|
-
_setPrototypeOf(subClass, superClass);
|
|
400
|
+
function _inheritsLoose(t, o) {
|
|
401
|
+
t.prototype = Object.create(o.prototype), t.prototype.constructor = t, _setPrototypeOf(t, o);
|
|
678
402
|
}
|
|
679
403
|
|
|
680
|
-
function _assertThisInitialized(
|
|
681
|
-
if (
|
|
682
|
-
|
|
683
|
-
}
|
|
684
|
-
return self;
|
|
404
|
+
function _assertThisInitialized(e) {
|
|
405
|
+
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
406
|
+
return e;
|
|
685
407
|
}
|
|
686
408
|
|
|
687
|
-
function _objectWithoutPropertiesLoose(
|
|
688
|
-
if (
|
|
689
|
-
var
|
|
690
|
-
var
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
key = sourceKeys[i];
|
|
694
|
-
if (excluded.indexOf(key) >= 0) continue;
|
|
695
|
-
target[key] = source[key];
|
|
409
|
+
function _objectWithoutPropertiesLoose(r, e) {
|
|
410
|
+
if (null == r) return {};
|
|
411
|
+
var t = {};
|
|
412
|
+
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
413
|
+
if (-1 !== e.indexOf(n)) continue;
|
|
414
|
+
t[n] = r[n];
|
|
696
415
|
}
|
|
697
|
-
return
|
|
416
|
+
return t;
|
|
698
417
|
}
|
|
699
418
|
|
|
700
419
|
var plainObjectConstrurctor = {}.constructor;
|
|
@@ -3341,7 +3060,7 @@ function getAugmentedNamespace(n) {
|
|
|
3341
3060
|
var isInstance = false;
|
|
3342
3061
|
try {
|
|
3343
3062
|
isInstance = this instanceof a;
|
|
3344
|
-
} catch {}
|
|
3063
|
+
} catch (e) {}
|
|
3345
3064
|
if (isInstance) {
|
|
3346
3065
|
return Reflect.construct(f, arguments, this.constructor);
|
|
3347
3066
|
}
|
|
@@ -4042,7 +3761,6 @@ const supportsConstructableStylesheets = () => {
|
|
|
4042
3761
|
// determine it once
|
|
4043
3762
|
supportsConstructableStylesheets();
|
|
4044
3763
|
const buildResponsiveStyles = (rawValue, getJssStyle) => {
|
|
4045
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
4046
3764
|
const value = parseJSON(rawValue);
|
|
4047
3765
|
return typeof value === 'object'
|
|
4048
3766
|
? Object.keys(value)
|
|
@@ -4051,7 +3769,6 @@ const buildResponsiveStyles = (rawValue, getJssStyle) => {
|
|
|
4051
3769
|
.filter((key) => key !== 'base')
|
|
4052
3770
|
.reduce((result, breakpointValue) => ({
|
|
4053
3771
|
...result,
|
|
4054
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
4055
3772
|
[getMediaQueryMin(breakpointValue)]: getJssStyle(value[breakpointValue]),
|
|
4056
3773
|
}), getJssStyle(value.base))
|
|
4057
3774
|
: getJssStyle(value);
|
|
@@ -4132,7 +3849,7 @@ const OPTION_LIST_SAFE_ZONE = 6;
|
|
|
4132
3849
|
|
|
4133
3850
|
const getCDNBaseURL = () => global.PORSCHE_DESIGN_SYSTEM_CDN_URL + "/porsche-design-system";
|
|
4134
3851
|
|
|
4135
|
-
const prefix = `[Porsche Design System v${"4.
|
|
3852
|
+
const prefix = `[Porsche Design System v${"4.3.0-rc.0"}]` // this part isn't covered by unit tests
|
|
4136
3853
|
;
|
|
4137
3854
|
const consoleError = (...messages) => {
|
|
4138
3855
|
console.error(prefix, ...messages);
|
|
@@ -4167,15 +3884,11 @@ const formatObjectOutput = (value) => {
|
|
|
4167
3884
|
.replace(/^"(.+)"$/, '$1'); // remove wrapping double quotes
|
|
4168
3885
|
};
|
|
4169
3886
|
const formatArrayOutput = (value) => {
|
|
4170
|
-
return (
|
|
4171
|
-
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
4172
|
-
JSON.stringify(value.map((x) => (x === undefined ? `${x}` : x))) // wrap undefined in quotes to not convert it to null
|
|
3887
|
+
return JSON.stringify(value.map((x) => (x === undefined ? `${x}` : x))) // wrap undefined in quotes to not convert it to null
|
|
4173
3888
|
.replace(/'/g, '') // remove single quotes
|
|
4174
|
-
// eslint-disable-next-line @typescript-eslint/quotes
|
|
4175
3889
|
.replace(/"/g, "'") // replace double quotes with single quotes
|
|
4176
3890
|
.replace(/'(undefined)'/, '$1') // remove quotes around undefined
|
|
4177
|
-
.replace(/,/g, ', ') // add space after comma
|
|
4178
|
-
);
|
|
3891
|
+
.replace(/,/g, ', '); // add space after comma
|
|
4179
3892
|
};
|
|
4180
3893
|
const printErrorMessage = ({ propName, propValue, // TODO: might be nicer if this is always a string
|
|
4181
3894
|
propType, componentName, instance, }) => {
|
|
@@ -4200,15 +3913,13 @@ const getBreakpointCustomizableStructure = (allowedValues) => {
|
|
|
4200
3913
|
: allowedValues);
|
|
4201
3914
|
};
|
|
4202
3915
|
const getAriaStructure = (allowedAriaAttributes) => {
|
|
4203
|
-
return
|
|
3916
|
+
return internalValidateProps
|
|
4204
3917
|
.formatObjectOutput(allowedAriaAttributes.reduce((prev, key) => ({
|
|
4205
3918
|
...prev,
|
|
4206
3919
|
[key]: 'value',
|
|
4207
3920
|
}), {}))
|
|
4208
3921
|
.replace(/":/g, '"?:') // add optional modifier on keys before colon
|
|
4209
|
-
//
|
|
4210
|
-
.replace(/"/g, "'") // replace double quotes with single quotes
|
|
4211
|
-
);
|
|
3922
|
+
.replace(/"/g, "'"); // replace double quotes with single quotes
|
|
4212
3923
|
};
|
|
4213
3924
|
const getShapeStructure = (shapeStructure) => {
|
|
4214
3925
|
return internalValidateProps
|
|
@@ -4484,8 +4195,8 @@ const getComponentCss$19 = () => {
|
|
|
4484
4195
|
display: 'flex',
|
|
4485
4196
|
alignItems: 'center',
|
|
4486
4197
|
gap: '2px',
|
|
4487
|
-
padding: `0 ${ref(spacingStaticSm)} 0 ${ref(spacingStaticXs)}`,
|
|
4488
|
-
borderRadius: `calc(${ref(spacingStaticXs)} + (${ref(leadingNormal$1)} / 2))`, // ensures pill shape has a maximum border radius to support multiline.
|
|
4198
|
+
padding: `0 ${ref(spacingStaticSm$1)} 0 ${ref(spacingStaticXs$1)}`,
|
|
4199
|
+
borderRadius: `calc(${ref(spacingStaticXs$1)} + (${ref(leadingNormal$1)} / 2))`, // ensures pill shape has a maximum border radius to support multiline.
|
|
4489
4200
|
fontSize: ref(typescale2Xs),
|
|
4490
4201
|
color: ref(colorContrastHigh),
|
|
4491
4202
|
background: ref(colorFrostedStrong),
|
|
@@ -4592,7 +4303,7 @@ const getFunctionalComponentNotificationBaseStyles = (state, hasAction, hasDismi
|
|
|
4592
4303
|
'slot:not([name]),slot[name="description"],p': {
|
|
4593
4304
|
all: 'unset',
|
|
4594
4305
|
gridArea: hasHeadingOrHeadingSlot ? '2/2' : '1/2',
|
|
4595
|
-
marginTop: hasHeadingOrHeadingSlot ? ref(spacingStaticXs) : '0px',
|
|
4306
|
+
marginTop: hasHeadingOrHeadingSlot ? ref(spacingStaticXs$1) : '0px',
|
|
4596
4307
|
font: `${ref(fontWeightNormal$1)} ${ref(typescaleSm$1)} / ${ref(leadingNormal$1)} ${ref(fontPorscheNext$1)}`,
|
|
4597
4308
|
color: ref(colorPrimary),
|
|
4598
4309
|
},
|
|
@@ -4600,7 +4311,7 @@ const getFunctionalComponentNotificationBaseStyles = (state, hasAction, hasDismi
|
|
|
4600
4311
|
notification: {
|
|
4601
4312
|
display: 'grid',
|
|
4602
4313
|
gridTemplate: `repeat(3, auto) / auto minmax(0, 1fr) repeat(2, auto)`,
|
|
4603
|
-
padding: `calc(${ref(spacingStaticSm)} + ${ref(spacingFluidSm)})`,
|
|
4314
|
+
padding: `calc(${ref(spacingStaticSm$1)} + ${ref(spacingFluidSm)})`,
|
|
4604
4315
|
borderRadius: ref(radius2Xl),
|
|
4605
4316
|
background: notificationBackgroundMap[state],
|
|
4606
4317
|
WebkitBackdropFilter: ref(blurFrosted),
|
|
@@ -4616,7 +4327,7 @@ const getFunctionalComponentNotificationBaseStyles = (state, hasAction, hasDismi
|
|
|
4616
4327
|
content: '""',
|
|
4617
4328
|
width: '1.5rem',
|
|
4618
4329
|
height: '1.5rem',
|
|
4619
|
-
marginInlineEnd: ref(spacingStaticSm),
|
|
4330
|
+
marginInlineEnd: ref(spacingStaticSm$1),
|
|
4620
4331
|
background: notificationColorMap[state],
|
|
4621
4332
|
WebkitMask: `${notificationIconMap[state]} center/contain no-repeat`, // necessary for Sogou browser support :-)
|
|
4622
4333
|
mask: `${notificationIconMap[state]} center/contain no-repeat`,
|
|
@@ -4776,7 +4487,7 @@ const getLinkButtonPureStyles = (icon, iconSource, active, isDisabledOrLoading,
|
|
|
4776
4487
|
textDecoration: underline ? 'underline' : 'none',
|
|
4777
4488
|
font: `${ref(fontWeightNormal$1)} ${ref(typescaleSm$1)}/${ref(leadingNormal$1)} ${ref(fontPorscheNext$1)}`,
|
|
4778
4489
|
...mergeDeep(buildResponsiveStyles(hideLabel, (hidelabelValue) => ({
|
|
4779
|
-
gap: hidelabelValue ? 0 : ref(spacingStaticXs),
|
|
4490
|
+
gap: hidelabelValue ? 0 : ref(spacingStaticXs$1),
|
|
4780
4491
|
})), buildResponsiveStyles(stretch, (stretchValue) => ({
|
|
4781
4492
|
justifyContent: stretchValue ? 'space-between' : 'flex-start',
|
|
4782
4493
|
alignItems: stretchValue ? 'center' : 'flex-start',
|
|
@@ -5159,6 +4870,30 @@ const getComponentCss$15 = (icon, iconSource, variant, hideLabel, isDisabled, is
|
|
|
5159
4870
|
}));
|
|
5160
4871
|
};
|
|
5161
4872
|
|
|
4873
|
+
const palette = {
|
|
4874
|
+
dark: {
|
|
4875
|
+
grey: {
|
|
4876
|
+
'950': 'hsl(225 100% 99%)',
|
|
4877
|
+
'100a': 'hsl(240 3.7% 26.5% / 0.154)',
|
|
4878
|
+
'200a': 'hsl(240 2% 43% / 0.228)'},
|
|
4879
|
+
},
|
|
4880
|
+
};
|
|
4881
|
+
|
|
4882
|
+
/** Holds the **frosted** color (dark), typically used as a background in combination with a blur effect. */
|
|
4883
|
+
const colorFrostedDark = palette.dark.grey['200a'];
|
|
4884
|
+
|
|
4885
|
+
/** Holds the **frosted-soft** color (dark), typically used as a background `:hover`. */
|
|
4886
|
+
const colorFrostedSoftDark = palette.dark.grey['100a'];
|
|
4887
|
+
|
|
4888
|
+
/** Holds the **primary** color (dark), typically used for text. */
|
|
4889
|
+
const colorPrimaryDark = palette.dark.grey["950"];
|
|
4890
|
+
|
|
4891
|
+
/** Holds the **small static** spacing. */
|
|
4892
|
+
const spacingStaticSm = '8px';
|
|
4893
|
+
|
|
4894
|
+
/** Holds the **x-small static** spacing. */
|
|
4895
|
+
const spacingStaticXs = '4px';
|
|
4896
|
+
|
|
5162
4897
|
/**
|
|
5163
4898
|
* @css-variable {"name": "--p-canvas-sidebar-start-width", "description": "Width of the sidebar start.", "defaultValue": "320px"}
|
|
5164
4899
|
*/
|
|
@@ -5237,7 +4972,7 @@ const getComponentCss$14 = (isSidebarStartOpen, isSidebarEndOpen, background) =>
|
|
|
5237
4972
|
},
|
|
5238
4973
|
h2: {
|
|
5239
4974
|
all: 'unset',
|
|
5240
|
-
padding: spacingStaticXs
|
|
4975
|
+
padding: spacingStaticXs, // preserve enough spacing for focus state
|
|
5241
4976
|
font: `${ref(fontWeightNormal$1)} ${ref(typescaleXs$1)} / ${ref(leadingNormal$1)} ${ref(fontPorscheNext$1)}`,
|
|
5242
4977
|
color: ref(colorPrimary),
|
|
5243
4978
|
textOverflow: 'ellipsis',
|
|
@@ -5285,13 +5020,13 @@ const getComponentCss$14 = (isSidebarStartOpen, isSidebarEndOpen, background) =>
|
|
|
5285
5020
|
gridTemplateColumns: 'minmax(0,1fr) auto minmax(0,1fr)',
|
|
5286
5021
|
gap: spacingBase,
|
|
5287
5022
|
alignItems: 'center',
|
|
5288
|
-
padding: `${ref(spacingStaticSm)} ${spacingBase}`,
|
|
5023
|
+
padding: `${ref(spacingStaticSm$1)} ${spacingBase}`,
|
|
5289
5024
|
'&:focus-visible': {
|
|
5290
5025
|
outline: 'none',
|
|
5291
5026
|
},
|
|
5292
5027
|
'&__area': {
|
|
5293
5028
|
display: 'flex',
|
|
5294
|
-
gap: ref(spacingStaticSm),
|
|
5029
|
+
gap: ref(spacingStaticSm$1),
|
|
5295
5030
|
alignItems: 'center',
|
|
5296
5031
|
'&--start': {
|
|
5297
5032
|
justifyContent: 'flex-start',
|
|
@@ -5437,12 +5172,12 @@ const getComponentCss$14 = (isSidebarStartOpen, isSidebarEndOpen, background) =>
|
|
|
5437
5172
|
'&__header': {
|
|
5438
5173
|
zIndex: 9999999,
|
|
5439
5174
|
display: 'flex',
|
|
5440
|
-
gap: ref(spacingStaticSm),
|
|
5175
|
+
gap: ref(spacingStaticSm$1),
|
|
5441
5176
|
alignItems: 'center',
|
|
5442
5177
|
position: 'sticky',
|
|
5443
5178
|
top: `calc(-1 * ${spacingBase})`,
|
|
5444
5179
|
margin: `calc(-1 * ${spacingBase}) calc(-1 * ${spacingBase}) ${spacingBase}`,
|
|
5445
|
-
padding: `${ref(spacingStaticSm)} ${spacingBase}`,
|
|
5180
|
+
padding: `${ref(spacingStaticSm$1)} ${spacingBase}`,
|
|
5446
5181
|
minHeight: '56px',
|
|
5447
5182
|
boxSizing: 'border-box',
|
|
5448
5183
|
'&--start': {
|
|
@@ -5485,6 +5220,9 @@ const cssVarPaddingInlineEnd = '--p-carousel-pe';
|
|
|
5485
5220
|
* @css-variable {"name": "--p-carousel-prev-next-color-scheme", "description": "Color Scheme applied to the navigation (prev/next buttons)"}
|
|
5486
5221
|
*/
|
|
5487
5222
|
const cssVariablePrevNextColorScheme = '--p-carousel-prev-next-color-scheme';
|
|
5223
|
+
/**
|
|
5224
|
+
* @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))"}
|
|
5225
|
+
*/
|
|
5488
5226
|
const cssVariableGradientColorWidth = '--p-gradient-color-width';
|
|
5489
5227
|
const carouselTransitionDuration = motionDurationModerate;
|
|
5490
5228
|
const paginationInfiniteStartCaseClass = 'pagination--infinite';
|
|
@@ -5607,13 +5345,13 @@ const getComponentCss$13 = (gradient, hasHeading, hasDescription, hasControlsSlo
|
|
|
5607
5345
|
gridRowStart: '3',
|
|
5608
5346
|
gridColumnEnd: '-1',
|
|
5609
5347
|
display: 'flex',
|
|
5610
|
-
gap: ref(spacingStaticXs),
|
|
5348
|
+
gap: ref(spacingStaticXs$1),
|
|
5611
5349
|
alignSelf: 'flex-start', // relevant in case slot="header" becomes higher than nav group
|
|
5612
5350
|
},
|
|
5613
5351
|
colorScheme: ref(cssVariablePrevNextColorScheme),
|
|
5614
5352
|
},
|
|
5615
5353
|
btn: {
|
|
5616
|
-
padding: ref(spacingStaticSm),
|
|
5354
|
+
padding: ref(spacingStaticSm$1),
|
|
5617
5355
|
},
|
|
5618
5356
|
'skip-link': {
|
|
5619
5357
|
// :focus must be used in this case, because :focus-visible is just matched on the focusable element itself, not on the host element.
|
|
@@ -5923,7 +5661,7 @@ const getFunctionalComponentLabelAfterStyles = () => {
|
|
|
5923
5661
|
verticalAlign: 'top',
|
|
5924
5662
|
'&::slotted(*)': {
|
|
5925
5663
|
...addImportantToEachRule({
|
|
5926
|
-
marginInlineStart: ref(spacingStaticXs),
|
|
5664
|
+
marginInlineStart: ref(spacingStaticXs$1),
|
|
5927
5665
|
}),
|
|
5928
5666
|
},
|
|
5929
5667
|
};
|
|
@@ -5965,8 +5703,8 @@ const getFunctionalComponentLabelStyles = (isDisabled, isLoading, hideLabel, add
|
|
|
5965
5703
|
cursor: 'unset',
|
|
5966
5704
|
fontSize: ref(typescaleXs$1),
|
|
5967
5705
|
color: ref(colorContrastHigh),
|
|
5968
|
-
...buildResponsiveStyles(hideLabel, (isHidden) => getHiddenTextJssStyle(isHidden, { marginTop: `calc(-1 * ${ref(spacingStaticXs)})` })),
|
|
5969
|
-
marginTop: `calc(-1 * ${ref(spacingStaticXs)})`,
|
|
5706
|
+
...buildResponsiveStyles(hideLabel, (isHidden) => getHiddenTextJssStyle(isHidden, { marginTop: `calc(-1 * ${ref(spacingStaticXs$1)})` })),
|
|
5707
|
+
marginTop: `calc(-1 * ${ref(spacingStaticXs$1)})`,
|
|
5970
5708
|
},
|
|
5971
5709
|
'& > slot[name="label"]::slotted(*)': {
|
|
5972
5710
|
...addImportantToEachRule({
|
|
@@ -5984,7 +5722,7 @@ const getFunctionalComponentStateMessageStyles = (state, additionalDefaultJssSty
|
|
|
5984
5722
|
return {
|
|
5985
5723
|
message: {
|
|
5986
5724
|
display: 'flex',
|
|
5987
|
-
gap: ref(spacingStaticXs),
|
|
5725
|
+
gap: ref(spacingStaticXs$1),
|
|
5988
5726
|
font: `${ref(fontWeightNormal$1)} ${ref(typescaleSm$1)} / ${ref(leadingNormal$1)} ${ref(fontPorscheNext$1)}`,
|
|
5989
5727
|
color: getThemedFormStateColors(state).formStateColor,
|
|
5990
5728
|
transition: `${getTransition('color')}, ${getTransition('opacity')}`,
|
|
@@ -6028,7 +5766,7 @@ const getComponentCss$12 = (hideLabel, state, isDisabled, isLoading, isCompact)
|
|
|
6028
5766
|
},
|
|
6029
5767
|
root: {
|
|
6030
5768
|
display: 'grid',
|
|
6031
|
-
rowGap: ref(spacingStaticXs),
|
|
5769
|
+
rowGap: ref(spacingStaticXs$1),
|
|
6032
5770
|
},
|
|
6033
5771
|
wrapper: {
|
|
6034
5772
|
position: 'relative',
|
|
@@ -6141,12 +5879,8 @@ const getDialogBackdropTransitionJssStyle = (isVisible, backdrop = 'blur') => {
|
|
|
6141
5879
|
const getScrollerJssStyle = (position) => {
|
|
6142
5880
|
// ensures scrollbar color is set correctly (e.g. when scrollbar is shown on backdrop, on flyout/modal surface or with Auto Dark Mode)
|
|
6143
5881
|
const backgroundLight = 'rgba(255,255,255,.01)';
|
|
6144
|
-
const backgroundDark = 'rgba(0,0,0,.01)';
|
|
6145
5882
|
const background = {
|
|
6146
|
-
light: backgroundLight
|
|
6147
|
-
dark: backgroundDark,
|
|
6148
|
-
auto: backgroundLight,
|
|
6149
|
-
};
|
|
5883
|
+
light: backgroundLight};
|
|
6150
5884
|
return {
|
|
6151
5885
|
position: 'absolute',
|
|
6152
5886
|
isolation: 'isolate', // creates new stacking context to show scrollbars on top of header/footer areas (on iOS/iPadOS)
|
|
@@ -6338,7 +6072,7 @@ const getFunctionalComponentInputBaseStyles = (isDisabled, isLoading, hideLabel,
|
|
|
6338
6072
|
},
|
|
6339
6073
|
root: {
|
|
6340
6074
|
display: 'grid',
|
|
6341
|
-
gap: ref(spacingStaticXs),
|
|
6075
|
+
gap: ref(spacingStaticXs$1),
|
|
6342
6076
|
},
|
|
6343
6077
|
wrapper: {
|
|
6344
6078
|
display: 'flex',
|
|
@@ -6576,11 +6310,9 @@ const getFunctionalComponentNoResultsOptionStyles = (componentName, cssVarScalin
|
|
|
6576
6310
|
};
|
|
6577
6311
|
};
|
|
6578
6312
|
|
|
6579
|
-
// index.ts
|
|
6580
|
-
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" };
|
|
6313
|
+
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" };
|
|
6581
6314
|
|
|
6582
|
-
|
|
6583
|
-
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 } };
|
|
6315
|
+
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 } };
|
|
6584
6316
|
|
|
6585
6317
|
const crestSize = {
|
|
6586
6318
|
width: 30,
|
|
@@ -6703,8 +6435,13 @@ const getComponentCss$$ = (color, orientation) => {
|
|
|
6703
6435
|
});
|
|
6704
6436
|
};
|
|
6705
6437
|
|
|
6706
|
-
|
|
6438
|
+
/**
|
|
6439
|
+
* @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"}
|
|
6440
|
+
*/
|
|
6707
6441
|
const cssVariableGridTemplate = '--p-drilldown-grid-template';
|
|
6442
|
+
/**
|
|
6443
|
+
* @css-variable {"name": "--p-drilldown-gap", "description": "Overrides the gap between drilldown items in the default slot container.", "defaultValue": "8px"}
|
|
6444
|
+
*/
|
|
6708
6445
|
const cssVariableGap = '--p-drilldown-gap';
|
|
6709
6446
|
// private css variables
|
|
6710
6447
|
const cssVarColorPrimary = '--_p-drilldown-a';
|
|
@@ -6941,7 +6678,7 @@ const getComponentCss$_ = (isOpen, isPrimary, isSecondaryScrollerVisible) => {
|
|
|
6941
6678
|
position: 'absolute',
|
|
6942
6679
|
insetInlineStart: `calc(100% + ${ref(spacingFluidSm)})`,
|
|
6943
6680
|
insetBlockStart: ref(spacingFluidSm),
|
|
6944
|
-
padding: ref(spacingStaticSm),
|
|
6681
|
+
padding: ref(spacingStaticSm$1),
|
|
6945
6682
|
},
|
|
6946
6683
|
},
|
|
6947
6684
|
back: {
|
|
@@ -7310,6 +7047,9 @@ const getComponentCss$W = (size) => {
|
|
|
7310
7047
|
* @css-variable {"name": "--p-flyout-width", "description": "Width of the flyout.", "defaultValue": "auto"}
|
|
7311
7048
|
*/
|
|
7312
7049
|
const cssVariableWidth$2 = '--p-flyout-width';
|
|
7050
|
+
/**
|
|
7051
|
+
* @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."}
|
|
7052
|
+
*/
|
|
7313
7053
|
/**
|
|
7314
7054
|
* @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."}
|
|
7315
7055
|
*/
|
|
@@ -7465,7 +7205,6 @@ const getComponentCss$U = (size, weight, align, color, hyphens, ellipsis) => {
|
|
|
7465
7205
|
|
|
7466
7206
|
const isUrl = (str) => str?.length > 0 && /(\/)/.test(str);
|
|
7467
7207
|
const DEFAULT_ICON_NAME = 'arrow-right';
|
|
7468
|
-
// eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
|
|
7469
7208
|
const buildIconUrl = (iconNameOrSource = DEFAULT_ICON_NAME) => {
|
|
7470
7209
|
if (iconNameOrSource === null) {
|
|
7471
7210
|
return buildIconUrl(DEFAULT_ICON_NAME);
|
|
@@ -7717,11 +7456,11 @@ const getComponentCss$L = (disabled, loading, hideLabel, state, compact, readOnl
|
|
|
7717
7456
|
|
|
7718
7457
|
const formElementLayeredGap = '9px'; // to have same distance vertically and horizontally for e.g. button/icon within form element
|
|
7719
7458
|
// TODO: basic button/icon padding can already be set within style function instead of on component style level
|
|
7720
|
-
const formButtonOrIconPadding = ref(spacingStaticXs);
|
|
7459
|
+
const formButtonOrIconPadding = ref(spacingStaticXs$1);
|
|
7721
7460
|
// TODO: if we'd use 12px instead, it wouldn't be necessary for textarea to have a custom vertical padding,
|
|
7722
7461
|
// unfortunately line-height alignment breaks for a select element for some reasons then
|
|
7723
7462
|
// TODO: basic form element padding can already be set within style function instead of on component style level
|
|
7724
|
-
const formElementPaddingVertical = ref(spacingStaticSm);
|
|
7463
|
+
const formElementPaddingVertical = ref(spacingStaticSm$1);
|
|
7725
7464
|
// TODO: basic form element padding can already be set within style function instead of on component style level
|
|
7726
7465
|
const formElementPaddingHorizontal = ref(spacingStaticMd);
|
|
7727
7466
|
const getCalculatedFormElementPaddingHorizontal = (buttonOrIconAmount) => {
|
|
@@ -8246,8 +7985,17 @@ const getSvgUrl = (model) => {
|
|
|
8246
7985
|
return `${getCDNBaseURL()}/model-signatures/${MODEL_SIGNATURES_MANIFEST[model].src}`;
|
|
8247
7986
|
};
|
|
8248
7987
|
|
|
7988
|
+
/**
|
|
7989
|
+
* @css-variable {"name": "--p-model-signature-width", "description": "Overrides the width of the model signature.", "defaultValue": ""}
|
|
7990
|
+
*/
|
|
8249
7991
|
const cssVariableWidth = '--p-model-signature-width';
|
|
7992
|
+
/**
|
|
7993
|
+
* @css-variable {"name": "--p-model-signature-height", "description": "Overrides the height of the model signature.", "defaultValue": "auto"}
|
|
7994
|
+
*/
|
|
8250
7995
|
const cssVariableHeight = '--p-model-signature-height';
|
|
7996
|
+
/**
|
|
7997
|
+
* @css-variable {"name": "--p-model-signature-color", "description": "Overrides the fill color of the model signature. Overrides the `color` property when set.", "defaultValue": ""}
|
|
7998
|
+
*/
|
|
8251
7999
|
const cssVariableColor = '--p-model-signature-color';
|
|
8252
8000
|
const colorMap = {
|
|
8253
8001
|
primary: ref(colorPrimary),
|
|
@@ -8382,7 +8130,7 @@ const getComponentCss$y = (isOpen, isDisabled, hideLabel, state, isCompact) => {
|
|
|
8382
8130
|
},
|
|
8383
8131
|
root: {
|
|
8384
8132
|
display: 'grid',
|
|
8385
|
-
gap: ref(spacingStaticXs),
|
|
8133
|
+
gap: ref(spacingStaticXs$1),
|
|
8386
8134
|
// 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.
|
|
8387
8135
|
minWidth: `calc(1rem + ${formElementPaddingHorizontal} + 1px * 2 + ${getCalculatedFormElementPaddingHorizontal(2)})`,
|
|
8388
8136
|
},
|
|
@@ -8422,11 +8170,11 @@ const getComponentCss$x = (activePage, pageTotal, showLastPage) => {
|
|
|
8422
8170
|
},
|
|
8423
8171
|
ul: {
|
|
8424
8172
|
display: 'flex',
|
|
8425
|
-
gap: ref(spacingStaticXs),
|
|
8173
|
+
gap: ref(spacingStaticXs$1),
|
|
8426
8174
|
margin: 0,
|
|
8427
8175
|
padding: 0,
|
|
8428
8176
|
[mediaQueryMinS]: {
|
|
8429
|
-
gap: ref(spacingStaticSm),
|
|
8177
|
+
gap: ref(spacingStaticSm$1),
|
|
8430
8178
|
},
|
|
8431
8179
|
},
|
|
8432
8180
|
li: {
|
|
@@ -8572,7 +8320,7 @@ const getComponentCss$w = (hideLabel, state, isDisabled, isLoading, length, isCo
|
|
|
8572
8320
|
root: {
|
|
8573
8321
|
all: 'unset',
|
|
8574
8322
|
display: 'grid',
|
|
8575
|
-
gap: ref(spacingStaticXs),
|
|
8323
|
+
gap: ref(spacingStaticXs$1),
|
|
8576
8324
|
},
|
|
8577
8325
|
wrapper: {
|
|
8578
8326
|
position: 'relative',
|
|
@@ -8678,7 +8426,7 @@ const getComponentCss$v = () => {
|
|
|
8678
8426
|
maxWidth: `min(calc(100dvw - ${POPOVER_SAFE_ZONE * 2}px), 48ch)`,
|
|
8679
8427
|
width: 'max-content', // ensures in older browsers correct width
|
|
8680
8428
|
boxSizing: 'border-box',
|
|
8681
|
-
padding: `${ref(spacingStaticSm)} ${ref(spacingStaticMd)}`,
|
|
8429
|
+
padding: `${ref(spacingStaticSm$1)} ${ref(spacingStaticMd)}`,
|
|
8682
8430
|
pointerEvents: 'auto',
|
|
8683
8431
|
borderRadius: ref(radiusXl),
|
|
8684
8432
|
background: ref(colorCanvas),
|
|
@@ -8766,7 +8514,7 @@ const getComponentCss$u = (disabled, loading, state) => {
|
|
|
8766
8514
|
root: {
|
|
8767
8515
|
display: 'grid',
|
|
8768
8516
|
gridTemplateColumns: 'auto minmax(0, 1fr)',
|
|
8769
|
-
rowGap: ref(spacingStaticXs),
|
|
8517
|
+
rowGap: ref(spacingStaticXs$1),
|
|
8770
8518
|
},
|
|
8771
8519
|
wrapper: {
|
|
8772
8520
|
position: 'relative',
|
|
@@ -8834,7 +8582,7 @@ const getComponentCss$t = (isDisabled, isLoading, hideLabel, state, isCompact, d
|
|
|
8834
8582
|
all: 'unset',
|
|
8835
8583
|
display: 'grid',
|
|
8836
8584
|
justifySelf: 'flex-start',
|
|
8837
|
-
rowGap: ref(spacingStaticXs),
|
|
8585
|
+
rowGap: ref(spacingStaticXs$1),
|
|
8838
8586
|
},
|
|
8839
8587
|
wrapper: {
|
|
8840
8588
|
alignItems: 'start',
|
|
@@ -8939,12 +8687,12 @@ const getScrollIndicatorStyles = (direction, isVisible, isSticky, hasScrollbar,
|
|
|
8939
8687
|
width: '1.5rem',
|
|
8940
8688
|
height: '1.5rem',
|
|
8941
8689
|
...(!isCompact && {
|
|
8942
|
-
padding: ref(spacingStaticXs),
|
|
8690
|
+
padding: ref(spacingStaticXs$1),
|
|
8943
8691
|
}),
|
|
8944
8692
|
cursor: 'pointer',
|
|
8945
8693
|
opacity: isVisible ? 1 : 0,
|
|
8946
8694
|
visibility: isVisible ? 'inherit' : 'hidden',
|
|
8947
|
-
transform: `translate3d(${isVisible ? '0' : `${isPrev ? `calc(-1 * ${ref(spacingStaticSm)})` : ref(spacingStaticSm)}`},0,0)`,
|
|
8695
|
+
transform: `translate3d(${isVisible ? '0' : `${isPrev ? `calc(-1 * ${ref(spacingStaticSm$1)})` : ref(spacingStaticSm$1)}`},0,0)`,
|
|
8948
8696
|
transition: `${getTransition('transform')},${getTransition('opacity')},visibility 0s linear ${isVisible ? '0s' : ref(cssVariableTransitionDuration, ref(durationSm))}`,
|
|
8949
8697
|
'&:dir(rtl)': {
|
|
8950
8698
|
gridArea: isPrev ? '1/3' : '1/1',
|
|
@@ -8952,7 +8700,7 @@ const getScrollIndicatorStyles = (direction, isVisible, isSticky, hasScrollbar,
|
|
|
8952
8700
|
...hoverMediaQuery({
|
|
8953
8701
|
'&:hover::after': {
|
|
8954
8702
|
// do the transform on the pseudo-element to prevent the click area from moving when hovered
|
|
8955
|
-
transform: `translate3d(${isPrev ? `calc(-1 * ${ref(spacingStaticXs)})` : ref(spacingStaticXs)},0,0)`,
|
|
8703
|
+
transform: `translate3d(${isPrev ? `calc(-1 * ${ref(spacingStaticXs$1)})` : ref(spacingStaticXs$1)},0,0)`,
|
|
8956
8704
|
},
|
|
8957
8705
|
}),
|
|
8958
8706
|
'&::after': {
|
|
@@ -8992,7 +8740,7 @@ isSticky, hasScrollbar, isCompact) => {
|
|
|
8992
8740
|
gridArea: '1/2',
|
|
8993
8741
|
position: 'relative', // necessary for tabs bar animation
|
|
8994
8742
|
display: 'inline-flex',
|
|
8995
|
-
gap: ref(cssVarGap, isCompact ? ref(spacingStaticXs) : ref(spacingStaticSm)),
|
|
8743
|
+
gap: ref(cssVarGap, isCompact ? ref(spacingStaticXs$1) : ref(spacingStaticSm$1)),
|
|
8996
8744
|
},
|
|
8997
8745
|
},
|
|
8998
8746
|
root: {
|
|
@@ -9159,7 +8907,7 @@ const getComponentCss$q = (minWidth, maxWidth, columns, disabled, hideLabel, sta
|
|
|
9159
8907
|
root: {
|
|
9160
8908
|
all: 'unset',
|
|
9161
8909
|
display: 'grid',
|
|
9162
|
-
gap: ref(spacingStaticXs),
|
|
8910
|
+
gap: ref(spacingStaticXs$1),
|
|
9163
8911
|
},
|
|
9164
8912
|
// .label / .required
|
|
9165
8913
|
...getFunctionalComponentLabelStyles(disabled, false, hideLabel, {
|
|
@@ -9169,7 +8917,7 @@ const getComponentCss$q = (minWidth, maxWidth, columns, disabled, hideLabel, sta
|
|
|
9169
8917
|
...getFunctionalComponentStateMessageStyles(state),
|
|
9170
8918
|
...(noWrap && {
|
|
9171
8919
|
scroller: {
|
|
9172
|
-
margin: `-${ref(spacingStaticXs)} 0`,
|
|
8920
|
+
margin: `-${ref(spacingStaticXs$1)} 0`,
|
|
9173
8921
|
},
|
|
9174
8922
|
}),
|
|
9175
8923
|
});
|
|
@@ -9228,7 +8976,7 @@ const getComponentCss$o = (isOpen, isDisabled, hideLabel, state, isCompact) => {
|
|
|
9228
8976
|
},
|
|
9229
8977
|
root: {
|
|
9230
8978
|
display: 'grid',
|
|
9231
|
-
gap: ref(spacingStaticXs),
|
|
8979
|
+
gap: ref(spacingStaticXs$1),
|
|
9232
8980
|
// 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.
|
|
9233
8981
|
minWidth: `calc(1rem + ${formElementPaddingHorizontal} + 1px * 2 + ${getCalculatedFormElementPaddingHorizontal(1)})`,
|
|
9234
8982
|
},
|
|
@@ -9417,9 +9165,9 @@ const getComponentCss$l = (state, disabled) => {
|
|
|
9417
9165
|
all: 'unset',
|
|
9418
9166
|
display: 'grid',
|
|
9419
9167
|
gridTemplateColumns: 'auto minmax(0,1fr)',
|
|
9420
|
-
gap: spacingStaticXs
|
|
9168
|
+
gap: spacingStaticXs,
|
|
9421
9169
|
color: ref(colorPrimary),
|
|
9422
|
-
paddingInline: `${spacingStaticSm
|
|
9170
|
+
paddingInline: `${spacingStaticSm} 12px`,
|
|
9423
9171
|
paddingBlock: '6px',
|
|
9424
9172
|
width: 'max-content',
|
|
9425
9173
|
cursor: isDisabled ? 'not-allowed' : 'pointer',
|
|
@@ -9655,7 +9403,7 @@ const getComponentCss$h = (isCompact, layout) => {
|
|
|
9655
9403
|
'--p-scroller-indicator-bottom': ref(cssVarScrollIndicatorBottom, '0px'),
|
|
9656
9404
|
[cssVariableTableHoverColor]: ref(colorFrosted),
|
|
9657
9405
|
[cssVariableTableBorderColor]: ref(colorContrastLow),
|
|
9658
|
-
[cssVariableTablePadding]: isCompact ? ref(spacingStaticSm) : ref(spacingFluidSm),
|
|
9406
|
+
[cssVariableTablePadding]: isCompact ? ref(spacingStaticSm$1) : ref(spacingFluidSm),
|
|
9659
9407
|
[cssVariableTableBorderWidth]: '1px',
|
|
9660
9408
|
...hostHiddenStyles,
|
|
9661
9409
|
font: `${ref(fontWeightNormal$1)} ${ref(typescaleSm$1)} / ${ref(leadingNormal$1)} ${ref(fontPorscheNext$1)}`,
|
|
@@ -9727,7 +9475,7 @@ const getComponentCss$f = (active, direction, hideLabel, multiline) => {
|
|
|
9727
9475
|
button: {
|
|
9728
9476
|
position: 'relative',
|
|
9729
9477
|
display: 'flex',
|
|
9730
|
-
gap: ref(spacingStaticXs),
|
|
9478
|
+
gap: ref(spacingStaticXs$1),
|
|
9731
9479
|
width: 'auto',
|
|
9732
9480
|
margin: 0, // Removes default button margin on safari 15
|
|
9733
9481
|
padding: 0,
|
|
@@ -9870,8 +9618,8 @@ const getComponentCss$b = (background, size, isCompact, activeTabIndex) => {
|
|
|
9870
9618
|
// padding by the same amount so the overall hit area / visual height stays stable.
|
|
9871
9619
|
padding: hasBackground
|
|
9872
9620
|
? isCompact
|
|
9873
|
-
? `calc(7 * ${ref(spacingStatic2Xs)} - ${ref(spacingStaticXs)}) calc(${ref(spacingStaticMd)} - ${ref(spacingStaticXs)})`
|
|
9874
|
-
: `calc(${ref(spacingStaticMd)} - ${ref(spacingStaticXs)}) calc(28 * ${ref(spacingStatic2Xs)} - ${ref(spacingStaticXs)})`
|
|
9621
|
+
? `calc(7 * ${ref(spacingStatic2Xs)} - ${ref(spacingStaticXs$1)}) calc(${ref(spacingStaticMd)} - ${ref(spacingStaticXs$1)})`
|
|
9622
|
+
: `calc(${ref(spacingStaticMd)} - ${ref(spacingStaticXs$1)}) calc(28 * ${ref(spacingStatic2Xs)} - ${ref(spacingStaticXs$1)})`
|
|
9875
9623
|
: isCompact
|
|
9876
9624
|
? `calc(6 * ${ref(spacingStatic2Xs)}) ${ref(spacingStaticMd)}`
|
|
9877
9625
|
: `${ref(spacingStaticMd)} calc(28 * ${ref(spacingStatic2Xs)})`,
|
|
@@ -9929,7 +9677,7 @@ const getComponentCss$b = (background, size, isCompact, activeTabIndex) => {
|
|
|
9929
9677
|
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)
|
|
9930
9678
|
...(hasBackground && {
|
|
9931
9679
|
background: backgroundMap[background],
|
|
9932
|
-
padding: isCompact ? `calc(3 * ${ref(spacingStatic2Xs)})` : ref(spacingStaticXs),
|
|
9680
|
+
padding: isCompact ? `calc(3 * ${ref(spacingStatic2Xs)})` : ref(spacingStaticXs$1),
|
|
9933
9681
|
borderRadius: isCompact ? ref(radiusLg) : ref(radiusXl), // radius for rail
|
|
9934
9682
|
...forcedColorsMediaQuery({
|
|
9935
9683
|
forcedColorAdjust: 'none',
|
|
@@ -9985,7 +9733,7 @@ const getComponentCss$9 = () => {
|
|
|
9985
9733
|
...preventFoucOfNestedElementsStyles,
|
|
9986
9734
|
},
|
|
9987
9735
|
root: {
|
|
9988
|
-
marginBottom: ref(spacingStaticSm),
|
|
9736
|
+
marginBottom: ref(spacingStaticSm$1),
|
|
9989
9737
|
},
|
|
9990
9738
|
});
|
|
9991
9739
|
};
|
|
@@ -10114,9 +9862,9 @@ const getComponentCss$7 = (variant, compact, isFocusable, hasIcon) => {
|
|
|
10114
9862
|
display: 'flex',
|
|
10115
9863
|
gap: '2px',
|
|
10116
9864
|
padding: compact
|
|
10117
|
-
? `${ref(spacingStatic2Xs)} ${ref(spacingStaticSm)}`
|
|
10118
|
-
: `${spacingStaticXs
|
|
10119
|
-
borderRadius: `calc(${compact ? '1px' : spacingStaticXs
|
|
9865
|
+
? `${ref(spacingStatic2Xs)} ${ref(spacingStaticSm$1)}`
|
|
9866
|
+
: `${spacingStaticXs} calc(12 * ${ref(spacingStatic2Xs)})`,
|
|
9867
|
+
borderRadius: `calc(${compact ? '1px' : spacingStaticXs} + (${ref(leadingNormal$1)} / 2))`, // ensures pill shape has a maximum border radius to support multiline.
|
|
10120
9868
|
font: `${ref(fontWeightNormal$1)} ${ref(typescaleXs$1)} / ${ref(leadingNormal$1)} ${ref(fontPorscheNext$1)}`,
|
|
10121
9869
|
...((variant === 'secondary' ||
|
|
10122
9870
|
variant === 'info-frosted' ||
|
|
@@ -10205,7 +9953,7 @@ const getComponentCss$6 = (type) => {
|
|
|
10205
9953
|
},
|
|
10206
9954
|
// css selector for text-list-item
|
|
10207
9955
|
'::slotted(*)': addImportantToEachRule({
|
|
10208
|
-
[cssVariablePaddingTop]: ref(spacingStaticXs), // padding top for nested list
|
|
9956
|
+
[cssVariablePaddingTop]: ref(spacingStaticXs$1), // padding top for nested list
|
|
10209
9957
|
[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
|
|
10210
9958
|
[cssVariablePseudoSpace]: isOrderedList
|
|
10211
9959
|
? ref(cssVariableOrderedGridColumn, '1.5rem')
|
|
@@ -10361,7 +10109,7 @@ const getComponentCss$3 = (isDisabled, isReadonly, hideLabel, state, isCompact,
|
|
|
10361
10109
|
},
|
|
10362
10110
|
root: {
|
|
10363
10111
|
display: 'grid',
|
|
10364
|
-
gap: ref(spacingStaticXs),
|
|
10112
|
+
gap: ref(spacingStaticXs$1),
|
|
10365
10113
|
},
|
|
10366
10114
|
wrapper: {
|
|
10367
10115
|
display: 'grid',
|