Skip to content

Commit 9374eb9

Browse files
Srirang.KalantriSrirangK
authored andcommitted
chore: upgrade pluggable widget tools
1 parent 8ce5083 commit 9374eb9

82 files changed

Lines changed: 3158 additions & 2372 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"pnpm": {
8080
"overrides": {
81-
"@mendix/pluggable-widgets-tools": "11.8.0",
81+
"@mendix/pluggable-widgets-tools": "11.12.0",
8282
"@rollup/plugin-typescript": "12.3.0",
8383
"mendix": "11.8.0",
8484
"react": "19.2.3",
@@ -89,7 +89,7 @@
8989
"@prettier/plugin-xml": "2.2.0",
9090
"cheerio": "1.0.0-rc.12",
9191
"typescript": "~5.9.3",
92-
"rollup": "3.30.0",
92+
"rollup": "4.30.1",
9393
"react-test-renderer": "19.2.3",
9494
"@xmldom/xmldom": ">=0.8.13",
9595
"flatted": ">=3.4.2",
@@ -102,10 +102,10 @@
102102
"lodash": ">=4.18.0"
103103
},
104104
"patchedDependencies": {
105-
"@mendix/pluggable-widgets-tools@11.8.0": "patches/@mendix+pluggable-widgets-tools+11.8.0.patch",
106105
"react-native-gesture-handler@2.31.2": "patches/react-native-gesture-handler+2.31.2.patch",
107106
"react-native-slider@0.11.0": "patches/react-native-slider+0.11.0.patch",
108-
"react-native-snap-carousel@3.9.1": "patches/react-native-snap-carousel+3.9.1.patch"
107+
"react-native-snap-carousel@3.9.1": "patches/react-native-snap-carousel+3.9.1.patch",
108+
"@mendix/pluggable-widgets-tools": "patches/@mendix__pluggable-widgets-tools.patch"
109109
}
110110
},
111111
"packageManager": "pnpm@10.32.0+sha512.9b2634bb3fed5601c33633f2d92593f506270a3963b8c51d2b2d6a828da615ce4e9deebef9614ccebbc13ac8d3c0f9c9ccceb583c69c8578436fa477dbb20d70"

packages/pluggableWidgets/accordion-native/src/__tests__/__snapshots__/Accordion.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Accordion in collapsible & single expanded group mode renders correctly 1`] = `
44
<View

packages/pluggableWidgets/accordion-native/typings/AccordionProps.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* WARNING: All changes made to this file will be overwritten
44
* @author Mendix Widgets Framework Team
55
*/
6-
import { ComponentType, CSSProperties, ReactNode } from "react";
76
import { ActionValue, DynamicValue, EditableValue, NativeIcon } from "mendix";
7+
import { ComponentType, CSSProperties, ReactNode } from "react";
88

99
export type HeaderRenderModeEnum = "text" | "custom";
1010

packages/pluggableWidgets/activity-indicator-native/src/__tests__/__snapshots__/ActivityIndicator.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`ActivityIndicator renders with custom styles 1`] = `
44
<View

packages/pluggableWidgets/animation-native/src/__tests__/__snapshots__/Animation.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Animation renders 1`] = `
44
<View

packages/pluggableWidgets/animation-native/typings/AnimationProps.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* WARNING: All changes made to this file will be overwritten
44
* @author Mendix Widgets Framework Team
55
*/
6-
import { ComponentType, CSSProperties, ReactNode } from "react";
76
import { ActionValue, DynamicValue } from "mendix";
7+
import { ComponentType, CSSProperties, ReactNode } from "react";
88

99
export type AnimationTypeEnum = "in" | "attention" | "out";
1010

packages/pluggableWidgets/app-events-native/typings/AppEventsProps.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* WARNING: All changes made to this file will be overwritten
44
* @author Mendix Widgets Framework Team
55
*/
6-
import { CSSProperties } from "react";
76
import { ActionValue } from "mendix";
7+
import { CSSProperties } from "react";
88

99
export type TimerTypeEnum = "once" | "interval";
1010

packages/pluggableWidgets/background-gradient-native/src/__tests__/__snapshots__/backgroundGradient.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Background gradient render background gradient with custom style 1`] = `
44
<View

packages/pluggableWidgets/background-gradient-native/typings/BackgroundGradientProps.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* @author Mendix Widgets Framework Team
55
*/
66
import { ComponentType, CSSProperties, ReactNode } from "react";
7-
import { ActionValue } from "mendix";
87
import { Big } from "big.js";
8+
import { ActionValue } from "mendix";
99

1010
export interface ColorListType {
1111
color: string;

packages/pluggableWidgets/background-image-native/src/__tests__/__snapshots__/BackgroundImage.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`BackgroundImage renders content only when image is unavailable 1`] = `
44
<View

0 commit comments

Comments
 (0)