@ndwnu/design-system 14.2.2 → 14.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +1539 -1525
- package/README.md +4 -4
- package/assets/icons.ts +83 -83
- package/fesm2022/ndwnu-design-system.mjs +254 -217
- package/fesm2022/ndwnu-design-system.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/FONTS.md +46 -46
- package/styles/base/_colors.scss +246 -246
- package/styles/base/_fonts.scss +13 -13
- package/styles/base/_material.scss +17 -17
- package/styles/base/_typography.scss +133 -133
- package/styles/base/_variables.scss +92 -92
- package/styles/base/colors.stories.model.ts +85 -85
- package/styles/base/colors.stories.ts +24 -24
- package/styles/base/index.scss +5 -5
- package/styles/base/typography.stories.ts +111 -111
- package/styles/components/_button.scss +133 -133
- package/styles/components/_card.scss +3 -3
- package/styles/components/_datepicker.scss +134 -134
- package/styles/components/_divider.scss +10 -10
- package/styles/components/_dropdown.scss +8 -8
- package/styles/components/_edit-bar.scss +97 -97
- package/styles/components/_filter-button.scss +39 -39
- package/styles/components/_guided-tour.scss +70 -70
- package/styles/components/_input.scss +253 -253
- package/styles/components/_label.scss +23 -23
- package/styles/components/_link.scss +36 -36
- package/styles/components/_list-item.scss +7 -7
- package/styles/components/_map.scss +144 -137
- package/styles/components/_menu-button.scss +37 -37
- package/styles/components/_popover.scss +19 -19
- package/styles/components/_summary-card.scss +205 -183
- package/styles/components/_table.scss +8 -8
- package/styles/components/divider.stories.ts +80 -80
- package/styles/components/index.scss +17 -17
- package/styles/components/link.stories.ts +154 -154
- package/styles/index.scss +4 -4
- package/styles/layout/_grid.scss +165 -165
- package/styles/layout/_overlay.scss +7 -7
- package/styles/layout/grid.stories.ts +168 -168
- package/styles/layout/index.scss +2 -2
- package/styles/storybook/_core.scss +60 -60
- package/styles/storybook/_reset.scss +21 -21
- package/styles/storybook/index.scss +17 -17
- package/styles/storybook/overrides/_buttons.scss +95 -95
- package/styles/storybook/overrides/_code-previews.scss +97 -97
- package/styles/storybook/overrides/_content.scss +24 -24
- package/styles/storybook/overrides/_headers.scss +31 -31
- package/styles/storybook/overrides/_layout.scss +44 -44
- package/styles/storybook/overrides/_table.scss +112 -112
- package/styles/storybook/overrides/index.scss +6 -6
- package/styles/storybook/overrides.css +355 -355
- package/styles/utils/_screenreader.scss +13 -13
- package/styles/utils/classes.stories.ts +157 -157
- package/styles/utils/index.scss +1 -1
- package/types/ndwnu-design-system.d.ts +40 -45
|
@@ -1,183 +1,205 @@
|
|
|
1
|
-
.ndw-summary-card {
|
|
2
|
-
position: relative;
|
|
3
|
-
box-sizing: border-box;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
border
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
border
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
}
|
|
1
|
+
.ndw-summary-card {
|
|
2
|
+
position: relative;
|
|
3
|
+
box-sizing: border-box;
|
|
4
|
+
container: ndw-summary-card / inline-size;
|
|
5
|
+
|
|
6
|
+
display: grid;
|
|
7
|
+
gap: var(--ndw-spacing-md);
|
|
8
|
+
padding: var(--ndw-spacing-lg);
|
|
9
|
+
border: var(--ndw-border-size-sm) solid var(--ndw-color-white);
|
|
10
|
+
border-radius: var(--ndw-border-radius-md);
|
|
11
|
+
|
|
12
|
+
background-color: var(--ndw-color-white);
|
|
13
|
+
box-shadow: 0 var(--ndw-border-radius-xs) var(--ndw-border-radius-xs) 0 rgba(64, 78, 84, 0.05);
|
|
14
|
+
transition: var(--ndw-animation-speed-fast);
|
|
15
|
+
|
|
16
|
+
&:has(.ndw-summary-card-header a:hover) {
|
|
17
|
+
border: var(--ndw-border-size-sm) solid var(--ndw-color-grey-300);
|
|
18
|
+
box-shadow: 0 var(--ndw-border-radius-xs) var(--ndw-border-radius-md) 0 rgba(64, 78, 84, 0.2);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&__wrapper {
|
|
22
|
+
display: grid;
|
|
23
|
+
gap: var(--ndw-spacing-md);
|
|
24
|
+
height: 100%;
|
|
25
|
+
align-items: start;
|
|
26
|
+
box-sizing: border-box;
|
|
27
|
+
|
|
28
|
+
&:has(ndw-avatar) {
|
|
29
|
+
grid-template-columns: max-content minmax(0, 1fr);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&:has(a:focus:not(:active)) {
|
|
33
|
+
outline: var(--ndw-border-size-sm) solid var(--ndw-color-info-500);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&__content {
|
|
38
|
+
display: grid;
|
|
39
|
+
gap: var(--ndw-spacing-xs);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.ndw-summary-card-tags {
|
|
43
|
+
display: flex;
|
|
44
|
+
flex-wrap: wrap;
|
|
45
|
+
gap: var(--ndw-spacing-xs);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.ndw-summary-card-tag {
|
|
49
|
+
display: flex;
|
|
50
|
+
flex-wrap: nowrap;
|
|
51
|
+
gap: var(--ndw-spacing-2xs);
|
|
52
|
+
align-items: center;
|
|
53
|
+
|
|
54
|
+
border: 1px solid var(--ndw-color-grey-100);
|
|
55
|
+
border-radius: var(--ndw-border-radius-xs);
|
|
56
|
+
padding: var(--ndw-spacing-2xs);
|
|
57
|
+
|
|
58
|
+
color: var(--ndw-color-grey-500);
|
|
59
|
+
font-size: var(--ndw-font-size-xs);
|
|
60
|
+
|
|
61
|
+
ndw-icon {
|
|
62
|
+
font-size: var(--ndw-font-size-sm);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
img {
|
|
66
|
+
display: block;
|
|
67
|
+
height: var(--ndw-font-size-sm);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.ndw-summary-card-subtitle {
|
|
72
|
+
display: grid;
|
|
73
|
+
grid-template-columns: max-content minmax(0, 1fr);
|
|
74
|
+
align-items: center;
|
|
75
|
+
gap: var(--ndw-spacing-3xs);
|
|
76
|
+
|
|
77
|
+
color: var(--ndw-color-grey-500);
|
|
78
|
+
font-size: var(--ndw-font-size-xs);
|
|
79
|
+
|
|
80
|
+
ndw-icon {
|
|
81
|
+
font-size: var(--ndw-font-size-sm);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
&__text {
|
|
85
|
+
overflow: hidden;
|
|
86
|
+
text-overflow: ellipsis;
|
|
87
|
+
white-space: nowrap;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.ndw-summary-card-header {
|
|
92
|
+
display: flex;
|
|
93
|
+
gap: var(--ndw-spacing-xs);
|
|
94
|
+
min-width: 0;
|
|
95
|
+
|
|
96
|
+
&__wrapper {
|
|
97
|
+
display: grid;
|
|
98
|
+
gap: var(--ndw-spacing-2xs);
|
|
99
|
+
justify-items: left;
|
|
100
|
+
min-width: 0;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
&__title {
|
|
104
|
+
width: 100%;
|
|
105
|
+
white-space: nowrap;
|
|
106
|
+
overflow: hidden;
|
|
107
|
+
text-overflow: ellipsis;
|
|
108
|
+
margin: 0;
|
|
109
|
+
|
|
110
|
+
font-size: var(--ndw-base-font-size);
|
|
111
|
+
font-weight: var(--ndw-font-weight-bold);
|
|
112
|
+
font-family: var(--ndw-font-family-heading);
|
|
113
|
+
|
|
114
|
+
a {
|
|
115
|
+
color: inherit;
|
|
116
|
+
text-decoration: none;
|
|
117
|
+
font-family: var(--ndw-font-family-heading);
|
|
118
|
+
|
|
119
|
+
&:after {
|
|
120
|
+
content: '';
|
|
121
|
+
position: absolute;
|
|
122
|
+
inset: 0;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
&:focus {
|
|
126
|
+
outline: 0;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.ndw-summary-card-content {
|
|
133
|
+
overflow: hidden;
|
|
134
|
+
text-overflow: ellipsis;
|
|
135
|
+
display: -webkit-box;
|
|
136
|
+
-webkit-line-clamp: 2;
|
|
137
|
+
-webkit-box-orient: vertical;
|
|
138
|
+
|
|
139
|
+
font-family: var(--ndw-font-family-body);
|
|
140
|
+
font-size: var(--ndw-font-size-sm);
|
|
141
|
+
color: var(--ndw-color-grey-500);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.ndw-summary-card-actions {
|
|
145
|
+
flex: 1;
|
|
146
|
+
display: flex;
|
|
147
|
+
justify-content: flex-end;
|
|
148
|
+
|
|
149
|
+
ndw-favorite {
|
|
150
|
+
margin-right: var(--ndw-spacing-sm);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
&--auto {
|
|
154
|
+
container-type: inline-size;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.actions {
|
|
158
|
+
gap: var(--ndw-spacing-2xs);
|
|
159
|
+
|
|
160
|
+
&--popover {
|
|
161
|
+
display: grid;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
&--visible,
|
|
165
|
+
&--auto {
|
|
166
|
+
display: flex;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.popover-wrapper {
|
|
171
|
+
display: block;
|
|
172
|
+
|
|
173
|
+
@container (width > 140px) {
|
|
174
|
+
display: none;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.regular-wrapper {
|
|
179
|
+
display: none;
|
|
180
|
+
|
|
181
|
+
@container (width > 140px) {
|
|
182
|
+
display: block;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
// When the card itself becomes too narrow (e.g. 400% zoom / 320px reflow),
|
|
188
|
+
// stack the header so the title gets the full row and the actions drop to
|
|
189
|
+
// their own row beneath it instead of being squeezed onto one line.
|
|
190
|
+
@container ndw-summary-card (width < 320px) {
|
|
191
|
+
.ndw-summary-card-header {
|
|
192
|
+
flex-direction: column;
|
|
193
|
+
align-items: stretch;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.ndw-summary-card-actions {
|
|
197
|
+
flex: none;
|
|
198
|
+
justify-content: flex-start;
|
|
199
|
+
|
|
200
|
+
ndw-favorite {
|
|
201
|
+
margin-right: 0;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
.ag-root-wrapper {
|
|
2
|
-
padding: var(--ndw-spacing-md);
|
|
3
|
-
box-shadow: var(--ndw-elevation-content);
|
|
4
|
-
|
|
5
|
-
.ag-header-cell-text {
|
|
6
|
-
text-transform: uppercase;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
1
|
+
.ag-root-wrapper {
|
|
2
|
+
padding: var(--ndw-spacing-md);
|
|
3
|
+
box-shadow: var(--ndw-elevation-content);
|
|
4
|
+
|
|
5
|
+
.ag-header-cell-text {
|
|
6
|
+
text-transform: uppercase;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
import { type Meta, type StoryObj } from '@storybook/angular';
|
|
2
|
-
|
|
3
|
-
interface StoryArgs {
|
|
4
|
-
noMargin: boolean;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
const args: StoryArgs = {
|
|
8
|
-
noMargin: false,
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* The divider is used to separate content.
|
|
13
|
-
*
|
|
14
|
-
* ## Usage
|
|
15
|
-
*
|
|
16
|
-
* Use the `<hr />` element with the `ndwDivider` attribute to add a horizontal line to separate content.
|
|
17
|
-
*
|
|
18
|
-
* ```html
|
|
19
|
-
* [[ content ]]
|
|
20
|
-
* <hr ndwDivider />
|
|
21
|
-
* [[ content ]]
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* ### No margin
|
|
25
|
-
*
|
|
26
|
-
* To remove the default margin from the divider, use the `[noMargin]` attribute.
|
|
27
|
-
*
|
|
28
|
-
* ```html
|
|
29
|
-
* [[ content ]]
|
|
30
|
-
* <hr ndwDivider noMargin />
|
|
31
|
-
* [[ content ]]
|
|
32
|
-
* ```
|
|
33
|
-
*/
|
|
34
|
-
|
|
35
|
-
const meta: Meta<StoryArgs> = {
|
|
36
|
-
tags: ['autodocs', 'ndw', 'nwb'],
|
|
37
|
-
title: 'Components/Divider',
|
|
38
|
-
render: (props) => ({
|
|
39
|
-
props,
|
|
40
|
-
styles: [
|
|
41
|
-
`
|
|
42
|
-
.content {
|
|
43
|
-
background-color: var(--ndw-color-grey-100);
|
|
44
|
-
padding: var(--ndw-spacing-xs);
|
|
45
|
-
}
|
|
46
|
-
`,
|
|
47
|
-
],
|
|
48
|
-
template: `
|
|
49
|
-
<div class="content">
|
|
50
|
-
Content
|
|
51
|
-
</div>
|
|
52
|
-
<hr ndwDivider ${props.noMargin ? 'noMargin' : ''} />
|
|
53
|
-
<div class="content">
|
|
54
|
-
Content
|
|
55
|
-
</div>
|
|
56
|
-
`,
|
|
57
|
-
}),
|
|
58
|
-
args,
|
|
59
|
-
argTypes: {
|
|
60
|
-
noMargin: {
|
|
61
|
-
control: 'boolean',
|
|
62
|
-
description: 'Remove the default margin from the divider.',
|
|
63
|
-
name: '[noMargin]',
|
|
64
|
-
table: {
|
|
65
|
-
category: 'Inputs',
|
|
66
|
-
defaultValue: { summary: 'false' },
|
|
67
|
-
},
|
|
68
|
-
},
|
|
69
|
-
},
|
|
70
|
-
};
|
|
71
|
-
export default meta;
|
|
72
|
-
type Story = StoryObj;
|
|
73
|
-
|
|
74
|
-
export const Default: Story = {};
|
|
75
|
-
|
|
76
|
-
export const NoMargin: Story = {
|
|
77
|
-
args: {
|
|
78
|
-
noMargin: true,
|
|
79
|
-
},
|
|
80
|
-
};
|
|
1
|
+
import { type Meta, type StoryObj } from '@storybook/angular';
|
|
2
|
+
|
|
3
|
+
interface StoryArgs {
|
|
4
|
+
noMargin: boolean;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const args: StoryArgs = {
|
|
8
|
+
noMargin: false,
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* The divider is used to separate content.
|
|
13
|
+
*
|
|
14
|
+
* ## Usage
|
|
15
|
+
*
|
|
16
|
+
* Use the `<hr />` element with the `ndwDivider` attribute to add a horizontal line to separate content.
|
|
17
|
+
*
|
|
18
|
+
* ```html
|
|
19
|
+
* [[ content ]]
|
|
20
|
+
* <hr ndwDivider />
|
|
21
|
+
* [[ content ]]
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* ### No margin
|
|
25
|
+
*
|
|
26
|
+
* To remove the default margin from the divider, use the `[noMargin]` attribute.
|
|
27
|
+
*
|
|
28
|
+
* ```html
|
|
29
|
+
* [[ content ]]
|
|
30
|
+
* <hr ndwDivider noMargin />
|
|
31
|
+
* [[ content ]]
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
|
|
35
|
+
const meta: Meta<StoryArgs> = {
|
|
36
|
+
tags: ['autodocs', 'ndw', 'nwb'],
|
|
37
|
+
title: 'Components/Divider',
|
|
38
|
+
render: (props) => ({
|
|
39
|
+
props,
|
|
40
|
+
styles: [
|
|
41
|
+
`
|
|
42
|
+
.content {
|
|
43
|
+
background-color: var(--ndw-color-grey-100);
|
|
44
|
+
padding: var(--ndw-spacing-xs);
|
|
45
|
+
}
|
|
46
|
+
`,
|
|
47
|
+
],
|
|
48
|
+
template: `
|
|
49
|
+
<div class="content">
|
|
50
|
+
Content
|
|
51
|
+
</div>
|
|
52
|
+
<hr ndwDivider ${props.noMargin ? 'noMargin' : ''} />
|
|
53
|
+
<div class="content">
|
|
54
|
+
Content
|
|
55
|
+
</div>
|
|
56
|
+
`,
|
|
57
|
+
}),
|
|
58
|
+
args,
|
|
59
|
+
argTypes: {
|
|
60
|
+
noMargin: {
|
|
61
|
+
control: 'boolean',
|
|
62
|
+
description: 'Remove the default margin from the divider.',
|
|
63
|
+
name: '[noMargin]',
|
|
64
|
+
table: {
|
|
65
|
+
category: 'Inputs',
|
|
66
|
+
defaultValue: { summary: 'false' },
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
},
|
|
70
|
+
};
|
|
71
|
+
export default meta;
|
|
72
|
+
type Story = StoryObj;
|
|
73
|
+
|
|
74
|
+
export const Default: Story = {};
|
|
75
|
+
|
|
76
|
+
export const NoMargin: Story = {
|
|
77
|
+
args: {
|
|
78
|
+
noMargin: true,
|
|
79
|
+
},
|
|
80
|
+
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
@forward 'button';
|
|
2
|
-
@forward 'card';
|
|
3
|
-
@forward 'datepicker';
|
|
4
|
-
@forward 'divider';
|
|
5
|
-
@forward 'dropdown';
|
|
6
|
-
@forward 'edit-bar';
|
|
7
|
-
@forward 'filter-button';
|
|
8
|
-
@forward 'guided-tour';
|
|
9
|
-
@forward 'input';
|
|
10
|
-
@forward 'label';
|
|
11
|
-
@forward 'link';
|
|
12
|
-
@forward 'list-item';
|
|
13
|
-
@forward 'map';
|
|
14
|
-
@forward 'menu-button';
|
|
15
|
-
@forward 'popover';
|
|
16
|
-
@forward 'summary-card';
|
|
17
|
-
@forward 'table';
|
|
1
|
+
@forward 'button';
|
|
2
|
+
@forward 'card';
|
|
3
|
+
@forward 'datepicker';
|
|
4
|
+
@forward 'divider';
|
|
5
|
+
@forward 'dropdown';
|
|
6
|
+
@forward 'edit-bar';
|
|
7
|
+
@forward 'filter-button';
|
|
8
|
+
@forward 'guided-tour';
|
|
9
|
+
@forward 'input';
|
|
10
|
+
@forward 'label';
|
|
11
|
+
@forward 'link';
|
|
12
|
+
@forward 'list-item';
|
|
13
|
+
@forward 'map';
|
|
14
|
+
@forward 'menu-button';
|
|
15
|
+
@forward 'popover';
|
|
16
|
+
@forward 'summary-card';
|
|
17
|
+
@forward 'table';
|