@porsche-design-system/components-react 3.31.0-rc.0 → 3.31.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 +2 -0
- package/bin/patchRemixRunProcessBrowserGlobalIdentifier.js +0 -0
- package/package.json +2 -2
- package/ssr/cjs/components/dist/styles/esm/styles-entry.cjs +1 -1
- package/ssr/cjs/components/dist/utils/esm/utils-entry.cjs +1 -1
- package/ssr/esm/components/dist/styles/esm/styles-entry.mjs +1 -1
- package/ssr/esm/components/dist/utils/esm/utils-entry.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-react",
|
|
3
|
-
"version": "3.31.0
|
|
3
|
+
"version": "3.31.0",
|
|
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.31.0
|
|
20
|
+
"@porsche-design-system/components-js": "3.31.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"ag-grid-community": ">= 33.0.0 <35.0.0",
|
|
@@ -3631,7 +3631,7 @@ const hasShowPickerSupport = () => (hasDocument &&
|
|
|
3631
3631
|
'showPicker' in HTMLInputElement.prototype &&
|
|
3632
3632
|
CSS.supports('selector(::-webkit-calendar-picker-indicator)'));
|
|
3633
3633
|
|
|
3634
|
-
const prefix = `[Porsche Design System v${"3.31.0
|
|
3634
|
+
const prefix = `[Porsche Design System v${"3.31.0"}]` // this part isn't covered by unit tests
|
|
3635
3635
|
;
|
|
3636
3636
|
const consoleError = (...messages) => {
|
|
3637
3637
|
console.error(prefix, ...messages); // eslint-disable-line no-console
|
|
@@ -3446,7 +3446,7 @@ const hasShowPickerSupport = () => (hasDocument &&
|
|
|
3446
3446
|
'showPicker' in HTMLInputElement.prototype &&
|
|
3447
3447
|
CSS.supports('selector(::-webkit-calendar-picker-indicator)'));
|
|
3448
3448
|
|
|
3449
|
-
const prefix = `[Porsche Design System v${"3.31.0
|
|
3449
|
+
const prefix = `[Porsche Design System v${"3.31.0"}]` // this part isn't covered by unit tests
|
|
3450
3450
|
;
|
|
3451
3451
|
const consoleError$1 = (...messages) => {
|
|
3452
3452
|
console.error(prefix, ...messages); // eslint-disable-line no-console
|
|
@@ -3629,7 +3629,7 @@ const hasShowPickerSupport = () => (hasDocument &&
|
|
|
3629
3629
|
'showPicker' in HTMLInputElement.prototype &&
|
|
3630
3630
|
CSS.supports('selector(::-webkit-calendar-picker-indicator)'));
|
|
3631
3631
|
|
|
3632
|
-
const prefix = `[Porsche Design System v${"3.31.0
|
|
3632
|
+
const prefix = `[Porsche Design System v${"3.31.0"}]` // this part isn't covered by unit tests
|
|
3633
3633
|
;
|
|
3634
3634
|
const consoleError = (...messages) => {
|
|
3635
3635
|
console.error(prefix, ...messages); // eslint-disable-line no-console
|
|
@@ -3444,7 +3444,7 @@ const hasShowPickerSupport = () => (hasDocument &&
|
|
|
3444
3444
|
'showPicker' in HTMLInputElement.prototype &&
|
|
3445
3445
|
CSS.supports('selector(::-webkit-calendar-picker-indicator)'));
|
|
3446
3446
|
|
|
3447
|
-
const prefix = `[Porsche Design System v${"3.31.0
|
|
3447
|
+
const prefix = `[Porsche Design System v${"3.31.0"}]` // this part isn't covered by unit tests
|
|
3448
3448
|
;
|
|
3449
3449
|
const consoleError$1 = (...messages) => {
|
|
3450
3450
|
console.error(prefix, ...messages); // eslint-disable-line no-console
|