@thecb/components 10.12.5-beta.1 → 10.12.6-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "10.12.5-beta.1",
3
+ "version": "10.12.6-beta.0",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -28,12 +28,7 @@ export const CardText = ({
28
28
  <Box padding={padding}>
29
29
  <Cover>
30
30
  <Stack>
31
- <Cluster
32
- justify="space-between"
33
- align="center"
34
- overflow={true}
35
- nowrap
36
- >
31
+ <Cluster justify="space-between" align="center" overflow={true}>
37
32
  {titleText && (
38
33
  <Title
39
34
  as={titleAs}
@@ -1 +1 @@
1
- export const URL_TEST = /(([a-z]{3,6}:\/\/)|(^|\s))([a-zA-Z0-9\-]+\.)+[a-z]{2,13}[\.\?\=\&\%\/\w\-]*\b([^@]|$)/;
1
+ export const URL_TEST = /(([a-z]{3,6}:\/\/)|(^|\s))((\d{1,3}\.){3}\d{1,3}|([a-zA-Z0-9\-]+\.)+[a-z]{2,13})[\.\?\=\&\%\/\w\-]*\b([^@]|$)/;
Binary file