@ornikar/kitt-universal 26.3.1-canary.24392335ecd493f78a9b4b5f485bdc20be17be06.0 → 26.3.1-canary.dd94a20641c146865234323ff2718101c6363315.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 +3 -9
- package/dist/definitions/BottomSheet/BottomSheet.d.ts +0 -4
- package/dist/definitions/BottomSheet/BottomSheet.d.ts.map +1 -1
- package/dist/definitions/BottomSheet/BottomSheet.web.d.ts +0 -4
- package/dist/definitions/BottomSheet/BottomSheet.web.d.ts.map +1 -1
- package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.d.ts +1 -11
- package/dist/definitions/NavigationBottomSheet/NavigationBottomSheet.d.ts.map +1 -1
- 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 -16
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +0 -16
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +0 -14
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.js +0 -6
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +0 -14
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.mjs +0 -6
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +0 -16
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +0 -6
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +26 -26
package/dist/index.es.web.js
CHANGED
|
@@ -3891,11 +3891,6 @@ function BottomSheetComponent() {
|
|
|
3891
3891
|
// noop
|
|
3892
3892
|
return null;
|
|
3893
3893
|
}
|
|
3894
|
-
|
|
3895
|
-
/**
|
|
3896
|
-
* @@internal This component is for kitt-universal internal use only.
|
|
3897
|
-
* Please use `NavigationBottomSheet` instead.
|
|
3898
|
-
*/
|
|
3899
3894
|
var BottomSheet = /*#__PURE__*/forwardRef(BottomSheetComponent);
|
|
3900
3895
|
function NoopComponent() {
|
|
3901
3896
|
return null;
|
|
@@ -13012,7 +13007,6 @@ function TypographyLink(_ref) {
|
|
|
13012
13007
|
'kitt-universal': 'true'
|
|
13013
13008
|
},
|
|
13014
13009
|
_web: {
|
|
13015
|
-
// @ts-expect-error: This is only used on web where 'not-allowed' and 'pointer' are valid cursor values
|
|
13016
13010
|
cursor: disabled ? 'not-allowed' : 'pointer',
|
|
13017
13011
|
transitionProperty: 'color',
|
|
13018
13012
|
transitionDuration: '0.2s',
|