@telus-uds/components-base 4.0.0-beta.1 → 4.0.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 +21 -1
- package/lib/package.json +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
# Change Log - @telus-uds/components-base
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 08 Jun 2026 19:50:43 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 4.0.0
|
|
8
|
+
|
|
9
|
+
Mon, 08 Jun 2026 19:50:43 GMT
|
|
10
|
+
|
|
11
|
+
### Major changes
|
|
12
|
+
|
|
13
|
+
- Add React 19 support and other changes (shahzaib.khalid@telus.com)
|
|
14
|
+
- Bump @telus-uds/system-constants to v4.0.0
|
|
15
|
+
- Bump @telus-uds/system-theme-tokens to v5.0.0
|
|
16
|
+
|
|
17
|
+
## 3.32.0
|
|
18
|
+
|
|
19
|
+
Fri, 29 May 2026 18:55:39 GMT
|
|
20
|
+
|
|
21
|
+
### Minor changes
|
|
22
|
+
|
|
23
|
+
- `ColourToggle`: Add crossedOut variant (david.melara1@telus.com)
|
|
24
|
+
- `Card`: Add testID to CardBase and its subcomponents (david.melara1@telus.com)
|
|
25
|
+
- Bump @telus-uds/system-theme-tokens to v4.22.0
|
|
26
|
+
|
|
7
27
|
## 4.0.0-beta.1
|
|
8
28
|
|
|
9
29
|
Fri, 29 May 2026 17:27:59 GMT
|
package/lib/package.json
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"@floating-ui/react-native": "^0.10.7",
|
|
12
12
|
"@gorhom/portal": "^1.0.14",
|
|
13
13
|
"@react-native-picker/picker": "^2.11.4",
|
|
14
|
-
"@telus-uds/system-constants": "^4.0.0
|
|
15
|
-
"@telus-uds/system-theme-tokens": "^5.0.0
|
|
14
|
+
"@telus-uds/system-constants": "^4.0.0",
|
|
15
|
+
"@telus-uds/system-theme-tokens": "^5.0.0",
|
|
16
16
|
"css-mediaquery": "^0.1.2",
|
|
17
17
|
"expo-document-picker": "^14.0.8",
|
|
18
18
|
"expo-linear-gradient": "^15.0.8",
|
|
@@ -81,6 +81,6 @@
|
|
|
81
81
|
"standard-engine": {
|
|
82
82
|
"skip": true
|
|
83
83
|
},
|
|
84
|
-
"version": "4.0.0
|
|
84
|
+
"version": "4.0.0",
|
|
85
85
|
"types": "types/index.d.ts"
|
|
86
86
|
}
|
package/package.json
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"@floating-ui/react-native": "^0.10.7",
|
|
12
12
|
"@gorhom/portal": "^1.0.14",
|
|
13
13
|
"@react-native-picker/picker": "^2.11.4",
|
|
14
|
-
"@telus-uds/system-constants": "^4.0.0
|
|
15
|
-
"@telus-uds/system-theme-tokens": "^5.0.0
|
|
14
|
+
"@telus-uds/system-constants": "^4.0.0",
|
|
15
|
+
"@telus-uds/system-theme-tokens": "^5.0.0",
|
|
16
16
|
"css-mediaquery": "^0.1.2",
|
|
17
17
|
"expo-document-picker": "^14.0.8",
|
|
18
18
|
"expo-linear-gradient": "^15.0.8",
|
|
@@ -81,6 +81,6 @@
|
|
|
81
81
|
"standard-engine": {
|
|
82
82
|
"skip": true
|
|
83
83
|
},
|
|
84
|
-
"version": "4.0.0
|
|
84
|
+
"version": "4.0.0",
|
|
85
85
|
"types": "types/index.d.ts"
|
|
86
86
|
}
|