@fluentui-react-native/chip
Advanced tools
Comparing version
@@ -1,1 +0,1 @@ | ||
module.exports = require('@fluentui-react-native/scripts/babel.config'); | ||
module.exports = require('@fluentui-react-native/scripts/configs/babel.config'); |
@@ -5,6 +5,32 @@ { | ||
{ | ||
"date": "Fri, 11 Jul 2025 19:51:04 GMT", | ||
"version": "0.4.11", | ||
"tag": "@fluentui-react-native/chip_v0.4.11", | ||
"date": "Tue, 15 Jul 2025 23:21:19 GMT", | ||
"version": "0.4.12", | ||
"tag": "@fluentui-react-native/chip_v0.4.12", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "sanajmi@microsoft.com", | ||
"package": "@fluentui-react-native/chip", | ||
"commit": "9cbe229ec7f6363d229dcaef506921b8d9f47d7d", | ||
"comment": "fix: run beachball sync" | ||
}, | ||
{ | ||
"author": "jasonmo@microsoft.com", | ||
"package": "@fluentui-react-native/chip", | ||
"commit": "3d36cc95620fdb938221cbe2c5ce002264108a50", | ||
"comment": "fix repo linting with new configs and version, fixing linting errors as well" | ||
}, | ||
{ | ||
"author": "jasonmo@microsoft.com", | ||
"package": "@fluentui-react-native/chip", | ||
"commit": "6b4d59227b1e9bbbf25cc93a3502015f663b363e", | ||
"comment": "add react-native entrypoints that ensure metro targets TS files rather than JS files for bundling" | ||
}, | ||
{ | ||
"author": "jasonmo@microsoft.com", | ||
"package": "@fluentui-react-native/chip", | ||
"commit": "479b93cea460a26df70c55b5d3335927ed374713", | ||
"comment": "update builds to use node16 settings and modern export maps" | ||
} | ||
], | ||
"none": [ | ||
@@ -24,2 +50,8 @@ { | ||
{ | ||
"author": "jasonmo@microsoft.com", | ||
"package": "@fluentui-react-native/chip", | ||
"commit": "3e168e4363d1821818f219819d29532eace8d979", | ||
"comment": "update scripts package to be fully js, use esm, and validate fully" | ||
}, | ||
{ | ||
"author": "sanajmi@microsoft.com", | ||
@@ -30,10 +62,2 @@ "package": "@fluentui-react-native/chip", | ||
} | ||
], | ||
"patch": [ | ||
{ | ||
"author": "jasonmo@microsoft.com", | ||
"package": "@fluentui-react-native/chip", | ||
"commit": "479b93cea460a26df70c55b5d3335927ed374713", | ||
"comment": "update builds to use node16 settings and modern export maps" | ||
} | ||
] | ||
@@ -40,0 +64,0 @@ } |
# Change Log - @fluentui-react-native/chip | ||
<!-- This log was last generated on Fri, 11 Jul 2025 19:51:04 GMT and should not be manually modified. --> | ||
<!-- This log was last generated on Tue, 15 Jul 2025 23:21:19 GMT and should not be manually modified. --> | ||
<!-- Start content --> | ||
## 0.4.11 | ||
## 0.4.12 | ||
Fri, 11 Jul 2025 19:51:04 GMT | ||
Tue, 15 Jul 2025 23:21:19 GMT | ||
### Patches | ||
- fix: run beachball sync (sanajmi@microsoft.com) | ||
- fix repo linting with new configs and version, fixing linting errors as well (jasonmo@microsoft.com) | ||
- add react-native entrypoints that ensure metro targets TS files rather than JS files for bundling (jasonmo@microsoft.com) | ||
- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) | ||
@@ -14,0 +17,0 @@ |
import type { ChipProps } from './Chip.types'; | ||
export declare const chipLookup: any; | ||
export declare const Chip: import("@fluentui-react-native/framework").ComposableComponent<ChipProps, import("./Chip.types").ChipSlotProps, import("./Chip.types").ChipTokens, object>; | ||
export declare const Chip: import("@fluentui-react-native/framework").ComposableComponent<ChipProps, import("./Chip.types").ChipSlotProps, import("./Chip.types").ChipTokens, import("@fluentui-react-native/framework").ObjectBase>; | ||
export default Chip; | ||
//# sourceMappingURL=Chip.d.ts.map |
import type { ChipProps, ChipState } from './Chip.types'; | ||
export declare const chipLookup: (layer: string, userProps: ChipProps, state: ChipState) => boolean; | ||
export declare const Chip: import("@fluentui-react-native/framework").ComposableComponent<ChipProps, import("./Chip.types").ChipSlotProps, import("./Chip.types").ChipTokens, object>; | ||
export declare const Chip: import("@fluentui-react-native/framework").ComposableComponent<ChipProps, import("./Chip.types").ChipSlotProps, import("./Chip.types").ChipTokens, import("@fluentui-react-native/framework").ObjectBase>; | ||
export default Chip; | ||
//# sourceMappingURL=Chip.mobile.d.ts.map |
import type { ChipProps } from './Chip.types'; | ||
export declare const chipLookup: any; | ||
export declare const Chip: import("@fluentui-react-native/framework").ComposableComponent<ChipProps, import("./Chip.types").ChipSlotProps, import("./Chip.types").ChipTokens, object>; | ||
export declare const Chip: import("@fluentui-react-native/framework").ComposableComponent<ChipProps, import("./Chip.types").ChipSlotProps, import("./Chip.types").ChipTokens, import("@fluentui-react-native/framework").ObjectBase>; | ||
export default Chip; | ||
//# sourceMappingURL=Chip.d.ts.map |
import type { ChipProps, ChipState } from './Chip.types'; | ||
export declare const chipLookup: (layer: string, userProps: ChipProps, state: ChipState) => boolean; | ||
export declare const Chip: import("@fluentui-react-native/framework").ComposableComponent<ChipProps, import("./Chip.types").ChipSlotProps, import("./Chip.types").ChipTokens, object>; | ||
export declare const Chip: import("@fluentui-react-native/framework").ComposableComponent<ChipProps, import("./Chip.types").ChipSlotProps, import("./Chip.types").ChipTokens, import("@fluentui-react-native/framework").ObjectBase>; | ||
export default Chip; | ||
//# sourceMappingURL=Chip.mobile.d.ts.map |
@@ -6,19 +6,19 @@ import type { UseStylingOptions } from '@fluentui-react-native/framework'; | ||
export declare function getChipPosition(tokens: ChipTokens): { | ||
left: import("react-native/types/index").DimensionValue; | ||
left: import("react-native/types").DimensionValue; | ||
right?: undefined; | ||
bottom: import("react-native/types/index").DimensionValue; | ||
bottom: import("react-native/types").DimensionValue; | ||
} | { | ||
right: import("react-native/types/index").DimensionValue; | ||
right: import("react-native/types").DimensionValue; | ||
left?: undefined; | ||
bottom: import("react-native/types/index").DimensionValue; | ||
bottom: import("react-native/types").DimensionValue; | ||
} | { | ||
left?: undefined; | ||
right?: undefined; | ||
bottom: import("react-native/types/index").DimensionValue; | ||
bottom: import("react-native/types").DimensionValue; | ||
} | { | ||
left: import("react-native/types/index").DimensionValue; | ||
left: import("react-native/types").DimensionValue; | ||
right?: undefined; | ||
bottom?: undefined; | ||
} | { | ||
right: import("react-native/types/index").DimensionValue; | ||
right: import("react-native/types").DimensionValue; | ||
left?: undefined; | ||
@@ -25,0 +25,0 @@ bottom?: undefined; |
{ | ||
"name": "@fluentui-react-native/chip", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"description": "A cross-platform Chip component using the Fluent Design System. A chip is a compact representations of entities (most commonly, people) that can be typed in, deleted or dragged easily.", | ||
@@ -10,2 +10,3 @@ "license": "MIT", | ||
"module": "lib/index.js", | ||
"react-native": "src/index.ts", | ||
"exports": { | ||
@@ -31,10 +32,10 @@ ".": { | ||
"dependencies": { | ||
"@fluentui-react-native/adapters": "0.13.3", | ||
"@fluentui-react-native/framework": "0.14.5", | ||
"@fluentui-react-native/icon": "0.21.11", | ||
"@fluentui-react-native/interactive-hooks": "0.27.7", | ||
"@fluentui-react-native/text": "0.24.9", | ||
"@fluentui-react-native/theme-tokens": "0.27.4", | ||
"@fluentui-react-native/tokens": "0.23.4", | ||
"@fluentui-react-native/use-styling": "0.13.5" | ||
"@fluentui-react-native/adapters": "0.13.4", | ||
"@fluentui-react-native/framework": "0.14.6", | ||
"@fluentui-react-native/icon": "0.21.12", | ||
"@fluentui-react-native/interactive-hooks": "0.27.8", | ||
"@fluentui-react-native/text": "0.24.10", | ||
"@fluentui-react-native/theme-tokens": "0.27.5", | ||
"@fluentui-react-native/tokens": "0.23.5", | ||
"@fluentui-react-native/use-styling": "0.13.6" | ||
}, | ||
@@ -41,0 +42,0 @@ "devDependencies": { |
{ | ||
"extends": "@fluentui-react-native/scripts/tsconfig.json", | ||
"extends": "@fluentui-react-native/scripts/configs/tsconfig.json", | ||
"compilerOptions": { | ||
@@ -4,0 +4,0 @@ "outDir": "lib" |
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
772121
0.21%2929
0.83%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed