@vonage/vivid 3.40.0 → 3.42.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/accordion/index.js +2 -2
- package/accordion-item/index.js +2 -2
- package/alert/index.js +6 -5
- package/audio-player/index.js +33 -0
- package/avatar/index.js +2 -2
- package/badge/index.js +2 -2
- package/banner/index.js +8 -5
- package/breadcrumb/index.js +1 -1
- package/breadcrumb-item/index.js +3 -3
- package/button/index.js +4 -4
- package/calendar/index.js +1 -1
- package/calendar-event/index.js +1 -1
- package/card/index.js +4 -3
- package/checkbox/index.js +3 -3
- package/combobox/index.js +8 -8
- package/custom-elements.json +438 -41
- package/data-grid/index.js +2 -2
- package/date-picker/index.js +9 -9
- package/date-range-picker/index.js +8 -8
- package/dialog/index.js +6 -6
- package/divider/index.js +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.js +2 -2
- package/fab/index.js +3 -3
- package/file-picker/index.js +5 -5
- package/focus/index.js +1 -1
- package/header/index.js +2 -2
- package/icon/index.js +1 -1
- package/index.js +57 -56
- package/layout/index.js +1 -1
- package/lib/alert/alert.d.ts +3 -1
- package/lib/alert/locale.d.ts +3 -0
- package/lib/audio-player/audio-player.d.ts +17 -0
- package/lib/audio-player/audio-player.template.d.ts +4 -0
- package/lib/audio-player/definition.d.ts +4 -0
- package/lib/audio-player/locale.d.ts +5 -0
- package/lib/banner/banner.d.ts +3 -1
- package/lib/banner/locale.d.ts +3 -0
- package/lib/card/card.d.ts +3 -0
- package/lib/card/card.template.d.ts +1 -1
- package/lib/card/definition.d.ts +1 -0
- package/lib/checkbox/checkbox.d.ts +1 -0
- package/lib/components.d.ts +1 -0
- package/lib/enums.d.ts +2 -1
- package/lib/selectable-box/selectable-box.d.ts +2 -2
- package/lib/split-button/locale.d.ts +3 -0
- package/lib/split-button/split-button.d.ts +4 -2
- package/listbox/index.js +4 -4
- package/locales/en-GB.js +14 -0
- package/locales/en-US.js +14 -0
- package/locales/ja-JP.js +14 -0
- package/locales/zh-CN.js +14 -0
- package/menu/index.js +8 -8
- package/menu-item/index.js +3 -3
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +3 -3
- package/nav-item/index.js +3 -3
- package/note/index.js +2 -2
- package/number-field/index.js +6 -6
- package/option/index.js +3 -3
- package/package.json +1 -1
- package/pagination/index.js +5 -5
- package/popup/index.js +6 -6
- package/progress/index.js +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.js +2 -2
- package/radio-group/index.js +2 -2
- package/select/index.js +8 -8
- package/selectable-box/index.js +5 -5
- package/shared/definition.js +3 -3
- package/shared/definition10.js +90 -159
- package/shared/definition11.js +151 -29
- package/shared/definition12.js +37 -766
- package/shared/definition13.js +747 -106
- package/shared/definition14.js +121 -198
- package/shared/definition15.js +167 -664
- package/shared/definition16.js +576 -1137
- package/shared/definition17.js +1278 -143
- package/shared/definition18.js +68 -306
- package/shared/definition19.js +359 -217
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +259 -67
- package/shared/definition21.js +66 -58
- package/shared/definition22.js +43 -84
- package/shared/definition23.js +76 -2353
- package/shared/definition24.js +2362 -45
- package/shared/definition25.js +63 -27
- package/shared/definition26.js +24 -51
- package/shared/definition27.js +36 -822
- package/shared/definition28.js +837 -49
- package/shared/definition29.js +52 -89
- package/shared/definition3.js +1 -1
- package/shared/definition30.js +88 -24
- package/shared/definition31.js +25 -12
- package/shared/definition32.js +12 -52
- package/shared/definition33.js +28 -502
- package/shared/definition34.js +442 -197
- package/shared/definition35.js +260 -186
- package/shared/definition36.js +186 -75
- package/shared/definition37.js +70 -54
- package/shared/definition38.js +65 -421
- package/shared/definition39.js +437 -38
- package/shared/definition4.js +43 -16
- package/shared/definition40.js +32 -680
- package/shared/definition41.js +654 -105
- package/shared/definition42.js +117 -78
- package/shared/definition43.js +74 -567
- package/shared/definition44.js +567 -98
- package/shared/definition45.js +110 -135
- package/shared/definition46.js +153 -17
- package/shared/definition47.js +16 -79
- package/shared/definition48.js +53 -475
- package/shared/definition49.js +502 -25
- package/shared/definition5.js +160 -44
- package/shared/definition50.js +22 -121
- package/shared/definition51.js +113 -271
- package/shared/definition52.js +249 -243
- package/shared/definition53.js +270 -109
- package/shared/definition54.js +84 -74
- package/shared/definition55.js +114 -69
- package/shared/definition56.js +81 -292
- package/shared/definition57.js +302 -13
- package/shared/definition58.js +11 -41
- package/shared/definition59.js +20 -154
- package/shared/definition6.js +43 -33
- package/shared/definition60.js +181 -0
- package/shared/definition7.js +39 -106
- package/shared/definition8.js +122 -38
- package/shared/definition9.js +56 -89
- package/shared/enums.js +1 -0
- package/shared/icon.js +2 -2
- package/shared/index.js +1 -1
- package/shared/index2.js +1 -1
- package/shared/listbox.js +1 -1
- package/shared/localization/Locale.d.ts +8 -0
- package/shared/patterns/form-elements/form-elements.d.ts +6 -6
- package/shared/presentationDate.js +10 -8
- package/shared/text-field.js +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.js +3 -3
- package/split-button/index.js +6 -3
- package/style.css +329 -242
- package/styles/core/all.css +31 -25
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +31 -25
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/switch/index.js +3 -3
- package/tab/index.js +3 -3
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +5 -5
- package/tag/index.js +3 -3
- package/tag-group/index.js +1 -1
- package/text-area/index.js +3 -3
- package/text-field/index.js +3 -3
- package/toggletip/index.js +7 -7
- package/tooltip/index.js +7 -7
- package/tree-item/index.js +3 -3
- package/tree-view/index.js +1 -1
- package/vivid.api.json +270 -1
package/locales/en-US.js
CHANGED
|
@@ -78,12 +78,26 @@ const enUS = {
|
|
|
78
78
|
fileTooBigError: "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.",
|
|
79
79
|
removeFileLabel: "Remove file"
|
|
80
80
|
},
|
|
81
|
+
audioPlayer: {
|
|
82
|
+
playButtonLabel: "Play",
|
|
83
|
+
pauseButtonLabel: "Pause",
|
|
84
|
+
sliderLabel: "Audio progress bar"
|
|
85
|
+
},
|
|
86
|
+
alert: {
|
|
87
|
+
dismissButtonLabel: "Close"
|
|
88
|
+
},
|
|
81
89
|
dialog: {
|
|
82
90
|
dismissButtonLabel: "Close"
|
|
83
91
|
},
|
|
92
|
+
banner: {
|
|
93
|
+
dismissButtonLabel: "Close"
|
|
94
|
+
},
|
|
84
95
|
numberField: {
|
|
85
96
|
incrementButtonLabel: "Increment",
|
|
86
97
|
decrementButtonLabel: "Decrement"
|
|
98
|
+
},
|
|
99
|
+
splitButton: {
|
|
100
|
+
showMoreActionsLabel: "Show more actions"
|
|
87
101
|
}
|
|
88
102
|
};
|
|
89
103
|
|
package/locales/ja-JP.js
CHANGED
|
@@ -78,12 +78,26 @@ const jaJP = {
|
|
|
78
78
|
fileTooBigError: "ファイルが大きすぎます ({{filesize}}MiB)。最大ファイルサイズ: {{maxFilesize}}MiB。",
|
|
79
79
|
removeFileLabel: "ファイルを削除"
|
|
80
80
|
},
|
|
81
|
+
audioPlayer: {
|
|
82
|
+
playButtonLabel: "開始",
|
|
83
|
+
pauseButtonLabel: "休止",
|
|
84
|
+
sliderLabel: "オーディオプログレスバー"
|
|
85
|
+
},
|
|
86
|
+
alert: {
|
|
87
|
+
dismissButtonLabel: "閉じる"
|
|
88
|
+
},
|
|
81
89
|
dialog: {
|
|
82
90
|
dismissButtonLabel: "閉じる"
|
|
83
91
|
},
|
|
92
|
+
banner: {
|
|
93
|
+
dismissButtonLabel: "閉じる"
|
|
94
|
+
},
|
|
84
95
|
numberField: {
|
|
85
96
|
incrementButtonLabel: "増加",
|
|
86
97
|
decrementButtonLabel: "減少"
|
|
98
|
+
},
|
|
99
|
+
splitButton: {
|
|
100
|
+
showMoreActionsLabel: "Show more actions"
|
|
87
101
|
}
|
|
88
102
|
};
|
|
89
103
|
|
package/locales/zh-CN.js
CHANGED
|
@@ -78,12 +78,26 @@ const zhCN = {
|
|
|
78
78
|
fileTooBigError: "文件太大 ({{filesize}}MiB)。最大文件大小: {{maxFilesize}}MiB。",
|
|
79
79
|
removeFileLabel: "删除文件"
|
|
80
80
|
},
|
|
81
|
+
audioPlayer: {
|
|
82
|
+
playButtonLabel: "草創",
|
|
83
|
+
pauseButtonLabel: "停",
|
|
84
|
+
sliderLabel: "音訊進度條"
|
|
85
|
+
},
|
|
86
|
+
alert: {
|
|
87
|
+
dismissButtonLabel: "关"
|
|
88
|
+
},
|
|
81
89
|
dialog: {
|
|
82
90
|
dismissButtonLabel: "关"
|
|
83
91
|
},
|
|
92
|
+
banner: {
|
|
93
|
+
dismissButtonLabel: "关"
|
|
94
|
+
},
|
|
84
95
|
numberField: {
|
|
85
96
|
incrementButtonLabel: "增量",
|
|
86
97
|
decrementButtonLabel: "递减"
|
|
98
|
+
},
|
|
99
|
+
splitButton: {
|
|
100
|
+
showMoreActionsLabel: "显示更多操作"
|
|
87
101
|
}
|
|
88
102
|
};
|
|
89
103
|
|
package/menu/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { r as registerMenu } from '../shared/
|
|
1
|
+
import { r as registerMenu } from '../shared/definition29.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
5
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition60.js';
|
|
4
|
+
import '../shared/definition11.js';
|
|
5
|
+
import '../shared/definition26.js';
|
|
6
6
|
import '../shared/icon.js';
|
|
7
7
|
import '../shared/_has.js';
|
|
8
8
|
import '../shared/class-names.js';
|
|
9
9
|
import '../shared/when.js';
|
|
10
|
-
import '../shared/
|
|
10
|
+
import '../shared/definition58.js';
|
|
11
11
|
import '../shared/focus.js';
|
|
12
|
-
import '../shared/
|
|
12
|
+
import '../shared/definition37.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
14
14
|
import '../shared/affix.js';
|
|
15
15
|
import '../shared/slotted.js';
|
|
@@ -22,8 +22,8 @@ import '../shared/start-end.js';
|
|
|
22
22
|
import '../shared/ref.js';
|
|
23
23
|
import '../shared/focus2.js';
|
|
24
24
|
import '../shared/enums.js';
|
|
25
|
-
import '../shared/
|
|
26
|
-
import '../shared/
|
|
25
|
+
import '../shared/definition59.js';
|
|
26
|
+
import '../shared/definition28.js';
|
|
27
27
|
import '../shared/direction.js';
|
|
28
28
|
import '../shared/dom.js';
|
|
29
29
|
|
package/menu-item/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerMenuItem } from '../shared/
|
|
1
|
+
import { r as registerMenuItem } from '../shared/definition28.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition26.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
|
7
7
|
import '../shared/when.js';
|
|
8
|
-
import '../shared/
|
|
8
|
+
import '../shared/definition58.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
11
|
import '../shared/slotted.js';
|
package/nav/index.js
CHANGED
package/nav-disclosure/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerNavDisclosure } from '../shared/
|
|
1
|
+
import { r as registerNavDisclosure } from '../shared/definition30.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition26.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
|
7
7
|
import '../shared/when.js';
|
|
8
|
-
import '../shared/
|
|
8
|
+
import '../shared/definition58.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
11
|
import '../shared/slotted.js';
|
package/nav-item/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerNavItem } from '../shared/
|
|
1
|
+
import { r as registerNavItem } from '../shared/definition31.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition26.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
|
7
7
|
import '../shared/when.js';
|
|
8
|
-
import '../shared/
|
|
8
|
+
import '../shared/definition58.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
11
|
import '../shared/slotted.js';
|
package/note/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerNote } from '../shared/
|
|
1
|
+
import { r as registerNote } from '../shared/definition33.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition26.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
package/number-field/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { r as registerNumberField } from '../shared/
|
|
1
|
+
import { r as registerNumberField } from '../shared/definition34.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition11.js';
|
|
4
|
+
import '../shared/definition26.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
6
|
import '../shared/_has.js';
|
|
7
7
|
import '../shared/class-names.js';
|
|
8
8
|
import '../shared/when.js';
|
|
9
|
-
import '../shared/
|
|
9
|
+
import '../shared/definition58.js';
|
|
10
10
|
import '../shared/focus.js';
|
|
11
|
-
import '../shared/
|
|
11
|
+
import '../shared/definition37.js';
|
|
12
12
|
import '../shared/base-progress.js';
|
|
13
13
|
import '../shared/affix.js';
|
|
14
14
|
import '../shared/slotted.js';
|
|
@@ -21,7 +21,7 @@ import '../shared/start-end.js';
|
|
|
21
21
|
import '../shared/ref.js';
|
|
22
22
|
import '../shared/focus2.js';
|
|
23
23
|
import '../shared/enums.js';
|
|
24
|
-
import '../shared/
|
|
24
|
+
import '../shared/definition21.js';
|
|
25
25
|
import '../shared/aria.js';
|
|
26
26
|
import '../shared/index2.js';
|
|
27
27
|
import '../locales/en-US.js';
|
package/option/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as registerOption } from '../shared/
|
|
1
|
+
import { r as registerOption } from '../shared/definition35.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition26.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|
|
6
6
|
import '../shared/class-names.js';
|
|
7
7
|
import '../shared/when.js';
|
|
8
|
-
import '../shared/
|
|
8
|
+
import '../shared/definition58.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
11
|
import '../shared/slotted.js';
|
package/package.json
CHANGED
package/pagination/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { r as registerPagination } from '../shared/
|
|
2
|
-
import '../shared/
|
|
1
|
+
import { r as registerPagination } from '../shared/definition36.js';
|
|
2
|
+
import '../shared/definition11.js';
|
|
3
3
|
import '../shared/index.js';
|
|
4
|
-
import '../shared/
|
|
4
|
+
import '../shared/definition26.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
6
|
import '../shared/_has.js';
|
|
7
7
|
import '../shared/class-names.js';
|
|
8
8
|
import '../shared/when.js';
|
|
9
|
-
import '../shared/
|
|
9
|
+
import '../shared/definition58.js';
|
|
10
10
|
import '../shared/focus.js';
|
|
11
|
-
import '../shared/
|
|
11
|
+
import '../shared/definition37.js';
|
|
12
12
|
import '../shared/base-progress.js';
|
|
13
13
|
import '../shared/affix.js';
|
|
14
14
|
import '../shared/slotted.js';
|
package/popup/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { r as registerPopup } from '../shared/
|
|
1
|
+
import { r as registerPopup } from '../shared/definition60.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition11.js';
|
|
4
|
+
import '../shared/definition26.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
6
|
import '../shared/_has.js';
|
|
7
7
|
import '../shared/class-names.js';
|
|
8
8
|
import '../shared/when.js';
|
|
9
|
-
import '../shared/
|
|
9
|
+
import '../shared/definition58.js';
|
|
10
10
|
import '../shared/focus.js';
|
|
11
|
-
import '../shared/
|
|
11
|
+
import '../shared/definition37.js';
|
|
12
12
|
import '../shared/base-progress.js';
|
|
13
13
|
import '../shared/affix.js';
|
|
14
14
|
import '../shared/slotted.js';
|
|
@@ -21,6 +21,6 @@ import '../shared/start-end.js';
|
|
|
21
21
|
import '../shared/ref.js';
|
|
22
22
|
import '../shared/focus2.js';
|
|
23
23
|
import '../shared/enums.js';
|
|
24
|
-
import '../shared/
|
|
24
|
+
import '../shared/definition59.js';
|
|
25
25
|
|
|
26
26
|
registerPopup();
|
package/progress/index.js
CHANGED
package/progress-ring/index.js
CHANGED
package/radio/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { b as registerRadio } from '../shared/
|
|
1
|
+
import { b as registerRadio } from '../shared/definition40.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition58.js';
|
|
4
4
|
import '../shared/focus.js';
|
|
5
5
|
import '../shared/radio.js';
|
|
6
6
|
import '../shared/form-associated.js';
|
package/radio-group/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { b as registerRadioGroup } from '../shared/
|
|
1
|
+
import { b as registerRadioGroup } from '../shared/definition39.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/direction.js';
|
|
4
4
|
import '../shared/key-codes.js';
|
|
5
5
|
import '../shared/aria.js';
|
|
6
6
|
import '../shared/radio.js';
|
|
7
7
|
import '../shared/form-associated.js';
|
|
8
|
-
import '../shared/aria2.js';
|
|
9
8
|
import '../shared/slotted.js';
|
|
10
9
|
import '../shared/when.js';
|
|
10
|
+
import '../shared/aria2.js';
|
|
11
11
|
|
|
12
12
|
registerRadioGroup();
|
package/select/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { r as registerSelect } from '../shared/
|
|
1
|
+
import { r as registerSelect } from '../shared/definition41.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition58.js';
|
|
4
4
|
import '../shared/focus.js';
|
|
5
|
-
import '../shared/
|
|
6
|
-
import '../shared/
|
|
7
|
-
import '../shared/
|
|
5
|
+
import '../shared/definition60.js';
|
|
6
|
+
import '../shared/definition11.js';
|
|
7
|
+
import '../shared/definition26.js';
|
|
8
8
|
import '../shared/icon.js';
|
|
9
9
|
import '../shared/_has.js';
|
|
10
10
|
import '../shared/class-names.js';
|
|
11
11
|
import '../shared/when.js';
|
|
12
|
-
import '../shared/
|
|
12
|
+
import '../shared/definition37.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
14
14
|
import '../shared/affix.js';
|
|
15
15
|
import '../shared/slotted.js';
|
|
@@ -22,8 +22,8 @@ import '../shared/start-end.js';
|
|
|
22
22
|
import '../shared/ref.js';
|
|
23
23
|
import '../shared/focus2.js';
|
|
24
24
|
import '../shared/enums.js';
|
|
25
|
-
import '../shared/
|
|
26
|
-
import '../shared/
|
|
25
|
+
import '../shared/definition59.js';
|
|
26
|
+
import '../shared/definition35.js';
|
|
27
27
|
import '../shared/dom.js';
|
|
28
28
|
import '../shared/index2.js';
|
|
29
29
|
import '../locales/en-US.js';
|
package/selectable-box/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { r as registerSelectableBox } from '../shared/
|
|
1
|
+
import { r as registerSelectableBox } from '../shared/definition42.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition15.js';
|
|
4
|
+
import '../shared/definition26.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
6
|
import '../shared/_has.js';
|
|
7
7
|
import '../shared/class-names.js';
|
|
8
8
|
import '../shared/when.js';
|
|
9
|
-
import '../shared/
|
|
9
|
+
import '../shared/definition58.js';
|
|
10
10
|
import '../shared/focus.js';
|
|
11
11
|
import '../shared/affix.js';
|
|
12
12
|
import '../shared/slotted.js';
|
|
@@ -16,7 +16,7 @@ import '../shared/form-associated.js';
|
|
|
16
16
|
import '../shared/key-codes.js';
|
|
17
17
|
import '../shared/apply-mixins.js';
|
|
18
18
|
import '../shared/focus2.js';
|
|
19
|
-
import '../shared/
|
|
19
|
+
import '../shared/definition40.js';
|
|
20
20
|
import '../shared/radio.js';
|
|
21
21
|
import '../shared/enums.js';
|
|
22
22
|
|
package/shared/definition.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { F as FoundationElement, _ as __decorate, a as attr, n as nullableNumberConverter, h as html, r as registerFactory } from './index.js';
|
|
2
|
-
import { a as iconRegistries } from './
|
|
3
|
-
import { f as focusRegistries } from './
|
|
2
|
+
import { a as iconRegistries } from './definition26.js';
|
|
3
|
+
import { f as focusRegistries } from './definition58.js';
|
|
4
4
|
import { b as AffixIconWithTrailing, a as affixIconTemplateFactory, I as IconWrapper } from './affix.js';
|
|
5
5
|
import { a as applyMixins } from './apply-mixins.js';
|
|
6
6
|
import { S as StartEnd } from './start-end.js';
|
|
@@ -76,7 +76,7 @@ __decorate([
|
|
|
76
76
|
], AccordionItem$1.prototype, "id", void 0);
|
|
77
77
|
applyMixins(AccordionItem$1, StartEnd);
|
|
78
78
|
|
|
79
|
-
const styles = "/**\n * Do not edit directly\n * Generated on
|
|
79
|
+
const styles = "/**\n * Do not edit directly\n * Generated on Thu, 30 Nov 2023 11:42:28 GMT\n */\n:host {\n display: flex;\n box-sizing: border-box;\n flex-direction: column;\n}\n\n.heading-container {\n margin: 0;\n}\n\n.heading-button {\n position: relative;\n display: flex;\n width: 100%;\n align-items: center;\n padding: 16px;\n border: none;\n background-color: var(--_appearance-color-fill);\n color: var(--_appearance-color-text);\n cursor: pointer;\n text-align: left;\n}\n.heading-button {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: transparent;\n --_appearance-color-outline: transparent;\n}\n.heading-button:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: var(--_connotation-color-faint);\n --_appearance-color-outline: transparent;\n}\n.heading-button:where(:active, .active):where(:not(:disabled, .disabled)) {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: var(--_connotation-color-soft);\n --_appearance-color-outline: transparent;\n}\n.heading-button {\n /* @cssprop [--vvd-accordion-item-accent-primary=var(--vvd-color-canvas-text)] */\n --_connotation-color-primary: var(--vvd-accordion-item-accent-primary, var(--vvd-color-canvas-text));\n /* @cssprop [--vvd-accordion-item-accent-faint=var(--vvd-color-neutral-50)] */\n --_connotation-color-faint: var(--vvd-accordion-item-accent-faint, var(--vvd-color-neutral-50));\n /* @cssprop [--vvd-accordion-item-accent-soft=var(--vvd-color-neutral-100)] */\n --_connotation-color-soft: var(--vvd-accordion-item-accent-soft, var(--vvd-color-neutral-100));\n}\n@supports selector(:focus-visible) {\n .heading-button:focus-visible {\n outline: none;\n }\n}\n.heading-button.size-condensed {\n font: var(--vvd-typography-base-bold);\n gap: 12px;\n}\n.heading-button:not(.size-condensed) {\n font: var(--vvd-typography-heading-4);\n gap: 16px;\n}\n\n.heading-content {\n flex: auto;\n}\n\n.meta {\n overflow: hidden;\n max-width: 20%;\n flex-shrink: 0;\n color: var(--vvd-color-neutral-600);\n text-align: end;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.heading-button:not(.size-condensed) .meta {\n font: var(--vvd-typography-base-bold);\n}\n.heading-button.size-condensed .meta {\n font: var(--vvd-typography-base-condensed-bold);\n}\n\n.region {\n display: none;\n padding: 8px 32px 24px 16px;\n}\n.region:not(.size-condensed).padded {\n padding-inline-start: 52px;\n}\n:host([expanded]) .region {\n display: block;\n}\n.region.size-condensed.padded {\n padding-inline-start: 44px;\n}\n\nslot[name=icon] {\n color: var(--vvd-color-neutral-600);\n}\n.heading-button:not(.size-condensed) slot[name=icon] {\n font: inherit;\n}\n.heading-button.size-condensed slot[name=icon] {\n font: var(--vvd-typography-base-extended);\n}\n:host(:not([icon-trailing])) slot[name=icon]:last-of-type {\n color: var(--_appearance-color-text);\n}\n\n.focus-indicator {\n --focus-stroke-gap-color: transparent;\n}\nbutton:not(:focus-visible) > .focus-indicator {\n display: none;\n}";
|
|
80
80
|
|
|
81
81
|
var __defProp = Object.defineProperty;
|
|
82
82
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|