@vonage/vivid 3.28.2 → 3.30.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/custom-elements.json +400 -2
- package/index.js +13 -12
- package/lib/components.d.ts +1 -0
- package/lib/icon/icon.d.ts +1 -1
- package/lib/menu/menu.d.ts +1 -1
- package/lib/split-button/definition.d.ts +2 -0
- package/lib/split-button/index.d.ts +1 -0
- package/lib/split-button/split-button.d.ts +25 -0
- package/lib/split-button/split-button.template.d.ts +4 -0
- package/listbox/index.js +1 -1
- package/package.json +1 -1
- package/shared/definition.js +1 -1
- package/shared/definition10.js +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.js +1 -1
- package/shared/definition17.js +1 -1
- package/shared/definition18.js +1 -1
- package/shared/definition19.js +1 -1
- package/shared/definition2.js +1 -1
- package/shared/definition21.js +1 -1
- package/shared/definition22.js +2 -2
- package/shared/definition23.js +1 -1
- package/shared/definition24.js +1 -1
- package/shared/definition25.js +1 -1
- package/shared/definition26.js +1 -1
- package/shared/definition27.js +1 -1
- package/shared/definition28.js +1 -1
- package/shared/definition30.js +7 -2
- package/shared/definition31.js +1 -1
- package/shared/definition33.js +1 -1
- package/shared/definition34.js +1 -1
- package/shared/definition35.js +1 -1
- package/shared/definition36.js +1 -1
- package/shared/definition37.js +1 -1
- package/shared/definition38.js +1 -1
- package/shared/definition39.js +1 -1
- package/shared/definition4.js +1 -1
- package/shared/definition40.js +1 -1
- package/shared/definition41.js +1 -1
- package/shared/definition42.js +1 -1
- package/shared/definition44.js +91 -126
- package/shared/definition45.js +123 -49
- package/shared/definition46.js +56 -16
- package/shared/definition47.js +16 -483
- package/shared/definition48.js +476 -96
- package/shared/definition49.js +108 -16
- package/shared/definition5.js +1 -1
- package/shared/definition50.js +15 -270
- package/shared/definition51.js +245 -89
- package/shared/definition52.js +113 -120
- package/shared/definition53.js +91 -82
- package/shared/definition54.js +111 -65
- package/shared/definition55.js +64 -291
- package/shared/definition56.js +303 -0
- package/shared/definition6.js +1 -1
- package/shared/definition7.js +1 -1
- package/shared/definition9.js +1 -1
- package/shared/form-elements.js +1 -1
- package/shared/icon.js +1 -1
- package/shared/patterns/form-elements/form-elements.d.ts +4 -4
- package/shared/text-field.js +1 -1
- package/split-button/index.js +15 -0
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/switch/index.js +1 -1
- package/tab/index.js +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +3 -3
- package/tag/index.js +1 -1
- package/tag-group/index.js +1 -1
- package/text-area/index.js +1 -1
- package/text-field/index.js +1 -1
- package/toggletip/index.js +1 -1
- package/tooltip/index.js +1 -1
- package/tree-item/index.js +1 -1
- package/tree-view/index.js +1 -1
- package/vivid.api.json +287 -0
package/vivid.api.json
CHANGED
|
@@ -5871,6 +5871,34 @@
|
|
|
5871
5871
|
"endIndex": 3
|
|
5872
5872
|
}
|
|
5873
5873
|
},
|
|
5874
|
+
{
|
|
5875
|
+
"kind": "Variable",
|
|
5876
|
+
"canonicalReference": "@vonage/vivid!registerSplitButton:var",
|
|
5877
|
+
"docComment": "",
|
|
5878
|
+
"excerptTokens": [
|
|
5879
|
+
{
|
|
5880
|
+
"kind": "Content",
|
|
5881
|
+
"text": "registerSplitButton: "
|
|
5882
|
+
},
|
|
5883
|
+
{
|
|
5884
|
+
"kind": "Content",
|
|
5885
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
5886
|
+
},
|
|
5887
|
+
{
|
|
5888
|
+
"kind": "Reference",
|
|
5889
|
+
"text": "DesignSystem",
|
|
5890
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
5891
|
+
}
|
|
5892
|
+
],
|
|
5893
|
+
"fileUrlPath": "../../dist/libs/components/lib/split-button/definition.d.ts",
|
|
5894
|
+
"isReadonly": true,
|
|
5895
|
+
"releaseTag": "Public",
|
|
5896
|
+
"name": "registerSplitButton",
|
|
5897
|
+
"variableTypeTokenRange": {
|
|
5898
|
+
"startIndex": 1,
|
|
5899
|
+
"endIndex": 3
|
|
5900
|
+
}
|
|
5901
|
+
},
|
|
5874
5902
|
{
|
|
5875
5903
|
"kind": "Variable",
|
|
5876
5904
|
"canonicalReference": "@vonage/vivid!registerSwitch:var",
|
|
@@ -7029,6 +7057,265 @@
|
|
|
7029
7057
|
"endIndex": 14
|
|
7030
7058
|
}
|
|
7031
7059
|
},
|
|
7060
|
+
{
|
|
7061
|
+
"kind": "TypeAlias",
|
|
7062
|
+
"canonicalReference": "@vonage/vivid!SplitButtonAppearance:type",
|
|
7063
|
+
"docComment": "",
|
|
7064
|
+
"excerptTokens": [
|
|
7065
|
+
{
|
|
7066
|
+
"kind": "Content",
|
|
7067
|
+
"text": "export type SplitButtonAppearance = "
|
|
7068
|
+
},
|
|
7069
|
+
{
|
|
7070
|
+
"kind": "Reference",
|
|
7071
|
+
"text": "Extract",
|
|
7072
|
+
"canonicalReference": "!Extract:type"
|
|
7073
|
+
},
|
|
7074
|
+
{
|
|
7075
|
+
"kind": "Content",
|
|
7076
|
+
"text": "<"
|
|
7077
|
+
},
|
|
7078
|
+
{
|
|
7079
|
+
"kind": "Reference",
|
|
7080
|
+
"text": "Appearance",
|
|
7081
|
+
"canonicalReference": "@vonage/vivid!Appearance:enum"
|
|
7082
|
+
},
|
|
7083
|
+
{
|
|
7084
|
+
"kind": "Content",
|
|
7085
|
+
"text": ", "
|
|
7086
|
+
},
|
|
7087
|
+
{
|
|
7088
|
+
"kind": "Reference",
|
|
7089
|
+
"text": "Appearance.Filled",
|
|
7090
|
+
"canonicalReference": "@vonage/vivid!Appearance.Filled:member"
|
|
7091
|
+
},
|
|
7092
|
+
{
|
|
7093
|
+
"kind": "Content",
|
|
7094
|
+
"text": " | "
|
|
7095
|
+
},
|
|
7096
|
+
{
|
|
7097
|
+
"kind": "Reference",
|
|
7098
|
+
"text": "Appearance.Outlined",
|
|
7099
|
+
"canonicalReference": "@vonage/vivid!Appearance.Outlined:member"
|
|
7100
|
+
},
|
|
7101
|
+
{
|
|
7102
|
+
"kind": "Content",
|
|
7103
|
+
"text": " | "
|
|
7104
|
+
},
|
|
7105
|
+
{
|
|
7106
|
+
"kind": "Reference",
|
|
7107
|
+
"text": "Appearance.Ghost",
|
|
7108
|
+
"canonicalReference": "@vonage/vivid!Appearance.Ghost:member"
|
|
7109
|
+
},
|
|
7110
|
+
{
|
|
7111
|
+
"kind": "Content",
|
|
7112
|
+
"text": ">"
|
|
7113
|
+
},
|
|
7114
|
+
{
|
|
7115
|
+
"kind": "Content",
|
|
7116
|
+
"text": ";"
|
|
7117
|
+
}
|
|
7118
|
+
],
|
|
7119
|
+
"fileUrlPath": "../../dist/libs/components/lib/split-button/split-button.d.ts",
|
|
7120
|
+
"releaseTag": "Public",
|
|
7121
|
+
"name": "SplitButtonAppearance",
|
|
7122
|
+
"typeTokenRange": {
|
|
7123
|
+
"startIndex": 1,
|
|
7124
|
+
"endIndex": 11
|
|
7125
|
+
}
|
|
7126
|
+
},
|
|
7127
|
+
{
|
|
7128
|
+
"kind": "TypeAlias",
|
|
7129
|
+
"canonicalReference": "@vonage/vivid!SplitButtonConnotation:type",
|
|
7130
|
+
"docComment": "",
|
|
7131
|
+
"excerptTokens": [
|
|
7132
|
+
{
|
|
7133
|
+
"kind": "Content",
|
|
7134
|
+
"text": "export type SplitButtonConnotation = "
|
|
7135
|
+
},
|
|
7136
|
+
{
|
|
7137
|
+
"kind": "Reference",
|
|
7138
|
+
"text": "Extract",
|
|
7139
|
+
"canonicalReference": "!Extract:type"
|
|
7140
|
+
},
|
|
7141
|
+
{
|
|
7142
|
+
"kind": "Content",
|
|
7143
|
+
"text": "<"
|
|
7144
|
+
},
|
|
7145
|
+
{
|
|
7146
|
+
"kind": "Reference",
|
|
7147
|
+
"text": "Connotation",
|
|
7148
|
+
"canonicalReference": "@vonage/vivid!Connotation:enum"
|
|
7149
|
+
},
|
|
7150
|
+
{
|
|
7151
|
+
"kind": "Content",
|
|
7152
|
+
"text": ", "
|
|
7153
|
+
},
|
|
7154
|
+
{
|
|
7155
|
+
"kind": "Reference",
|
|
7156
|
+
"text": "Connotation.Accent",
|
|
7157
|
+
"canonicalReference": "@vonage/vivid!Connotation.Accent:member"
|
|
7158
|
+
},
|
|
7159
|
+
{
|
|
7160
|
+
"kind": "Content",
|
|
7161
|
+
"text": " | "
|
|
7162
|
+
},
|
|
7163
|
+
{
|
|
7164
|
+
"kind": "Reference",
|
|
7165
|
+
"text": "Connotation.CTA",
|
|
7166
|
+
"canonicalReference": "@vonage/vivid!Connotation.CTA:member"
|
|
7167
|
+
},
|
|
7168
|
+
{
|
|
7169
|
+
"kind": "Content",
|
|
7170
|
+
"text": ">"
|
|
7171
|
+
},
|
|
7172
|
+
{
|
|
7173
|
+
"kind": "Content",
|
|
7174
|
+
"text": ";"
|
|
7175
|
+
}
|
|
7176
|
+
],
|
|
7177
|
+
"fileUrlPath": "../../dist/libs/components/lib/split-button/split-button.d.ts",
|
|
7178
|
+
"releaseTag": "Public",
|
|
7179
|
+
"name": "SplitButtonConnotation",
|
|
7180
|
+
"typeTokenRange": {
|
|
7181
|
+
"startIndex": 1,
|
|
7182
|
+
"endIndex": 9
|
|
7183
|
+
}
|
|
7184
|
+
},
|
|
7185
|
+
{
|
|
7186
|
+
"kind": "TypeAlias",
|
|
7187
|
+
"canonicalReference": "@vonage/vivid!SplitButtonShape:type",
|
|
7188
|
+
"docComment": "",
|
|
7189
|
+
"excerptTokens": [
|
|
7190
|
+
{
|
|
7191
|
+
"kind": "Content",
|
|
7192
|
+
"text": "export type SplitButtonShape = "
|
|
7193
|
+
},
|
|
7194
|
+
{
|
|
7195
|
+
"kind": "Reference",
|
|
7196
|
+
"text": "Extract",
|
|
7197
|
+
"canonicalReference": "!Extract:type"
|
|
7198
|
+
},
|
|
7199
|
+
{
|
|
7200
|
+
"kind": "Content",
|
|
7201
|
+
"text": "<"
|
|
7202
|
+
},
|
|
7203
|
+
{
|
|
7204
|
+
"kind": "Reference",
|
|
7205
|
+
"text": "Shape",
|
|
7206
|
+
"canonicalReference": "@vonage/vivid!Shape:enum"
|
|
7207
|
+
},
|
|
7208
|
+
{
|
|
7209
|
+
"kind": "Content",
|
|
7210
|
+
"text": ", "
|
|
7211
|
+
},
|
|
7212
|
+
{
|
|
7213
|
+
"kind": "Reference",
|
|
7214
|
+
"text": "Shape.Rounded",
|
|
7215
|
+
"canonicalReference": "@vonage/vivid!Shape.Rounded:member"
|
|
7216
|
+
},
|
|
7217
|
+
{
|
|
7218
|
+
"kind": "Content",
|
|
7219
|
+
"text": " | "
|
|
7220
|
+
},
|
|
7221
|
+
{
|
|
7222
|
+
"kind": "Reference",
|
|
7223
|
+
"text": "Shape.Pill",
|
|
7224
|
+
"canonicalReference": "@vonage/vivid!Shape.Pill:member"
|
|
7225
|
+
},
|
|
7226
|
+
{
|
|
7227
|
+
"kind": "Content",
|
|
7228
|
+
"text": ">"
|
|
7229
|
+
},
|
|
7230
|
+
{
|
|
7231
|
+
"kind": "Content",
|
|
7232
|
+
"text": ";"
|
|
7233
|
+
}
|
|
7234
|
+
],
|
|
7235
|
+
"fileUrlPath": "../../dist/libs/components/lib/split-button/split-button.d.ts",
|
|
7236
|
+
"releaseTag": "Public",
|
|
7237
|
+
"name": "SplitButtonShape",
|
|
7238
|
+
"typeTokenRange": {
|
|
7239
|
+
"startIndex": 1,
|
|
7240
|
+
"endIndex": 9
|
|
7241
|
+
}
|
|
7242
|
+
},
|
|
7243
|
+
{
|
|
7244
|
+
"kind": "TypeAlias",
|
|
7245
|
+
"canonicalReference": "@vonage/vivid!SplitButtonSize:type",
|
|
7246
|
+
"docComment": "",
|
|
7247
|
+
"excerptTokens": [
|
|
7248
|
+
{
|
|
7249
|
+
"kind": "Content",
|
|
7250
|
+
"text": "export type SplitButtonSize = "
|
|
7251
|
+
},
|
|
7252
|
+
{
|
|
7253
|
+
"kind": "Reference",
|
|
7254
|
+
"text": "Extract",
|
|
7255
|
+
"canonicalReference": "!Extract:type"
|
|
7256
|
+
},
|
|
7257
|
+
{
|
|
7258
|
+
"kind": "Content",
|
|
7259
|
+
"text": "<"
|
|
7260
|
+
},
|
|
7261
|
+
{
|
|
7262
|
+
"kind": "Reference",
|
|
7263
|
+
"text": "Size",
|
|
7264
|
+
"canonicalReference": "@vonage/vivid!Size:enum"
|
|
7265
|
+
},
|
|
7266
|
+
{
|
|
7267
|
+
"kind": "Content",
|
|
7268
|
+
"text": ", "
|
|
7269
|
+
},
|
|
7270
|
+
{
|
|
7271
|
+
"kind": "Reference",
|
|
7272
|
+
"text": "Size.SuperCondensed",
|
|
7273
|
+
"canonicalReference": "@vonage/vivid!Size.SuperCondensed:member"
|
|
7274
|
+
},
|
|
7275
|
+
{
|
|
7276
|
+
"kind": "Content",
|
|
7277
|
+
"text": " | "
|
|
7278
|
+
},
|
|
7279
|
+
{
|
|
7280
|
+
"kind": "Reference",
|
|
7281
|
+
"text": "Size.Condensed",
|
|
7282
|
+
"canonicalReference": "@vonage/vivid!Size.Condensed:member"
|
|
7283
|
+
},
|
|
7284
|
+
{
|
|
7285
|
+
"kind": "Content",
|
|
7286
|
+
"text": " | "
|
|
7287
|
+
},
|
|
7288
|
+
{
|
|
7289
|
+
"kind": "Reference",
|
|
7290
|
+
"text": "Size.Normal",
|
|
7291
|
+
"canonicalReference": "@vonage/vivid!Size.Normal:member"
|
|
7292
|
+
},
|
|
7293
|
+
{
|
|
7294
|
+
"kind": "Content",
|
|
7295
|
+
"text": " | "
|
|
7296
|
+
},
|
|
7297
|
+
{
|
|
7298
|
+
"kind": "Reference",
|
|
7299
|
+
"text": "Size.Expanded",
|
|
7300
|
+
"canonicalReference": "@vonage/vivid!Size.Expanded:member"
|
|
7301
|
+
},
|
|
7302
|
+
{
|
|
7303
|
+
"kind": "Content",
|
|
7304
|
+
"text": ">"
|
|
7305
|
+
},
|
|
7306
|
+
{
|
|
7307
|
+
"kind": "Content",
|
|
7308
|
+
"text": ";"
|
|
7309
|
+
}
|
|
7310
|
+
],
|
|
7311
|
+
"fileUrlPath": "../../dist/libs/components/lib/split-button/split-button.d.ts",
|
|
7312
|
+
"releaseTag": "Public",
|
|
7313
|
+
"name": "SplitButtonSize",
|
|
7314
|
+
"typeTokenRange": {
|
|
7315
|
+
"startIndex": 1,
|
|
7316
|
+
"endIndex": 13
|
|
7317
|
+
}
|
|
7318
|
+
},
|
|
7032
7319
|
{
|
|
7033
7320
|
"kind": "TypeAlias",
|
|
7034
7321
|
"canonicalReference": "@vonage/vivid!SwitchConnotation:type",
|