-
Notifications
You must be signed in to change notification settings - Fork 2.9k
chore: scaffold react-calendar-preview package #36628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Draft
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-calendar-preview-a1b2c3d4-0001-4000-8000-000000000001.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "patch", | ||
| "comment": "chore: scaffold react-calendar-preview package", | ||
| "packageName": "@fluentui/react-calendar-preview", | ||
| "email": "dmytrokirpa@microsoft.com", | ||
| "dependentChangeType": "patch" | ||
| } |
4 changes: 4 additions & 0 deletions
4
packages/react-components/react-calendar-preview/library/.babelrc.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "extends": "../../../../.babelrc-v9.json", | ||
| "plugins": ["annotate-pure-calls", "@babel/transform-react-pure-annotations"] | ||
| } |
31 changes: 31 additions & 0 deletions
31
packages/react-components/react-calendar-preview/library/.swcrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "$schema": "https://json.schemastore.org/swcrc", | ||
| "exclude": [ | ||
| "/testing", | ||
| "/**/*.cy.ts", | ||
| "/**/*.cy.tsx", | ||
| "/**/*.spec.ts", | ||
| "/**/*.spec.tsx", | ||
| "/**/*.test.ts", | ||
| "/**/*.test.tsx" | ||
| ], | ||
| "jsc": { | ||
| "baseUrl": ".", | ||
| "parser": { | ||
| "syntax": "typescript", | ||
| "tsx": true, | ||
| "decorators": false, | ||
| "dynamicImport": false | ||
| }, | ||
| "externalHelpers": true, | ||
| "transform": { | ||
| "react": { | ||
| "runtime": "classic", | ||
| "useSpread": true | ||
| } | ||
| }, | ||
| "target": "es2019" | ||
| }, | ||
| "minify": false, | ||
| "sourceMaps": true | ||
| } |
15 changes: 15 additions & 0 deletions
15
packages/react-components/react-calendar-preview/library/LICENSE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| @fluentui/react-calendar-preview | ||
|
|
||
| Copyright (c) Microsoft Corporation | ||
|
|
||
| All rights reserved. | ||
|
|
||
| MIT License | ||
|
|
||
| Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
|
||
| The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
|
||
| THE SOFTWARE IS PROVIDED _AS IS_, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
|
||
| Note: Usage of the fonts and icons referenced in Fluent UI React is subject to the terms listed at https://aka.ms/fluentui-assets-license |
5 changes: 5 additions & 0 deletions
5
packages/react-components/react-calendar-preview/library/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # @fluentui/react-calendar-preview | ||
|
|
||
| **React Calendar components for [Fluent UI React](https://react.fluentui.dev/)** | ||
|
|
||
| These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release. |
5 changes: 5 additions & 0 deletions
5
packages/react-components/react-calendar-preview/library/config/api-extractor.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +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", | ||
| "mainEntryPointFilePath": "<projectRoot>/../../../../../../dist/out-tsc/types/packages/react-components/<unscopedPackageName>/library/src/index.d.ts" | ||
| } |
3 changes: 3 additions & 0 deletions
3
packages/react-components/react-calendar-preview/library/config/tests.cjs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| /** Jest test setup file. */ | ||
|
|
||
| require('@testing-library/jest-dom'); |
323 changes: 323 additions & 0 deletions
323
packages/react-components/react-calendar-preview/library/docs/Spec.md
Large diffs are not rendered by default.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
packages/react-components/react-calendar-preview/library/eslint.config.cjs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| // @ts-check | ||
|
|
||
| const fluentPlugin = require('@fluentui/eslint-plugin'); | ||
|
|
||
| module.exports = [...fluentPlugin.configs['flat/react']]; |
9 changes: 9 additions & 0 deletions
9
...act-components/react-calendar-preview/library/etc/react-calendar-preview.api.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| ## API Report File for "@fluentui/react-calendar-preview" | ||
|
|
||
| > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). | ||
|
|
||
| ```ts | ||
|
|
||
| // (No @packageDocumentation comment for this package) | ||
|
|
||
| ``` |
34 changes: 34 additions & 0 deletions
34
packages/react-components/react-calendar-preview/library/jest.config.cjs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| // @ts-check | ||
| /* eslint-disable */ | ||
|
|
||
| const { readFileSync } = require('node:fs'); | ||
| const { join } = require('node:path'); | ||
|
|
||
| // Reading the SWC compilation config and remove the "exclude" | ||
| // for the test files to be compiled by SWC | ||
| const { exclude: _, ...swcJestConfig } = JSON.parse(readFileSync(join(__dirname, '.swcrc'), 'utf-8')); | ||
|
|
||
| // disable .swcrc look-up by SWC core because we're passing in swcJestConfig ourselves. | ||
| // If we do not disable this, SWC Core will read .swcrc and won't transform our test files due to "exclude" | ||
| if (swcJestConfig.swcrc === undefined) { | ||
| swcJestConfig.swcrc = false; | ||
| } | ||
|
|
||
| // Uncomment if using global setup/teardown files being transformed via swc | ||
| // https://nx.dev/packages/jest/documents/overview#global-setup/teardown-with-nx-libraries | ||
| // jest needs EsModule Interop to find the default exported setup/teardown functions | ||
| // swcJestConfig.module.noInterop = false; | ||
|
|
||
| /** | ||
| * @type {import('@jest/types').Config.InitialOptions} | ||
| */ | ||
| module.exports = { | ||
| displayName: 'react-calendar-preview', | ||
| preset: '../../../../jest.preset.js', | ||
| transform: { | ||
| '^.+\\.tsx?$': ['@swc/jest', swcJestConfig], | ||
| }, | ||
| coverageDirectory: './coverage', | ||
| setupFilesAfterEnv: ['./config/tests.cjs'], | ||
| snapshotSerializers: ['@griffel/jest-serializer'], | ||
| }; |
65 changes: 65 additions & 0 deletions
65
packages/react-components/react-calendar-preview/library/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| { | ||
| "name": "@fluentui/react-calendar-preview", | ||
| "version": "0.1.0", | ||
| "description": "Fluent UI React Calendar components", | ||
| "type": "module", | ||
| "main": "lib-commonjs/index.cjs", | ||
| "module": "lib/index.js", | ||
| "typings": "./dist/index.d.ts", | ||
| "sideEffects": false, | ||
| "files": [ | ||
| "*.md", | ||
| "dist/*.d.ts", | ||
| "dist/*.d.cts", | ||
| "lib", | ||
| "lib-commonjs" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/microsoft/fluentui" | ||
| }, | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "@fluentui/keyboard-keys": "^9.0.9", | ||
| "@fluentui/react-button": "^9.11.0", | ||
| "@fluentui/react-context-selector": "^9.2.19", | ||
| "@fluentui/react-icons": "^2.0.245", | ||
| "@fluentui/react-jsx-runtime": "^9.4.5", | ||
| "@fluentui/react-motion": "^9.16.2", | ||
| "@fluentui/react-motion-components-preview": "^0.15.7", | ||
| "@fluentui/react-shared-contexts": "^9.26.3", | ||
| "@fluentui/react-tabster": "^9.26.17", | ||
| "@fluentui/react-theme": "^9.2.2", | ||
| "@fluentui/react-utilities": "^9.26.6", | ||
| "@griffel/react": "^1.5.32", | ||
| "@swc/helpers": "^0.5.1" | ||
| }, | ||
| "peerDependencies": { | ||
| "@types/react": ">=16.14.0 <20.0.0", | ||
| "@types/react-dom": ">=16.9.0 <20.0.0", | ||
| "react": ">=16.14.0 <20.0.0", | ||
| "react-dom": ">=16.14.0 <20.0.0" | ||
| }, | ||
| "exports": { | ||
| ".": { | ||
| "import": { | ||
| "types": "./dist/index.d.ts", | ||
| "default": "./lib/index.js" | ||
| }, | ||
| "require": { | ||
| "types": "./dist/index.d.cts", | ||
| "default": "./lib-commonjs/index.cjs" | ||
| } | ||
| }, | ||
| "./package.json": "./package.json" | ||
| }, | ||
| "beachball": { | ||
| "disallowedChangeTypes": [ | ||
| "major", | ||
| "prerelease" | ||
| ] | ||
| }, | ||
| "devDependencies": { | ||
| "@fluentui/scripts-cypress": "*" | ||
| } | ||
| } |
8 changes: 8 additions & 0 deletions
8
packages/react-components/react-calendar-preview/library/project.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name": "react-calendar-preview", | ||
| "$schema": "../../../../node_modules/nx/schemas/project-schema.json", | ||
| "projectType": "library", | ||
| "sourceRoot": "packages/react-components/react-calendar-preview/library/src", | ||
| "tags": ["platform:web", "vNext"], | ||
| "implicitDependencies": [] | ||
| } |
2 changes: 2 additions & 0 deletions
2
packages/react-components/react-calendar-preview/library/src/index.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| // Component implementation is added in a follow-up PR. | ||
| export {}; |
25 changes: 25 additions & 0 deletions
25
packages/react-components/react-calendar-preview/library/tsconfig.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| { | ||
| "extends": "../../../../tsconfig.base.json", | ||
| "compilerOptions": { | ||
| "target": "ES2019", | ||
| "noEmit": true, | ||
| "isolatedModules": true, | ||
| "importHelpers": true, | ||
| "jsx": "react", | ||
| "noUnusedLocals": true, | ||
| "preserveConstEnums": true | ||
| }, | ||
| "include": [], | ||
| "files": [], | ||
| "references": [ | ||
| { | ||
| "path": "./tsconfig.lib.json" | ||
| }, | ||
| { | ||
| "path": "./tsconfig.spec.json" | ||
| }, | ||
| { | ||
| "path": "./tsconfig.cy.json" | ||
| } | ||
| ] | ||
| } |
24 changes: 24 additions & 0 deletions
24
packages/react-components/react-calendar-preview/library/tsconfig.lib.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| { | ||
| "extends": "./tsconfig.json", | ||
| "compilerOptions": { | ||
| "noEmit": false, | ||
| "lib": ["ES2019", "dom"], | ||
| "declaration": true, | ||
| "declarationDir": "../../../../dist/out-tsc/types", | ||
| "outDir": "../../../../dist/out-tsc", | ||
| "inlineSources": true, | ||
| "types": ["static-assets", "environment"] | ||
| }, | ||
| "exclude": [ | ||
| "./src/testing/**", | ||
| "**/*.spec.ts", | ||
| "**/*.spec.tsx", | ||
| "**/*.test.ts", | ||
| "**/*.test.tsx", | ||
| "**/*.stories.ts", | ||
| "**/*.stories.tsx", | ||
| "**/*.cy.ts", | ||
| "**/*.cy.tsx" | ||
| ], | ||
| "include": ["./src/**/*.ts", "./src/**/*.tsx"] | ||
| } |
17 changes: 17 additions & 0 deletions
17
packages/react-components/react-calendar-preview/library/tsconfig.spec.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "extends": "./tsconfig.json", | ||
| "compilerOptions": { | ||
| "module": "CommonJS", | ||
| "outDir": "dist", | ||
| "types": ["jest", "node", "@testing-library/jest-dom"] | ||
| }, | ||
| "include": [ | ||
| "**/*.spec.ts", | ||
| "**/*.spec.tsx", | ||
| "**/*.test.ts", | ||
| "**/*.test.tsx", | ||
| "**/*.d.ts", | ||
| "./src/testing/**/*.ts", | ||
| "./src/testing/**/*.tsx" | ||
| ] | ||
| } |
14 changes: 14 additions & 0 deletions
14
packages/react-components/react-calendar-preview/stories/.storybook/main.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| const rootMain = require('../../../../../.storybook/main'); | ||
|
|
||
| module.exports = /** @type {Omit<import('../../../../../.storybook/main'), 'typescript'|'babel'>} */ ({ | ||
| ...rootMain, | ||
| stories: [...rootMain.stories, '../src/**/*.mdx', '../src/**/index.stories.@(ts|tsx)'], | ||
| addons: [...rootMain.addons], | ||
| webpackFinal: (config, options) => { | ||
| const localConfig = { ...rootMain.webpackFinal(config, options) }; | ||
|
|
||
| // add your own webpack tweaks if needed | ||
|
|
||
| return localConfig; | ||
| }, | ||
| }); |
9 changes: 9 additions & 0 deletions
9
packages/react-components/react-calendar-preview/stories/.storybook/preview.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| import * as rootPreview from '../../../../../.storybook/preview'; | ||
|
|
||
| /** @type {typeof rootPreview.decorators} */ | ||
| export const decorators = [...rootPreview.decorators]; | ||
|
|
||
| /** @type {typeof rootPreview.parameters} */ | ||
| export const parameters = { ...rootPreview.parameters }; | ||
|
|
||
| export const tags = ['autodocs']; |
10 changes: 10 additions & 0 deletions
10
packages/react-components/react-calendar-preview/stories/.storybook/tsconfig.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "extends": "../tsconfig.json", | ||
| "compilerOptions": { | ||
| "outDir": "", | ||
| "allowJs": true, | ||
| "checkJs": true, | ||
| "types": ["static-assets", "environment"] | ||
| }, | ||
| "include": ["*.js"] | ||
| } |
17 changes: 17 additions & 0 deletions
17
packages/react-components/react-calendar-preview/stories/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # @fluentui/react-calendar-preview-stories | ||
|
|
||
| Storybook stories for packages/react-components/react-calendar-preview | ||
|
|
||
| ## Usage | ||
|
|
||
| To include within storybook specify stories globs: | ||
|
|
||
| \`\`\`js | ||
| module.exports = { | ||
| stories: ['../packages/react-components/react-calendar-preview/stories/src/**/*.mdx', '../packages/react-components/react-calendar-preview/stories/src/**/index.stories.@(ts|tsx)'], | ||
| } | ||
| \`\`\` | ||
|
|
||
| ## API | ||
|
|
||
| no public API available |
10 changes: 10 additions & 0 deletions
10
packages/react-components/react-calendar-preview/stories/eslint.config.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| // @ts-check | ||
|
|
||
| const fluentPlugin = require('@fluentui/eslint-plugin'); | ||
|
|
||
| module.exports = [ | ||
| ...fluentPlugin.configs['flat/react'], | ||
| { | ||
| rules: {}, | ||
| }, | ||
| ]; |
5 changes: 5 additions & 0 deletions
5
packages/react-components/react-calendar-preview/stories/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "name": "@fluentui/react-calendar-preview-stories", | ||
| "version": "0.0.0", | ||
| "private": true | ||
| } |
8 changes: 8 additions & 0 deletions
8
packages/react-components/react-calendar-preview/stories/project.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name": "react-calendar-preview-stories", | ||
| "$schema": "../../../../node_modules/nx/schemas/project-schema.json", | ||
| "projectType": "library", | ||
| "sourceRoot": "packages/react-components/react-calendar-preview/stories/src", | ||
| "tags": ["vNext", "platform:web", "type:stories"], | ||
| "implicitDependencies": [] | ||
| } |
2 changes: 2 additions & 0 deletions
2
packages/react-components/react-calendar-preview/stories/src/index.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| // Stories are added in a follow-up PR. | ||
| export {}; |
22 changes: 22 additions & 0 deletions
22
packages/react-components/react-calendar-preview/stories/tsconfig.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| { | ||
| "extends": "../../../../tsconfig.base.json", | ||
| "compilerOptions": { | ||
| "target": "ES2019", | ||
| "noEmit": true, | ||
| "isolatedModules": true, | ||
| "importHelpers": true, | ||
| "jsx": "react", | ||
| "noUnusedLocals": true, | ||
| "preserveConstEnums": true | ||
| }, | ||
| "include": [], | ||
| "files": [], | ||
| "references": [ | ||
| { | ||
| "path": "./tsconfig.lib.json" | ||
| }, | ||
| { | ||
| "path": "./.storybook/tsconfig.json" | ||
| } | ||
| ] | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕵🏾♀️ visual changes to review in the Visual Change Report
vr-tests-react-components/Menu Converged - submenuIndicator slotted content 2 screenshots
vr-tests-react-components/Positioning 2 screenshots
vr-tests-react-components/ProgressBar converged 1 screenshots
vr-tests-react-components/TagPicker 1 screenshots
vr-tests-web-components/MenuList 2 screenshots
vr-tests/Callout 4 screenshots
vr-tests/Keytip 3 screenshots
vr-tests/react-charting-AreaChart 1 screenshots
vr-tests/react-charting-LineChart 2 screenshots
vr-tests/react-charting-SankeyChart 1 screenshots
There were 1 duplicate changes discarded. Check the build logs for more information.