File tree Expand file tree Collapse file tree 23 files changed +63
-40
lines changed
packages/carbon-web-components/src/components Expand file tree Collapse file tree 23 files changed +63
-40
lines changed Original file line number Diff line number Diff line change 88 */
99
1010import { html , LitElement } from 'lit' ;
11- import { property , customElement } from 'lit/decorators.js' ;
11+ import { property } from 'lit/decorators.js' ;
1212import { prefix } from '../../globals/settings' ;
13+ import { carbonElement as customElement } from '../../globals/decorators/carbon-element' ;
1314import '../button/button' ;
1415import { CHAT_BUTTON_SIZE , CHAT_BUTTON_KIND } from './defs' ;
1516import styles from './chat-button.scss' ;
Original file line number Diff line number Diff line change 11/**
22 * @license
33 *
4- * Copyright IBM Corp. 2019, 2023
4+ * Copyright IBM Corp. 2019, 2024
55 *
66 * This source code is licensed under the Apache-2.0 license found in the
77 * LICENSE file in the root directory of this source tree.
88 */
99
1010import { LitElement , html } from 'lit' ;
11- import { property , customElement } from 'lit/decorators.js' ;
11+ import { property } from 'lit/decorators.js' ;
1212import Copy16 from '@carbon/icons/lib/copy/16' ;
13+ import { carbonElement as customElement } from '../../globals/decorators/carbon-element' ;
1314import { prefix } from '../../globals/settings' ;
1415import FocusMixin from '../../globals/mixins/focus' ;
1516import styles from './copy-button.scss' ;
Original file line number Diff line number Diff line change 11/**
22 * @license
33 *
4- * Copyright IBM Corp. 2019, 2023
4+ * Copyright IBM Corp. 2019, 2024
55 *
66 * This source code is licensed under the Apache-2.0 license found in the
77 * LICENSE file in the root directory of this source tree.
88 */
99
1010import { html } from 'lit' ;
11- import { property , customElement } from 'lit/decorators.js' ;
11+ import { property } from 'lit/decorators.js' ;
1212import { prefix } from '../../globals/settings' ;
1313import styles from '../copy-button/copy-button.scss' ;
1414import CDSIconButton from '../icon-button/icon-button' ;
15+ import { carbonElement as customElement } from '../../globals/decorators/carbon-element' ;
1516
1617/**
1718 * Copy.
Original file line number Diff line number Diff line change 11/**
22 * @license
33 *
4- * Copyright IBM Corp. 2019, 2023
4+ * Copyright IBM Corp. 2019, 2024
55 *
66 * This source code is licensed under the Apache-2.0 license found in the
77 * LICENSE file in the root directory of this source tree.
88 */
99
1010import { classMap } from 'lit/directives/class-map.js' ;
1111import { LitElement , html } from 'lit' ;
12- import { property , customElement } from 'lit/decorators.js' ;
12+ import { property } from 'lit/decorators.js' ;
13+ import { carbonElement as customElement } from '../../globals/decorators/carbon-element' ;
1314import { prefix } from '../../globals/settings' ;
1415import styles from './data-table.scss' ;
1516
Original file line number Diff line number Diff line change 11/**
22 * @license
33 *
4- * Copyright IBM Corp. 2019, 2023
4+ * Copyright IBM Corp. 2019, 2024
55 *
66 * This source code is licensed under the Apache-2.0 license found in the
77 * LICENSE file in the root directory of this source tree.
88 */
99
1010import { html , LitElement } from 'lit' ;
11- import { customElement , property } from 'lit/decorators.js' ;
11+ import { property } from 'lit/decorators.js' ;
12+ import { carbonElement as customElement } from '../../globals/decorators/carbon-element' ;
1213
1314import { delay } from 'bluebird' ;
1415import { prefix } from '../../globals/settings' ;
Original file line number Diff line number Diff line change 11/**
22 * @license
33 *
4- * Copyright IBM Corp. 2020, 2023
4+ * Copyright IBM Corp. 2020, 2024
55 *
66 * This source code is licensed under the Apache-2.0 license found in the
77 * LICENSE file in the root directory of this source tree.
88 */
99
1010import { classMap } from 'lit/directives/class-map.js' ;
1111import { LitElement , html } from 'lit' ;
12- import { property , customElement } from 'lit/decorators.js' ;
12+ import { property } from 'lit/decorators.js' ;
13+ import { carbonElement as customElement } from '../../globals/decorators/carbon-element' ;
1314import { prefix } from '../../globals/settings' ;
1415import HostListenerMixin from '../../globals/mixins/host-listener' ;
1516import ifNonEmpty from '../../globals/directives/if-non-empty' ;
Original file line number Diff line number Diff line change 11/**
22 * @license
33 *
4- * Copyright IBM Corp. 2019, 2023
4+ * Copyright IBM Corp. 2019, 2024
55 *
66 * This source code is licensed under the Apache-2.0 license found in the
77 * LICENSE file in the root directory of this source tree.
88 */
99
1010import { LitElement , html } from 'lit' ;
11- import { property , customElement } from 'lit/decorators.js' ;
11+ import { property } from 'lit/decorators.js' ;
12+ import { carbonElement as customElement } from '../../globals/decorators/carbon-element' ;
1213import { prefix } from '../../globals/settings' ;
1314import styles from './form-group.scss' ;
1415
Original file line number Diff line number Diff line change 88 */
99
1010import { html } from 'lit' ;
11- import { property , customElement } from 'lit/decorators.js' ;
11+ import { property } from 'lit/decorators.js' ;
12+ import { carbonElement as customElement } from '../../globals/decorators/carbon-element' ;
1213import { prefix } from '../../globals/settings' ;
1314import '../tooltip/index' ;
1415import '../button/index' ;
Original file line number Diff line number Diff line change 11/**
22 * @license
33 *
4- * Copyright IBM Corp. 2019, 2023
4+ * Copyright IBM Corp. 2019, 2024
55 *
66 * This source code is licensed under the Apache-2.0 license found in the
77 * LICENSE file in the root directory of this source tree.
88 */
99
1010import { LitElement , html } from 'lit' ;
11- import { property , customElement } from 'lit/decorators.js' ;
11+ import { property } from 'lit/decorators.js' ;
12+ import { carbonElement as customElement } from '../../globals/decorators/carbon-element' ;
1213import { prefix } from '../../globals/settings' ;
1314import styles from './layer.scss' ;
1415
Original file line number Diff line number Diff line change 11/**
22 * @license
33 *
4- * Copyright IBM Corp. 2019, 2023
4+ * Copyright IBM Corp. 2019, 2024
55 *
66 * This source code is licensed under the Apache-2.0 license found in the
77 * LICENSE file in the root directory of this source tree.
@@ -13,8 +13,9 @@ import InformationSquareFilled20 from '@carbon/icons/lib/information--square--fi
1313import WarningFilled20 from '@carbon/icons/lib/warning--filled/20' ;
1414import WarningAltFilled20 from '@carbon/icons/lib/warning--alt--filled/20' ;
1515import { html , svg } from 'lit' ;
16- import { property , customElement } from 'lit/decorators.js' ;
16+ import { property } from 'lit/decorators.js' ;
1717import { prefix } from '../../globals/settings' ;
18+ import { carbonElement as customElement } from '../../globals/decorators/carbon-element' ;
1819import { NOTIFICATION_TYPE , NOTIFICATION_KIND } from './defs' ;
1920import CDSInlineNotification from './inline-notification' ;
2021import styles from './actionable-notification.scss' ;
You can’t perform that action at this time.
0 commit comments