@ornikar/kitt-universal 31.2.0 → 31.2.1-canary.338c0e3dad9e12a43d9c58a1a2e846e1df8c075b.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,16 @@
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.2.1-canary.338c0e3dad9e12a43d9c58a1a2e846e1df8c075b.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@31.2.0...@ornikar/kitt-universal@31.2.1-canary.338c0e3dad9e12a43d9c58a1a2e846e1df8c075b.0) (2025-12-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * remove linaria usage OSE-18326 ([#2777](https://github.com/ornikar/kitt/issues/2777)) ([41567b1](https://github.com/ornikar/kitt/commit/41567b14441252efcf60de7c89cd0908ed9bc141))
12
+ * update deps ([589210b](https://github.com/ornikar/kitt/commit/589210bedfc790971e57790bb808f7402ca8292b))
13
+
14
+
15
+
6
16
  ## [31.2.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@31.1.1...@ornikar/kitt-universal@31.2.0) (2025-11-26)
7
17
 
8
18
 
@@ -1 +1 @@
1
- {"version":3,"file":"TypographyLinkWebWrapper.web.d.ts","sourceRoot":"","sources":["../../../src/typography/TypographyLinkWebWrapper.web.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,4BAA4B,CAAC;AA2BhF,wBAAgB,wBAAwB,CAAC,EAAE,QAAQ,EAAE,cAAc,EAAE,EAAE,6BAA6B,GAAG,SAAS,CAI/G"}
1
+ {"version":3,"file":"TypographyLinkWebWrapper.web.d.ts","sourceRoot":"","sources":["../../../src/typography/TypographyLinkWebWrapper.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,4BAA4B,CAAC;AAGhF,wBAAgB,wBAAwB,CAAC,EAAE,QAAQ,EAAE,cAAc,EAAE,EAAE,6BAA6B,GAAG,SAAS,CAM/G"}
@@ -28,5 +28,23 @@
28
28
  .kitt-u_enterActive_e1jmsjrm{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
29
29
  .kitt-u_exit_e1mwnccz{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;}
30
30
  .kitt-u_exitActive_e1004d1h{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px);opacity:0;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
31
- .kitt-u_displayUnderline_dch42t > *{-webkit-text-decoration:underline;text-decoration:underline;}.kitt-u_displayUnderline_dch42t > *:hover,.kitt-u_displayUnderline_dch42t > *:active,.kitt-hover .kitt-u_displayUnderline_dch42t > *{-webkit-text-decoration:none;text-decoration:none;}
32
- .kitt-u_displayUnderlineWhenHovered_d80w0t7 > *{-webkit-text-decoration:none;text-decoration:none;}.kitt-u_displayUnderlineWhenHovered_d80w0t7 > *:hover,.kitt-u_displayUnderlineWhenHovered_d80w0t7 > *:active,.kitt-hover .kitt-u_displayUnderlineWhenHovered_d80w0t7 > *{-webkit-text-decoration:underline;text-decoration:underline;}
31
+ /* overrides :global(a) in Link styles.module.css */
32
+ .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > * {
33
+ text-decoration: underline;
34
+ }
35
+
36
+ .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > *:hover,
37
+ .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > *:active,
38
+ .kitt-hover .TypographyLinkWebWrapper-module_displayUnderline__KxwMp > * {
39
+ text-decoration: none;
40
+ }
41
+
42
+ .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > * {
43
+ text-decoration: none;
44
+ }
45
+
46
+ .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > *:hover,
47
+ .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > *:active,
48
+ .kitt-hover .TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl > * {
49
+ text-decoration: underline;
50
+ }
@@ -13219,15 +13219,15 @@ function TypographyEmoji({
13219
13219
  });
13220
13220
  }
13221
13221
 
13222
- // overrides :global(a) in Link styles.module.css
13223
- const displayUnderline = "kitt-u_displayUnderline_dch42t";
13224
- const displayUnderlineWhenHovered = "kitt-u_displayUnderlineWhenHovered_d80w0t7";
13222
+ const styles = {"displayUnderline":"TypographyLinkWebWrapper-module_displayUnderline__KxwMp","displayUnderlineWhenHovered":"TypographyLinkWebWrapper-module_displayUnderlineWhenHovered__5V5Cl"};
13223
+
13225
13224
  function TypographyLinkWebWrapper({
13226
13225
  children,
13227
13226
  hasNoUnderline
13228
13227
  }) {
13228
+ const className = hasNoUnderline ? `${styles.displayUnderline} ${styles.displayUnderlineWhenHovered}` : styles.displayUnderline;
13229
13229
  return /*#__PURE__*/jsxRuntime.jsx("span", {
13230
- className: (displayUnderline ) + " " + ((hasNoUnderline ? displayUnderlineWhenHovered : undefined) || ""),
13230
+ className: className,
13231
13231
  children: children
13232
13232
  });
13233
13233
  }