@telus-uds/components-community.sticky 3.1.9 → 3.1.11

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/.eslintrc.cjs CHANGED
@@ -5,6 +5,7 @@ base.rules['import/no-extraneous-dependencies'] = [
5
5
  'error',
6
6
  { packageDir: [__dirname, path.join(__dirname, '../..')] }
7
7
  ]
8
+ base.rules['import/no-self-import'] = 'off'
8
9
  base.settings = {
9
10
  ...base.settings,
10
11
  'import/resolver': {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @telus-uds/components-community.sticky
2
2
 
3
- This log was last generated on Fri, 23 May 2025 15:12:18 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 24 Jun 2025 18:53:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 3.1.11
8
+
9
+ Tue, 24 Jun 2025 18:53:53 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-base to v3.10.0
14
+ - Bump @telus-uds/components-web to v4.7.0
15
+ - Bump @telus-uds/system-theme-tokens to v4.8.0
16
+
17
+ ## 3.1.10
18
+
19
+ Tue, 10 Jun 2025 20:25:05 GMT
20
+
21
+ ### Patches
22
+
23
+ - Bump @telus-uds/components-base to v3.9.0
24
+ - Bump @telus-uds/components-web to v4.6.1
25
+ - Bump @telus-uds/system-theme-tokens to v4.7.0
26
+
7
27
  ## 3.1.9
8
28
 
9
- Fri, 23 May 2025 15:12:18 GMT
29
+ Fri, 23 May 2025 15:15:58 GMT
10
30
 
11
31
  ### Patches
12
32
 
package/package.json CHANGED
@@ -4,10 +4,10 @@
4
4
  "extends @telus-uds/browserslist-config"
5
5
  ],
6
6
  "dependencies": {
7
- "@telus-uds/components-base": "^3.8.0",
8
- "@telus-uds/components-web": "^4.6.0",
7
+ "@telus-uds/components-base": "^3.10.0",
8
+ "@telus-uds/components-web": "^4.7.0",
9
9
  "@telus-uds/system-constants": "^3.0.0",
10
- "@telus-uds/system-theme-tokens": "^4.6.0",
10
+ "@telus-uds/system-theme-tokens": "^4.8.0",
11
11
  "lodash.throttle": "^4.1.1",
12
12
  "prop-types": "^15.7.2",
13
13
  "styled-components": "^5.3.10"
@@ -46,5 +46,5 @@
46
46
  "standard-engine": {
47
47
  "skip": true
48
48
  },
49
- "version": "3.1.9"
49
+ "version": "3.1.11"
50
50
  }