Skip to content

Commit db9ea97

Browse files
committed
Apply license header
1 parent 7a2b5d4 commit db9ea97

File tree

97 files changed

+374
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+374
-4
lines changed

packages/components/src/accordion-item/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
23
// Distributed under the terms of the Modified BSD License.
34

45
import {

packages/components/src/accordion/accordion.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import { display, FoundationElementTemplate } from '@microsoft/fast-foundation';
37
import {

packages/components/src/accordion/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import {
26
Accordion,
37
accordionTemplate as template

packages/components/src/anchor/anchor.base.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import type { Anchor as jpAnchorType } from '@microsoft/fast-foundation';
26
import test, { expect } from '@playwright/test';
37

packages/components/src/anchor/anchor.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import {
37
AnchorOptions,

packages/components/src/anchor/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { attr } from '@microsoft/fast-element';
26
import {
37
Anchor as FoundationAnchor,

packages/components/src/anchored-region/anchored-region.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import { FoundationElementTemplate } from '@microsoft/fast-foundation';
37

packages/components/src/anchored-region/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import {
26
AnchoredRegion,
37
anchoredRegionTemplate as template

packages/components/src/avatar/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { attr, html, when } from '@microsoft/fast-element';
26
import {
37
AvatarOptions,

packages/components/src/badge/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { Badge, badgeTemplate as template } from '@microsoft/fast-foundation';
26
import { badgeStyles as styles } from './badge.styles.js';
37

packages/components/src/breadcrumb-item/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import {
26
BreadcrumbItem,
37
BreadcrumbItemOptions,

packages/components/src/breadcrumb/breadcrumb.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import { display, FoundationElementTemplate } from '@microsoft/fast-foundation';
37
import {

packages/components/src/breadcrumb/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import {
26
Breadcrumb,
37
breadcrumbTemplate as template

packages/components/src/button/button.base.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import type { Button as jpButtonType } from '@microsoft/fast-foundation';
26
import test, { expect } from '@playwright/test';
37

packages/components/src/button/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { attr } from '@microsoft/fast-element';
26
import {
37
Button as FoundationButton,

packages/components/src/card/card.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import {
37
display,

packages/components/src/card/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import {
26
composedParent,
37
Card as FoundationCard,

packages/components/src/checkbox/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import {
26
Checkbox,
37
CheckboxOptions,

packages/components/src/combobox/combobox.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import {
37
ComboboxOptions,

packages/components/src/combobox/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { attr, css, ElementStyles } from '@microsoft/fast-element';
26
import type { ComboboxOptions } from '@microsoft/fast-foundation';
37
import {

packages/components/src/converters.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Distributed under the terms of the Modified BSD License.
3+
14
import { ValueConverter } from '@microsoft/fast-element';
25

36
/**

packages/components/src/data-grid/data-grid-cell.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import { SystemColors } from '@microsoft/fast-web-utilities';
37
import {

packages/components/src/data-grid/data-grid-row.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import { FoundationElementTemplate } from '@microsoft/fast-foundation';
37
import {

packages/components/src/data-grid/data-grid.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import { FoundationElementTemplate } from '@microsoft/fast-foundation';
37

packages/components/src/data-grid/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import {
26
DataGrid,
37
DataGridCell,

packages/components/src/date-field/date-field.form-associated.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Distributed under the terms of the Modified BSD License.
3+
14
import { FormAssociated, FoundationElement } from '@microsoft/fast-foundation';
25

36
class _DateField extends FoundationElement {}

packages/components/src/date-field/date-field.template.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Distributed under the terms of the Modified BSD License.
3+
14
import { html, ref, slotted } from '@microsoft/fast-element';
25
import type { ViewTemplate } from '@microsoft/fast-element';
36
import {

packages/components/src/date-field/date-field.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Distributed under the terms of the Modified BSD License.
3+
14
import {
25
attr,
36
DOM,

packages/components/src/date-field/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { DateField, DateFieldOptions } from './date-field.js';
26
import { dateFieldStyles as styles } from './date-field.styles.js';
37
import { dateFieldTemplate as template } from './date-field.template.js';

packages/components/src/design-system-provider/design-system-provider.stories.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Distributed under the terms of the Modified BSD License.
3+
14
import { Meta, StoryFn, StoryObj } from '@storybook/html';
25

36
export default {

packages/components/src/design-system-provider/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { parseColorHexRGB } from '@microsoft/fast-colors';
26
import {
37
attr,

packages/components/src/design-tokens.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { DesignToken } from '@microsoft/fast-foundation';
26
import { Direction } from '@microsoft/fast-web-utilities';
37
import { Palette, PaletteRGB } from './color/palette.js';

packages/components/src/dialog/dialog.base.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import type { Dialog as JpDialogType } from '@microsoft/fast-foundation';
26
import test, { expect } from '@playwright/test';
37

packages/components/src/dialog/dialog.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import { FoundationElementTemplate } from '@microsoft/fast-foundation';
37
import {

packages/components/src/dialog/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { Dialog, dialogTemplate as template } from '@microsoft/fast-foundation';
26
import { dialogStyles as styles } from './dialog.styles.js';
37

packages/components/src/disclosure/disclosure.stories.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Distributed under the terms of the Modified BSD License.
3+
14
import { Meta, StoryFn, StoryObj } from '@storybook/html';
25

36
export default {

packages/components/src/disclosure/disclosure.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import { FoundationElementTemplate } from '@microsoft/fast-foundation';
37
import {

packages/components/src/disclosure/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { attr } from '@microsoft/fast-element';
26
import {
37
Disclosure as FoundationDisclosure,

packages/components/src/divider/divider.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import { display, FoundationElementTemplate } from '@microsoft/fast-foundation';
37
import {

packages/components/src/divider/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import {
26
Divider,
37
dividerTemplate as template

packages/components/src/listbox/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import {
37
ListboxElement as FoundationListboxElement,

packages/components/src/listbox/listbox.base.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import type {
26
ListboxElement as FASTListboxType,
37
ListboxOption as FASTOption

packages/components/src/listbox/listbox.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import type { ElementStyles } from '@microsoft/fast-element';
26
import { css } from '@microsoft/fast-element';
37
import type { FoundationElementTemplate } from '@microsoft/fast-foundation';

packages/components/src/menu-item/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import {
26
MenuItem,
37
MenuItemOptions,

packages/components/src/menu-item/menu-item.styles.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import {
37
disabledCursor,
@@ -15,7 +19,6 @@ import {
1519
controlCornerRadius,
1620
designUnit,
1721
disabledOpacity,
18-
focusStrokeOuter,
1922
focusStrokeWidth,
2023
foregroundOnAccentRest,
2124
neutralFillRest,

packages/components/src/menu/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import {
26
Menu as FoundationMenu,
37
menuTemplate as template

packages/components/src/menu/menu.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css, ElementStyles } from '@microsoft/fast-element';
26
import {
37
display,

packages/components/src/number-field/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { attr } from '@microsoft/fast-element';
26
import {
37
NumberField as FoundationNumberField,

packages/components/src/option/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import {
26
ListboxOption,
37
listboxOptionTemplate as template

packages/components/src/option/option.styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Copyright (c) Microsoft Corporation.
3+
// Distributed under the terms of the Modified BSD License.
4+
15
import { css } from '@microsoft/fast-element';
26
import type { ElementStyles } from '@microsoft/fast-element';
37
import {

0 commit comments

Comments
 (0)