@telus-uds/components-community.sticky 3.1.24 → 3.1.25

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,9 +1,19 @@
1
1
  # Change Log - @telus-uds/components-community.sticky
2
2
 
3
- This log was last generated on Tue, 16 Sep 2025 21:19:37 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 03 Oct 2025 20:34:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 3.1.25
8
+
9
+ Fri, 03 Oct 2025 20:34:06 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-base to v3.19.0
14
+ - Bump @telus-uds/components-web to v4.12.3
15
+ - Bump @telus-uds/system-theme-tokens to v4.15.0
16
+
7
17
  ## 3.1.24
8
18
 
9
19
  Tue, 16 Sep 2025 21:19:37 GMT
package/jest.config.cjs CHANGED
@@ -11,7 +11,12 @@ module.exports = () => ({
11
11
  // mock icon imports as in https://jestjs.io/docs/webpack#mocking-css-modules
12
12
  '\\.icon.svg': '<rootDir>/__mocks__/iconMock.jsx',
13
13
  '\\.css': '<rootDir>/__mocks__/styleMock.js',
14
- '^@telus-uds/components-base/server$': '<rootDir>/../../../components-base/lib/cjs/server.js'
14
+ '^react-native$': 'react-native-web',
15
+ '^@telus-uds/components-base/server$': '<rootDir>/../../../components-base/src/server.js',
16
+ '^@telus-uds/components-base$': '<rootDir>/../../../components-base/src',
17
+ '^@telus-uds/components-web$': '<rootDir>/../../../components-web/src',
18
+ '^@telus-uds/system-constants$': '<rootDir>/../../../system-constants/src',
19
+ '^@telus-uds/system-theme-tokens$': '<rootDir>/../../../system-theme-tokens/src'
15
20
  },
16
21
  setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
17
22
  transformIgnorePatterns: [
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.18.0",
8
- "@telus-uds/components-web": "^4.12.2",
7
+ "@telus-uds/components-base": "^3.19.0",
8
+ "@telus-uds/components-web": "^4.12.3",
9
9
  "@telus-uds/system-constants": "^3.0.0",
10
- "@telus-uds/system-theme-tokens": "^4.14.0",
10
+ "@telus-uds/system-theme-tokens": "^4.15.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.24"
49
+ "version": "3.1.25"
50
50
  }