@ornikar/kitt-universal 31.1.2-canary.31eec21cbe0c2b92255fb1fa14d83757a05ea8b0.0 → 31.1.2-canary.b586e0e9612495f8597e9c4be7d2c5a28baa9437.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,11 +3,12 @@
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
- ## [31.1.2-canary.31eec21cbe0c2b92255fb1fa14d83757a05ea8b0.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@31.1.1...@ornikar/kitt-universal@31.1.2-canary.31eec21cbe0c2b92255fb1fa14d83757a05ea8b0.0) (2025-11-26)
6
+ ## [31.1.2-canary.b586e0e9612495f8597e9c4be7d2c5a28baa9437.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@31.1.1...@ornikar/kitt-universal@31.1.2-canary.b586e0e9612495f8597e9c4be7d2c5a28baa9437.0) (2025-11-26)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
+ * fix kitt-hover classname targetting ([b586e0e](https://github.com/ornikar/kitt/commit/b586e0e9612495f8597e9c4be7d2c5a28baa9437))
11
12
  * **kitt-universal/Button:** add timer gauge option OSE-21414 ([#2771](https://github.com/ornikar/kitt/issues/2771)) ([c1f1e27](https://github.com/ornikar/kitt/commit/c1f1e27fe5dd78718338bab01178bca075c4ae07))
12
13
  * remove linaria usage OSE-18326 ([31eec21](https://github.com/ornikar/kitt/commit/31eec21cbe0c2b92255fb1fa14d83757a05ea8b0))
13
14
  * upgrade RTL [OSE-18110] ([#2769](https://github.com/ornikar/kitt/issues/2769)) ([56bcbe4](https://github.com/ornikar/kitt/commit/56bcbe4d1933bb4ae099f85b546790ba537d18f7))
@@ -27,7 +27,7 @@
27
27
 
28
28
  .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > *:hover,
29
29
  .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > *:active,
30
- .TypographyLinkWebWrapper-module_kitt-hover__CyENw .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > * {
30
+ .kitt-hover .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > * {
31
31
  text-decoration: none;
32
32
  }
33
33
 
@@ -37,6 +37,6 @@
37
37
 
38
38
  .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > *:hover,
39
39
  .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > *:active,
40
- .TypographyLinkWebWrapper-module_kitt-hover__CyENw .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > * {
40
+ .kitt-hover .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > * {
41
41
  text-decoration: underline;
42
42
  }
@@ -13295,7 +13295,7 @@ function TypographyEmoji({
13295
13295
  });
13296
13296
  }
13297
13297
 
13298
- const styles = {"displayUnderline":"TypographyLinkWebWrapper-module_displayUnderline__KxwMp","kitt-hover":"TypographyLinkWebWrapper-module_kitt-hover__CyENw","displayUnderlineWhenHovered":"TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl"};
13298
+ const styles = {"displayUnderline":"TypographyLinkWebWrapper-module_displayUnderline__KxwMp","displayUnderlineWhenHovered":"TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl"};
13299
13299
 
13300
13300
  function TypographyLinkWebWrapper({
13301
13301
  children,
@@ -27,7 +27,7 @@
27
27
 
28
28
  .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > *:hover,
29
29
  .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > *:active,
30
- .TypographyLinkWebWrapper-module_kitt-hover__CyENw .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > * {
30
+ .kitt-hover .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > * {
31
31
  text-decoration: none;
32
32
  }
33
33
 
@@ -37,6 +37,6 @@
37
37
 
38
38
  .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > *:hover,
39
39
  .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > *:active,
40
- .TypographyLinkWebWrapper-module_kitt-hover__CyENw .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > * {
40
+ .kitt-hover .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > * {
41
41
  text-decoration: underline;
42
42
  }
@@ -13286,7 +13286,7 @@ function TypographyEmoji({
13286
13286
  });
13287
13287
  }
13288
13288
 
13289
- const styles = {"displayUnderline":"TypographyLinkWebWrapper-module_displayUnderline__KxwMp","kitt-hover":"TypographyLinkWebWrapper-module_kitt-hover__CyENw","displayUnderlineWhenHovered":"TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl"};
13289
+ const styles = {"displayUnderline":"TypographyLinkWebWrapper-module_displayUnderline__KxwMp","displayUnderlineWhenHovered":"TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl"};
13290
13290
 
13291
13291
  function TypographyLinkWebWrapper({
13292
13292
  children,
@@ -13485,7 +13485,7 @@ function TypographyEmoji(_ref3) {
13485
13485
  });
13486
13486
  }
13487
13487
 
13488
- var styles = {"displayUnderline":"TypographyLinkWebWrapper-module_displayUnderline__KxwMp","kitt-hover":"TypographyLinkWebWrapper-module_kitt-hover__CyENw","displayUnderlineWhenHovered":"TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl"};
13488
+ var styles = {"displayUnderline":"TypographyLinkWebWrapper-module_displayUnderline__KxwMp","displayUnderlineWhenHovered":"TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl"};
13489
13489
 
13490
13490
  function TypographyLinkWebWrapper(_ref) {
13491
13491
  var children = _ref.children,
package/dist/styles.css CHANGED
@@ -27,7 +27,7 @@
27
27
 
28
28
  .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > *:hover,
29
29
  .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > *:active,
30
- .TypographyLinkWebWrapper-module_kitt-hover__CyENw .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > * {
30
+ .kitt-hover .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > * {
31
31
  text-decoration: none;
32
32
  }
33
33
 
@@ -37,6 +37,6 @@
37
37
 
38
38
  .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > *:hover,
39
39
  .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > *:active,
40
- .TypographyLinkWebWrapper-module_kitt-hover__CyENw .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > * {
40
+ .kitt-hover .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > * {
41
41
  text-decoration: underline;
42
42
  }