@telus-uds/components-base 1.30.0 → 1.30.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 +10 -2
- package/component-docs.json +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @telus-uds/components-base
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 23 Mar 2023 20:46:10 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.30.1
|
|
8
|
+
|
|
9
|
+
Thu, 23 Mar 2023 20:46:10 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @telus-uds/system-theme-tokens to v2.14.0
|
|
14
|
+
|
|
7
15
|
## 1.30.0
|
|
8
16
|
|
|
9
|
-
Mon, 20 Mar 2023 19:
|
|
17
|
+
Mon, 20 Mar 2023 19:48:47 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
12
20
|
|
package/component-docs.json
CHANGED
|
@@ -6,6 +6,20 @@
|
|
|
6
6
|
"thickness": "border",
|
|
7
7
|
"color": "color"
|
|
8
8
|
},
|
|
9
|
+
"Badge": {
|
|
10
|
+
"fontWeight": "fontWeight",
|
|
11
|
+
"fontName": "fontName",
|
|
12
|
+
"backgroundColor": "color",
|
|
13
|
+
"borderColor": "color",
|
|
14
|
+
"borderRadius": "radius",
|
|
15
|
+
"borderWidth": "border",
|
|
16
|
+
"color": "color",
|
|
17
|
+
"gradient": "gradient",
|
|
18
|
+
"paddingLeft": "size",
|
|
19
|
+
"paddingRight": "size",
|
|
20
|
+
"paddingTop": "size",
|
|
21
|
+
"paddingBottom": "size"
|
|
22
|
+
},
|
|
9
23
|
"Box": {
|
|
10
24
|
"backgroundColor": "color",
|
|
11
25
|
"gradient": "gradient"
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@floating-ui/react-native": "^0.8.1",
|
|
12
12
|
"@gorhom/portal": "^1.0.14",
|
|
13
13
|
"@telus-uds/system-constants": "^1.2.0",
|
|
14
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
14
|
+
"@telus-uds/system-theme-tokens": "^2.14.0",
|
|
15
15
|
"airbnb-prop-types": "^2.16.0",
|
|
16
16
|
"lodash.debounce": "^4.0.8",
|
|
17
17
|
"lodash.merge": "^4.6.2",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"standard-engine": {
|
|
73
73
|
"skip": true
|
|
74
74
|
},
|
|
75
|
-
"version": "1.30.
|
|
75
|
+
"version": "1.30.1"
|
|
76
76
|
}
|