@porsche-design-system/components-react 3.0.0-rc.0 → 3.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +51 -25
- package/esm/lib/components/checkbox-wrapper.wrapper.js +3 -3
- package/lib/components/checkbox-wrapper.wrapper.d.ts +8 -0
- package/lib/components/checkbox-wrapper.wrapper.js +3 -3
- package/lib/types.d.ts +11 -2
- package/package.json +2 -2
- package/ssr/components/dist/styles/esm/styles-entry.js +232 -193
- package/ssr/components/dist/utils/esm/utils-entry.js +45 -76
- package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/checkbox-wrapper.wrapper.js +4 -4
- package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/accordion.js +1 -2
- package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox-wrapper.js +62 -2
- package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/crest.js +2 -1
- package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-tile-model-signature.js +1 -1
- package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/model-signature.js +1 -1
- package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/text-field-wrapper.js +1 -1
- package/ssr/esm/components/dist/styles/esm/styles-entry.js +232 -193
- package/ssr/esm/components/dist/utils/esm/utils-entry.js +43 -76
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/checkbox-wrapper.wrapper.js +4 -4
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/accordion.js +1 -2
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox-wrapper.js +62 -2
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/crest.js +3 -2
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-tile-model-signature.js +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/model-signature.js +2 -2
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/text-field-wrapper.js +1 -1
- package/ssr/lib/components/checkbox-wrapper.wrapper.d.ts +8 -0
- package/ssr/lib/types.d.ts +11 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,12 +9,35 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
9
9
|
|
|
10
10
|
### [Unreleased]
|
|
11
11
|
|
|
12
|
+
### [3.0.0-rc.1] - 2023-04-19
|
|
13
|
+
|
|
14
|
+
#### Added
|
|
15
|
+
|
|
16
|
+
- Prop `name` for `Icon` supports `push-pin`, `push-pin-off`, `qr`, `pin-filled`, `shopping-cart-filled`,
|
|
17
|
+
`shopping-bag-filled`, `logo-apple-podcast`, `logo-spotify` and `user-filled`
|
|
18
|
+
([#2471](https://github.com/porsche-design-system/porsche-design-system/pull/2471)).
|
|
19
|
+
- **[EXPERIMENTAL]** Prop `loading` for `Checkbox Wrapper`
|
|
20
|
+
([#2483](https://github.com/porsche-design-system/porsche-design-system/pull/2483))
|
|
21
|
+
|
|
22
|
+
#### Fixed
|
|
23
|
+
|
|
24
|
+
- `Wordmark`, `Crest` and `Model Signature` respect parent width/height
|
|
25
|
+
([#2479](https://github.com/porsche-design-system/porsche-design-system/pull/2479))
|
|
26
|
+
- `Button Tile`, `Link Tile` and `Link Tile Model Signature` are using correct border radius of
|
|
27
|
+
`pds-border-radius-large` ([#2473](https://github.com/porsche-design-system/porsche-design-system/pull/2473))
|
|
28
|
+
- `Text Field Wrapper` with `input type="search"` has better accessibility for clear button
|
|
29
|
+
([#2476](https://github.com/porsche-design-system/porsche-design-system/pull/2476))
|
|
30
|
+
- `Accordion` layout shift with nested accordions
|
|
31
|
+
([#2465](https://github.com/porsche-design-system/porsche-design-system/pull/2465))
|
|
32
|
+
- Color Contrast issues and rendering in Windows High Contrast Mode
|
|
33
|
+
([#2420](https://github.com/porsche-design-system/porsche-design-system/pull/2420))
|
|
34
|
+
|
|
12
35
|
### [3.0.0-rc.0] - 2023-04-11
|
|
13
36
|
|
|
14
|
-
|
|
37
|
+
#### Fixed
|
|
15
38
|
|
|
16
39
|
- Styles: `borderRadiusLarge` and `pds-border-radius-large` are exposing correct value
|
|
17
|
-
([#2463](https://github.com/porsche-design-system/porsche-design-system/pull/
|
|
40
|
+
([#2463](https://github.com/porsche-design-system/porsche-design-system/pull/2463))
|
|
18
41
|
|
|
19
42
|
### [3.0.0-alpha.6] - 2023-04-06
|
|
20
43
|
|
|
@@ -50,7 +73,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
50
73
|
|
|
51
74
|
```diff
|
|
52
75
|
- <PAccordion onAccordionChange={(e: CustomEvent<AccordionChangeEvent>) => {}} />
|
|
53
|
-
+ <PAccordion onUpdate={(e: CustomEvent<
|
|
76
|
+
+ <PAccordion onUpdate={(e: CustomEvent<AccordionUpdateEvent>) => {}} />
|
|
54
77
|
```
|
|
55
78
|
|
|
56
79
|
##### Banner:
|
|
@@ -89,7 +112,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
89
112
|
+ <PPagination onUpdate={(e: CustomEvent<PaginationUpdateEvent>) => {}} />
|
|
90
113
|
```
|
|
91
114
|
|
|
92
|
-
|
|
115
|
+
##### Segmented Control:
|
|
93
116
|
|
|
94
117
|
- Event `segmentedControlChange` is deprecated, use `update` event instead.
|
|
95
118
|
|
|
@@ -98,7 +121,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
98
121
|
+ <PSegmentedControl onUpdate={(e: CustomEvent<SegmentedControlUpdateEvent>) => {}} />
|
|
99
122
|
```
|
|
100
123
|
|
|
101
|
-
|
|
124
|
+
##### Stepper Horizontal:
|
|
102
125
|
|
|
103
126
|
- Event `stepChange` is deprecated, use `update` event instead.
|
|
104
127
|
|
|
@@ -107,7 +130,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
107
130
|
+ <PStepperHorizontal onUpdate={(e: CustomEvent<StepperHorizontalUpdateEvent>) => {}} />
|
|
108
131
|
```
|
|
109
132
|
|
|
110
|
-
|
|
133
|
+
##### Switch:
|
|
111
134
|
|
|
112
135
|
- Event `switchChange` is deprecated, use `update` event instead.
|
|
113
136
|
|
|
@@ -116,7 +139,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
116
139
|
+ <PSwitch onUpdate={(e: CustomEvent<SwitchUpdateEvent>) => {}} />
|
|
117
140
|
```
|
|
118
141
|
|
|
119
|
-
|
|
142
|
+
##### Table:
|
|
120
143
|
|
|
121
144
|
- Event `sortingChange` is deprecated, use `update` event instead.
|
|
122
145
|
|
|
@@ -149,6 +172,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
149
172
|
|
|
150
173
|
- `Wordmark` ([#2418](https://github.com/porsche-design-system/porsche-design-system/pull/2418))
|
|
151
174
|
- `Crest` ([#2437](https://github.com/porsche-design-system/porsche-design-system/pull/2437))
|
|
175
|
+
|
|
176
|
+
#### Changed
|
|
177
|
+
|
|
152
178
|
- Styles: changed color values of `theme[Light|Dark]ContrastMedium` and `theme[Light|Dark]Notification[*]` color tokens
|
|
153
179
|
of `Styles` subpackage ([#2436](https://github.com/porsche-design-system/porsche-design-system/pull/2436))
|
|
154
180
|
|
|
@@ -200,9 +226,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
200
226
|
|
|
201
227
|
- `Banner`: CSS variable `--p-banner-position-type`
|
|
202
228
|
([#2422](https://github.com/porsche-design-system/porsche-design-system/pull/2422))
|
|
203
|
-
- `gridSafeZone`, `gridSafeZoneBase`, `gridSafeZoneXXL` and `pds-grid-safe-zone-base`, `pds-grid-safe-zone-xxl`
|
|
229
|
+
- Styles: `gridSafeZone`, `gridSafeZoneBase`, `gridSafeZoneXXL` and `pds-grid-safe-zone-base`, `pds-grid-safe-zone-xxl`
|
|
204
230
|
([#2422](https://github.com/porsche-design-system/porsche-design-system/pull/2422))
|
|
205
|
-
- `gridWidth`, `gridWidthMin`, `gridWidthMax` and `pds-grid-width-min`, `pds-grid-width-max`
|
|
231
|
+
- Styles: `gridWidth`, `gridWidthMin`, `gridWidthMax` and `pds-grid-width-min`, `pds-grid-width-max`
|
|
206
232
|
([#2422](https://github.com/porsche-design-system/porsche-design-system/pull/2422))
|
|
207
233
|
|
|
208
234
|
#### 🤖 Property deprecations 🤖
|
|
@@ -246,7 +272,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
246
272
|
+ <PAccordion onChange={(e: CustomEvent<AccordionChangeEvent>) => {}} />
|
|
247
273
|
```
|
|
248
274
|
|
|
249
|
-
|
|
275
|
+
##### Banner:
|
|
250
276
|
|
|
251
277
|
- Named `slot="title"` is deprecated, use `heading` prop or `slot="heading"` instead.
|
|
252
278
|
|
|
@@ -304,7 +330,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
304
330
|
+ <p-link-tile weight="semi-bold"></p-link-tile>
|
|
305
331
|
```
|
|
306
332
|
|
|
307
|
-
|
|
333
|
+
##### Modal:
|
|
308
334
|
|
|
309
335
|
- Prop `disableCloseButton` is deprecated, use `dismissButton` instead.
|
|
310
336
|
- Event `close` is deprecated, use `dismiss` event instead.
|
|
@@ -343,7 +369,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
343
369
|
+ <p-scroller align-scroll-indicator="top"></p-scroller>
|
|
344
370
|
```
|
|
345
371
|
|
|
346
|
-
|
|
372
|
+
##### Segmented Control:
|
|
347
373
|
|
|
348
374
|
- Event `segmentedControlChange` is deprecated, use `change` event instead.
|
|
349
375
|
|
|
@@ -352,7 +378,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
352
378
|
+ <PSegmentedControl onChange={(e: CustomEvent<SegmentedControlChangeEvent>) => {}} />
|
|
353
379
|
```
|
|
354
380
|
|
|
355
|
-
|
|
381
|
+
##### Stepper Horizontal:
|
|
356
382
|
|
|
357
383
|
- Event `stepChange` is deprecated, use `change` event instead.
|
|
358
384
|
|
|
@@ -361,7 +387,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
361
387
|
+ <PStepperHorizontal onChange={(e: CustomEvent<StepperHorizontalChangeEvent>) => {}} />
|
|
362
388
|
```
|
|
363
389
|
|
|
364
|
-
|
|
390
|
+
##### Switch:
|
|
365
391
|
|
|
366
392
|
- Event `switchChange` is deprecated, use `change` event instead.
|
|
367
393
|
|
|
@@ -370,7 +396,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
370
396
|
+ <PSwitch onChange={(e: CustomEvent<SwitchChangeEvent>) => {}} />
|
|
371
397
|
```
|
|
372
398
|
|
|
373
|
-
|
|
399
|
+
##### Table:
|
|
374
400
|
|
|
375
401
|
- Event `sortingChange` is deprecated, use `change` event instead.
|
|
376
402
|
|
|
@@ -434,9 +460,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
434
460
|
- Prop `showCharacterCount` is deprecated, use `showCounter` instead.
|
|
435
461
|
|
|
436
462
|
```diff
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
463
|
+
- <p-text-field-wrapper show-character-count="false">
|
|
464
|
+
+ <p-text-field-wrapper show-counter="false">
|
|
465
|
+
<input type="text" maxlength="20" />
|
|
440
466
|
</p-text-field-wrapper>
|
|
441
467
|
```
|
|
442
468
|
|
|
@@ -445,9 +471,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
445
471
|
- Prop `showCharacterCount` is deprecated, use `showCounter` instead.
|
|
446
472
|
|
|
447
473
|
```diff
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
474
|
+
- <p-textarea-wrapper show-character-count="false">
|
|
475
|
+
+ <p-textarea-wrapper show-counter="false">
|
|
476
|
+
<textarea maxlength="80"></textarea>
|
|
451
477
|
</p-textarea-wrapper>
|
|
452
478
|
```
|
|
453
479
|
|
|
@@ -485,10 +511,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
485
511
|
- `Pagination` emits `change` and deprecated `pageChange` event
|
|
486
512
|
- `Segmented Control` emits `change` and deprecated `segmentedControlChange` event
|
|
487
513
|
- `Stepper Horizontal` emits `change` and deprecated `stepChange` event
|
|
488
|
-
- `Switch` emits `change`and deprecated `switchChange` event
|
|
489
|
-
- `Table` emits `change`and deprecated `sortingChange` event
|
|
490
|
-
- `Tabs` emits `change`and deprecated `tabChange` event
|
|
491
|
-
- `Tabs Bar` emits `change`and deprecated `tabChange` event
|
|
514
|
+
- `Switch` emits `change` and deprecated `switchChange` event
|
|
515
|
+
- `Table` emits `change` and deprecated `sortingChange` event
|
|
516
|
+
- `Tabs` emits `change` and deprecated `tabChange` event
|
|
517
|
+
- `Tabs Bar` emits `change` and deprecated `tabChange` event
|
|
492
518
|
- Props have consistent names across components and deprecated old props
|
|
493
519
|
- `Carousel` got `pagination` prop and deprecated `disablePagination` prop
|
|
494
520
|
- `Divider` got `direction` prop and deprecated `orientation` prop
|
|
@@ -3,13 +3,13 @@ import { forwardRef, useRef } from 'react';
|
|
|
3
3
|
import { usePrefix, useBrowserLayoutEffect, useMergedClass } from '../../hooks.js';
|
|
4
4
|
import { syncRef } from '../../utils.js';
|
|
5
5
|
|
|
6
|
-
const PCheckboxWrapper = forwardRef(({ hideLabel = false, label = '', message = '', state = 'none', theme = 'light', className, ...rest }, ref) => {
|
|
6
|
+
const PCheckboxWrapper = forwardRef(({ hideLabel = false, label = '', loading = false, message = '', state = 'none', theme = 'light', className, ...rest }, ref) => {
|
|
7
7
|
const elementRef = useRef();
|
|
8
8
|
const WebComponentTag = usePrefix('p-checkbox-wrapper');
|
|
9
|
-
const propsToSync = [hideLabel, label, message, state, theme];
|
|
9
|
+
const propsToSync = [hideLabel, label, loading, message, state, theme];
|
|
10
10
|
useBrowserLayoutEffect(() => {
|
|
11
11
|
const { current } = elementRef;
|
|
12
|
-
['hideLabel', 'label', 'message', 'state', 'theme'].forEach((propName, i) => (current[propName] = propsToSync[i]));
|
|
12
|
+
['hideLabel', 'label', 'loading', 'message', 'state', 'theme'].forEach((propName, i) => (current[propName] = propsToSync[i]));
|
|
13
13
|
}, propsToSync);
|
|
14
14
|
const props = {
|
|
15
15
|
...rest,
|
|
@@ -9,6 +9,10 @@ export type PCheckboxWrapperProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange
|
|
|
9
9
|
* The label text.
|
|
10
10
|
*/
|
|
11
11
|
label?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Disables the checkbox and shows a loading indicator.
|
|
14
|
+
*/
|
|
15
|
+
loading?: boolean;
|
|
12
16
|
/**
|
|
13
17
|
* The message styled depending on validation state.
|
|
14
18
|
*/
|
|
@@ -31,6 +35,10 @@ export declare const PCheckboxWrapper: import("react").ForwardRefExoticComponent
|
|
|
31
35
|
* The label text.
|
|
32
36
|
*/
|
|
33
37
|
label?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Disables the checkbox and shows a loading indicator.
|
|
40
|
+
*/
|
|
41
|
+
loading?: boolean;
|
|
34
42
|
/**
|
|
35
43
|
* The message styled depending on validation state.
|
|
36
44
|
*/
|
|
@@ -5,13 +5,13 @@ var react = require('react');
|
|
|
5
5
|
var hooks = require('../../hooks.js');
|
|
6
6
|
var utils = require('../../utils.js');
|
|
7
7
|
|
|
8
|
-
const PCheckboxWrapper = react.forwardRef(({ hideLabel = false, label = '', message = '', state = 'none', theme = 'light', className, ...rest }, ref) => {
|
|
8
|
+
const PCheckboxWrapper = react.forwardRef(({ hideLabel = false, label = '', loading = false, message = '', state = 'none', theme = 'light', className, ...rest }, ref) => {
|
|
9
9
|
const elementRef = react.useRef();
|
|
10
10
|
const WebComponentTag = hooks.usePrefix('p-checkbox-wrapper');
|
|
11
|
-
const propsToSync = [hideLabel, label, message, state, theme];
|
|
11
|
+
const propsToSync = [hideLabel, label, loading, message, state, theme];
|
|
12
12
|
hooks.useBrowserLayoutEffect(() => {
|
|
13
13
|
const { current } = elementRef;
|
|
14
|
-
['hideLabel', 'label', 'message', 'state', 'theme'].forEach((propName, i) => (current[propName] = propsToSync[i]));
|
|
14
|
+
['hideLabel', 'label', 'loading', 'message', 'state', 'theme'].forEach((propName, i) => (current[propName] = propsToSync[i]));
|
|
15
15
|
}, propsToSync);
|
|
16
16
|
const props = {
|
|
17
17
|
...rest,
|
package/lib/types.d.ts
CHANGED
|
@@ -79,6 +79,7 @@ declare const ICON_NAMES: readonly [
|
|
|
79
79
|
"locate",
|
|
80
80
|
"lock",
|
|
81
81
|
"lock-open",
|
|
82
|
+
"logo-apple-podcast",
|
|
82
83
|
"logo-baidu",
|
|
83
84
|
"logo-delicious",
|
|
84
85
|
"logo-digg",
|
|
@@ -98,6 +99,7 @@ declare const ICON_NAMES: readonly [
|
|
|
98
99
|
"logo-reddit",
|
|
99
100
|
"logo-skyrock",
|
|
100
101
|
"logo-sohu",
|
|
102
|
+
"logo-spotify",
|
|
101
103
|
"logo-tecent",
|
|
102
104
|
"logo-telegram",
|
|
103
105
|
"logo-tiktok",
|
|
@@ -126,12 +128,16 @@ declare const ICON_NAMES: readonly [
|
|
|
126
128
|
"pause",
|
|
127
129
|
"phone",
|
|
128
130
|
"pin",
|
|
131
|
+
"pin-filled",
|
|
129
132
|
"play",
|
|
130
133
|
"plug",
|
|
131
134
|
"plus",
|
|
132
135
|
"preheating",
|
|
133
136
|
"printer",
|
|
134
137
|
"purchase",
|
|
138
|
+
"push-pin",
|
|
139
|
+
"push-pin-off",
|
|
140
|
+
"qr",
|
|
135
141
|
"question",
|
|
136
142
|
"racing-flag",
|
|
137
143
|
"refresh",
|
|
@@ -145,7 +151,9 @@ declare const ICON_NAMES: readonly [
|
|
|
145
151
|
"send",
|
|
146
152
|
"share",
|
|
147
153
|
"shopping-bag",
|
|
154
|
+
"shopping-bag-filled",
|
|
148
155
|
"shopping-cart",
|
|
156
|
+
"shopping-cart-filled",
|
|
149
157
|
"sidelights",
|
|
150
158
|
"snowflake",
|
|
151
159
|
"sort",
|
|
@@ -163,6 +171,7 @@ declare const ICON_NAMES: readonly [
|
|
|
163
171
|
"truck",
|
|
164
172
|
"upload",
|
|
165
173
|
"user",
|
|
174
|
+
"user-filled",
|
|
166
175
|
"user-group",
|
|
167
176
|
"user-manual",
|
|
168
177
|
"video",
|
|
@@ -897,7 +906,7 @@ declare const MODEL_SIGNATURE_SIZES: readonly [
|
|
|
897
906
|
"small",
|
|
898
907
|
"inherit"
|
|
899
908
|
];
|
|
900
|
-
export declare type ModelSignatureSize = typeof MODEL_SIGNATURE_SIZES[number];
|
|
909
|
+
export declare type ModelSignatureSize = (typeof MODEL_SIGNATURE_SIZES)[number];
|
|
901
910
|
export declare type ModelSignatureModel = keyof typeof MODEL_SIGNATURES_MANIFEST;
|
|
902
911
|
declare const MODEL_SIGNATURE_COLORS: readonly [
|
|
903
912
|
"primary",
|
|
@@ -906,7 +915,7 @@ declare const MODEL_SIGNATURE_COLORS: readonly [
|
|
|
906
915
|
"contrast-high",
|
|
907
916
|
"inherit"
|
|
908
917
|
];
|
|
909
|
-
export declare type ModelSignatureColor = typeof MODEL_SIGNATURE_COLORS[number];
|
|
918
|
+
export declare type ModelSignatureColor = (typeof MODEL_SIGNATURE_COLORS)[number];
|
|
910
919
|
export declare type LinkTileModelSignatureModel = ModelSignatureModel;
|
|
911
920
|
declare const LINK_TILE_MODEL_SIGNATURE_HEADING_TAGS: readonly [
|
|
912
921
|
"h2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-react",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.1",
|
|
4
4
|
"description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"porsche",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE",
|
|
18
18
|
"homepage": "https://designsystem.porsche.com",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@porsche-design-system/components-js": "3.0.0-rc.
|
|
20
|
+
"@porsche-design-system/components-js": "3.0.0-rc.1"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"react": ">=17.0.0 <19.0.0",
|