Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "feat: ship rolluped only dts",
"packageName": "@fluentui/keyboard-keys",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "feat: ship rolluped only dts",
"packageName": "@fluentui/react-aria",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "feat: ship rolluped only dts",
"packageName": "@fluentui/react-avatar",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "feat: ship rolluped only dts",
"packageName": "@fluentui/react-button",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "feat: ship rolluped only dts",
"packageName": "@fluentui/react-conformance-griffel",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "feat: ship rolluped only dts",
"packageName": "@fluentui/react-context-selector",
"email": "[email protected]",
"dependentChangeType": "patch"
}
1 change: 1 addition & 0 deletions packages/react-components/keyboard-keys/.babelrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": [],
"plugins": ["annotate-pure-calls", "@babel/transform-react-pure-annotations"]
}
1 change: 1 addition & 0 deletions packages/react-components/keyboard-keys/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ e2e/
etc/
node_modules/
src/
dist/types/
temp/
__fixtures__
__mocks__
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json"
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json",
"mainEntryPointFilePath": "<projectFolder>/dist/types/index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/react-components/keyboard-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Contains a set of keyboard constants for key and keyCode",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"typings": "dist/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-components/keyboard-keys/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"lib": ["ES2019", "dom"],
"outDir": "dist",
"declaration": true,
"declarationDir": "dist/types",
"inlineSources": true,
"types": ["static-assets", "environment"]
},
"exclude": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.test.ts", "**/*.test.tsx", "**/*.stories.ts", "**/*.stories.tsx"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": [],
"plugins": ["annotate-pure-calls", "@babel/transform-react-pure-annotations"]
}
1 change: 1 addition & 0 deletions packages/react-components/priority-overflow/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ e2e/
etc/
node_modules/
src/
dist/types/
temp/
__fixtures__
__mocks__
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json"
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json",
"mainEntryPointFilePath": "<projectFolder>/dist/types/index.d.ts"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ module.exports = {
},
coverageDirectory: './coverage',
setupFilesAfterEnv: ['./config/tests.js'],
snapshotSerializers: ['@griffel/jest-serializer'],
};
2 changes: 1 addition & 1 deletion packages/react-components/priority-overflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Vanilla JS utilities to implement overflow menus",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"typings": "dist/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"lib": ["ES2019", "dom"],
"outDir": "dist",
"declaration": true,
"declarationDir": "dist/types",
"inlineSources": true,
"types": ["static-assets", "environment"]
},
"exclude": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.test.ts", "**/*.test.tsx"],
Expand Down
1 change: 1 addition & 0 deletions packages/react-components/react-alert/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ e2e/
etc/
node_modules/
src/
dist/types/
temp/
__fixtures__
__mocks__
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json"
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json",
"mainEntryPointFilePath": "<projectFolder>/dist/types/index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/react-components/react-alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "An alert component to display brief messages",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"typings": "dist/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-components/react-alert/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"lib": ["ES2019", "dom"],
"outDir": "dist",
"declaration": true,
"declarationDir": "dist/types",
"inlineSources": true,
"types": ["static-assets", "environment"]
},
"exclude": [
Expand Down
1 change: 1 addition & 0 deletions packages/react-components/react-aria/.babelrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": [],
"plugins": ["annotate-pure-calls", "@babel/transform-react-pure-annotations"]
}
1 change: 1 addition & 0 deletions packages/react-components/react-aria/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ e2e/
etc/
node_modules/
src/
dist/types/
temp/
__fixtures__
__mocks__
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json"
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json",
"mainEntryPointFilePath": "<projectFolder>/dist/types/index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/react-components/react-aria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "React helper to ensure ARIA",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"typings": "dist/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-components/react-aria/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"lib": ["ES2019", "dom"],
"outDir": "dist",
"declaration": true,
"declarationDir": "dist/types",
"inlineSources": true,
"types": ["static-assets", "environment"]
},
"exclude": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.test.ts", "**/*.test.tsx", "**/*.stories.ts", "**/*.stories.tsx"],
Expand Down
1 change: 1 addition & 0 deletions packages/react-components/react-avatar/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ e2e/
etc/
node_modules/
src/
dist/types/
temp/
__fixtures__
__mocks__
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json"
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json",
"mainEntryPointFilePath": "<projectFolder>/dist/types/index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/react-components/react-avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "React components for building Microsoft web experiences.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"typings": "dist/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-components/react-avatar/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"lib": ["ES2019", "dom"],
"outDir": "dist",
"declaration": true,
"declarationDir": "dist/types",
"inlineSources": true,
"types": ["static-assets", "environment"]
},
"exclude": [
Expand Down
1 change: 1 addition & 0 deletions packages/react-components/react-button/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ e2e/
etc/
node_modules/
src/
dist/types/
temp/
__fixtures__
__mocks__
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json"
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json",
"mainEntryPointFilePath": "<projectFolder>/dist/types/index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/react-components/react-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Fluent UI React Button component.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"typings": "dist/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-components/react-button/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"lib": ["ES2019", "dom"],
"outDir": "dist",
"declaration": true,
"declarationDir": "dist/types",
"inlineSources": true,
"types": ["static-assets", "environment"]
},
"exclude": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ e2e/
etc/
node_modules/
src/
dist/types/
temp/
__fixtures__
__mocks__
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json"
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json",
"mainEntryPointFilePath": "<projectFolder>/dist/types/index.d.ts"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "9.0.0-beta.4",
"description": "A set of conformance tests for Griffel CSS-in-JS",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fluentui"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"lib": ["DOM", "ES2019"],
"outDir": "dist",
"declaration": true,
"declarationDir": "dist/types",
"inlineSources": true,
"types": ["static-assets", "environment", "jest", "node"],
"module": "CommonJS"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": [],
"plugins": ["annotate-pure-calls", "@babel/transform-react-pure-annotations"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ e2e/
etc/
node_modules/
src/
dist/types/
temp/
__fixtures__
__mocks__
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json"
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json",
"mainEntryPointFilePath": "<projectFolder>/dist/types/index.d.ts"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "React useContextSelector hook in userland",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"typings": "dist/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"lib": ["ES2019", "dom"],
"outDir": "dist",
"declaration": true,
"declarationDir": "dist/types",
"inlineSources": true,
"types": ["static-assets", "environment"]
},
"exclude": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.test.ts", "**/*.test.tsx", "**/*.stories.ts", "**/*.stories.tsx"],
Expand Down