@okta/odyssey-contribution-tooling 1.52.1 → 1.54.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
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.54.0](https://github.com/atko-eng/odyssey-design-system/compare/v1.53.0...v1.54.0) (2026-02-17)
7
+
8
+ **Note:** Version bump only for package @okta/odyssey-contribution-tooling
9
+
6
10
  ## [1.52.1](https://github.com/atko-eng/odyssey-design-system/compare/v1.51.0...v1.52.1) (2026-01-29)
7
11
 
8
12
  ### Bug Fixes
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 14:37:21 GMT
3
+ * Generated on Tue, 17 Feb 2026 20:46:45 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 14:37:21 GMT
3
+ * Generated on Tue, 17 Feb 2026 20:46:45 GMT
4
4
  */
5
5
 
6
6
  export const BorderColorControl : string;
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Jan 2026 14:37:21 GMT
3
+ * Generated on Tue, 17 Feb 2026 20:46:45 GMT
4
4
  */
5
5
 
6
6
  export const BorderColorControl = "#8d8d8d";
package/dist/index.scss CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Thu, 29 Jan 2026 14:37:21 GMT
4
+ * Generated on Tue, 17 Feb 2026 20:46:45 GMT
5
5
  */
6
6
 
7
7
  $border-color-control: #8d8d8d !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okta/odyssey-contribution-tooling",
3
- "version": "1.52.1",
3
+ "version": "1.54.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.umd.cjs",
@@ -58,5 +58,5 @@
58
58
  "vite-plugin-svgr": "^4.5",
59
59
  "vitest": "^3.2"
60
60
  },
61
- "gitHead": "a6c91e353332f8e65338656a31304f153269ee10"
61
+ "gitHead": "759bdf6c1957cb828c67ad99717623f20f8b12c9"
62
62
  }