@telus-uds/components-web 2.3.0 → 2.4.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 +12 -2
- package/component-docs.json +49 -0
- package/lib/baseExports.js +6 -0
- package/lib-module/baseExports.js +1 -1
- package/package.json +2 -2
- package/src/baseExports.js +1 -0
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
|
|
3
|
+
This log was last generated on Tue, 30 May 2023 02:42:51 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.4.0
|
|
8
|
+
|
|
9
|
+
Tue, 30 May 2023 02:42:51 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- fix: list overflowing (samuraix221@hotmail.com)
|
|
14
|
+
- Button outer width is no longer set to 0 if token width = 0 (wlsdud194@hotmail.com)
|
|
15
|
+
- Bump @telus-uds/components-base to v1.46.0
|
|
16
|
+
|
|
7
17
|
## 2.3.0
|
|
8
18
|
|
|
9
|
-
Sat, 27 May 2023 00:
|
|
19
|
+
Sat, 27 May 2023 00:44:50 GMT
|
|
10
20
|
|
|
11
21
|
### Minor changes
|
|
12
22
|
|
package/component-docs.json
CHANGED
|
@@ -13500,6 +13500,55 @@
|
|
|
13500
13500
|
}
|
|
13501
13501
|
}
|
|
13502
13502
|
},
|
|
13503
|
+
"Validator": {
|
|
13504
|
+
"docs": {
|
|
13505
|
+
"description": "",
|
|
13506
|
+
"props": {
|
|
13507
|
+
"value": {
|
|
13508
|
+
"defaultValue": {
|
|
13509
|
+
"value": "''",
|
|
13510
|
+
"computed": false
|
|
13511
|
+
},
|
|
13512
|
+
"type": {
|
|
13513
|
+
"name": "string"
|
|
13514
|
+
},
|
|
13515
|
+
"required": false,
|
|
13516
|
+
"description": "The value is a 6-digit code, may be only numeric characters, non numeric character aren't renderize"
|
|
13517
|
+
},
|
|
13518
|
+
"tokens": {
|
|
13519
|
+
"defaultValue": {
|
|
13520
|
+
"value": "{}",
|
|
13521
|
+
"computed": false
|
|
13522
|
+
},
|
|
13523
|
+
"required": false
|
|
13524
|
+
},
|
|
13525
|
+
"variant": {
|
|
13526
|
+
"defaultValue": {
|
|
13527
|
+
"value": "{}",
|
|
13528
|
+
"computed": false
|
|
13529
|
+
},
|
|
13530
|
+
"required": false
|
|
13531
|
+
},
|
|
13532
|
+
"inactive": {
|
|
13533
|
+
"type": {
|
|
13534
|
+
"name": "bool"
|
|
13535
|
+
},
|
|
13536
|
+
"required": false,
|
|
13537
|
+
"description": "If true, the component is inactive and non editable."
|
|
13538
|
+
},
|
|
13539
|
+
"onChange": {
|
|
13540
|
+
"type": {
|
|
13541
|
+
"name": "func"
|
|
13542
|
+
},
|
|
13543
|
+
"required": false,
|
|
13544
|
+
"description": "Use to react upon input's value changes. Required when the `value` prop is set. Will receive the input's value as an argument."
|
|
13545
|
+
}
|
|
13546
|
+
},
|
|
13547
|
+
"attributes": {
|
|
13548
|
+
"acceptsRNA11yProps": false
|
|
13549
|
+
}
|
|
13550
|
+
}
|
|
13551
|
+
},
|
|
13503
13552
|
"ViewportProvider": {
|
|
13504
13553
|
"docs": {
|
|
13505
13554
|
"description": "Provides an up-to-date viewport value from system-constants, available via the `useViewport` hook",
|
package/lib/baseExports.js
CHANGED
|
@@ -321,6 +321,12 @@ Object.defineProperty(exports, "Typography", {
|
|
|
321
321
|
return _componentsBase.Typography;
|
|
322
322
|
}
|
|
323
323
|
});
|
|
324
|
+
Object.defineProperty(exports, "Validator", {
|
|
325
|
+
enumerable: true,
|
|
326
|
+
get: function () {
|
|
327
|
+
return _componentsBase.Validator;
|
|
328
|
+
}
|
|
329
|
+
});
|
|
324
330
|
Object.defineProperty(exports, "ViewportProvider", {
|
|
325
331
|
enumerable: true,
|
|
326
332
|
get: function () {
|
|
@@ -5,7 +5,7 @@ export {
|
|
|
5
5
|
/**
|
|
6
6
|
* Most base components should be re-exported as-is.
|
|
7
7
|
*/
|
|
8
|
-
A11yText, ActivityIndicator, Box, Button, BaseProvider, A11yInfoProvider, ViewportProvider, ThemeProvider, ButtonDropdown, ButtonGroup, ButtonLink, Carousel, CarouselTabs, Checkbox, CheckboxGroup, ChevronLink, Divider, ExpandCollapse, Feedback, FlexGrid, Icon, InputLabel, InputSupports, Link, MultiSelectFilter, Notification, Pagination, QuickLinks, QuickLinksFeature, Radio, RadioGroup, RadioCard, RadioCardGroup, Responsive, Search, Select, SideNav, Skeleton, SkipLink, Spacer, StackView, StackWrap, StepTracker, Tabs, Tags, TextButton, TextArea, TextInput, Timeline, ToggleSwitch, ToggleSwitchGroup, TooltipButton, Tooltip, Typography,
|
|
8
|
+
A11yText, ActivityIndicator, Box, Button, BaseProvider, A11yInfoProvider, ViewportProvider, ThemeProvider, ButtonDropdown, ButtonGroup, ButtonLink, Carousel, CarouselTabs, Checkbox, CheckboxGroup, ChevronLink, Divider, ExpandCollapse, Feedback, FlexGrid, Icon, InputLabel, InputSupports, Link, MultiSelectFilter, Notification, Pagination, QuickLinks, QuickLinksFeature, Radio, RadioGroup, RadioCard, RadioCardGroup, Responsive, Search, Select, SideNav, Skeleton, SkipLink, Spacer, StackView, StackWrap, StepTracker, Tabs, Tags, TextButton, TextArea, TextInput, Timeline, ToggleSwitch, ToggleSwitchGroup, TooltipButton, Tooltip, Typography, Validator,
|
|
9
9
|
/*
|
|
10
10
|
* Most utilities exported from @telus-uds/components-base are for building systems, not apps.
|
|
11
11
|
* Re-export only those utilities with a stable API and known use cases within apps / pages.
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
],
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@gorhom/portal": "^1.0.14",
|
|
8
|
-
"@telus-uds/components-base": "1.
|
|
8
|
+
"@telus-uds/components-base": "1.46.0",
|
|
9
9
|
"@telus-uds/system-constants": "^1.2.1",
|
|
10
10
|
"fscreen": "^1.2.0",
|
|
11
11
|
"lodash.omit": "^4.5.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"skip": true
|
|
63
63
|
},
|
|
64
64
|
"types": "types/index.d.ts",
|
|
65
|
-
"version": "2.
|
|
65
|
+
"version": "2.4.0"
|
|
66
66
|
}
|
package/src/baseExports.js
CHANGED
|
@@ -59,6 +59,7 @@ export {
|
|
|
59
59
|
TooltipButton,
|
|
60
60
|
Tooltip,
|
|
61
61
|
Typography,
|
|
62
|
+
Validator,
|
|
62
63
|
/*
|
|
63
64
|
* Most utilities exported from @telus-uds/components-base are for building systems, not apps.
|
|
64
65
|
* Re-export only those utilities with a stable API and known use cases within apps / pages.
|