@fluentui/web-components 3.0.0-rc.19 → 3.0.0-rc.20
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/CHANGELOG.md +12 -2
- package/custom-elements.json +201 -26
- package/dist/esm/badge/index.d.ts +3 -4
- package/dist/esm/badge/index.js +3 -4
- package/dist/esm/badge/index.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.base.d.ts +55 -0
- package/dist/esm/counter-badge/counter-badge.base.js +84 -0
- package/dist/esm/counter-badge/counter-badge.base.js.map +1 -0
- package/dist/esm/counter-badge/counter-badge.d.ts +4 -57
- package/dist/esm/counter-badge/counter-badge.js +6 -77
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.options.d.ts +19 -11
- package/dist/esm/counter-badge/counter-badge.options.js +8 -4
- package/dist/esm/counter-badge/counter-badge.options.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.template.d.ts +9 -1
- package/dist/esm/counter-badge/counter-badge.template.js +15 -7
- package/dist/esm/counter-badge/counter-badge.template.js.map +1 -1
- package/dist/esm/counter-badge/index.d.ts +4 -4
- package/dist/esm/counter-badge/index.js +4 -4
- package/dist/esm/counter-badge/index.js.map +1 -1
- package/dist/esm/dropdown/dropdown.styles.js +1 -0
- package/dist/esm/dropdown/dropdown.styles.js.map +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/web-components-all.js +170 -166
- package/dist/web-components-all.min.js +15 -15
- package/dist/web-components.d.ts +81 -65
- package/dist/web-components.js +169 -165
- package/dist/web-components.min.js +18 -18
- package/package.json +1 -1
|
@@ -4735,14 +4735,14 @@ function applyMixins(derivedCtor, ...baseCtors) {
|
|
|
4735
4735
|
});
|
|
4736
4736
|
}
|
|
4737
4737
|
|
|
4738
|
-
var __defProp$
|
|
4739
|
-
var __getOwnPropDesc$
|
|
4740
|
-
var __decorateClass$
|
|
4741
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$
|
|
4738
|
+
var __defProp$P = Object.defineProperty;
|
|
4739
|
+
var __getOwnPropDesc$P = Object.getOwnPropertyDescriptor;
|
|
4740
|
+
var __decorateClass$P = (decorators, target, key, kind) => {
|
|
4741
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$P(target, key) : target;
|
|
4742
4742
|
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
4743
4743
|
if (decorator = decorators[i])
|
|
4744
4744
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
4745
|
-
if (kind && result) __defProp$
|
|
4745
|
+
if (kind && result) __defProp$P(target, key, result);
|
|
4746
4746
|
return result;
|
|
4747
4747
|
};
|
|
4748
4748
|
class BaseAccordionItem extends FASTElement {
|
|
@@ -4759,31 +4759,31 @@ class BaseAccordionItem extends FASTElement {
|
|
|
4759
4759
|
this.disabled = false;
|
|
4760
4760
|
}
|
|
4761
4761
|
}
|
|
4762
|
-
__decorateClass$
|
|
4762
|
+
__decorateClass$P([
|
|
4763
4763
|
attr({
|
|
4764
4764
|
attribute: "heading-level",
|
|
4765
4765
|
mode: "fromView",
|
|
4766
4766
|
converter: nullableNumberConverter
|
|
4767
4767
|
})
|
|
4768
4768
|
], BaseAccordionItem.prototype, "headinglevel", 2);
|
|
4769
|
-
__decorateClass$
|
|
4769
|
+
__decorateClass$P([
|
|
4770
4770
|
attr({ mode: "boolean" })
|
|
4771
4771
|
], BaseAccordionItem.prototype, "expanded", 2);
|
|
4772
|
-
__decorateClass$
|
|
4772
|
+
__decorateClass$P([
|
|
4773
4773
|
attr({ mode: "boolean" })
|
|
4774
4774
|
], BaseAccordionItem.prototype, "disabled", 2);
|
|
4775
|
-
__decorateClass$
|
|
4775
|
+
__decorateClass$P([
|
|
4776
4776
|
observable
|
|
4777
4777
|
], BaseAccordionItem.prototype, "expandbutton", 2);
|
|
4778
4778
|
|
|
4779
|
-
var __defProp$
|
|
4780
|
-
var __getOwnPropDesc$
|
|
4781
|
-
var __decorateClass$
|
|
4782
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$
|
|
4779
|
+
var __defProp$O = Object.defineProperty;
|
|
4780
|
+
var __getOwnPropDesc$O = Object.getOwnPropertyDescriptor;
|
|
4781
|
+
var __decorateClass$O = (decorators, target, key, kind) => {
|
|
4782
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$O(target, key) : target;
|
|
4783
4783
|
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
4784
4784
|
if (decorator = decorators[i])
|
|
4785
4785
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
4786
|
-
if (kind && result) __defProp$
|
|
4786
|
+
if (kind && result) __defProp$O(target, key, result);
|
|
4787
4787
|
return result;
|
|
4788
4788
|
};
|
|
4789
4789
|
class AccordionItem extends BaseAccordionItem {
|
|
@@ -4792,13 +4792,13 @@ class AccordionItem extends BaseAccordionItem {
|
|
|
4792
4792
|
this.block = false;
|
|
4793
4793
|
}
|
|
4794
4794
|
}
|
|
4795
|
-
__decorateClass$
|
|
4795
|
+
__decorateClass$O([
|
|
4796
4796
|
attr
|
|
4797
4797
|
], AccordionItem.prototype, "size", 2);
|
|
4798
|
-
__decorateClass$
|
|
4798
|
+
__decorateClass$O([
|
|
4799
4799
|
attr({ attribute: "marker-position" })
|
|
4800
4800
|
], AccordionItem.prototype, "markerPosition", 2);
|
|
4801
|
-
__decorateClass$
|
|
4801
|
+
__decorateClass$O([
|
|
4802
4802
|
attr({ mode: "boolean" })
|
|
4803
4803
|
], AccordionItem.prototype, "block", 2);
|
|
4804
4804
|
applyMixins(AccordionItem, StartEnd);
|
|
@@ -5333,14 +5333,14 @@ function waitForConnectedDescendants(target, callback, options) {
|
|
|
5333
5333
|
scheduleCheck();
|
|
5334
5334
|
}
|
|
5335
5335
|
|
|
5336
|
-
var __defProp$
|
|
5337
|
-
var __getOwnPropDesc$
|
|
5338
|
-
var __decorateClass$
|
|
5339
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$
|
|
5336
|
+
var __defProp$N = Object.defineProperty;
|
|
5337
|
+
var __getOwnPropDesc$N = Object.getOwnPropertyDescriptor;
|
|
5338
|
+
var __decorateClass$N = (decorators, target, key, kind) => {
|
|
5339
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$N(target, key) : target;
|
|
5340
5340
|
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
5341
5341
|
if (decorator = decorators[i])
|
|
5342
5342
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
5343
|
-
if (kind && result) __defProp$
|
|
5343
|
+
if (kind && result) __defProp$N(target, key, result);
|
|
5344
5344
|
return result;
|
|
5345
5345
|
};
|
|
5346
5346
|
class Accordion extends FASTElement {
|
|
@@ -5485,10 +5485,10 @@ class Accordion extends FASTElement {
|
|
|
5485
5485
|
this.setItems();
|
|
5486
5486
|
}
|
|
5487
5487
|
}
|
|
5488
|
-
__decorateClass$
|
|
5488
|
+
__decorateClass$N([
|
|
5489
5489
|
attr({ attribute: "expand-mode" })
|
|
5490
5490
|
], Accordion.prototype, "expandmode", 2);
|
|
5491
|
-
__decorateClass$
|
|
5491
|
+
__decorateClass$N([
|
|
5492
5492
|
observable
|
|
5493
5493
|
], Accordion.prototype, "slottedAccordionItems", 2);
|
|
5494
5494
|
|
|
@@ -5598,14 +5598,14 @@ function swapStates(elementInternals, prev = "", next = "", States, prefix = "")
|
|
|
5598
5598
|
}
|
|
5599
5599
|
}
|
|
5600
5600
|
|
|
5601
|
-
var __defProp$
|
|
5602
|
-
var __getOwnPropDesc$
|
|
5603
|
-
var __decorateClass$
|
|
5604
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$
|
|
5601
|
+
var __defProp$M = Object.defineProperty;
|
|
5602
|
+
var __getOwnPropDesc$M = Object.getOwnPropertyDescriptor;
|
|
5603
|
+
var __decorateClass$M = (decorators, target, key, kind) => {
|
|
5604
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$M(target, key) : target;
|
|
5605
5605
|
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
5606
5606
|
if (decorator = decorators[i])
|
|
5607
5607
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
5608
|
-
if (kind && result) __defProp$
|
|
5608
|
+
if (kind && result) __defProp$M(target, key, result);
|
|
5609
5609
|
return result;
|
|
5610
5610
|
};
|
|
5611
5611
|
class BaseAnchor extends FASTElement {
|
|
@@ -5717,39 +5717,39 @@ class BaseAnchor extends FASTElement {
|
|
|
5717
5717
|
return proxy;
|
|
5718
5718
|
}
|
|
5719
5719
|
}
|
|
5720
|
-
__decorateClass$
|
|
5720
|
+
__decorateClass$M([
|
|
5721
5721
|
attr
|
|
5722
5722
|
], BaseAnchor.prototype, "download", 2);
|
|
5723
|
-
__decorateClass$
|
|
5723
|
+
__decorateClass$M([
|
|
5724
5724
|
attr
|
|
5725
5725
|
], BaseAnchor.prototype, "href", 2);
|
|
5726
|
-
__decorateClass$
|
|
5726
|
+
__decorateClass$M([
|
|
5727
5727
|
attr
|
|
5728
5728
|
], BaseAnchor.prototype, "hreflang", 2);
|
|
5729
|
-
__decorateClass$
|
|
5729
|
+
__decorateClass$M([
|
|
5730
5730
|
attr
|
|
5731
5731
|
], BaseAnchor.prototype, "ping", 2);
|
|
5732
|
-
__decorateClass$
|
|
5732
|
+
__decorateClass$M([
|
|
5733
5733
|
attr
|
|
5734
5734
|
], BaseAnchor.prototype, "referrerpolicy", 2);
|
|
5735
|
-
__decorateClass$
|
|
5735
|
+
__decorateClass$M([
|
|
5736
5736
|
attr
|
|
5737
5737
|
], BaseAnchor.prototype, "rel", 2);
|
|
5738
|
-
__decorateClass$
|
|
5738
|
+
__decorateClass$M([
|
|
5739
5739
|
attr
|
|
5740
5740
|
], BaseAnchor.prototype, "target", 2);
|
|
5741
|
-
__decorateClass$
|
|
5741
|
+
__decorateClass$M([
|
|
5742
5742
|
attr
|
|
5743
5743
|
], BaseAnchor.prototype, "type", 2);
|
|
5744
5744
|
|
|
5745
|
-
var __defProp$
|
|
5746
|
-
var __getOwnPropDesc$
|
|
5747
|
-
var __decorateClass$
|
|
5748
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$
|
|
5745
|
+
var __defProp$L = Object.defineProperty;
|
|
5746
|
+
var __getOwnPropDesc$L = Object.getOwnPropertyDescriptor;
|
|
5747
|
+
var __decorateClass$L = (decorators, target, key, kind) => {
|
|
5748
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$L(target, key) : target;
|
|
5749
5749
|
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
5750
5750
|
if (decorator = decorators[i])
|
|
5751
5751
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
5752
|
-
if (kind && result) __defProp$
|
|
5752
|
+
if (kind && result) __defProp$L(target, key, result);
|
|
5753
5753
|
return result;
|
|
5754
5754
|
};
|
|
5755
5755
|
class AnchorButton extends BaseAnchor {
|
|
@@ -5790,16 +5790,16 @@ class AnchorButton extends BaseAnchor {
|
|
|
5790
5790
|
toggleState(this.elementInternals, "icon", !!next);
|
|
5791
5791
|
}
|
|
5792
5792
|
}
|
|
5793
|
-
__decorateClass$
|
|
5793
|
+
__decorateClass$L([
|
|
5794
5794
|
attr
|
|
5795
5795
|
], AnchorButton.prototype, "appearance", 2);
|
|
5796
|
-
__decorateClass$
|
|
5796
|
+
__decorateClass$L([
|
|
5797
5797
|
attr
|
|
5798
5798
|
], AnchorButton.prototype, "shape", 2);
|
|
5799
|
-
__decorateClass$
|
|
5799
|
+
__decorateClass$L([
|
|
5800
5800
|
attr
|
|
5801
5801
|
], AnchorButton.prototype, "size", 2);
|
|
5802
|
-
__decorateClass$
|
|
5802
|
+
__decorateClass$L([
|
|
5803
5803
|
attr({ attribute: "icon-only", mode: "boolean" })
|
|
5804
5804
|
], AnchorButton.prototype, "iconOnly", 2);
|
|
5805
5805
|
applyMixins(AnchorButton, StartEnd);
|
|
@@ -5932,14 +5932,14 @@ function getInitials(displayName, isRtl, options) {
|
|
|
5932
5932
|
return getInitialsLatin(displayName, isRtl, options?.firstInitialOnly);
|
|
5933
5933
|
}
|
|
5934
5934
|
|
|
5935
|
-
var __defProp$
|
|
5936
|
-
var __getOwnPropDesc$
|
|
5937
|
-
var __decorateClass$
|
|
5938
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$
|
|
5935
|
+
var __defProp$K = Object.defineProperty;
|
|
5936
|
+
var __getOwnPropDesc$K = Object.getOwnPropertyDescriptor;
|
|
5937
|
+
var __decorateClass$K = (decorators, target, key, kind) => {
|
|
5938
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$K(target, key) : target;
|
|
5939
5939
|
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
5940
5940
|
if (decorator = decorators[i])
|
|
5941
5941
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
5942
|
-
if (kind && result) __defProp$
|
|
5942
|
+
if (kind && result) __defProp$K(target, key, result);
|
|
5943
5943
|
return result;
|
|
5944
5944
|
};
|
|
5945
5945
|
class BaseAvatar extends FASTElement {
|
|
@@ -6048,30 +6048,30 @@ class BaseAvatar extends FASTElement {
|
|
|
6048
6048
|
}
|
|
6049
6049
|
}
|
|
6050
6050
|
}
|
|
6051
|
-
__decorateClass$
|
|
6051
|
+
__decorateClass$K([
|
|
6052
6052
|
observable
|
|
6053
6053
|
], BaseAvatar.prototype, "defaultSlot", 2);
|
|
6054
|
-
__decorateClass$
|
|
6054
|
+
__decorateClass$K([
|
|
6055
6055
|
observable
|
|
6056
6056
|
], BaseAvatar.prototype, "monogram", 2);
|
|
6057
|
-
__decorateClass$
|
|
6057
|
+
__decorateClass$K([
|
|
6058
6058
|
observable
|
|
6059
6059
|
], BaseAvatar.prototype, "slottedDefaults", 2);
|
|
6060
|
-
__decorateClass$
|
|
6060
|
+
__decorateClass$K([
|
|
6061
6061
|
attr
|
|
6062
6062
|
], BaseAvatar.prototype, "name", 2);
|
|
6063
|
-
__decorateClass$
|
|
6063
|
+
__decorateClass$K([
|
|
6064
6064
|
attr
|
|
6065
6065
|
], BaseAvatar.prototype, "initials", 2);
|
|
6066
6066
|
|
|
6067
|
-
var __defProp$
|
|
6068
|
-
var __getOwnPropDesc$
|
|
6069
|
-
var __decorateClass$
|
|
6070
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$
|
|
6067
|
+
var __defProp$J = Object.defineProperty;
|
|
6068
|
+
var __getOwnPropDesc$J = Object.getOwnPropertyDescriptor;
|
|
6069
|
+
var __decorateClass$J = (decorators, target, key, kind) => {
|
|
6070
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$J(target, key) : target;
|
|
6071
6071
|
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
6072
6072
|
if (decorator = decorators[i])
|
|
6073
6073
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
6074
|
-
if (kind && result) __defProp$
|
|
6074
|
+
if (kind && result) __defProp$J(target, key, result);
|
|
6075
6075
|
return result;
|
|
6076
6076
|
};
|
|
6077
6077
|
const _Avatar = class _Avatar extends BaseAvatar {
|
|
@@ -6126,22 +6126,22 @@ const _Avatar = class _Avatar extends BaseAvatar {
|
|
|
6126
6126
|
* An array of the available Avatar named colors
|
|
6127
6127
|
*/
|
|
6128
6128
|
_Avatar.colors = Object.values(AvatarNamedColor);
|
|
6129
|
-
__decorateClass$
|
|
6129
|
+
__decorateClass$J([
|
|
6130
6130
|
attr
|
|
6131
6131
|
], _Avatar.prototype, "active", 2);
|
|
6132
|
-
__decorateClass$
|
|
6132
|
+
__decorateClass$J([
|
|
6133
6133
|
attr
|
|
6134
6134
|
], _Avatar.prototype, "shape", 2);
|
|
6135
|
-
__decorateClass$
|
|
6135
|
+
__decorateClass$J([
|
|
6136
6136
|
attr
|
|
6137
6137
|
], _Avatar.prototype, "appearance", 2);
|
|
6138
|
-
__decorateClass$
|
|
6138
|
+
__decorateClass$J([
|
|
6139
6139
|
attr({ converter: nullableNumberConverter })
|
|
6140
6140
|
], _Avatar.prototype, "size", 2);
|
|
6141
|
-
__decorateClass$
|
|
6141
|
+
__decorateClass$J([
|
|
6142
6142
|
attr
|
|
6143
6143
|
], _Avatar.prototype, "color", 2);
|
|
6144
|
-
__decorateClass$
|
|
6144
|
+
__decorateClass$J([
|
|
6145
6145
|
attr({ attribute: "color-id" })
|
|
6146
6146
|
], _Avatar.prototype, "colorId", 2);
|
|
6147
6147
|
let Avatar = _Avatar;
|
|
@@ -6213,14 +6213,14 @@ const BadgeSize = {
|
|
|
6213
6213
|
};
|
|
6214
6214
|
const tagName$A = `${FluentDesignSystem.prefix}-badge`;
|
|
6215
6215
|
|
|
6216
|
-
var __defProp$
|
|
6217
|
-
var __getOwnPropDesc$
|
|
6218
|
-
var __decorateClass$
|
|
6219
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$
|
|
6216
|
+
var __defProp$I = Object.defineProperty;
|
|
6217
|
+
var __getOwnPropDesc$I = Object.getOwnPropertyDescriptor;
|
|
6218
|
+
var __decorateClass$I = (decorators, target, key, kind) => {
|
|
6219
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$I(target, key) : target;
|
|
6220
6220
|
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
6221
6221
|
if (decorator = decorators[i])
|
|
6222
6222
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
6223
|
-
if (kind && result) __defProp$
|
|
6223
|
+
if (kind && result) __defProp$I(target, key, result);
|
|
6224
6224
|
return result;
|
|
6225
6225
|
};
|
|
6226
6226
|
class Badge extends FASTElement {
|
|
@@ -6230,16 +6230,16 @@ class Badge extends FASTElement {
|
|
|
6230
6230
|
this.color = BadgeColor.brand;
|
|
6231
6231
|
}
|
|
6232
6232
|
}
|
|
6233
|
-
__decorateClass$
|
|
6233
|
+
__decorateClass$I([
|
|
6234
6234
|
attr
|
|
6235
6235
|
], Badge.prototype, "appearance", 2);
|
|
6236
|
-
__decorateClass$
|
|
6236
|
+
__decorateClass$I([
|
|
6237
6237
|
attr
|
|
6238
6238
|
], Badge.prototype, "color", 2);
|
|
6239
|
-
__decorateClass$
|
|
6239
|
+
__decorateClass$I([
|
|
6240
6240
|
attr
|
|
6241
6241
|
], Badge.prototype, "shape", 2);
|
|
6242
|
-
__decorateClass$
|
|
6242
|
+
__decorateClass$I([
|
|
6243
6243
|
attr
|
|
6244
6244
|
], Badge.prototype, "size", 2);
|
|
6245
6245
|
applyMixins(Badge, StartEnd);
|
|
@@ -6266,14 +6266,14 @@ const definition$B = Badge.compose({
|
|
|
6266
6266
|
|
|
6267
6267
|
definition$B.define(FluentDesignSystem.registry);
|
|
6268
6268
|
|
|
6269
|
-
var __defProp$
|
|
6270
|
-
var __getOwnPropDesc$
|
|
6271
|
-
var __decorateClass$
|
|
6272
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$
|
|
6269
|
+
var __defProp$H = Object.defineProperty;
|
|
6270
|
+
var __getOwnPropDesc$H = Object.getOwnPropertyDescriptor;
|
|
6271
|
+
var __decorateClass$H = (decorators, target, key, kind) => {
|
|
6272
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$H(target, key) : target;
|
|
6273
6273
|
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
6274
6274
|
if (decorator = decorators[i])
|
|
6275
6275
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
6276
|
-
if (kind && result) __defProp$
|
|
6276
|
+
if (kind && result) __defProp$H(target, key, result);
|
|
6277
6277
|
return result;
|
|
6278
6278
|
};
|
|
6279
6279
|
class BaseButton extends FASTElement {
|
|
@@ -6498,54 +6498,54 @@ class BaseButton extends FASTElement {
|
|
|
6498
6498
|
* @public
|
|
6499
6499
|
*/
|
|
6500
6500
|
BaseButton.formAssociated = true;
|
|
6501
|
-
__decorateClass$
|
|
6501
|
+
__decorateClass$H([
|
|
6502
6502
|
attr({ mode: "boolean" })
|
|
6503
6503
|
], BaseButton.prototype, "autofocus", 2);
|
|
6504
|
-
__decorateClass$
|
|
6504
|
+
__decorateClass$H([
|
|
6505
6505
|
observable
|
|
6506
6506
|
], BaseButton.prototype, "defaultSlottedContent", 2);
|
|
6507
|
-
__decorateClass$
|
|
6507
|
+
__decorateClass$H([
|
|
6508
6508
|
attr({ mode: "boolean" })
|
|
6509
6509
|
], BaseButton.prototype, "disabled", 2);
|
|
6510
|
-
__decorateClass$
|
|
6510
|
+
__decorateClass$H([
|
|
6511
6511
|
attr({ attribute: "disabled-focusable", mode: "boolean" })
|
|
6512
6512
|
], BaseButton.prototype, "disabledFocusable", 2);
|
|
6513
|
-
__decorateClass$
|
|
6513
|
+
__decorateClass$H([
|
|
6514
6514
|
attr({ attribute: "formaction" })
|
|
6515
6515
|
], BaseButton.prototype, "formAction", 2);
|
|
6516
|
-
__decorateClass$
|
|
6516
|
+
__decorateClass$H([
|
|
6517
6517
|
attr({ attribute: "form" })
|
|
6518
6518
|
], BaseButton.prototype, "formAttribute", 2);
|
|
6519
|
-
__decorateClass$
|
|
6519
|
+
__decorateClass$H([
|
|
6520
6520
|
attr({ attribute: "formenctype" })
|
|
6521
6521
|
], BaseButton.prototype, "formEnctype", 2);
|
|
6522
|
-
__decorateClass$
|
|
6522
|
+
__decorateClass$H([
|
|
6523
6523
|
attr({ attribute: "formmethod" })
|
|
6524
6524
|
], BaseButton.prototype, "formMethod", 2);
|
|
6525
|
-
__decorateClass$
|
|
6525
|
+
__decorateClass$H([
|
|
6526
6526
|
attr({ attribute: "formnovalidate", mode: "boolean" })
|
|
6527
6527
|
], BaseButton.prototype, "formNoValidate", 2);
|
|
6528
|
-
__decorateClass$
|
|
6528
|
+
__decorateClass$H([
|
|
6529
6529
|
attr({ attribute: "formtarget" })
|
|
6530
6530
|
], BaseButton.prototype, "formTarget", 2);
|
|
6531
|
-
__decorateClass$
|
|
6531
|
+
__decorateClass$H([
|
|
6532
6532
|
attr
|
|
6533
6533
|
], BaseButton.prototype, "name", 2);
|
|
6534
|
-
__decorateClass$
|
|
6534
|
+
__decorateClass$H([
|
|
6535
6535
|
attr
|
|
6536
6536
|
], BaseButton.prototype, "type", 2);
|
|
6537
|
-
__decorateClass$
|
|
6537
|
+
__decorateClass$H([
|
|
6538
6538
|
attr
|
|
6539
6539
|
], BaseButton.prototype, "value", 2);
|
|
6540
6540
|
|
|
6541
|
-
var __defProp$
|
|
6542
|
-
var __getOwnPropDesc$
|
|
6543
|
-
var __decorateClass$
|
|
6544
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$
|
|
6541
|
+
var __defProp$G = Object.defineProperty;
|
|
6542
|
+
var __getOwnPropDesc$G = Object.getOwnPropertyDescriptor;
|
|
6543
|
+
var __decorateClass$G = (decorators, target, key, kind) => {
|
|
6544
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$G(target, key) : target;
|
|
6545
6545
|
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
6546
6546
|
if (decorator = decorators[i])
|
|
6547
6547
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
6548
|
-
if (kind && result) __defProp$
|
|
6548
|
+
if (kind && result) __defProp$G(target, key, result);
|
|
6549
6549
|
return result;
|
|
6550
6550
|
};
|
|
6551
6551
|
class Button extends BaseButton {
|
|
@@ -6554,16 +6554,16 @@ class Button extends BaseButton {
|
|
|
6554
6554
|
this.iconOnly = false;
|
|
6555
6555
|
}
|
|
6556
6556
|
}
|
|
6557
|
-
__decorateClass$
|
|
6557
|
+
__decorateClass$G([
|
|
6558
6558
|
attr
|
|
6559
6559
|
], Button.prototype, "appearance", 2);
|
|
6560
|
-
__decorateClass$
|
|
6560
|
+
__decorateClass$G([
|
|
6561
6561
|
attr
|
|
6562
6562
|
], Button.prototype, "shape", 2);
|
|
6563
|
-
__decorateClass$
|
|
6563
|
+
__decorateClass$G([
|
|
6564
6564
|
attr
|
|
6565
6565
|
], Button.prototype, "size", 2);
|
|
6566
|
-
__decorateClass$
|
|
6566
|
+
__decorateClass$G([
|
|
6567
6567
|
attr({ attribute: "icon-only", mode: "boolean" })
|
|
6568
6568
|
], Button.prototype, "iconOnly", 2);
|
|
6569
6569
|
applyMixins(Button, StartEnd);
|
|
@@ -6591,14 +6591,14 @@ const CheckboxSize = {
|
|
|
6591
6591
|
};
|
|
6592
6592
|
const tagName$z = `${FluentDesignSystem.prefix}-checkbox`;
|
|
6593
6593
|
|
|
6594
|
-
var __defProp$
|
|
6595
|
-
var __getOwnPropDesc$
|
|
6596
|
-
var __decorateClass$
|
|
6597
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$
|
|
6594
|
+
var __defProp$F = Object.defineProperty;
|
|
6595
|
+
var __getOwnPropDesc$F = Object.getOwnPropertyDescriptor;
|
|
6596
|
+
var __decorateClass$F = (decorators, target, key, kind) => {
|
|
6597
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$F(target, key) : target;
|
|
6598
6598
|
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
6599
6599
|
if (decorator = decorators[i])
|
|
6600
6600
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
6601
|
-
if (kind && result) __defProp$
|
|
6601
|
+
if (kind && result) __defProp$F(target, key, result);
|
|
6602
6602
|
return result;
|
|
6603
6603
|
};
|
|
6604
6604
|
class BaseCheckbox extends FASTElement {
|
|
@@ -6948,39 +6948,39 @@ class BaseCheckbox extends FASTElement {
|
|
|
6948
6948
|
* @public
|
|
6949
6949
|
*/
|
|
6950
6950
|
BaseCheckbox.formAssociated = true;
|
|
6951
|
-
__decorateClass$
|
|
6951
|
+
__decorateClass$F([
|
|
6952
6952
|
attr({ mode: "boolean" })
|
|
6953
6953
|
], BaseCheckbox.prototype, "autofocus", 2);
|
|
6954
|
-
__decorateClass$
|
|
6954
|
+
__decorateClass$F([
|
|
6955
6955
|
observable
|
|
6956
6956
|
], BaseCheckbox.prototype, "disabled", 2);
|
|
6957
|
-
__decorateClass$
|
|
6957
|
+
__decorateClass$F([
|
|
6958
6958
|
attr({ attribute: "disabled", mode: "boolean" })
|
|
6959
6959
|
], BaseCheckbox.prototype, "disabledAttribute", 2);
|
|
6960
|
-
__decorateClass$
|
|
6960
|
+
__decorateClass$F([
|
|
6961
6961
|
attr({ attribute: "form" })
|
|
6962
6962
|
], BaseCheckbox.prototype, "formAttribute", 2);
|
|
6963
|
-
__decorateClass$
|
|
6963
|
+
__decorateClass$F([
|
|
6964
6964
|
attr({ attribute: "checked", mode: "boolean" })
|
|
6965
6965
|
], BaseCheckbox.prototype, "initialChecked", 2);
|
|
6966
|
-
__decorateClass$
|
|
6966
|
+
__decorateClass$F([
|
|
6967
6967
|
attr({ attribute: "value", mode: "fromView" })
|
|
6968
6968
|
], BaseCheckbox.prototype, "initialValue", 2);
|
|
6969
|
-
__decorateClass$
|
|
6969
|
+
__decorateClass$F([
|
|
6970
6970
|
attr
|
|
6971
6971
|
], BaseCheckbox.prototype, "name", 2);
|
|
6972
|
-
__decorateClass$
|
|
6972
|
+
__decorateClass$F([
|
|
6973
6973
|
attr({ mode: "boolean" })
|
|
6974
6974
|
], BaseCheckbox.prototype, "required", 2);
|
|
6975
6975
|
|
|
6976
|
-
var __defProp$
|
|
6977
|
-
var __getOwnPropDesc$
|
|
6978
|
-
var __decorateClass$
|
|
6979
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$
|
|
6976
|
+
var __defProp$E = Object.defineProperty;
|
|
6977
|
+
var __getOwnPropDesc$E = Object.getOwnPropertyDescriptor;
|
|
6978
|
+
var __decorateClass$E = (decorators, target, key, kind) => {
|
|
6979
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$E(target, key) : target;
|
|
6980
6980
|
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
6981
6981
|
if (decorator = decorators[i])
|
|
6982
6982
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
6983
|
-
if (kind && result) __defProp$
|
|
6983
|
+
if (kind && result) __defProp$E(target, key, result);
|
|
6984
6984
|
return result;
|
|
6985
6985
|
};
|
|
6986
6986
|
class Checkbox extends BaseCheckbox {
|
|
@@ -7023,13 +7023,13 @@ class Checkbox extends BaseCheckbox {
|
|
|
7023
7023
|
super.toggleChecked(force);
|
|
7024
7024
|
}
|
|
7025
7025
|
}
|
|
7026
|
-
__decorateClass$
|
|
7026
|
+
__decorateClass$E([
|
|
7027
7027
|
observable
|
|
7028
7028
|
], Checkbox.prototype, "indeterminate", 2);
|
|
7029
|
-
__decorateClass$
|
|
7029
|
+
__decorateClass$E([
|
|
7030
7030
|
attr
|
|
7031
7031
|
], Checkbox.prototype, "shape", 2);
|
|
7032
|
-
__decorateClass$
|
|
7032
|
+
__decorateClass$E([
|
|
7033
7033
|
attr
|
|
7034
7034
|
], Checkbox.prototype, "size", 2);
|
|
7035
7035
|
|
|
@@ -7139,17 +7139,17 @@ const CounterBadgeSize = {
|
|
|
7139
7139
|
};
|
|
7140
7140
|
const tagName$x = `${FluentDesignSystem.prefix}-counter-badge`;
|
|
7141
7141
|
|
|
7142
|
-
var __defProp$
|
|
7143
|
-
var __getOwnPropDesc$
|
|
7144
|
-
var __decorateClass$
|
|
7145
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$
|
|
7142
|
+
var __defProp$D = Object.defineProperty;
|
|
7143
|
+
var __getOwnPropDesc$D = Object.getOwnPropertyDescriptor;
|
|
7144
|
+
var __decorateClass$D = (decorators, target, key, kind) => {
|
|
7145
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$D(target, key) : target;
|
|
7146
7146
|
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
7147
7147
|
if (decorator = decorators[i])
|
|
7148
7148
|
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
7149
|
-
if (kind && result) __defProp$
|
|
7149
|
+
if (kind && result) __defProp$D(target, key, result);
|
|
7150
7150
|
return result;
|
|
7151
7151
|
};
|
|
7152
|
-
class
|
|
7152
|
+
class BaseCounterBadge extends FASTElement {
|
|
7153
7153
|
constructor() {
|
|
7154
7154
|
super(...arguments);
|
|
7155
7155
|
/**
|
|
@@ -7163,27 +7163,45 @@ class CounterBadge extends FASTElement {
|
|
|
7163
7163
|
this.showZero = false;
|
|
7164
7164
|
this.dot = false;
|
|
7165
7165
|
}
|
|
7166
|
-
|
|
7167
|
-
this.setCount();
|
|
7168
|
-
}
|
|
7169
|
-
overflowCountChanged() {
|
|
7170
|
-
this.setCount();
|
|
7171
|
-
}
|
|
7172
|
-
/**
|
|
7173
|
-
* Function to set the count
|
|
7174
|
-
* This is the default slotted content for the counter badge
|
|
7175
|
-
* If children are slotted, that will override the value returned
|
|
7176
|
-
*
|
|
7177
|
-
* @internal
|
|
7178
|
-
*/
|
|
7179
|
-
setCount() {
|
|
7166
|
+
get displayValue() {
|
|
7180
7167
|
const count = this.count ?? 0;
|
|
7181
|
-
if (
|
|
7182
|
-
return
|
|
7168
|
+
if (!this.showZero && count === 0 || this.dot) {
|
|
7169
|
+
return "";
|
|
7183
7170
|
}
|
|
7184
|
-
|
|
7171
|
+
if (this.overflowCount > 0 && count > this.overflowCount) {
|
|
7172
|
+
return `${this.overflowCount}+`;
|
|
7173
|
+
}
|
|
7174
|
+
return `${count}`;
|
|
7185
7175
|
}
|
|
7186
7176
|
}
|
|
7177
|
+
__decorateClass$D([
|
|
7178
|
+
attr({ converter: nullableNumberConverter })
|
|
7179
|
+
], BaseCounterBadge.prototype, "count", 2);
|
|
7180
|
+
__decorateClass$D([
|
|
7181
|
+
attr({ attribute: "overflow-count", converter: nullableNumberConverter })
|
|
7182
|
+
], BaseCounterBadge.prototype, "overflowCount", 2);
|
|
7183
|
+
__decorateClass$D([
|
|
7184
|
+
attr({ attribute: "show-zero", mode: "boolean" })
|
|
7185
|
+
], BaseCounterBadge.prototype, "showZero", 2);
|
|
7186
|
+
__decorateClass$D([
|
|
7187
|
+
attr({ mode: "boolean" })
|
|
7188
|
+
], BaseCounterBadge.prototype, "dot", 2);
|
|
7189
|
+
__decorateClass$D([
|
|
7190
|
+
volatile
|
|
7191
|
+
], BaseCounterBadge.prototype, "displayValue", 1);
|
|
7192
|
+
|
|
7193
|
+
var __defProp$C = Object.defineProperty;
|
|
7194
|
+
var __getOwnPropDesc$C = Object.getOwnPropertyDescriptor;
|
|
7195
|
+
var __decorateClass$C = (decorators, target, key, kind) => {
|
|
7196
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$C(target, key) : target;
|
|
7197
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
7198
|
+
if (decorator = decorators[i])
|
|
7199
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
7200
|
+
if (kind && result) __defProp$C(target, key, result);
|
|
7201
|
+
return result;
|
|
7202
|
+
};
|
|
7203
|
+
class CounterBadge extends BaseCounterBadge {
|
|
7204
|
+
}
|
|
7187
7205
|
__decorateClass$C([
|
|
7188
7206
|
attr
|
|
7189
7207
|
], CounterBadge.prototype, "appearance", 2);
|
|
@@ -7196,28 +7214,14 @@ __decorateClass$C([
|
|
|
7196
7214
|
__decorateClass$C([
|
|
7197
7215
|
attr
|
|
7198
7216
|
], CounterBadge.prototype, "size", 2);
|
|
7199
|
-
__decorateClass$C([
|
|
7200
|
-
attr({ converter: nullableNumberConverter })
|
|
7201
|
-
], CounterBadge.prototype, "count", 2);
|
|
7202
|
-
__decorateClass$C([
|
|
7203
|
-
attr({ attribute: "overflow-count", converter: nullableNumberConverter })
|
|
7204
|
-
], CounterBadge.prototype, "overflowCount", 2);
|
|
7205
|
-
__decorateClass$C([
|
|
7206
|
-
attr({ attribute: "show-zero", mode: "boolean" })
|
|
7207
|
-
], CounterBadge.prototype, "showZero", 2);
|
|
7208
|
-
__decorateClass$C([
|
|
7209
|
-
attr({ mode: "boolean" })
|
|
7210
|
-
], CounterBadge.prototype, "dot", 2);
|
|
7211
7217
|
applyMixins(CounterBadge, StartEnd);
|
|
7212
7218
|
|
|
7213
7219
|
const styles$w = css`:host([shape='rounded']){border-radius:${borderRadiusMedium}}:host([shape='rounded']:is([size='tiny'],[size='extra-small'],[size='small'])){border-radius:${borderRadiusSmall}}${badgeSizeStyles} ${badgeFilledStyles} ${badgeGhostStyles} ${badgeBaseStyles} :host(:is([dot],[dot][appearance][size])){min-width:auto;width:6px;height:6px;padding:0}`;
|
|
7214
7220
|
|
|
7215
|
-
function
|
|
7216
|
-
return
|
|
7217
|
-
defaultContent: html`${(x) => x.setCount()}`
|
|
7218
|
-
});
|
|
7221
|
+
function counterBadgeTemplate(options = {}) {
|
|
7222
|
+
return html`${startSlotTemplate(options)} <span>${(x) => x.displayValue}</span> ${endSlotTemplate(options)}`;
|
|
7219
7223
|
}
|
|
7220
|
-
const template$x =
|
|
7224
|
+
const template$x = counterBadgeTemplate();
|
|
7221
7225
|
|
|
7222
7226
|
const definition$x = CounterBadge.compose({
|
|
7223
7227
|
name: tagName$x,
|
|
@@ -8678,7 +8682,7 @@ __decorateClass$w([
|
|
|
8678
8682
|
attr
|
|
8679
8683
|
], Dropdown.prototype, "size", 2);
|
|
8680
8684
|
|
|
8681
|
-
const styles$q = css`${display("inline-flex")} :host{anchor-name:--dropdown-trigger;box-sizing:border-box;color:${colorNeutralForeground1};cursor:pointer}:host(${placeholderShownState}){color:${colorNeutralForeground4}}.control{appearance:none;background-color:${colorNeutralBackground1};border-radius:${borderRadiusMedium};border:${strokeWidthThin} solid ${colorTransparentStroke};box-shadow:inset 0 0 0 ${strokeWidthThin} var(--control-border-color);box-sizing:border-box;color:inherit;column-gap:${spacingHorizontalXXS};display:inline-flex;justify-content:space-between;min-width:160px;overflow:hidden;padding:${spacingVerticalSNudge} ${spacingHorizontalMNudge};position:relative;text-align:start;width:100%;z-index:1;${typographyBody1Styles}}:host([size='small']) .control{column-gap:${spacingHorizontalXXS};padding:${spacingVerticalXS} ${spacingHorizontalSNudge};${typographyCaption1Styles}}:host([size='large']) .control{column-gap:${spacingHorizontalS};padding:${spacingVerticalS} ${spacingHorizontalM};${typographyBody2Styles}}::slotted(:is(input,button)){all:unset;flex:1 1 auto}::slotted(button){cursor:pointer}::slotted(input){cursor:text}:where(slot[name='indicator']>*,::slotted([slot='indicator'])){all:unset;align-items:center;appearance:none;aspect-ratio:1;color:${colorNeutralForeground3};display:inline-flex;justify-content:center;width:20px}:host([size='small']) :where(slot[name='indicator']>*,::slotted([slot='indicator'])){width:16px}:host([size='large']) :where(slot[name='indicator']>*,::slotted([slot='indicator'])){width:24px}.control::after,.control::before{content:''/'';inset:auto 0 0;pointer-events:none;position:absolute}.control::before{height:${strokeWidthThin}}.control::after{background-color:${colorCompoundBrandStroke};height:${strokeWidthThick};scale:0 1;transition:scale ${durationUltraFast} ${curveDecelerateMid}}:host(:where(:focus-within)) .control{border-radius:${borderRadiusMedium};box-shadow:inset 0 0 0 1px ${colorStrokeFocus1};outline:${strokeWidthThick} solid ${colorStrokeFocus2}}:host(:where(${openState},:focus-within)) .control::after{scale:1 1;transition-duration:${durationNormal};transition-timing-function:${curveAccelerateMid}}:host(:where([appearance='outline'],[appearance='transparent'])) .control::before{background-color:${colorNeutralStrokeAccessible}}:host([appearance='transparent']) .control{--control-border-color:${colorTransparentStrokeInteractive};background-color:${colorTransparentBackground};border-radius:${borderRadiusNone}}:host([appearance='outline']) .control{--control-border-color:${colorNeutralStroke1}}:host([appearance='outline']) .control:hover{--control-border-color:${colorNeutralStroke1Hover}}:host(:where([appearance='outline'],[appearance='transparent'])) .control:hover::before{background-color:${colorNeutralStrokeAccessibleHover}}:host([appearance='outline']) .control:hover::after{background-color:${colorCompoundBrandBackgroundHover}}:host([appearance='outline']) .control:active{--control-border-color:${colorNeutralStroke1Pressed}}:host(:where([appearance='outline'],[appearance='transparent'])) .control:active::before{background-color:${colorNeutralStrokeAccessiblePressed}}:host(:where([appearance='outline'],[appearance='transparent'])) .control:active::after{background-color:${colorCompoundBrandBackgroundPressed}}:host([appearance='filled-darker']) .control{background-color:${colorNeutralBackground3}}:host(:where([appearance='filled-lighter'],[appearance='filled-darker'])) .control{--control-border-color:${colorTransparentStroke}}:host(:disabled),:host(:disabled) ::slotted(:where(button,input)){cursor:not-allowed}:host(:disabled) .control::before,:host(:disabled) .control::after{content:none}:host(:disabled) .control:is(*,:active,:hover),:host(:disabled) :where(slot[name='indicator']>*,::slotted([slot='indicator'])){--control-border-color:${colorNeutralStrokeDisabled};background-color:${colorNeutralBackgroundDisabled};color:${colorNeutralForegroundDisabled}}::slotted(:not([slot]):not([popover])),::slotted([popover]:not(:popover-open)){display:none}@supports not (anchor-name:--anchor){:host{--listbox-max-height:50vh;--margin-offset:calc(${lineHeightBase300} + (${spacingVerticalSNudge} * 2) + ${strokeWidthThin})}:host([size='small']){--margin-offset:calc(${lineHeightBase200} + (${spacingVerticalXS} * 2) + ${strokeWidthThin})}:host([size='large']){--margin-offset:calc(${lineHeightBase400} + (${spacingVerticalS} * 2) + ${strokeWidthThin})}}@media (forced-colors:active){:host(:disabled) .control{border-color:GrayText}:host(:disabled) :where(slot[name='indicator']>*,::slotted([slot='indicator'])){color:GrayText}`;
|
|
8685
|
+
const styles$q = css`${display("inline-flex")} :host{anchor-name:--dropdown-trigger;box-sizing:border-box;color:${colorNeutralForeground1};cursor:pointer}:host(${placeholderShownState}){color:${colorNeutralForeground4}}.control{appearance:none;background-color:${colorNeutralBackground1};border-radius:${borderRadiusMedium};border:${strokeWidthThin} solid ${colorTransparentStroke};box-shadow:inset 0 0 0 ${strokeWidthThin} var(--control-border-color);box-sizing:border-box;color:inherit;column-gap:${spacingHorizontalXXS};display:inline-flex;justify-content:space-between;min-width:160px;overflow:hidden;padding:${spacingVerticalSNudge} ${spacingHorizontalMNudge};white-space:normal;position:relative;text-align:start;width:100%;z-index:1;${typographyBody1Styles}}:host([size='small']) .control{column-gap:${spacingHorizontalXXS};padding:${spacingVerticalXS} ${spacingHorizontalSNudge};${typographyCaption1Styles}}:host([size='large']) .control{column-gap:${spacingHorizontalS};padding:${spacingVerticalS} ${spacingHorizontalM};${typographyBody2Styles}}::slotted(:is(input,button)){all:unset;flex:1 1 auto}::slotted(button){cursor:pointer}::slotted(input){cursor:text}:where(slot[name='indicator']>*,::slotted([slot='indicator'])){all:unset;align-items:center;appearance:none;aspect-ratio:1;color:${colorNeutralForeground3};display:inline-flex;justify-content:center;width:20px}:host([size='small']) :where(slot[name='indicator']>*,::slotted([slot='indicator'])){width:16px}:host([size='large']) :where(slot[name='indicator']>*,::slotted([slot='indicator'])){width:24px}.control::after,.control::before{content:''/'';inset:auto 0 0;pointer-events:none;position:absolute}.control::before{height:${strokeWidthThin}}.control::after{background-color:${colorCompoundBrandStroke};height:${strokeWidthThick};scale:0 1;transition:scale ${durationUltraFast} ${curveDecelerateMid}}:host(:where(:focus-within)) .control{border-radius:${borderRadiusMedium};box-shadow:inset 0 0 0 1px ${colorStrokeFocus1};outline:${strokeWidthThick} solid ${colorStrokeFocus2}}:host(:where(${openState},:focus-within)) .control::after{scale:1 1;transition-duration:${durationNormal};transition-timing-function:${curveAccelerateMid}}:host(:where([appearance='outline'],[appearance='transparent'])) .control::before{background-color:${colorNeutralStrokeAccessible}}:host([appearance='transparent']) .control{--control-border-color:${colorTransparentStrokeInteractive};background-color:${colorTransparentBackground};border-radius:${borderRadiusNone}}:host([appearance='outline']) .control{--control-border-color:${colorNeutralStroke1}}:host([appearance='outline']) .control:hover{--control-border-color:${colorNeutralStroke1Hover}}:host(:where([appearance='outline'],[appearance='transparent'])) .control:hover::before{background-color:${colorNeutralStrokeAccessibleHover}}:host([appearance='outline']) .control:hover::after{background-color:${colorCompoundBrandBackgroundHover}}:host([appearance='outline']) .control:active{--control-border-color:${colorNeutralStroke1Pressed}}:host(:where([appearance='outline'],[appearance='transparent'])) .control:active::before{background-color:${colorNeutralStrokeAccessiblePressed}}:host(:where([appearance='outline'],[appearance='transparent'])) .control:active::after{background-color:${colorCompoundBrandBackgroundPressed}}:host([appearance='filled-darker']) .control{background-color:${colorNeutralBackground3}}:host(:where([appearance='filled-lighter'],[appearance='filled-darker'])) .control{--control-border-color:${colorTransparentStroke}}:host(:disabled),:host(:disabled) ::slotted(:where(button,input)){cursor:not-allowed}:host(:disabled) .control::before,:host(:disabled) .control::after{content:none}:host(:disabled) .control:is(*,:active,:hover),:host(:disabled) :where(slot[name='indicator']>*,::slotted([slot='indicator'])){--control-border-color:${colorNeutralStrokeDisabled};background-color:${colorNeutralBackgroundDisabled};color:${colorNeutralForegroundDisabled}}::slotted(:not([slot]):not([popover])),::slotted([popover]:not(:popover-open)){display:none}@supports not (anchor-name:--anchor){:host{--listbox-max-height:50vh;--margin-offset:calc(${lineHeightBase300} + (${spacingVerticalSNudge} * 2) + ${strokeWidthThin})}:host([size='small']){--margin-offset:calc(${lineHeightBase200} + (${spacingVerticalXS} * 2) + ${strokeWidthThin})}:host([size='large']){--margin-offset:calc(${lineHeightBase400} + (${spacingVerticalS} * 2) + ${strokeWidthThin})}}@media (forced-colors:active){:host(:disabled) .control{border-color:GrayText}:host(:disabled) :where(slot[name='indicator']>*,::slotted([slot='indicator'])){color:GrayText}`;
|
|
8682
8686
|
|
|
8683
8687
|
const definition$r = Dropdown.compose({
|
|
8684
8688
|
name: tagName$r,
|
|
@@ -14967,4 +14971,4 @@ function forceRepaint(element) {
|
|
|
14967
14971
|
|
|
14968
14972
|
globalThis.Fluent = { ...globalThis.Fluent, setTheme };
|
|
14969
14973
|
|
|
14970
|
-
export { Accordion, AccordionExpandMode, AccordionItem, AccordionItemMarkerPosition, AccordionItemSize, AnchorButton, AnchorButtonAppearance, definition$D as AnchorButtonDefinition, AnchorButtonShape, AnchorButtonSize, template$D as AnchorButtonTemplate, AnchorTarget, Avatar, AvatarActive, AvatarAppearance, AvatarColor, definition$C as AvatarDefinition, AvatarNamedColor, AvatarShape, AvatarSize, styles$A as AvatarStyles, template$C as AvatarTemplate, Badge, BadgeAppearance, BadgeColor, definition$B as BadgeDefinition, BadgeShape, BadgeSize, styles$z as BadgeStyles, template$B as BadgeTemplate, BaseAccordionItem, BaseAnchor, BaseAvatar, BaseButton, BaseCheckbox, BaseDivider, BaseDropdown, BaseField, BaseMenuList, BaseProgressBar, BaseRadioGroup, BaseRatingDisplay, BaseSpinner, BaseTablist, BaseTextArea, BaseTextInput, BaseTree, Button, ButtonAppearance, definition$A as ButtonDefinition, ButtonFormTarget, ButtonShape, ButtonSize, styles$C as ButtonStyles, template$A as ButtonTemplate, ButtonType, Checkbox, definition$z as CheckboxDefinition, CheckboxShape, CheckboxSize, styles$y as CheckboxStyles, template$z as CheckboxTemplate, CompoundButton, CompoundButtonAppearance, definition$y as CompoundButtonDefinition, CompoundButtonShape, CompoundButtonSize, styles$x as CompoundButtonStyles, template$y as CompoundButtonTemplate, CounterBadge, CounterBadgeAppearance, CounterBadgeColor, definition$x as CounterBadgeDefinition, CounterBadgeShape, CounterBadgeSize, styles$w as CounterBadgeStyles, template$x as CounterBadgeTemplate, Dialog, DialogBody, definition$v as DialogBodyDefinition, styles$u as DialogBodyStyles, template$v as DialogBodyTemplate, definition$w as DialogDefinition, styles$v as DialogStyles, template$w as DialogTemplate, DialogType, Direction, Divider, DividerAlignContent, DividerAppearance, definition$u as DividerDefinition, DividerOrientation, DividerRole, styles$t as DividerStyles, template$u as DividerTemplate, Drawer, DrawerBody, definition$s as DrawerBodyDefinition, styles$r as DrawerBodyStyles, template$s as DrawerBodyTemplate, definition$t as DrawerDefinition, DrawerPosition, DrawerSize, styles$s as DrawerStyles, template$t as DrawerTemplate, DrawerType, Dropdown, DropdownAppearance, definition$r as DropdownDefinition, DropdownOption, definition$g as DropdownOptionDefinition, styles$g as DropdownOptionStyles, template$g as DropdownOptionTemplate, DropdownSize, styles$q as DropdownStyles, template$r as DropdownTemplate, DropdownType, Field, definition$q as FieldDefinition, LabelPosition as FieldLabelPosition, styles$p as FieldStyles, template$q as FieldTemplate, FluentDesignSystem, Image, definition$p as ImageDefinition, ImageFit, ImageShape, styles$o as ImageStyles, template$p as ImageTemplate, Label, definition$o as LabelDefinition, LabelSize, styles$n as LabelStyles, template$o as LabelTemplate, LabelWeight, Link, LinkAppearance, definition$n as LinkDefinition, styles$m as LinkStyles, LinkTarget, template$n as LinkTemplate, Listbox, definition$m as ListboxDefinition, styles$l as ListboxStyles, template$m as ListboxTemplate, Menu, MenuButton, MenuButtonAppearance, definition$l as MenuButtonDefinition, MenuButtonShape, MenuButtonSize, styles$C as MenuButtonStyles, template$l as MenuButtonTemplate, definition$i as MenuDefinition, MenuItem, definition$k as MenuItemDefinition, MenuItemRole, styles$k as MenuItemStyles, template$k as MenuItemTemplate, MenuList, definition$j as MenuListDefinition, styles$j as MenuListStyles, template$j as MenuListTemplate, styles$i as MenuStyles, template$i as MenuTemplate, MessageBar, definition$h as MessageBarDefinition, MessageBarIntent, MessageBarLayout, MessageBarShape, styles$h as MessageBarStyles, template$h as MessageBarTemplate, Orientation, ProgressBar, definition$f as ProgressBarDefinition, ProgressBarShape, styles$f as ProgressBarStyles, template$f as ProgressBarTemplate, ProgressBarThickness, ProgressBarValidationState, Radio, definition$d as RadioDefinition, RadioGroup, definition$e as RadioGroupDefinition, RadioGroupOrientation, styles$e as RadioGroupStyles, template$e as RadioGroupTemplate, styles$d as RadioStyles, template$d as RadioTemplate, RatingDisplay, RatingDisplayColor, definition$c as RatingDisplayDefinition, RatingDisplaySize, styles$c as RatingDisplayStyles, template$c as RatingDisplayTemplate, Slider, definition$b as SliderDefinition, SliderMode, SliderOrientation, SliderSize, styles$b as SliderStyles, template$b as SliderTemplate, Spinner, SpinnerAppearance, definition$a as SpinnerDefinition, SpinnerSize, styles$a as SpinnerStyles, template$a as SpinnerTemplate, StartEnd, Switch, definition$9 as SwitchDefinition, SwitchLabelPosition, styles$9 as SwitchStyles, template$9 as SwitchTemplate, Tab, definition$8 as TabDefinition, styles$8 as TabStyles, template$8 as TabTemplate, Tablist, TablistAppearance, definition$7 as TablistDefinition, TablistOrientation, TablistSize, styles$7 as TablistStyles, template$7 as TablistTemplate, Text, TextAlign, TextArea, TextAreaAppearance, TextAreaAppearancesForDisplayShadow, TextAreaAutocomplete, definition$6 as TextAreaDefinition, TextAreaResize, TextAreaSize, styles$6 as TextAreaStyles, template$6 as TextAreaTemplate, definition$4 as TextDefinition, TextFont, TextInput, TextInputAppearance, TextInputControlSize, definition$5 as TextInputDefinition, styles$5 as TextInputStyles, template$5 as TextInputTemplate, TextInputType, TextSize, styles$4 as TextStyles, template$4 as TextTemplate, TextWeight, ToggleButton, ToggleButtonAppearance, definition$3 as ToggleButtonDefinition, ToggleButtonShape, ToggleButtonSize, styles$3 as ToggleButtonStyles, template$3 as ToggleButtonTemplate, Tooltip, definition$2 as TooltipDefinition, TooltipPositioningOption, styles$2 as TooltipStyles, template$2 as TooltipTemplate, Tree, definition$1 as TreeDefinition, TreeItem, definition as TreeItemDefinition, styles as TreeItemStyles, template as TreeItemTemplate, styles$1 as TreeStyles, template$1 as TreeTemplate, ValidationFlags, definition$E as accordionDefinition, definition$F as accordionItemDefinition, styles$E as accordionItemStyles, template$F as accordionItemTemplate, styles$D as accordionStyles, template$E as accordionTemplate, borderRadius2XLarge, borderRadius3XLarge, borderRadius4XLarge, borderRadius5XLarge, borderRadius6XLarge, borderRadiusCircular, borderRadiusLarge, borderRadiusMedium, borderRadiusNone, borderRadiusSmall, borderRadiusXLarge, colorBackgroundOverlay, colorBrandBackground, colorBrandBackground2, colorBrandBackground2Hover, colorBrandBackground2Pressed, colorBrandBackground3Static, colorBrandBackground4Static, colorBrandBackgroundHover, colorBrandBackgroundInverted, colorBrandBackgroundInvertedHover, colorBrandBackgroundInvertedPressed, colorBrandBackgroundInvertedSelected, colorBrandBackgroundPressed, colorBrandBackgroundSelected, colorBrandBackgroundStatic, colorBrandForeground1, colorBrandForeground2, colorBrandForeground2Hover, colorBrandForeground2Pressed, colorBrandForegroundInverted, colorBrandForegroundInvertedHover, colorBrandForegroundInvertedPressed, colorBrandForegroundLink, colorBrandForegroundLinkHover, colorBrandForegroundLinkPressed, colorBrandForegroundLinkSelected, colorBrandForegroundOnLight, colorBrandForegroundOnLightHover, colorBrandForegroundOnLightPressed, colorBrandForegroundOnLightSelected, colorBrandShadowAmbient, colorBrandShadowKey, colorBrandStroke1, colorBrandStroke2, colorBrandStroke2Contrast, colorBrandStroke2Hover, colorBrandStroke2Pressed, colorCompoundBrandBackground, colorCompoundBrandBackgroundHover, colorCompoundBrandBackgroundPressed, colorCompoundBrandForeground1, colorCompoundBrandForeground1Hover, colorCompoundBrandForeground1Pressed, colorCompoundBrandStroke, colorCompoundBrandStrokeHover, colorCompoundBrandStrokePressed, colorNeutralBackground1, colorNeutralBackground1Hover, colorNeutralBackground1Pressed, colorNeutralBackground1Selected, colorNeutralBackground2, colorNeutralBackground2Hover, colorNeutralBackground2Pressed, colorNeutralBackground2Selected, colorNeutralBackground3, colorNeutralBackground3Hover, colorNeutralBackground3Pressed, colorNeutralBackground3Selected, colorNeutralBackground4, colorNeutralBackground4Hover, colorNeutralBackground4Pressed, colorNeutralBackground4Selected, colorNeutralBackground5, colorNeutralBackground5Hover, colorNeutralBackground5Pressed, colorNeutralBackground5Selected, colorNeutralBackground6, colorNeutralBackground7, colorNeutralBackground7Hover, colorNeutralBackground7Pressed, colorNeutralBackground7Selected, colorNeutralBackground8, colorNeutralBackgroundAlpha, colorNeutralBackgroundAlpha2, colorNeutralBackgroundDisabled, colorNeutralBackgroundDisabled2, colorNeutralBackgroundInverted, colorNeutralBackgroundInvertedDisabled, colorNeutralBackgroundInvertedHover, colorNeutralBackgroundInvertedPressed, colorNeutralBackgroundInvertedSelected, colorNeutralBackgroundStatic, colorNeutralCardBackground, colorNeutralCardBackgroundDisabled, colorNeutralCardBackgroundHover, colorNeutralCardBackgroundPressed, colorNeutralCardBackgroundSelected, colorNeutralForeground1, colorNeutralForeground1Hover, colorNeutralForeground1Pressed, colorNeutralForeground1Selected, colorNeutralForeground1Static, colorNeutralForeground2, colorNeutralForeground2BrandHover, colorNeutralForeground2BrandPressed, colorNeutralForeground2BrandSelected, colorNeutralForeground2Hover, colorNeutralForeground2Link, colorNeutralForeground2LinkHover, colorNeutralForeground2LinkPressed, colorNeutralForeground2LinkSelected, colorNeutralForeground2Pressed, colorNeutralForeground2Selected, colorNeutralForeground3, colorNeutralForeground3BrandHover, colorNeutralForeground3BrandPressed, colorNeutralForeground3BrandSelected, colorNeutralForeground3Hover, colorNeutralForeground3Pressed, colorNeutralForeground3Selected, colorNeutralForeground4, colorNeutralForeground5, colorNeutralForeground5Hover, colorNeutralForeground5Pressed, colorNeutralForeground5Selected, colorNeutralForegroundDisabled, colorNeutralForegroundInverted, colorNeutralForegroundInverted2, colorNeutralForegroundInvertedDisabled, colorNeutralForegroundInvertedHover, colorNeutralForegroundInvertedLink, colorNeutralForegroundInvertedLinkHover, colorNeutralForegroundInvertedLinkPressed, colorNeutralForegroundInvertedLinkSelected, colorNeutralForegroundInvertedPressed, colorNeutralForegroundInvertedSelected, colorNeutralForegroundOnBrand, colorNeutralForegroundStaticInverted, colorNeutralShadowAmbient, colorNeutralShadowAmbientDarker, colorNeutralShadowAmbientLighter, colorNeutralShadowKey, colorNeutralShadowKeyDarker, colorNeutralShadowKeyLighter, colorNeutralStencil1, colorNeutralStencil1Alpha, colorNeutralStencil2, colorNeutralStencil2Alpha, colorNeutralStroke1, colorNeutralStroke1Hover, colorNeutralStroke1Pressed, colorNeutralStroke1Selected, colorNeutralStroke2, colorNeutralStroke3, colorNeutralStroke4, colorNeutralStroke4Hover, colorNeutralStroke4Pressed, colorNeutralStroke4Selected, colorNeutralStrokeAccessible, colorNeutralStrokeAccessibleHover, colorNeutralStrokeAccessiblePressed, colorNeutralStrokeAccessibleSelected, colorNeutralStrokeAlpha, colorNeutralStrokeAlpha2, colorNeutralStrokeDisabled, colorNeutralStrokeDisabled2, colorNeutralStrokeInvertedDisabled, colorNeutralStrokeOnBrand, colorNeutralStrokeOnBrand2, colorNeutralStrokeOnBrand2Hover, colorNeutralStrokeOnBrand2Pressed, colorNeutralStrokeOnBrand2Selected, colorNeutralStrokeSubtle, colorPaletteAnchorBackground2, colorPaletteAnchorBorderActive, colorPaletteAnchorForeground2, colorPaletteBeigeBackground2, colorPaletteBeigeBorderActive, colorPaletteBeigeForeground2, colorPaletteBerryBackground1, colorPaletteBerryBackground2, colorPaletteBerryBackground3, colorPaletteBerryBorder1, colorPaletteBerryBorder2, colorPaletteBerryBorderActive, colorPaletteBerryForeground1, colorPaletteBerryForeground2, colorPaletteBerryForeground3, colorPaletteBlueBackground2, colorPaletteBlueBorderActive, colorPaletteBlueForeground2, colorPaletteBrassBackground2, colorPaletteBrassBorderActive, colorPaletteBrassForeground2, colorPaletteBrownBackground2, colorPaletteBrownBorderActive, colorPaletteBrownForeground2, colorPaletteCornflowerBackground2, colorPaletteCornflowerBorderActive, colorPaletteCornflowerForeground2, colorPaletteCranberryBackground2, colorPaletteCranberryBorderActive, colorPaletteCranberryForeground2, colorPaletteDarkGreenBackground2, colorPaletteDarkGreenBorderActive, colorPaletteDarkGreenForeground2, colorPaletteDarkOrangeBackground1, colorPaletteDarkOrangeBackground2, colorPaletteDarkOrangeBackground3, colorPaletteDarkOrangeBorder1, colorPaletteDarkOrangeBorder2, colorPaletteDarkOrangeBorderActive, colorPaletteDarkOrangeForeground1, colorPaletteDarkOrangeForeground2, colorPaletteDarkOrangeForeground3, colorPaletteDarkRedBackground2, colorPaletteDarkRedBorderActive, colorPaletteDarkRedForeground2, colorPaletteForestBackground2, colorPaletteForestBorderActive, colorPaletteForestForeground2, colorPaletteGoldBackground2, colorPaletteGoldBorderActive, colorPaletteGoldForeground2, colorPaletteGrapeBackground2, colorPaletteGrapeBorderActive, colorPaletteGrapeForeground2, colorPaletteGreenBackground1, colorPaletteGreenBackground2, colorPaletteGreenBackground3, colorPaletteGreenBorder1, colorPaletteGreenBorder2, colorPaletteGreenBorderActive, colorPaletteGreenForeground1, colorPaletteGreenForeground2, colorPaletteGreenForeground3, colorPaletteGreenForegroundInverted, colorPaletteLavenderBackground2, colorPaletteLavenderBorderActive, colorPaletteLavenderForeground2, colorPaletteLightGreenBackground1, colorPaletteLightGreenBackground2, colorPaletteLightGreenBackground3, colorPaletteLightGreenBorder1, colorPaletteLightGreenBorder2, colorPaletteLightGreenBorderActive, colorPaletteLightGreenForeground1, colorPaletteLightGreenForeground2, colorPaletteLightGreenForeground3, colorPaletteLightTealBackground2, colorPaletteLightTealBorderActive, colorPaletteLightTealForeground2, colorPaletteLilacBackground2, colorPaletteLilacBorderActive, colorPaletteLilacForeground2, colorPaletteMagentaBackground2, colorPaletteMagentaBorderActive, colorPaletteMagentaForeground2, colorPaletteMarigoldBackground1, colorPaletteMarigoldBackground2, colorPaletteMarigoldBackground3, colorPaletteMarigoldBorder1, colorPaletteMarigoldBorder2, colorPaletteMarigoldBorderActive, colorPaletteMarigoldForeground1, colorPaletteMarigoldForeground2, colorPaletteMarigoldForeground3, colorPaletteMinkBackground2, colorPaletteMinkBorderActive, colorPaletteMinkForeground2, colorPaletteNavyBackground2, colorPaletteNavyBorderActive, colorPaletteNavyForeground2, colorPalettePeachBackground2, colorPalettePeachBorderActive, colorPalettePeachForeground2, colorPalettePinkBackground2, colorPalettePinkBorderActive, colorPalettePinkForeground2, colorPalettePlatinumBackground2, colorPalettePlatinumBorderActive, colorPalettePlatinumForeground2, colorPalettePlumBackground2, colorPalettePlumBorderActive, colorPalettePlumForeground2, colorPalettePumpkinBackground2, colorPalettePumpkinBorderActive, colorPalettePumpkinForeground2, colorPalettePurpleBackground2, colorPalettePurpleBorderActive, colorPalettePurpleForeground2, colorPaletteRedBackground1, colorPaletteRedBackground2, colorPaletteRedBackground3, colorPaletteRedBorder1, colorPaletteRedBorder2, colorPaletteRedBorderActive, colorPaletteRedForeground1, colorPaletteRedForeground2, colorPaletteRedForeground3, colorPaletteRedForegroundInverted, colorPaletteRoyalBlueBackground2, colorPaletteRoyalBlueBorderActive, colorPaletteRoyalBlueForeground2, colorPaletteSeafoamBackground2, colorPaletteSeafoamBorderActive, colorPaletteSeafoamForeground2, colorPaletteSteelBackground2, colorPaletteSteelBorderActive, colorPaletteSteelForeground2, colorPaletteTealBackground2, colorPaletteTealBorderActive, colorPaletteTealForeground2, colorPaletteYellowBackground1, colorPaletteYellowBackground2, colorPaletteYellowBackground3, colorPaletteYellowBorder1, colorPaletteYellowBorder2, colorPaletteYellowBorderActive, colorPaletteYellowForeground1, colorPaletteYellowForeground2, colorPaletteYellowForeground3, colorPaletteYellowForegroundInverted, colorScrollbarOverlay, colorStatusDangerBackground1, colorStatusDangerBackground2, colorStatusDangerBackground3, colorStatusDangerBackground3Hover, colorStatusDangerBackground3Pressed, colorStatusDangerBorder1, colorStatusDangerBorder2, colorStatusDangerBorderActive, colorStatusDangerForeground1, colorStatusDangerForeground2, colorStatusDangerForeground3, colorStatusDangerForegroundInverted, colorStatusSuccessBackground1, colorStatusSuccessBackground2, colorStatusSuccessBackground3, colorStatusSuccessBorder1, colorStatusSuccessBorder2, colorStatusSuccessBorderActive, colorStatusSuccessForeground1, colorStatusSuccessForeground2, colorStatusSuccessForeground3, colorStatusSuccessForegroundInverted, colorStatusWarningBackground1, colorStatusWarningBackground2, colorStatusWarningBackground3, colorStatusWarningBorder1, colorStatusWarningBorder2, colorStatusWarningBorderActive, colorStatusWarningForeground1, colorStatusWarningForeground2, colorStatusWarningForeground3, colorStatusWarningForegroundInverted, colorStrokeFocus1, colorStrokeFocus2, colorSubtleBackground, colorSubtleBackgroundHover, colorSubtleBackgroundInverted, colorSubtleBackgroundInvertedHover, colorSubtleBackgroundInvertedPressed, colorSubtleBackgroundInvertedSelected, colorSubtleBackgroundLightAlphaHover, colorSubtleBackgroundLightAlphaPressed, colorSubtleBackgroundLightAlphaSelected, colorSubtleBackgroundPressed, colorSubtleBackgroundSelected, colorTransparentBackground, colorTransparentBackgroundHover, colorTransparentBackgroundPressed, colorTransparentBackgroundSelected, colorTransparentStroke, colorTransparentStrokeDisabled, colorTransparentStrokeInteractive, curveAccelerateMax, curveAccelerateMid, curveAccelerateMin, curveDecelerateMax, curveDecelerateMid, curveDecelerateMin, curveEasyEase, curveEasyEaseMax, curveLinear, display, dropdownButtonTemplate, dropdownInputTemplate, durationFast, durationFaster, durationGentle, durationNormal, durationSlow, durationSlower, durationUltraFast, durationUltraSlow, endSlotTemplate, fontFamilyBase, fontFamilyMonospace, fontFamilyNumeric, fontSizeBase100, fontSizeBase200, fontSizeBase300, fontSizeBase400, fontSizeBase500, fontSizeBase600, fontSizeHero1000, fontSizeHero700, fontSizeHero800, fontSizeHero900, fontWeightBold, fontWeightMedium, fontWeightRegular, fontWeightSemibold, getDirection, isDialog, isDropdown, isDropdownOption, isListbox, isTab, lineHeightBase100, lineHeightBase200, lineHeightBase300, lineHeightBase400, lineHeightBase500, lineHeightBase600, lineHeightHero1000, lineHeightHero700, lineHeightHero800, lineHeightHero900, listboxTemplate, roleForMenuItem, setTheme, shadow16, shadow16Brand, shadow2, shadow28, shadow28Brand, shadow2Brand, shadow4, shadow4Brand, shadow64, shadow64Brand, shadow8, shadow8Brand, spacingHorizontalL, spacingHorizontalM, spacingHorizontalMNudge, spacingHorizontalNone, spacingHorizontalS, spacingHorizontalSNudge, spacingHorizontalXL, spacingHorizontalXS, spacingHorizontalXXL, spacingHorizontalXXS, spacingHorizontalXXXL, spacingVerticalL, spacingVerticalM, spacingVerticalMNudge, spacingVerticalNone, spacingVerticalS, spacingVerticalSNudge, spacingVerticalXL, spacingVerticalXS, spacingVerticalXXL, spacingVerticalXXS, spacingVerticalXXXL, startSlotTemplate, strokeWidthThick, strokeWidthThicker, strokeWidthThickest, strokeWidthThin, typographyBody1StrongStyles, typographyBody1StrongerStyles, typographyBody1Styles, typographyBody2Styles, typographyCaption1StrongStyles, typographyCaption1StrongerStyles, typographyCaption1Styles, typographyCaption2StrongStyles, typographyCaption2Styles, typographyDisplayStyles, typographyLargeTitleStyles, typographySubtitle1Styles, typographySubtitle2StrongerStyles, typographySubtitle2Styles, typographyTitle1Styles, typographyTitle2Styles, typographyTitle3Styles, zIndexBackground, zIndexContent, zIndexDebug, zIndexFloating, zIndexMessages, zIndexOverlay, zIndexPopup, zIndexPriority };
|
|
14974
|
+
export { Accordion, AccordionExpandMode, AccordionItem, AccordionItemMarkerPosition, AccordionItemSize, AnchorButton, AnchorButtonAppearance, definition$D as AnchorButtonDefinition, AnchorButtonShape, AnchorButtonSize, template$D as AnchorButtonTemplate, AnchorTarget, Avatar, AvatarActive, AvatarAppearance, AvatarColor, definition$C as AvatarDefinition, AvatarNamedColor, AvatarShape, AvatarSize, styles$A as AvatarStyles, template$C as AvatarTemplate, Badge, BadgeAppearance, BadgeColor, definition$B as BadgeDefinition, BadgeShape, BadgeSize, styles$z as BadgeStyles, template$B as BadgeTemplate, BaseAccordionItem, BaseAnchor, BaseAvatar, BaseButton, BaseCheckbox, BaseCounterBadge, BaseDivider, BaseDropdown, BaseField, BaseMenuList, BaseProgressBar, BaseRadioGroup, BaseRatingDisplay, BaseSpinner, BaseTablist, BaseTextArea, BaseTextInput, BaseTree, Button, ButtonAppearance, definition$A as ButtonDefinition, ButtonFormTarget, ButtonShape, ButtonSize, styles$C as ButtonStyles, template$A as ButtonTemplate, ButtonType, Checkbox, definition$z as CheckboxDefinition, CheckboxShape, CheckboxSize, styles$y as CheckboxStyles, template$z as CheckboxTemplate, CompoundButton, CompoundButtonAppearance, definition$y as CompoundButtonDefinition, CompoundButtonShape, CompoundButtonSize, styles$x as CompoundButtonStyles, template$y as CompoundButtonTemplate, CounterBadge, CounterBadgeAppearance, CounterBadgeColor, definition$x as CounterBadgeDefinition, CounterBadgeShape, CounterBadgeSize, styles$w as CounterBadgeStyles, tagName$x as CounterBadgeTagName, template$x as CounterBadgeTemplate, Dialog, DialogBody, definition$v as DialogBodyDefinition, styles$u as DialogBodyStyles, template$v as DialogBodyTemplate, definition$w as DialogDefinition, styles$v as DialogStyles, template$w as DialogTemplate, DialogType, Direction, Divider, DividerAlignContent, DividerAppearance, definition$u as DividerDefinition, DividerOrientation, DividerRole, styles$t as DividerStyles, template$u as DividerTemplate, Drawer, DrawerBody, definition$s as DrawerBodyDefinition, styles$r as DrawerBodyStyles, template$s as DrawerBodyTemplate, definition$t as DrawerDefinition, DrawerPosition, DrawerSize, styles$s as DrawerStyles, template$t as DrawerTemplate, DrawerType, Dropdown, DropdownAppearance, definition$r as DropdownDefinition, DropdownOption, definition$g as DropdownOptionDefinition, styles$g as DropdownOptionStyles, template$g as DropdownOptionTemplate, DropdownSize, styles$q as DropdownStyles, template$r as DropdownTemplate, DropdownType, Field, definition$q as FieldDefinition, LabelPosition as FieldLabelPosition, styles$p as FieldStyles, template$q as FieldTemplate, FluentDesignSystem, Image, definition$p as ImageDefinition, ImageFit, ImageShape, styles$o as ImageStyles, template$p as ImageTemplate, Label, definition$o as LabelDefinition, LabelSize, styles$n as LabelStyles, template$o as LabelTemplate, LabelWeight, Link, LinkAppearance, definition$n as LinkDefinition, styles$m as LinkStyles, LinkTarget, template$n as LinkTemplate, Listbox, definition$m as ListboxDefinition, styles$l as ListboxStyles, template$m as ListboxTemplate, Menu, MenuButton, MenuButtonAppearance, definition$l as MenuButtonDefinition, MenuButtonShape, MenuButtonSize, styles$C as MenuButtonStyles, template$l as MenuButtonTemplate, definition$i as MenuDefinition, MenuItem, definition$k as MenuItemDefinition, MenuItemRole, styles$k as MenuItemStyles, template$k as MenuItemTemplate, MenuList, definition$j as MenuListDefinition, styles$j as MenuListStyles, template$j as MenuListTemplate, styles$i as MenuStyles, template$i as MenuTemplate, MessageBar, definition$h as MessageBarDefinition, MessageBarIntent, MessageBarLayout, MessageBarShape, styles$h as MessageBarStyles, template$h as MessageBarTemplate, Orientation, ProgressBar, definition$f as ProgressBarDefinition, ProgressBarShape, styles$f as ProgressBarStyles, template$f as ProgressBarTemplate, ProgressBarThickness, ProgressBarValidationState, Radio, definition$d as RadioDefinition, RadioGroup, definition$e as RadioGroupDefinition, RadioGroupOrientation, styles$e as RadioGroupStyles, template$e as RadioGroupTemplate, styles$d as RadioStyles, template$d as RadioTemplate, RatingDisplay, RatingDisplayColor, definition$c as RatingDisplayDefinition, RatingDisplaySize, styles$c as RatingDisplayStyles, template$c as RatingDisplayTemplate, Slider, definition$b as SliderDefinition, SliderMode, SliderOrientation, SliderSize, styles$b as SliderStyles, template$b as SliderTemplate, Spinner, SpinnerAppearance, definition$a as SpinnerDefinition, SpinnerSize, styles$a as SpinnerStyles, template$a as SpinnerTemplate, StartEnd, Switch, definition$9 as SwitchDefinition, SwitchLabelPosition, styles$9 as SwitchStyles, template$9 as SwitchTemplate, Tab, definition$8 as TabDefinition, styles$8 as TabStyles, template$8 as TabTemplate, Tablist, TablistAppearance, definition$7 as TablistDefinition, TablistOrientation, TablistSize, styles$7 as TablistStyles, template$7 as TablistTemplate, Text, TextAlign, TextArea, TextAreaAppearance, TextAreaAppearancesForDisplayShadow, TextAreaAutocomplete, definition$6 as TextAreaDefinition, TextAreaResize, TextAreaSize, styles$6 as TextAreaStyles, template$6 as TextAreaTemplate, definition$4 as TextDefinition, TextFont, TextInput, TextInputAppearance, TextInputControlSize, definition$5 as TextInputDefinition, styles$5 as TextInputStyles, template$5 as TextInputTemplate, TextInputType, TextSize, styles$4 as TextStyles, template$4 as TextTemplate, TextWeight, ToggleButton, ToggleButtonAppearance, definition$3 as ToggleButtonDefinition, ToggleButtonShape, ToggleButtonSize, styles$3 as ToggleButtonStyles, template$3 as ToggleButtonTemplate, Tooltip, definition$2 as TooltipDefinition, TooltipPositioningOption, styles$2 as TooltipStyles, template$2 as TooltipTemplate, Tree, definition$1 as TreeDefinition, TreeItem, definition as TreeItemDefinition, styles as TreeItemStyles, template as TreeItemTemplate, styles$1 as TreeStyles, template$1 as TreeTemplate, ValidationFlags, definition$E as accordionDefinition, definition$F as accordionItemDefinition, styles$E as accordionItemStyles, template$F as accordionItemTemplate, styles$D as accordionStyles, template$E as accordionTemplate, borderRadius2XLarge, borderRadius3XLarge, borderRadius4XLarge, borderRadius5XLarge, borderRadius6XLarge, borderRadiusCircular, borderRadiusLarge, borderRadiusMedium, borderRadiusNone, borderRadiusSmall, borderRadiusXLarge, colorBackgroundOverlay, colorBrandBackground, colorBrandBackground2, colorBrandBackground2Hover, colorBrandBackground2Pressed, colorBrandBackground3Static, colorBrandBackground4Static, colorBrandBackgroundHover, colorBrandBackgroundInverted, colorBrandBackgroundInvertedHover, colorBrandBackgroundInvertedPressed, colorBrandBackgroundInvertedSelected, colorBrandBackgroundPressed, colorBrandBackgroundSelected, colorBrandBackgroundStatic, colorBrandForeground1, colorBrandForeground2, colorBrandForeground2Hover, colorBrandForeground2Pressed, colorBrandForegroundInverted, colorBrandForegroundInvertedHover, colorBrandForegroundInvertedPressed, colorBrandForegroundLink, colorBrandForegroundLinkHover, colorBrandForegroundLinkPressed, colorBrandForegroundLinkSelected, colorBrandForegroundOnLight, colorBrandForegroundOnLightHover, colorBrandForegroundOnLightPressed, colorBrandForegroundOnLightSelected, colorBrandShadowAmbient, colorBrandShadowKey, colorBrandStroke1, colorBrandStroke2, colorBrandStroke2Contrast, colorBrandStroke2Hover, colorBrandStroke2Pressed, colorCompoundBrandBackground, colorCompoundBrandBackgroundHover, colorCompoundBrandBackgroundPressed, colorCompoundBrandForeground1, colorCompoundBrandForeground1Hover, colorCompoundBrandForeground1Pressed, colorCompoundBrandStroke, colorCompoundBrandStrokeHover, colorCompoundBrandStrokePressed, colorNeutralBackground1, colorNeutralBackground1Hover, colorNeutralBackground1Pressed, colorNeutralBackground1Selected, colorNeutralBackground2, colorNeutralBackground2Hover, colorNeutralBackground2Pressed, colorNeutralBackground2Selected, colorNeutralBackground3, colorNeutralBackground3Hover, colorNeutralBackground3Pressed, colorNeutralBackground3Selected, colorNeutralBackground4, colorNeutralBackground4Hover, colorNeutralBackground4Pressed, colorNeutralBackground4Selected, colorNeutralBackground5, colorNeutralBackground5Hover, colorNeutralBackground5Pressed, colorNeutralBackground5Selected, colorNeutralBackground6, colorNeutralBackground7, colorNeutralBackground7Hover, colorNeutralBackground7Pressed, colorNeutralBackground7Selected, colorNeutralBackground8, colorNeutralBackgroundAlpha, colorNeutralBackgroundAlpha2, colorNeutralBackgroundDisabled, colorNeutralBackgroundDisabled2, colorNeutralBackgroundInverted, colorNeutralBackgroundInvertedDisabled, colorNeutralBackgroundInvertedHover, colorNeutralBackgroundInvertedPressed, colorNeutralBackgroundInvertedSelected, colorNeutralBackgroundStatic, colorNeutralCardBackground, colorNeutralCardBackgroundDisabled, colorNeutralCardBackgroundHover, colorNeutralCardBackgroundPressed, colorNeutralCardBackgroundSelected, colorNeutralForeground1, colorNeutralForeground1Hover, colorNeutralForeground1Pressed, colorNeutralForeground1Selected, colorNeutralForeground1Static, colorNeutralForeground2, colorNeutralForeground2BrandHover, colorNeutralForeground2BrandPressed, colorNeutralForeground2BrandSelected, colorNeutralForeground2Hover, colorNeutralForeground2Link, colorNeutralForeground2LinkHover, colorNeutralForeground2LinkPressed, colorNeutralForeground2LinkSelected, colorNeutralForeground2Pressed, colorNeutralForeground2Selected, colorNeutralForeground3, colorNeutralForeground3BrandHover, colorNeutralForeground3BrandPressed, colorNeutralForeground3BrandSelected, colorNeutralForeground3Hover, colorNeutralForeground3Pressed, colorNeutralForeground3Selected, colorNeutralForeground4, colorNeutralForeground5, colorNeutralForeground5Hover, colorNeutralForeground5Pressed, colorNeutralForeground5Selected, colorNeutralForegroundDisabled, colorNeutralForegroundInverted, colorNeutralForegroundInverted2, colorNeutralForegroundInvertedDisabled, colorNeutralForegroundInvertedHover, colorNeutralForegroundInvertedLink, colorNeutralForegroundInvertedLinkHover, colorNeutralForegroundInvertedLinkPressed, colorNeutralForegroundInvertedLinkSelected, colorNeutralForegroundInvertedPressed, colorNeutralForegroundInvertedSelected, colorNeutralForegroundOnBrand, colorNeutralForegroundStaticInverted, colorNeutralShadowAmbient, colorNeutralShadowAmbientDarker, colorNeutralShadowAmbientLighter, colorNeutralShadowKey, colorNeutralShadowKeyDarker, colorNeutralShadowKeyLighter, colorNeutralStencil1, colorNeutralStencil1Alpha, colorNeutralStencil2, colorNeutralStencil2Alpha, colorNeutralStroke1, colorNeutralStroke1Hover, colorNeutralStroke1Pressed, colorNeutralStroke1Selected, colorNeutralStroke2, colorNeutralStroke3, colorNeutralStroke4, colorNeutralStroke4Hover, colorNeutralStroke4Pressed, colorNeutralStroke4Selected, colorNeutralStrokeAccessible, colorNeutralStrokeAccessibleHover, colorNeutralStrokeAccessiblePressed, colorNeutralStrokeAccessibleSelected, colorNeutralStrokeAlpha, colorNeutralStrokeAlpha2, colorNeutralStrokeDisabled, colorNeutralStrokeDisabled2, colorNeutralStrokeInvertedDisabled, colorNeutralStrokeOnBrand, colorNeutralStrokeOnBrand2, colorNeutralStrokeOnBrand2Hover, colorNeutralStrokeOnBrand2Pressed, colorNeutralStrokeOnBrand2Selected, colorNeutralStrokeSubtle, colorPaletteAnchorBackground2, colorPaletteAnchorBorderActive, colorPaletteAnchorForeground2, colorPaletteBeigeBackground2, colorPaletteBeigeBorderActive, colorPaletteBeigeForeground2, colorPaletteBerryBackground1, colorPaletteBerryBackground2, colorPaletteBerryBackground3, colorPaletteBerryBorder1, colorPaletteBerryBorder2, colorPaletteBerryBorderActive, colorPaletteBerryForeground1, colorPaletteBerryForeground2, colorPaletteBerryForeground3, colorPaletteBlueBackground2, colorPaletteBlueBorderActive, colorPaletteBlueForeground2, colorPaletteBrassBackground2, colorPaletteBrassBorderActive, colorPaletteBrassForeground2, colorPaletteBrownBackground2, colorPaletteBrownBorderActive, colorPaletteBrownForeground2, colorPaletteCornflowerBackground2, colorPaletteCornflowerBorderActive, colorPaletteCornflowerForeground2, colorPaletteCranberryBackground2, colorPaletteCranberryBorderActive, colorPaletteCranberryForeground2, colorPaletteDarkGreenBackground2, colorPaletteDarkGreenBorderActive, colorPaletteDarkGreenForeground2, colorPaletteDarkOrangeBackground1, colorPaletteDarkOrangeBackground2, colorPaletteDarkOrangeBackground3, colorPaletteDarkOrangeBorder1, colorPaletteDarkOrangeBorder2, colorPaletteDarkOrangeBorderActive, colorPaletteDarkOrangeForeground1, colorPaletteDarkOrangeForeground2, colorPaletteDarkOrangeForeground3, colorPaletteDarkRedBackground2, colorPaletteDarkRedBorderActive, colorPaletteDarkRedForeground2, colorPaletteForestBackground2, colorPaletteForestBorderActive, colorPaletteForestForeground2, colorPaletteGoldBackground2, colorPaletteGoldBorderActive, colorPaletteGoldForeground2, colorPaletteGrapeBackground2, colorPaletteGrapeBorderActive, colorPaletteGrapeForeground2, colorPaletteGreenBackground1, colorPaletteGreenBackground2, colorPaletteGreenBackground3, colorPaletteGreenBorder1, colorPaletteGreenBorder2, colorPaletteGreenBorderActive, colorPaletteGreenForeground1, colorPaletteGreenForeground2, colorPaletteGreenForeground3, colorPaletteGreenForegroundInverted, colorPaletteLavenderBackground2, colorPaletteLavenderBorderActive, colorPaletteLavenderForeground2, colorPaletteLightGreenBackground1, colorPaletteLightGreenBackground2, colorPaletteLightGreenBackground3, colorPaletteLightGreenBorder1, colorPaletteLightGreenBorder2, colorPaletteLightGreenBorderActive, colorPaletteLightGreenForeground1, colorPaletteLightGreenForeground2, colorPaletteLightGreenForeground3, colorPaletteLightTealBackground2, colorPaletteLightTealBorderActive, colorPaletteLightTealForeground2, colorPaletteLilacBackground2, colorPaletteLilacBorderActive, colorPaletteLilacForeground2, colorPaletteMagentaBackground2, colorPaletteMagentaBorderActive, colorPaletteMagentaForeground2, colorPaletteMarigoldBackground1, colorPaletteMarigoldBackground2, colorPaletteMarigoldBackground3, colorPaletteMarigoldBorder1, colorPaletteMarigoldBorder2, colorPaletteMarigoldBorderActive, colorPaletteMarigoldForeground1, colorPaletteMarigoldForeground2, colorPaletteMarigoldForeground3, colorPaletteMinkBackground2, colorPaletteMinkBorderActive, colorPaletteMinkForeground2, colorPaletteNavyBackground2, colorPaletteNavyBorderActive, colorPaletteNavyForeground2, colorPalettePeachBackground2, colorPalettePeachBorderActive, colorPalettePeachForeground2, colorPalettePinkBackground2, colorPalettePinkBorderActive, colorPalettePinkForeground2, colorPalettePlatinumBackground2, colorPalettePlatinumBorderActive, colorPalettePlatinumForeground2, colorPalettePlumBackground2, colorPalettePlumBorderActive, colorPalettePlumForeground2, colorPalettePumpkinBackground2, colorPalettePumpkinBorderActive, colorPalettePumpkinForeground2, colorPalettePurpleBackground2, colorPalettePurpleBorderActive, colorPalettePurpleForeground2, colorPaletteRedBackground1, colorPaletteRedBackground2, colorPaletteRedBackground3, colorPaletteRedBorder1, colorPaletteRedBorder2, colorPaletteRedBorderActive, colorPaletteRedForeground1, colorPaletteRedForeground2, colorPaletteRedForeground3, colorPaletteRedForegroundInverted, colorPaletteRoyalBlueBackground2, colorPaletteRoyalBlueBorderActive, colorPaletteRoyalBlueForeground2, colorPaletteSeafoamBackground2, colorPaletteSeafoamBorderActive, colorPaletteSeafoamForeground2, colorPaletteSteelBackground2, colorPaletteSteelBorderActive, colorPaletteSteelForeground2, colorPaletteTealBackground2, colorPaletteTealBorderActive, colorPaletteTealForeground2, colorPaletteYellowBackground1, colorPaletteYellowBackground2, colorPaletteYellowBackground3, colorPaletteYellowBorder1, colorPaletteYellowBorder2, colorPaletteYellowBorderActive, colorPaletteYellowForeground1, colorPaletteYellowForeground2, colorPaletteYellowForeground3, colorPaletteYellowForegroundInverted, colorScrollbarOverlay, colorStatusDangerBackground1, colorStatusDangerBackground2, colorStatusDangerBackground3, colorStatusDangerBackground3Hover, colorStatusDangerBackground3Pressed, colorStatusDangerBorder1, colorStatusDangerBorder2, colorStatusDangerBorderActive, colorStatusDangerForeground1, colorStatusDangerForeground2, colorStatusDangerForeground3, colorStatusDangerForegroundInverted, colorStatusSuccessBackground1, colorStatusSuccessBackground2, colorStatusSuccessBackground3, colorStatusSuccessBorder1, colorStatusSuccessBorder2, colorStatusSuccessBorderActive, colorStatusSuccessForeground1, colorStatusSuccessForeground2, colorStatusSuccessForeground3, colorStatusSuccessForegroundInverted, colorStatusWarningBackground1, colorStatusWarningBackground2, colorStatusWarningBackground3, colorStatusWarningBorder1, colorStatusWarningBorder2, colorStatusWarningBorderActive, colorStatusWarningForeground1, colorStatusWarningForeground2, colorStatusWarningForeground3, colorStatusWarningForegroundInverted, colorStrokeFocus1, colorStrokeFocus2, colorSubtleBackground, colorSubtleBackgroundHover, colorSubtleBackgroundInverted, colorSubtleBackgroundInvertedHover, colorSubtleBackgroundInvertedPressed, colorSubtleBackgroundInvertedSelected, colorSubtleBackgroundLightAlphaHover, colorSubtleBackgroundLightAlphaPressed, colorSubtleBackgroundLightAlphaSelected, colorSubtleBackgroundPressed, colorSubtleBackgroundSelected, colorTransparentBackground, colorTransparentBackgroundHover, colorTransparentBackgroundPressed, colorTransparentBackgroundSelected, colorTransparentStroke, colorTransparentStrokeDisabled, colorTransparentStrokeInteractive, curveAccelerateMax, curveAccelerateMid, curveAccelerateMin, curveDecelerateMax, curveDecelerateMid, curveDecelerateMin, curveEasyEase, curveEasyEaseMax, curveLinear, display, dropdownButtonTemplate, dropdownInputTemplate, durationFast, durationFaster, durationGentle, durationNormal, durationSlow, durationSlower, durationUltraFast, durationUltraSlow, endSlotTemplate, fontFamilyBase, fontFamilyMonospace, fontFamilyNumeric, fontSizeBase100, fontSizeBase200, fontSizeBase300, fontSizeBase400, fontSizeBase500, fontSizeBase600, fontSizeHero1000, fontSizeHero700, fontSizeHero800, fontSizeHero900, fontWeightBold, fontWeightMedium, fontWeightRegular, fontWeightSemibold, getDirection, isDialog, isDropdown, isDropdownOption, isListbox, isTab, lineHeightBase100, lineHeightBase200, lineHeightBase300, lineHeightBase400, lineHeightBase500, lineHeightBase600, lineHeightHero1000, lineHeightHero700, lineHeightHero800, lineHeightHero900, listboxTemplate, roleForMenuItem, setTheme, shadow16, shadow16Brand, shadow2, shadow28, shadow28Brand, shadow2Brand, shadow4, shadow4Brand, shadow64, shadow64Brand, shadow8, shadow8Brand, spacingHorizontalL, spacingHorizontalM, spacingHorizontalMNudge, spacingHorizontalNone, spacingHorizontalS, spacingHorizontalSNudge, spacingHorizontalXL, spacingHorizontalXS, spacingHorizontalXXL, spacingHorizontalXXS, spacingHorizontalXXXL, spacingVerticalL, spacingVerticalM, spacingVerticalMNudge, spacingVerticalNone, spacingVerticalS, spacingVerticalSNudge, spacingVerticalXL, spacingVerticalXS, spacingVerticalXXL, spacingVerticalXXS, spacingVerticalXXXL, startSlotTemplate, strokeWidthThick, strokeWidthThicker, strokeWidthThickest, strokeWidthThin, typographyBody1StrongStyles, typographyBody1StrongerStyles, typographyBody1Styles, typographyBody2Styles, typographyCaption1StrongStyles, typographyCaption1StrongerStyles, typographyCaption1Styles, typographyCaption2StrongStyles, typographyCaption2Styles, typographyDisplayStyles, typographyLargeTitleStyles, typographySubtitle1Styles, typographySubtitle2StrongerStyles, typographySubtitle2Styles, typographyTitle1Styles, typographyTitle2Styles, typographyTitle3Styles, zIndexBackground, zIndexContent, zIndexDebug, zIndexFloating, zIndexMessages, zIndexOverlay, zIndexPopup, zIndexPriority };
|