@telus-uds/components-web 2.36.0 → 2.37.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 CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @telus-uds/components-web
2
2
 
3
- This log was last generated on Fri, 19 Jul 2024 18:14:09 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 26 Jul 2024 21:17:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.37.0
8
+
9
+ Fri, 26 Jul 2024 21:17:56 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - `Status`: add component (guillermo.peitzner@telus.com)
14
+ - Bump @telus-uds/components-base to v1.90.0
15
+ - Bump @telus-uds/system-theme-tokens to v2.60.0
16
+
7
17
  ## 2.36.0
8
18
 
9
- Fri, 19 Jul 2024 18:14:09 GMT
19
+ Fri, 19 Jul 2024 18:20:50 GMT
10
20
 
11
21
  ### Minor changes
12
22
 
@@ -285,6 +285,12 @@ Object.defineProperty(exports, "StackWrap", {
285
285
  return _componentsBase.StackWrap;
286
286
  }
287
287
  });
288
+ Object.defineProperty(exports, "Status", {
289
+ enumerable: true,
290
+ get: function () {
291
+ return _componentsBase.Status;
292
+ }
293
+ });
288
294
  Object.defineProperty(exports, "StepTracker", {
289
295
  enumerable: true,
290
296
  get: function () {
@@ -5,7 +5,7 @@ export {
5
5
  /**
6
6
  * Most base components should be re-exported as-is.
7
7
  */
8
- ActionCard, A11yText, ActivityIndicator, Autocomplete, Box, Button, BaseProvider, A11yInfoProvider, ViewportProvider, ThemeProvider, ButtonDropdown, ButtonGroup, ButtonLink, CardGroup, Carousel, CarouselTabs, Checkbox, CheckboxGroup, ChevronLink, ColourToggle, Divider, ExpandCollapse, Feedback, FlexGrid, Icon, InputLabel, InputSupports, Link, Listbox, Modal, MultiSelectFilter, Notification, Pagination, Portal, 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,
8
+ ActionCard, A11yText, ActivityIndicator, Autocomplete, Box, Button, BaseProvider, A11yInfoProvider, ViewportProvider, ThemeProvider, ButtonDropdown, ButtonGroup, ButtonLink, CardGroup, Carousel, CarouselTabs, Checkbox, CheckboxGroup, ChevronLink, ColourToggle, Divider, ExpandCollapse, Feedback, FlexGrid, Icon, InputLabel, InputSupports, Link, Listbox, Modal, MultiSelectFilter, Notification, Pagination, Portal, QuickLinks, QuickLinksFeature, Radio, RadioGroup, RadioCard, RadioCardGroup, Responsive, Search, Select, SideNav, Skeleton, SkipLink, Spacer, StackView, StackWrap, StepTracker, Status, 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.89.0",
8
+ "@telus-uds/components-base": "1.90.0",
9
9
  "@telus-uds/system-constants": "^1.3.0",
10
10
  "fscreen": "^1.2.0",
11
11
  "lodash.omit": "^4.5.0",
@@ -13,7 +13,7 @@
13
13
  "react-dates": "^21.8.0",
14
14
  "react-helmet-async": "^1.3.0",
15
15
  "react-moment-proptypes": "^1.8.1",
16
- "@telus-uds/system-theme-tokens": "^2.59.0",
16
+ "@telus-uds/system-theme-tokens": "^2.60.0",
17
17
  "prop-types": "^15.7.2",
18
18
  "lodash.throttle": "^4.1.1",
19
19
  "react-youtube": "^10.1.0",
@@ -83,5 +83,5 @@
83
83
  "skip": true
84
84
  },
85
85
  "types": "types/index.d.ts",
86
- "version": "2.36.0"
86
+ "version": "2.37.0"
87
87
  }
@@ -55,6 +55,7 @@ export {
55
55
  StackView,
56
56
  StackWrap,
57
57
  StepTracker,
58
+ Status,
58
59
  Tabs,
59
60
  Tags,
60
61
  TextButton,