@telus-uds/components-web 1.6.0 → 1.6.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
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @telus-uds/components-web
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed, 19 Apr 2023
|
|
3
|
+
This log was last generated on Wed, 19 Apr 2023 18:43:18 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.6.1
|
|
8
|
+
|
|
9
|
+
Wed, 19 Apr 2023 18:43:18 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update default token to Preview Card (carlos.jeronimo@telus.com)
|
|
14
|
+
- Bump @telus-uds/components-base to v1.35.0
|
|
15
|
+
- Bump @telus-uds/system-theme-tokens to v2.20.0
|
|
16
|
+
|
|
7
17
|
## 1.6.0
|
|
8
18
|
|
|
9
|
-
Wed, 19 Apr 2023 11:
|
|
19
|
+
Wed, 19 Apr 2023 11:32:31 GMT
|
|
10
20
|
|
|
11
21
|
### Minor changes
|
|
12
22
|
|
|
@@ -60,7 +60,11 @@ const FullBleedOffsetInner = /*#__PURE__*/_styledComponents.default.div.withConf
|
|
|
60
60
|
|
|
61
61
|
const defaultTokens = {
|
|
62
62
|
minWidth: 0,
|
|
63
|
-
shadow: null
|
|
63
|
+
shadow: null,
|
|
64
|
+
contentAlignItems: 'stretch',
|
|
65
|
+
contentJustifyContent: 'flex-start',
|
|
66
|
+
contentFlexGrow: 0,
|
|
67
|
+
contentFlexShrink: 0
|
|
64
68
|
};
|
|
65
69
|
/**
|
|
66
70
|
* Showcase and guide users to another page, with a preview containing title and a footer.
|
|
@@ -39,7 +39,11 @@ const FullBleedOffsetInner = /*#__PURE__*/styled.div.withConfig({
|
|
|
39
39
|
});
|
|
40
40
|
const defaultTokens = {
|
|
41
41
|
minWidth: 0,
|
|
42
|
-
shadow: null
|
|
42
|
+
shadow: null,
|
|
43
|
+
contentAlignItems: 'stretch',
|
|
44
|
+
contentJustifyContent: 'flex-start',
|
|
45
|
+
contentFlexGrow: 0,
|
|
46
|
+
contentFlexShrink: 0
|
|
43
47
|
};
|
|
44
48
|
/**
|
|
45
49
|
* Showcase and guide users to another page, with a preview containing title and a footer.
|
package/package.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
],
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@gorhom/portal": "^1.0.14",
|
|
8
|
-
"@telus-uds/components-base": "1.
|
|
8
|
+
"@telus-uds/components-base": "1.35.0",
|
|
9
9
|
"@telus-uds/system-constants": "^1.2.0",
|
|
10
10
|
"react-dates": "^21.8.0",
|
|
11
11
|
"react-moment-proptypes": "^1.8.1",
|
|
12
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^2.20.0",
|
|
13
13
|
"prop-types": "^15.7.2",
|
|
14
14
|
"lodash.omit": "^4.5.0",
|
|
15
15
|
"lodash.throttle": "^4.1.1",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"skip": true
|
|
60
60
|
},
|
|
61
61
|
"types": "types/index.d.ts",
|
|
62
|
-
"version": "1.6.
|
|
62
|
+
"version": "1.6.1"
|
|
63
63
|
}
|
|
@@ -44,7 +44,11 @@ const FullBleedOffsetInner = styled.div(({ borderOffset }) => ({
|
|
|
44
44
|
|
|
45
45
|
const defaultTokens = {
|
|
46
46
|
minWidth: 0,
|
|
47
|
-
shadow: null
|
|
47
|
+
shadow: null,
|
|
48
|
+
contentAlignItems: 'stretch',
|
|
49
|
+
contentJustifyContent: 'flex-start',
|
|
50
|
+
contentFlexGrow: 0,
|
|
51
|
+
contentFlexShrink: 0
|
|
48
52
|
}
|
|
49
53
|
|
|
50
54
|
/**
|