@clds/item
Advanced tools
Comparing version 0.49.3 to 0.49.4
@@ -1,7 +0,7 @@ | ||
export { ItemLayout } from './ItemLayout'; | ||
export { Item, populateItemBlenderVariables } from './Item'; | ||
export { ItemContext, useItemContext } from './ItemContext'; | ||
export { itemTheme, itemLayoutSizeVariant, onelinerSizeVariant } from './theme'; | ||
export { useItemProps } from './useItemProps'; | ||
export type { ItemLayoutProps } from './ItemLayout'; | ||
export type { ItemBorderRadius, ItemStyleProps, ItemPureProps, ItemProps, SelectionVariant, SizeVariant, SupportedLayoutTypographySize, } from './types'; | ||
export { ItemLayout } from './ItemLayout.js'; | ||
export { Item, populateItemBlenderVariables } from './Item.js'; | ||
export { ItemContext, useItemContext } from './ItemContext.js'; | ||
export { itemTheme, itemLayoutSizeVariant, onelinerSizeVariant, } from './theme.js'; | ||
export { useItemProps } from './useItemProps.js'; | ||
export type { ItemLayoutProps } from './ItemLayout.js'; | ||
export type { ItemBorderRadius, ItemStyleProps, ItemPureProps, ItemProps, SelectionVariant, SizeVariant, SupportedLayoutTypographySize, } from './types.js'; |
// istanbul ignore file | ||
export { ItemLayout } from './ItemLayout'; | ||
export { Item, populateItemBlenderVariables } from './Item'; | ||
export { ItemContext, useItemContext } from './ItemContext'; | ||
export { itemTheme, itemLayoutSizeVariant, onelinerSizeVariant } from './theme'; | ||
export { useItemProps } from './useItemProps'; | ||
export { ItemLayout } from './ItemLayout.js'; | ||
export { Item, populateItemBlenderVariables } from './Item.js'; | ||
export { ItemContext, useItemContext } from './ItemContext.js'; | ||
export { itemTheme, itemLayoutSizeVariant, onelinerSizeVariant, } from './theme.js'; | ||
export { useItemProps } from './useItemProps.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -8,3 +8,3 @@ import React from 'react'; | ||
import { useItemContext } from './ItemContext.js'; | ||
import { itemLayoutSizeVariant, itemTheme, onelinerSizeVariant, twolinerSizeVariant, } from './theme'; | ||
import { itemLayoutSizeVariant, itemTheme, onelinerSizeVariant, twolinerSizeVariant, } from './theme.js'; | ||
export const ItemLayout = ({ leftSlot, rightSlot, secondaryContent, children, ...rest }) => { | ||
@@ -11,0 +11,0 @@ const { size, isSelected, showCheckIconWhenSelected, selectionVariant, variant, } = useItemContext(); |
{ | ||
"name": "@clds/item", | ||
"description": "", | ||
"version": "0.49.3", | ||
"version": "0.49.4", | ||
"author": "Cloudinary", | ||
@@ -12,7 +12,7 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@clds/blender": "0.49.3", | ||
"@clds/component-theme": "0.49.3", | ||
"@clds/design-system-foundations": "0.49.3", | ||
"@clds/icon": "0.49.3", | ||
"@clds/typography": "0.49.3" | ||
"@clds/blender": "0.49.4", | ||
"@clds/component-theme": "0.49.4", | ||
"@clds/design-system-foundations": "0.49.4", | ||
"@clds/icon": "0.49.4", | ||
"@clds/typography": "0.49.4" | ||
}, | ||
@@ -28,7 +28,7 @@ "devDependencies": { | ||
"vitest": "2.0.0", | ||
"@clds/button-old": "0.49.3", | ||
"@clds/chip": "0.49.3", | ||
"@clds/paper": "0.49.3", | ||
"@clds/testing": "0.49.3", | ||
"@clds/testing-library": "0.49.3" | ||
"@clds/button-old": "0.49.4", | ||
"@clds/chip": "0.49.4", | ||
"@clds/paper": "0.49.4", | ||
"@clds/testing": "0.49.4", | ||
"@clds/testing-library": "0.49.4" | ||
}, | ||
@@ -35,0 +35,0 @@ "peerDependencies": { |
// istanbul ignore file | ||
export { ItemLayout } from './ItemLayout'; | ||
export { Item, populateItemBlenderVariables } from './Item'; | ||
export { ItemContext, useItemContext } from './ItemContext'; | ||
export { itemTheme, itemLayoutSizeVariant, onelinerSizeVariant } from './theme'; | ||
export { useItemProps } from './useItemProps'; | ||
export { ItemLayout } from './ItemLayout.js'; | ||
export { Item, populateItemBlenderVariables } from './Item.js'; | ||
export { ItemContext, useItemContext } from './ItemContext.js'; | ||
export { | ||
itemTheme, | ||
itemLayoutSizeVariant, | ||
onelinerSizeVariant, | ||
} from './theme.js'; | ||
export { useItemProps } from './useItemProps.js'; | ||
// eslint-disable-next-line no-duplicate-imports | ||
export type { ItemLayoutProps } from './ItemLayout'; | ||
export type { ItemLayoutProps } from './ItemLayout.js'; | ||
export type { | ||
@@ -19,2 +23,2 @@ ItemBorderRadius, | ||
SupportedLayoutTypographySize, | ||
} from './types'; | ||
} from './types.js'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
129127
2226
+ Added@clds/blender@0.49.4(transitive)
+ Added@clds/common-definitions@0.49.4(transitive)
+ Added@clds/component-theme@0.49.4(transitive)
+ Added@clds/design-system-foundations@0.49.4(transitive)
+ Added@clds/icon@0.49.4(transitive)
+ Added@clds/theme-helper@0.49.4(transitive)
+ Added@clds/themes@0.49.4(transitive)
+ Added@clds/typography@0.49.4(transitive)
- Removed@clds/blender@0.49.3(transitive)
- Removed@clds/common-definitions@0.49.3(transitive)
- Removed@clds/component-theme@0.49.3(transitive)
- Removed@clds/design-system-foundations@0.49.3(transitive)
- Removed@clds/icon@0.49.3(transitive)
- Removed@clds/theme-helper@0.49.3(transitive)
- Removed@clds/themes@0.49.3(transitive)
- Removed@clds/typography@0.49.3(transitive)
Updated@clds/blender@0.49.4
Updated@clds/component-theme@0.49.4
Updated@clds/icon@0.49.4
Updated@clds/typography@0.49.4