@ornikar/kitt-universal 26.2.1-canary.c80d473b1933cc77c03060c5d4d8495c830851a8.0 → 26.2.1-late-ocean.640ba62af910ac81cff7beb7dee2ae4217d91fea.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 +2 -8
- package/dist/definitions/typography/Typography.d.ts +66 -77
- package/dist/definitions/typography/Typography.d.ts.map +1 -1
- package/dist/definitions/typography/TypographyLink.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +0 -1
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +0 -1
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +0 -1
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.js +0 -1
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +0 -1
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.mjs +0 -1
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +0 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +0 -1
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +26 -26
|
@@ -12829,7 +12829,6 @@ function TypographyLink({
|
|
|
12829
12829
|
'kitt-universal': 'true'
|
|
12830
12830
|
},
|
|
12831
12831
|
_web: {
|
|
12832
|
-
// @ts-expect-error: This is only used on web where 'not-allowed' and 'pointer' are valid cursor values
|
|
12833
12832
|
cursor: disabled ? 'not-allowed' : 'pointer',
|
|
12834
12833
|
transitionProperty: 'color',
|
|
12835
12834
|
transitionDuration: '0.2s',
|