Skip to content

Commit e681174

Browse files
committed
update figma mapping
1 parent 39e89ac commit e681174

68 files changed

Lines changed: 178 additions & 2 deletions

File tree

Some content is hidden

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

packages/core/src/components/action-card/action-card.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ import { Component, h, Host, Prop } from '@stencil/core';
1111
import type { ActionCardVariant } from './action-card.types';
1212
import { a11yBoolean, getFallbackLabelFromIconName } from '../utils/a11y';
1313

14+
/**
15+
* @figma-main-component-id 104612:25269
16+
*/
1417
@Component({
1518
tag: 'ix-action-card',
1619
styleUrl: 'action-card.scss',

packages/core/src/components/application-header/application-header.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ import { hasSlottedElements } from '../utils/shadow-dom';
3333
import { Disposable } from '../utils/typed-event';
3434

3535
/**
36+
* @figma-main-component-id 20920:77660
37+
*
3638
* @slot default - Place items on the right side of the header. If the screen size is small, the items will be shown inside a dropdown.
3739
* @slot secondary - Place additional items inside the header. They will appear after logo and name. If the screen size is small, the items will be shown inside a dropdown.
3840
* @slot overflow - Use this slot to display additional items that do not fit in the default or secondary slot.

packages/core/src/components/avatar/avatar.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ function UserInfo(
114114
);
115115
}
116116

117+
/**
118+
* @figma-main-component-id 308:1151
119+
*/
117120
@Component({
118121
tag: 'ix-avatar',
119122
styleUrl: 'avatar.scss',

packages/core/src/components/blind/blind.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ import Animation from '../utils/animation';
2626

2727
let sequentialInstanceId = 0;
2828

29+
/**
30+
* @figma-main-component-id 388:3986
31+
*/
2932
@Component({
3033
tag: 'ix-blind',
3134
styleUrl: 'blind.scss',

packages/core/src/components/breadcrumb-item/breadcrumb-item.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ import { iconChevronRightSmall } from '@siemens/ix-icons/icons';
2525
import Animation from '../utils/animation';
2626
import { AnchorInterface, AnchorTarget } from '../button/button.interface';
2727

28+
/**
29+
* @figma-main-component-id 358:3004
30+
*/
2831
@Component({
2932
tag: 'ix-breadcrumb-item',
3033
styleUrl: 'breadcrumb-item.scss',

packages/core/src/components/breadcrumb/breadcrumb.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ const createId = (prefix: string = 'breadcrumb-') => {
2828
return `${prefix}-${sequenceId++}`;
2929
};
3030

31+
/**
32+
* @figma-main-component-id 1603:54616
33+
*/
3134
@Component({
3235
tag: 'ix-breadcrumb',
3336
styleUrl: 'breadcrumb.scss',

packages/core/src/components/button/button.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ export type ButtonVariant =
2525
| `${BaseButtonVariant}`
2626
| `${BaseButtonStyle}-${BaseButtonVariant}`;
2727

28+
/**
29+
* @figma-main-component-id 225:5535
30+
*/
2831
@Component({
2932
tag: 'ix-button',
3033
shadow: {

packages/core/src/components/card-content/card-content.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { Component, h, Host } from '@stencil/core';
22

3+
/**
4+
* @figma-main-component-id 104612:25530
5+
*/
36
@Component({
47
tag: 'ix-card-content',
58
styleUrl: 'card-content.scss',

packages/core/src/components/card-list/card-list.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ function CardListTitle(props: {
5858
);
5959
}
6060

61+
/**
62+
* @figma-main-component-id 104638:14632
63+
*/
6164
@Component({
6265
tag: 'ix-card-list',
6366
styleUrl: 'card-list.scss',

packages/core/src/components/card/card.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import { Component, Element, h, Host, Prop } from '@stencil/core';
22
import type { CardVariant } from './card.types';
33

4+
/**
5+
* @figma-main-component-id 104612:25530
6+
*/
47
@Component({
58
tag: 'ix-card',
69
styleUrl: 'card.scss',

0 commit comments

Comments
 (0)