@ornikar/kitt-universal 31.2.0 → 31.2.1-canary.17485591ac55a14466021258b1ae9ff08b514eb1.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 +10 -0
- package/dist/definitions/typography/TypographyLinkWebWrapper.web.d.ts.map +1 -1
- package/dist/index-node-22.17.cjs.web.css +20 -2
- package/dist/index-node-22.17.cjs.web.js +4 -4
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.web.css +20 -2
- package/dist/index-node-22.17.es.web.mjs +4 -4
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.web.js +4 -4
- package/dist/index.es.web.js.map +1 -1
- package/dist/styles.css +20 -2
- package/dist/tsbuildinfo +1 -1
- package/package.json +3 -3
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.17485591ac55a14466021258b1ae9ff08b514eb1.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@31.2.0...@ornikar/kitt-universal@31.2.1-canary.17485591ac55a14466021258b1ae9ff08b514eb1.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 ([ca82033](https://github.com/ornikar/kitt/commit/ca820338b145ff5a6da7d2792d8e118f6dd5b864))
|
|
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":"
|
|
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
|
-
|
|
32
|
-
.
|
|
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
|
-
|
|
13223
|
-
|
|
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:
|
|
13230
|
+
className: className,
|
|
13231
13231
|
children: children
|
|
13232
13232
|
});
|
|
13233
13233
|
}
|