@carbon/themes 11.55.0-rc.0 → 11.56.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/es/index.js +1818 -1798
- package/lib/index.js +1903 -1889
- package/package.json +6 -6
- package/src/tokens/Token.js +2 -1
- package/umd/index.js +1903 -1889
package/es/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { white as white$2, gray80, blue60, gray80Hover, gray10, gray30, gray10Hover, gray20, gray20Hover, whiteHover, gray100, gray50, gray40, gray70, gray60, red60, blue70, blue40, purple60, purple40, blue30, green50, yellow30, red50, green40, blue50, orange40, blue20, rgba, blue10, black, blue100, gray90, gray70Hover, gray60Hover, gray50Hover, red30, red40, purple50, gray90Hover, blue80, blue90, green60, red80, red20,
|
|
1
|
+
import { white as white$2, gray80, blue60, gray80Hover, gray10, gray30, gray10Hover, gray20, gray20Hover, whiteHover, gray100, gray50, gray40, gray70, gray60, red60, blue70, blue40, purple60, purple40, blue30, green50, yellow30, red50, green40, blue50, orange40, blue20, rgba, blue10, black, blue100, gray90, gray70Hover, gray60Hover, gray50Hover, red30, red40, purple50, gray90Hover, blue80, blue90, green60, red80, red70, red20, red70Hover, red20Hover, magenta70, magenta20, magenta70Hover, magenta20Hover, purple70, purple20, purple70Hover, purple20Hover, blue70Hover, blue20Hover, cyan70, cyan20, cyan70Hover, cyan20Hover, teal70, teal20, teal70Hover, teal20Hover, green70, green20, green70Hover, green20Hover, coolGray70, coolGray20, coolGray10, coolGray100, coolGray70Hover, coolGray20Hover, warmGray70, warmGray20, warmGray10, warmGray100, warmGray70Hover, warmGray20Hover, cyan50, cyan40, teal50, teal40, magenta50, magenta40, coolGray50, coolGray40, warmGray50, warmGray40, red10, green10, yellow10, white0, orange60, yellow60 } from '@carbon/colors';
|
|
2
2
|
import Color from 'color';
|
|
3
|
-
import {
|
|
3
|
+
import { bodyLong01, bodyLong02, bodyShort01, bodyShort02, caption01, caption02, code01, code02, display01, display02, display03, display04, expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading04, expressiveHeading05, expressiveHeading06, expressiveParagraph01, heading01, heading02, helperText01, helperText02, label01, label02, productiveHeading01, productiveHeading02, productiveHeading03, productiveHeading04, productiveHeading05, productiveHeading06, productiveHeading07, quotation01, quotation02, body01, body02, bodyCompact01, bodyCompact02, fluidDisplay01, fluidDisplay02, fluidDisplay03, fluidDisplay04, fluidHeading03, fluidHeading04, fluidHeading05, fluidHeading06, fluidParagraph01, fluidQuotation01, fluidQuotation02, heading03, heading04, heading05, heading06, heading07, headingCompact01, headingCompact02, legal01, legal02, unstable_tokens as unstable_tokens$1 } from '@carbon/type';
|
|
4
4
|
export { bodyLong01, bodyLong02, bodyShort01, bodyShort02, caption01, caption02, code01, code02, display01, display02, display03, display04, expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading04, expressiveHeading05, expressiveHeading06, expressiveParagraph01, heading01, heading02, helperText01, helperText02, label01, label02, productiveHeading01, productiveHeading02, productiveHeading03, productiveHeading04, productiveHeading05, productiveHeading06, productiveHeading07, quotation01, quotation02 } from '@carbon/type';
|
|
5
|
-
import {
|
|
5
|
+
import { container01, container02, container03, container04, container05, fluidSpacing01, fluidSpacing02, fluidSpacing03, fluidSpacing04, iconSize01, iconSize02, layout01, layout02, layout03, layout04, layout05, layout06, layout07, size2XLarge, sizeLarge, sizeMedium, sizeSmall, sizeXLarge, sizeXSmall, spacing01, spacing02, spacing03, spacing04, spacing05, spacing06, spacing07, spacing08, spacing09, spacing10, spacing11, spacing12, spacing13, unstable_tokens } from '@carbon/layout';
|
|
6
6
|
export { container01, container02, container03, container04, container05, fluidSpacing01, fluidSpacing02, fluidSpacing03, fluidSpacing04, iconSize01, iconSize02, layout01, layout02, layout03, layout04, layout05, layout06, layout07, size2XLarge, sizeLarge, sizeMedium, sizeSmall, sizeXLarge, sizeXSmall, spacing01, spacing02, spacing03, spacing04, spacing05, spacing06, spacing07, spacing08, spacing09, spacing10, spacing11, spacing12, spacing13 } from '@carbon/layout';
|
|
7
7
|
|
|
8
8
|
function _OverloadYield(e, d) {
|
|
@@ -22,18 +22,18 @@ function _classCallCheck(a, n) {
|
|
|
22
22
|
function _defineProperties(e, r) {
|
|
23
23
|
for (var t = 0; t < r.length; t++) {
|
|
24
24
|
var o = r[t];
|
|
25
|
-
o.enumerable = o.enumerable ||
|
|
25
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey(o.key), o);
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
function _createClass(e, r, t) {
|
|
29
29
|
return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
|
|
30
|
-
writable:
|
|
30
|
+
writable: false
|
|
31
31
|
}), e;
|
|
32
32
|
}
|
|
33
33
|
function _createForOfIteratorHelper(r, e) {
|
|
34
34
|
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
35
35
|
if (!t) {
|
|
36
|
-
if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e
|
|
36
|
+
if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e) {
|
|
37
37
|
t && (r = t);
|
|
38
38
|
var n = 0,
|
|
39
39
|
F = function () {};
|
|
@@ -41,9 +41,9 @@ function _createForOfIteratorHelper(r, e) {
|
|
|
41
41
|
s: F,
|
|
42
42
|
n: function () {
|
|
43
43
|
return n >= r.length ? {
|
|
44
|
-
done:
|
|
44
|
+
done: true
|
|
45
45
|
} : {
|
|
46
|
-
done:
|
|
46
|
+
done: false,
|
|
47
47
|
value: r[n++]
|
|
48
48
|
};
|
|
49
49
|
},
|
|
@@ -56,8 +56,8 @@ function _createForOfIteratorHelper(r, e) {
|
|
|
56
56
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
57
57
|
}
|
|
58
58
|
var o,
|
|
59
|
-
a =
|
|
60
|
-
u =
|
|
59
|
+
a = true,
|
|
60
|
+
u = false;
|
|
61
61
|
return {
|
|
62
62
|
s: function () {
|
|
63
63
|
t = t.call(r);
|
|
@@ -67,7 +67,7 @@ function _createForOfIteratorHelper(r, e) {
|
|
|
67
67
|
return a = r.done, r;
|
|
68
68
|
},
|
|
69
69
|
e: function (r) {
|
|
70
|
-
u =
|
|
70
|
+
u = true, o = r;
|
|
71
71
|
},
|
|
72
72
|
f: function () {
|
|
73
73
|
try {
|
|
@@ -81,9 +81,9 @@ function _createForOfIteratorHelper(r, e) {
|
|
|
81
81
|
function _defineProperty(e, r, t) {
|
|
82
82
|
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
83
83
|
value: t,
|
|
84
|
-
enumerable:
|
|
85
|
-
configurable:
|
|
86
|
-
writable:
|
|
84
|
+
enumerable: true,
|
|
85
|
+
configurable: true,
|
|
86
|
+
writable: true
|
|
87
87
|
}) : e[r] = t, e;
|
|
88
88
|
}
|
|
89
89
|
function _iterableToArray(r) {
|
|
@@ -105,7 +105,7 @@ function ownKeys(e, r) {
|
|
|
105
105
|
function _objectSpread2(e) {
|
|
106
106
|
for (var r = 1; r < arguments.length; r++) {
|
|
107
107
|
var t = null != arguments[r] ? arguments[r] : {};
|
|
108
|
-
r % 2 ? ownKeys(Object(t),
|
|
108
|
+
r % 2 ? ownKeys(Object(t), true).forEach(function (r) {
|
|
109
109
|
_defineProperty(e, r, t[r]);
|
|
110
110
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
|
|
111
111
|
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
|
|
@@ -129,7 +129,7 @@ function _regenerator() {
|
|
|
129
129
|
u,
|
|
130
130
|
f = 0,
|
|
131
131
|
p = o || [],
|
|
132
|
-
y =
|
|
132
|
+
y = false,
|
|
133
133
|
G = {
|
|
134
134
|
p: 0,
|
|
135
135
|
n: 0,
|
|
@@ -149,7 +149,7 @@ function _regenerator() {
|
|
|
149
149
|
r > 3 ? (o = l === n) && (c = i[4] || 3, u = i[5] === e ? i[3] : i[5], i[4] = 3, i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
|
|
150
150
|
}
|
|
151
151
|
if (o || r > 1) return a;
|
|
152
|
-
throw y =
|
|
152
|
+
throw y = true, n;
|
|
153
153
|
}
|
|
154
154
|
return function (o, p, l) {
|
|
155
155
|
if (f > 1) throw TypeError("Generator is already running");
|
|
@@ -175,7 +175,7 @@ function _regenerator() {
|
|
|
175
175
|
done: y
|
|
176
176
|
};
|
|
177
177
|
};
|
|
178
|
-
}(r, o, i),
|
|
178
|
+
}(r, o, i), true), u;
|
|
179
179
|
}
|
|
180
180
|
var a = {};
|
|
181
181
|
function Generator() {}
|
|
@@ -237,7 +237,7 @@ function _regeneratorAsyncIterator(t, e) {
|
|
|
237
237
|
});
|
|
238
238
|
}
|
|
239
239
|
return r = r ? r.then(f, f) : f();
|
|
240
|
-
},
|
|
240
|
+
}, true);
|
|
241
241
|
}
|
|
242
242
|
function _regeneratorDefine(e, r, n, t) {
|
|
243
243
|
var i = Object.defineProperty;
|
|
@@ -267,8 +267,8 @@ function _regeneratorKeys(e) {
|
|
|
267
267
|
r = [];
|
|
268
268
|
for (var t in n) r.unshift(t);
|
|
269
269
|
return function e() {
|
|
270
|
-
for (; r.length;) if ((t = r.pop()) in n) return e.value = t, e.done =
|
|
271
|
-
return e.done =
|
|
270
|
+
for (; r.length;) if ((t = r.pop()) in n) return e.value = t, e.done = false, e;
|
|
271
|
+
return e.done = true, e;
|
|
272
272
|
};
|
|
273
273
|
}
|
|
274
274
|
function _regeneratorValues(e) {
|
|
@@ -295,7 +295,7 @@ function _toPrimitive(t, r) {
|
|
|
295
295
|
if ("object" != typeof t || !t) return t;
|
|
296
296
|
var e = t[Symbol.toPrimitive];
|
|
297
297
|
if (void 0 !== e) {
|
|
298
|
-
var i = e.call(t, r
|
|
298
|
+
var i = e.call(t, r);
|
|
299
299
|
if ("object" != typeof i) return i;
|
|
300
300
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
301
301
|
}
|
|
@@ -453,6 +453,7 @@ function formatTokenName(token) {
|
|
|
453
453
|
* LICENSE file in the root directory of this source tree.
|
|
454
454
|
*/
|
|
455
455
|
|
|
456
|
+
|
|
456
457
|
// Background
|
|
457
458
|
var background$8 = white$2;
|
|
458
459
|
var backgroundInverse$7 = gray80;
|
|
@@ -670,169 +671,85 @@ var chatButtonTextSelected$3 = textSecondary$7;
|
|
|
670
671
|
|
|
671
672
|
var white$1 = /*#__PURE__*/Object.freeze({
|
|
672
673
|
__proto__: null,
|
|
674
|
+
aiAuraEnd: aiAuraEnd$3,
|
|
675
|
+
aiAuraHoverBackground: aiAuraHoverBackground$3,
|
|
676
|
+
aiAuraHoverEnd: aiAuraHoverEnd$3,
|
|
677
|
+
aiAuraHoverStart: aiAuraHoverStart$3,
|
|
678
|
+
aiAuraStart: aiAuraStart$3,
|
|
679
|
+
aiAuraStartSm: aiAuraStartSm$3,
|
|
680
|
+
aiBorderEnd: aiBorderEnd$3,
|
|
681
|
+
aiBorderStart: aiBorderStart$3,
|
|
682
|
+
aiBorderStrong: aiBorderStrong$3,
|
|
683
|
+
aiDropShadow: aiDropShadow$3,
|
|
684
|
+
aiInnerShadow: aiInnerShadow$3,
|
|
685
|
+
aiOverlay: aiOverlay$3,
|
|
686
|
+
aiPopoverBackground: aiPopoverBackground$3,
|
|
687
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom$3,
|
|
688
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$3,
|
|
689
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$3,
|
|
690
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter$3,
|
|
691
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01$3,
|
|
692
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02$3,
|
|
693
|
+
aiSkeletonBackground: aiSkeletonBackground$3,
|
|
694
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground$3,
|
|
673
695
|
background: background$8,
|
|
674
|
-
backgroundInverse: backgroundInverse$7,
|
|
675
|
-
backgroundBrand: backgroundBrand$7,
|
|
676
696
|
backgroundActive: backgroundActive$7,
|
|
697
|
+
backgroundBrand: backgroundBrand$7,
|
|
677
698
|
backgroundHover: backgroundHover$7,
|
|
699
|
+
backgroundInverse: backgroundInverse$7,
|
|
678
700
|
backgroundInverseHover: backgroundInverseHover$7,
|
|
679
701
|
backgroundSelected: backgroundSelected$7,
|
|
680
702
|
backgroundSelectedHover: backgroundSelectedHover$7,
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
layerSelected02: layerSelected02$3,
|
|
692
|
-
layerSelectedHover02: layerSelectedHover02$3,
|
|
693
|
-
layer03: layer03$3,
|
|
694
|
-
layerActive03: layerActive03$3,
|
|
695
|
-
layerBackground03: layerBackground03$3,
|
|
696
|
-
layerHover03: layerHover03$3,
|
|
697
|
-
layerSelected03: layerSelected03$3,
|
|
698
|
-
layerSelectedHover03: layerSelectedHover03$3,
|
|
699
|
-
layerSelectedInverse: layerSelectedInverse$7,
|
|
700
|
-
layerSelectedDisabled: layerSelectedDisabled$7,
|
|
701
|
-
layerAccent01: layerAccent01$3,
|
|
702
|
-
layerAccentActive01: layerAccentActive01$3,
|
|
703
|
-
layerAccentHover01: layerAccentHover01$3,
|
|
704
|
-
layerAccent02: layerAccent02$3,
|
|
705
|
-
layerAccentActive02: layerAccentActive02$3,
|
|
706
|
-
layerAccentHover02: layerAccentHover02$3,
|
|
707
|
-
layerAccent03: layerAccent03$3,
|
|
708
|
-
layerAccentActive03: layerAccentActive03$3,
|
|
709
|
-
layerAccentHover03: layerAccentHover03$3,
|
|
710
|
-
field01: field01$7,
|
|
711
|
-
fieldHover01: fieldHover01$3,
|
|
712
|
-
field02: field02$7,
|
|
713
|
-
fieldHover02: fieldHover02$3,
|
|
714
|
-
field03: field03$3,
|
|
715
|
-
fieldHover03: fieldHover03$3,
|
|
703
|
+
bodyLong01: bodyLong01,
|
|
704
|
+
bodyLong02: bodyLong02,
|
|
705
|
+
bodyShort01: bodyShort01,
|
|
706
|
+
bodyShort02: bodyShort02,
|
|
707
|
+
borderDisabled: borderDisabled$7,
|
|
708
|
+
borderInteractive: borderInteractive$7,
|
|
709
|
+
borderInverse: borderInverse$7,
|
|
710
|
+
borderStrong01: borderStrong01$3,
|
|
711
|
+
borderStrong02: borderStrong02$3,
|
|
712
|
+
borderStrong03: borderStrong03$3,
|
|
716
713
|
borderSubtle00: borderSubtle00$3,
|
|
717
714
|
borderSubtle01: borderSubtle01$3,
|
|
718
|
-
borderSubtleSelected01: borderSubtleSelected01$3,
|
|
719
715
|
borderSubtle02: borderSubtle02$3,
|
|
720
|
-
borderSubtleSelected02: borderSubtleSelected02$3,
|
|
721
716
|
borderSubtle03: borderSubtle03$3,
|
|
717
|
+
borderSubtleSelected01: borderSubtleSelected01$3,
|
|
718
|
+
borderSubtleSelected02: borderSubtleSelected02$3,
|
|
722
719
|
borderSubtleSelected03: borderSubtleSelected03$3,
|
|
723
|
-
borderStrong01: borderStrong01$3,
|
|
724
|
-
borderStrong02: borderStrong02$3,
|
|
725
|
-
borderStrong03: borderStrong03$3,
|
|
726
720
|
borderTile01: borderTile01$3,
|
|
727
721
|
borderTile02: borderTile02$3,
|
|
728
722
|
borderTile03: borderTile03$3,
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
borderDisabled: borderDisabled$7,
|
|
732
|
-
textPrimary: textPrimary$7,
|
|
733
|
-
textSecondary: textSecondary$7,
|
|
734
|
-
textPlaceholder: textPlaceholder$7,
|
|
735
|
-
textHelper: textHelper$7,
|
|
736
|
-
textError: textError$7,
|
|
737
|
-
textInverse: textInverse$7,
|
|
738
|
-
textOnColor: textOnColor$7,
|
|
739
|
-
textOnColorDisabled: textOnColorDisabled$7,
|
|
740
|
-
textDisabled: textDisabled$7,
|
|
741
|
-
linkPrimary: linkPrimary$7,
|
|
742
|
-
linkPrimaryHover: linkPrimaryHover$7,
|
|
743
|
-
linkSecondary: linkSecondary$7,
|
|
744
|
-
linkInverse: linkInverse$7,
|
|
745
|
-
linkVisited: linkVisited$7,
|
|
746
|
-
linkInverseVisited: linkInverseVisited$3,
|
|
747
|
-
linkInverseActive: linkInverseActive$3,
|
|
748
|
-
linkInverseHover: linkInverseHover$3,
|
|
749
|
-
iconPrimary: iconPrimary$7,
|
|
750
|
-
iconSecondary: iconSecondary$7,
|
|
751
|
-
iconInverse: iconInverse$7,
|
|
752
|
-
iconOnColor: iconOnColor$7,
|
|
753
|
-
iconOnColorDisabled: iconOnColorDisabled$7,
|
|
754
|
-
iconDisabled: iconDisabled$7,
|
|
755
|
-
iconInteractive: iconInteractive$3,
|
|
756
|
-
supportError: supportError$7,
|
|
757
|
-
supportSuccess: supportSuccess$7,
|
|
758
|
-
supportWarning: supportWarning$7,
|
|
759
|
-
supportInfo: supportInfo$7,
|
|
760
|
-
supportErrorInverse: supportErrorInverse$7,
|
|
761
|
-
supportSuccessInverse: supportSuccessInverse$7,
|
|
762
|
-
supportWarningInverse: supportWarningInverse$7,
|
|
763
|
-
supportInfoInverse: supportInfoInverse$7,
|
|
764
|
-
supportCautionMinor: supportCautionMinor$3,
|
|
765
|
-
supportCautionMajor: supportCautionMajor$3,
|
|
766
|
-
supportCautionUndefined: supportCautionUndefined$3,
|
|
767
|
-
focus: focus$8,
|
|
768
|
-
focusInset: focusInset$7,
|
|
769
|
-
focusInverse: focusInverse$7,
|
|
770
|
-
skeletonBackground: skeletonBackground$7,
|
|
771
|
-
skeletonElement: skeletonElement$7,
|
|
772
|
-
interactive: interactive$7,
|
|
773
|
-
highlight: highlight$7,
|
|
774
|
-
overlay: overlay$7,
|
|
775
|
-
toggleOff: toggleOff$7,
|
|
776
|
-
shadow: shadow$7,
|
|
777
|
-
aiInnerShadow: aiInnerShadow$3,
|
|
778
|
-
aiAuraStartSm: aiAuraStartSm$3,
|
|
779
|
-
aiAuraStart: aiAuraStart$3,
|
|
780
|
-
aiAuraEnd: aiAuraEnd$3,
|
|
781
|
-
aiBorderStrong: aiBorderStrong$3,
|
|
782
|
-
aiBorderStart: aiBorderStart$3,
|
|
783
|
-
aiBorderEnd: aiBorderEnd$3,
|
|
784
|
-
aiDropShadow: aiDropShadow$3,
|
|
785
|
-
aiAuraHoverBackground: aiAuraHoverBackground$3,
|
|
786
|
-
aiAuraHoverStart: aiAuraHoverStart$3,
|
|
787
|
-
aiAuraHoverEnd: aiAuraHoverEnd$3,
|
|
788
|
-
aiPopoverBackground: aiPopoverBackground$3,
|
|
789
|
-
aiPopoverShadowOuter01: aiPopoverShadowOuter01$3,
|
|
790
|
-
aiPopoverShadowOuter02: aiPopoverShadowOuter02$3,
|
|
791
|
-
aiSkeletonBackground: aiSkeletonBackground$3,
|
|
792
|
-
aiSkeletonElementBackground: aiSkeletonElementBackground$3,
|
|
793
|
-
aiOverlay: aiOverlay$3,
|
|
794
|
-
aiPopoverCaretCenter: aiPopoverCaretCenter$3,
|
|
795
|
-
aiPopoverCaretBottom: aiPopoverCaretBottom$3,
|
|
796
|
-
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$3,
|
|
797
|
-
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$3,
|
|
798
|
-
chatPromptBackground: chatPromptBackground$3,
|
|
799
|
-
chatPromptBorderStart: chatPromptBorderStart$3,
|
|
800
|
-
chatPromptBorderEnd: chatPromptBorderEnd$3,
|
|
801
|
-
chatBubbleUser: chatBubbleUser$3,
|
|
802
|
-
chatBubbleAgent: chatBubbleAgent$3,
|
|
803
|
-
chatBubbleBorder: chatBubbleBorder$3,
|
|
804
|
-
chatAvatarBot: chatAvatarBot$3,
|
|
723
|
+
caption01: caption01,
|
|
724
|
+
caption02: caption02,
|
|
805
725
|
chatAvatarAgent: chatAvatarAgent$3,
|
|
726
|
+
chatAvatarBot: chatAvatarBot$3,
|
|
806
727
|
chatAvatarUser: chatAvatarUser$3,
|
|
807
|
-
|
|
808
|
-
|
|
728
|
+
chatBubbleAgent: chatBubbleAgent$3,
|
|
729
|
+
chatBubbleBorder: chatBubbleBorder$3,
|
|
730
|
+
chatBubbleUser: chatBubbleUser$3,
|
|
809
731
|
chatButton: chatButton$3,
|
|
810
|
-
chatButtonHover: chatButtonHover$3,
|
|
811
|
-
chatButtonTextHover: chatButtonTextHover$3,
|
|
812
732
|
chatButtonActive: chatButtonActive$3,
|
|
733
|
+
chatButtonHover: chatButtonHover$3,
|
|
813
734
|
chatButtonSelected: chatButtonSelected$3,
|
|
735
|
+
chatButtonTextHover: chatButtonTextHover$3,
|
|
814
736
|
chatButtonTextSelected: chatButtonTextSelected$3,
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
helperText02: helperText02,
|
|
821
|
-
bodyShort01: bodyShort01,
|
|
822
|
-
bodyLong01: bodyLong01,
|
|
823
|
-
bodyShort02: bodyShort02,
|
|
824
|
-
bodyLong02: bodyLong02,
|
|
737
|
+
chatHeaderBackground: chatHeaderBackground$3,
|
|
738
|
+
chatPromptBackground: chatPromptBackground$3,
|
|
739
|
+
chatPromptBorderEnd: chatPromptBorderEnd$3,
|
|
740
|
+
chatPromptBorderStart: chatPromptBorderStart$3,
|
|
741
|
+
chatShellBackground: chatShellBackground$3,
|
|
825
742
|
code01: code01,
|
|
826
743
|
code02: code02,
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
744
|
+
container01: container01,
|
|
745
|
+
container02: container02,
|
|
746
|
+
container03: container03,
|
|
747
|
+
container04: container04,
|
|
748
|
+
container05: container05,
|
|
749
|
+
display01: display01,
|
|
750
|
+
display02: display02,
|
|
751
|
+
display03: display03,
|
|
752
|
+
display04: display04,
|
|
836
753
|
expressiveHeading01: expressiveHeading01,
|
|
837
754
|
expressiveHeading02: expressiveHeading02,
|
|
838
755
|
expressiveHeading03: expressiveHeading03,
|
|
@@ -840,50 +757,134 @@ var white$1 = /*#__PURE__*/Object.freeze({
|
|
|
840
757
|
expressiveHeading05: expressiveHeading05,
|
|
841
758
|
expressiveHeading06: expressiveHeading06,
|
|
842
759
|
expressiveParagraph01: expressiveParagraph01,
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
spacing01: spacing01,
|
|
850
|
-
spacing02: spacing02,
|
|
851
|
-
spacing03: spacing03,
|
|
852
|
-
spacing04: spacing04,
|
|
853
|
-
spacing05: spacing05,
|
|
854
|
-
spacing06: spacing06,
|
|
855
|
-
spacing07: spacing07,
|
|
856
|
-
spacing08: spacing08,
|
|
857
|
-
spacing09: spacing09,
|
|
858
|
-
spacing10: spacing10,
|
|
859
|
-
spacing11: spacing11,
|
|
860
|
-
spacing12: spacing12,
|
|
861
|
-
spacing13: spacing13,
|
|
760
|
+
field01: field01$7,
|
|
761
|
+
field02: field02$7,
|
|
762
|
+
field03: field03$3,
|
|
763
|
+
fieldHover01: fieldHover01$3,
|
|
764
|
+
fieldHover02: fieldHover02$3,
|
|
765
|
+
fieldHover03: fieldHover03$3,
|
|
862
766
|
fluidSpacing01: fluidSpacing01,
|
|
863
767
|
fluidSpacing02: fluidSpacing02,
|
|
864
768
|
fluidSpacing03: fluidSpacing03,
|
|
865
769
|
fluidSpacing04: fluidSpacing04,
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
770
|
+
focus: focus$8,
|
|
771
|
+
focusInset: focusInset$7,
|
|
772
|
+
focusInverse: focusInverse$7,
|
|
773
|
+
heading01: heading01,
|
|
774
|
+
heading02: heading02,
|
|
775
|
+
helperText01: helperText01,
|
|
776
|
+
helperText02: helperText02,
|
|
777
|
+
highlight: highlight$7,
|
|
778
|
+
iconDisabled: iconDisabled$7,
|
|
779
|
+
iconInteractive: iconInteractive$3,
|
|
780
|
+
iconInverse: iconInverse$7,
|
|
781
|
+
iconOnColor: iconOnColor$7,
|
|
782
|
+
iconOnColorDisabled: iconOnColorDisabled$7,
|
|
783
|
+
iconPrimary: iconPrimary$7,
|
|
784
|
+
iconSecondary: iconSecondary$7,
|
|
877
785
|
iconSize01: iconSize01,
|
|
878
786
|
iconSize02: iconSize02,
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
787
|
+
interactive: interactive$7,
|
|
788
|
+
label01: label01,
|
|
789
|
+
label02: label02,
|
|
790
|
+
layer01: layer01$3,
|
|
791
|
+
layer02: layer02$3,
|
|
792
|
+
layer03: layer03$3,
|
|
793
|
+
layerAccent01: layerAccent01$3,
|
|
794
|
+
layerAccent02: layerAccent02$3,
|
|
795
|
+
layerAccent03: layerAccent03$3,
|
|
796
|
+
layerAccentActive01: layerAccentActive01$3,
|
|
797
|
+
layerAccentActive02: layerAccentActive02$3,
|
|
798
|
+
layerAccentActive03: layerAccentActive03$3,
|
|
799
|
+
layerAccentHover01: layerAccentHover01$3,
|
|
800
|
+
layerAccentHover02: layerAccentHover02$3,
|
|
801
|
+
layerAccentHover03: layerAccentHover03$3,
|
|
802
|
+
layerActive01: layerActive01$3,
|
|
803
|
+
layerActive02: layerActive02$3,
|
|
804
|
+
layerActive03: layerActive03$3,
|
|
805
|
+
layerBackground01: layerBackground01$3,
|
|
806
|
+
layerBackground02: layerBackground02$3,
|
|
807
|
+
layerBackground03: layerBackground03$3,
|
|
808
|
+
layerHover01: layerHover01$3,
|
|
809
|
+
layerHover02: layerHover02$3,
|
|
810
|
+
layerHover03: layerHover03$3,
|
|
811
|
+
layerSelected01: layerSelected01$3,
|
|
812
|
+
layerSelected02: layerSelected02$3,
|
|
813
|
+
layerSelected03: layerSelected03$3,
|
|
814
|
+
layerSelectedDisabled: layerSelectedDisabled$7,
|
|
815
|
+
layerSelectedHover01: layerSelectedHover01$3,
|
|
816
|
+
layerSelectedHover02: layerSelectedHover02$3,
|
|
817
|
+
layerSelectedHover03: layerSelectedHover03$3,
|
|
818
|
+
layerSelectedInverse: layerSelectedInverse$7,
|
|
819
|
+
layout01: layout01,
|
|
820
|
+
layout02: layout02,
|
|
821
|
+
layout03: layout03,
|
|
822
|
+
layout04: layout04,
|
|
823
|
+
layout05: layout05,
|
|
824
|
+
layout06: layout06,
|
|
825
|
+
layout07: layout07,
|
|
826
|
+
linkInverse: linkInverse$7,
|
|
827
|
+
linkInverseActive: linkInverseActive$3,
|
|
828
|
+
linkInverseHover: linkInverseHover$3,
|
|
829
|
+
linkInverseVisited: linkInverseVisited$3,
|
|
830
|
+
linkPrimary: linkPrimary$7,
|
|
831
|
+
linkPrimaryHover: linkPrimaryHover$7,
|
|
832
|
+
linkSecondary: linkSecondary$7,
|
|
833
|
+
linkVisited: linkVisited$7,
|
|
834
|
+
overlay: overlay$7,
|
|
835
|
+
productiveHeading01: productiveHeading01,
|
|
836
|
+
productiveHeading02: productiveHeading02,
|
|
837
|
+
productiveHeading03: productiveHeading03,
|
|
838
|
+
productiveHeading04: productiveHeading04,
|
|
839
|
+
productiveHeading05: productiveHeading05,
|
|
840
|
+
productiveHeading06: productiveHeading06,
|
|
841
|
+
productiveHeading07: productiveHeading07,
|
|
842
|
+
quotation01: quotation01,
|
|
843
|
+
quotation02: quotation02,
|
|
844
|
+
shadow: shadow$7,
|
|
845
|
+
size2XLarge: size2XLarge,
|
|
846
|
+
sizeLarge: sizeLarge,
|
|
847
|
+
sizeMedium: sizeMedium,
|
|
848
|
+
sizeSmall: sizeSmall,
|
|
849
|
+
sizeXLarge: sizeXLarge,
|
|
850
|
+
sizeXSmall: sizeXSmall,
|
|
851
|
+
skeletonBackground: skeletonBackground$7,
|
|
852
|
+
skeletonElement: skeletonElement$7,
|
|
853
|
+
spacing01: spacing01,
|
|
854
|
+
spacing02: spacing02,
|
|
855
|
+
spacing03: spacing03,
|
|
856
|
+
spacing04: spacing04,
|
|
857
|
+
spacing05: spacing05,
|
|
858
|
+
spacing06: spacing06,
|
|
859
|
+
spacing07: spacing07,
|
|
860
|
+
spacing08: spacing08,
|
|
861
|
+
spacing09: spacing09,
|
|
862
|
+
spacing10: spacing10,
|
|
863
|
+
spacing11: spacing11,
|
|
864
|
+
spacing12: spacing12,
|
|
865
|
+
spacing13: spacing13,
|
|
866
|
+
supportCautionMajor: supportCautionMajor$3,
|
|
867
|
+
supportCautionMinor: supportCautionMinor$3,
|
|
868
|
+
supportCautionUndefined: supportCautionUndefined$3,
|
|
869
|
+
supportError: supportError$7,
|
|
870
|
+
supportErrorInverse: supportErrorInverse$7,
|
|
871
|
+
supportInfo: supportInfo$7,
|
|
872
|
+
supportInfoInverse: supportInfoInverse$7,
|
|
873
|
+
supportSuccess: supportSuccess$7,
|
|
874
|
+
supportSuccessInverse: supportSuccessInverse$7,
|
|
875
|
+
supportWarning: supportWarning$7,
|
|
876
|
+
supportWarningInverse: supportWarningInverse$7,
|
|
877
|
+
textDisabled: textDisabled$7,
|
|
878
|
+
textError: textError$7,
|
|
879
|
+
textHelper: textHelper$7,
|
|
880
|
+
textInverse: textInverse$7,
|
|
881
|
+
textOnColor: textOnColor$7,
|
|
882
|
+
textOnColorDisabled: textOnColorDisabled$7,
|
|
883
|
+
textPlaceholder: textPlaceholder$7,
|
|
884
|
+
textPrimary: textPrimary$7,
|
|
885
|
+
textSecondary: textSecondary$7,
|
|
886
|
+
toggleOff: toggleOff$7
|
|
887
|
+
});
|
|
887
888
|
|
|
888
889
|
/**
|
|
889
890
|
* Copyright IBM Corp. 2018, 2023
|
|
@@ -892,6 +893,7 @@ var white$1 = /*#__PURE__*/Object.freeze({
|
|
|
892
893
|
* LICENSE file in the root directory of this source tree.
|
|
893
894
|
*/
|
|
894
895
|
|
|
896
|
+
|
|
895
897
|
// Background
|
|
896
898
|
var background$7 = gray10;
|
|
897
899
|
var backgroundInverse$6 = gray80;
|
|
@@ -1109,182 +1111,185 @@ var chatButtonTextSelected$2 = textSecondary$6;
|
|
|
1109
1111
|
|
|
1110
1112
|
var g10$1 = /*#__PURE__*/Object.freeze({
|
|
1111
1113
|
__proto__: null,
|
|
1114
|
+
aiAuraEnd: aiAuraEnd$2,
|
|
1115
|
+
aiAuraHoverBackground: aiAuraHoverBackground$2,
|
|
1116
|
+
aiAuraHoverEnd: aiAuraHoverEnd$2,
|
|
1117
|
+
aiAuraHoverStart: aiAuraHoverStart$2,
|
|
1118
|
+
aiAuraStart: aiAuraStart$2,
|
|
1119
|
+
aiAuraStartSm: aiAuraStartSm$2,
|
|
1120
|
+
aiBorderEnd: aiBorderEnd$2,
|
|
1121
|
+
aiBorderStart: aiBorderStart$2,
|
|
1122
|
+
aiBorderStrong: aiBorderStrong$2,
|
|
1123
|
+
aiDropShadow: aiDropShadow$2,
|
|
1124
|
+
aiInnerShadow: aiInnerShadow$2,
|
|
1125
|
+
aiOverlay: aiOverlay$2,
|
|
1126
|
+
aiPopoverBackground: aiPopoverBackground$2,
|
|
1127
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom$2,
|
|
1128
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$2,
|
|
1129
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$2,
|
|
1130
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter$2,
|
|
1131
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01$2,
|
|
1132
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02$2,
|
|
1133
|
+
aiSkeletonBackground: aiSkeletonBackground$2,
|
|
1134
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground$2,
|
|
1112
1135
|
background: background$7,
|
|
1113
|
-
backgroundInverse: backgroundInverse$6,
|
|
1114
|
-
backgroundBrand: backgroundBrand$6,
|
|
1115
1136
|
backgroundActive: backgroundActive$6,
|
|
1137
|
+
backgroundBrand: backgroundBrand$6,
|
|
1116
1138
|
backgroundHover: backgroundHover$6,
|
|
1139
|
+
backgroundInverse: backgroundInverse$6,
|
|
1117
1140
|
backgroundInverseHover: backgroundInverseHover$6,
|
|
1118
1141
|
backgroundSelected: backgroundSelected$6,
|
|
1119
1142
|
backgroundSelectedHover: backgroundSelectedHover$6,
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
layerSelected02: layerSelected02$2,
|
|
1131
|
-
layerSelectedHover02: layerSelectedHover02$2,
|
|
1132
|
-
layer03: layer03$2,
|
|
1133
|
-
layerActive03: layerActive03$2,
|
|
1134
|
-
layerBackground03: layerBackground03$2,
|
|
1135
|
-
layerHover03: layerHover03$2,
|
|
1136
|
-
layerSelected03: layerSelected03$2,
|
|
1137
|
-
layerSelectedHover03: layerSelectedHover03$2,
|
|
1138
|
-
layerSelectedInverse: layerSelectedInverse$6,
|
|
1139
|
-
layerSelectedDisabled: layerSelectedDisabled$6,
|
|
1140
|
-
layerAccent01: layerAccent01$2,
|
|
1141
|
-
layerAccentActive01: layerAccentActive01$2,
|
|
1142
|
-
layerAccentHover01: layerAccentHover01$2,
|
|
1143
|
-
layerAccent02: layerAccent02$2,
|
|
1144
|
-
layerAccentActive02: layerAccentActive02$2,
|
|
1145
|
-
layerAccentHover02: layerAccentHover02$2,
|
|
1146
|
-
layerAccent03: layerAccent03$2,
|
|
1147
|
-
layerAccentActive03: layerAccentActive03$2,
|
|
1148
|
-
layerAccentHover03: layerAccentHover03$2,
|
|
1149
|
-
field01: field01$6,
|
|
1150
|
-
fieldHover01: fieldHover01$2,
|
|
1151
|
-
field02: field02$6,
|
|
1152
|
-
fieldHover02: fieldHover02$2,
|
|
1153
|
-
field03: field03$2,
|
|
1154
|
-
fieldHover03: fieldHover03$2,
|
|
1143
|
+
bodyLong01: bodyLong01,
|
|
1144
|
+
bodyLong02: bodyLong02,
|
|
1145
|
+
bodyShort01: bodyShort01,
|
|
1146
|
+
bodyShort02: bodyShort02,
|
|
1147
|
+
borderDisabled: borderDisabled$6,
|
|
1148
|
+
borderInteractive: borderInteractive$6,
|
|
1149
|
+
borderInverse: borderInverse$6,
|
|
1150
|
+
borderStrong01: borderStrong01$2,
|
|
1151
|
+
borderStrong02: borderStrong02$2,
|
|
1152
|
+
borderStrong03: borderStrong03$2,
|
|
1155
1153
|
borderSubtle00: borderSubtle00$2,
|
|
1156
1154
|
borderSubtle01: borderSubtle01$2,
|
|
1157
|
-
borderSubtleSelected01: borderSubtleSelected01$2,
|
|
1158
1155
|
borderSubtle02: borderSubtle02$2,
|
|
1159
|
-
borderSubtleSelected02: borderSubtleSelected02$2,
|
|
1160
1156
|
borderSubtle03: borderSubtle03$2,
|
|
1157
|
+
borderSubtleSelected01: borderSubtleSelected01$2,
|
|
1158
|
+
borderSubtleSelected02: borderSubtleSelected02$2,
|
|
1161
1159
|
borderSubtleSelected03: borderSubtleSelected03$2,
|
|
1162
|
-
borderStrong01: borderStrong01$2,
|
|
1163
|
-
borderStrong02: borderStrong02$2,
|
|
1164
|
-
borderStrong03: borderStrong03$2,
|
|
1165
1160
|
borderTile01: borderTile01$2,
|
|
1166
1161
|
borderTile02: borderTile02$2,
|
|
1167
1162
|
borderTile03: borderTile03$2,
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
borderDisabled: borderDisabled$6,
|
|
1171
|
-
textPrimary: textPrimary$6,
|
|
1172
|
-
textSecondary: textSecondary$6,
|
|
1173
|
-
textPlaceholder: textPlaceholder$6,
|
|
1174
|
-
textHelper: textHelper$6,
|
|
1175
|
-
textError: textError$6,
|
|
1176
|
-
textInverse: textInverse$6,
|
|
1177
|
-
textOnColor: textOnColor$6,
|
|
1178
|
-
textOnColorDisabled: textOnColorDisabled$6,
|
|
1179
|
-
textDisabled: textDisabled$6,
|
|
1180
|
-
linkPrimary: linkPrimary$6,
|
|
1181
|
-
linkPrimaryHover: linkPrimaryHover$6,
|
|
1182
|
-
linkSecondary: linkSecondary$6,
|
|
1183
|
-
linkInverse: linkInverse$6,
|
|
1184
|
-
linkVisited: linkVisited$6,
|
|
1185
|
-
linkInverseVisited: linkInverseVisited$2,
|
|
1186
|
-
linkInverseActive: linkInverseActive$2,
|
|
1187
|
-
linkInverseHover: linkInverseHover$2,
|
|
1188
|
-
iconPrimary: iconPrimary$6,
|
|
1189
|
-
iconSecondary: iconSecondary$6,
|
|
1190
|
-
iconInverse: iconInverse$6,
|
|
1191
|
-
iconOnColor: iconOnColor$6,
|
|
1192
|
-
iconOnColorDisabled: iconOnColorDisabled$6,
|
|
1193
|
-
iconDisabled: iconDisabled$6,
|
|
1194
|
-
iconInteractive: iconInteractive$2,
|
|
1195
|
-
supportError: supportError$6,
|
|
1196
|
-
supportSuccess: supportSuccess$6,
|
|
1197
|
-
supportWarning: supportWarning$6,
|
|
1198
|
-
supportInfo: supportInfo$6,
|
|
1199
|
-
supportErrorInverse: supportErrorInverse$6,
|
|
1200
|
-
supportSuccessInverse: supportSuccessInverse$6,
|
|
1201
|
-
supportWarningInverse: supportWarningInverse$6,
|
|
1202
|
-
supportInfoInverse: supportInfoInverse$6,
|
|
1203
|
-
supportCautionMinor: supportCautionMinor$2,
|
|
1204
|
-
supportCautionMajor: supportCautionMajor$2,
|
|
1205
|
-
supportCautionUndefined: supportCautionUndefined$2,
|
|
1206
|
-
focus: focus$7,
|
|
1207
|
-
focusInset: focusInset$6,
|
|
1208
|
-
focusInverse: focusInverse$6,
|
|
1209
|
-
skeletonBackground: skeletonBackground$6,
|
|
1210
|
-
skeletonElement: skeletonElement$6,
|
|
1211
|
-
interactive: interactive$6,
|
|
1212
|
-
highlight: highlight$6,
|
|
1213
|
-
overlay: overlay$6,
|
|
1214
|
-
toggleOff: toggleOff$6,
|
|
1215
|
-
shadow: shadow$6,
|
|
1216
|
-
aiInnerShadow: aiInnerShadow$2,
|
|
1217
|
-
aiAuraStartSm: aiAuraStartSm$2,
|
|
1218
|
-
aiAuraStart: aiAuraStart$2,
|
|
1219
|
-
aiAuraEnd: aiAuraEnd$2,
|
|
1220
|
-
aiBorderStrong: aiBorderStrong$2,
|
|
1221
|
-
aiBorderStart: aiBorderStart$2,
|
|
1222
|
-
aiBorderEnd: aiBorderEnd$2,
|
|
1223
|
-
aiDropShadow: aiDropShadow$2,
|
|
1224
|
-
aiAuraHoverBackground: aiAuraHoverBackground$2,
|
|
1225
|
-
aiAuraHoverStart: aiAuraHoverStart$2,
|
|
1226
|
-
aiAuraHoverEnd: aiAuraHoverEnd$2,
|
|
1227
|
-
aiPopoverBackground: aiPopoverBackground$2,
|
|
1228
|
-
aiPopoverShadowOuter01: aiPopoverShadowOuter01$2,
|
|
1229
|
-
aiPopoverShadowOuter02: aiPopoverShadowOuter02$2,
|
|
1230
|
-
aiSkeletonBackground: aiSkeletonBackground$2,
|
|
1231
|
-
aiSkeletonElementBackground: aiSkeletonElementBackground$2,
|
|
1232
|
-
aiOverlay: aiOverlay$2,
|
|
1233
|
-
aiPopoverCaretCenter: aiPopoverCaretCenter$2,
|
|
1234
|
-
aiPopoverCaretBottom: aiPopoverCaretBottom$2,
|
|
1235
|
-
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$2,
|
|
1236
|
-
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$2,
|
|
1237
|
-
chatPromptBackground: chatPromptBackground$2,
|
|
1238
|
-
chatPromptBorderStart: chatPromptBorderStart$2,
|
|
1239
|
-
chatPromptBorderEnd: chatPromptBorderEnd$2,
|
|
1240
|
-
chatBubbleUser: chatBubbleUser$2,
|
|
1241
|
-
chatBubbleAgent: chatBubbleAgent$2,
|
|
1242
|
-
chatBubbleBorder: chatBubbleBorder$2,
|
|
1243
|
-
chatAvatarBot: chatAvatarBot$2,
|
|
1163
|
+
caption01: caption01,
|
|
1164
|
+
caption02: caption02,
|
|
1244
1165
|
chatAvatarAgent: chatAvatarAgent$2,
|
|
1166
|
+
chatAvatarBot: chatAvatarBot$2,
|
|
1245
1167
|
chatAvatarUser: chatAvatarUser$2,
|
|
1246
|
-
|
|
1247
|
-
|
|
1168
|
+
chatBubbleAgent: chatBubbleAgent$2,
|
|
1169
|
+
chatBubbleBorder: chatBubbleBorder$2,
|
|
1170
|
+
chatBubbleUser: chatBubbleUser$2,
|
|
1248
1171
|
chatButton: chatButton$2,
|
|
1249
|
-
chatButtonHover: chatButtonHover$2,
|
|
1250
|
-
chatButtonTextHover: chatButtonTextHover$2,
|
|
1251
1172
|
chatButtonActive: chatButtonActive$2,
|
|
1173
|
+
chatButtonHover: chatButtonHover$2,
|
|
1252
1174
|
chatButtonSelected: chatButtonSelected$2,
|
|
1175
|
+
chatButtonTextHover: chatButtonTextHover$2,
|
|
1253
1176
|
chatButtonTextSelected: chatButtonTextSelected$2,
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
helperText02: helperText02,
|
|
1260
|
-
bodyShort01: bodyShort01,
|
|
1261
|
-
bodyLong01: bodyLong01,
|
|
1262
|
-
bodyShort02: bodyShort02,
|
|
1263
|
-
bodyLong02: bodyLong02,
|
|
1177
|
+
chatHeaderBackground: chatHeaderBackground$2,
|
|
1178
|
+
chatPromptBackground: chatPromptBackground$2,
|
|
1179
|
+
chatPromptBorderEnd: chatPromptBorderEnd$2,
|
|
1180
|
+
chatPromptBorderStart: chatPromptBorderStart$2,
|
|
1181
|
+
chatShellBackground: chatShellBackground$2,
|
|
1264
1182
|
code01: code01,
|
|
1265
1183
|
code02: code02,
|
|
1184
|
+
container01: container01,
|
|
1185
|
+
container02: container02,
|
|
1186
|
+
container03: container03,
|
|
1187
|
+
container04: container04,
|
|
1188
|
+
container05: container05,
|
|
1189
|
+
display01: display01,
|
|
1190
|
+
display02: display02,
|
|
1191
|
+
display03: display03,
|
|
1192
|
+
display04: display04,
|
|
1193
|
+
expressiveHeading01: expressiveHeading01,
|
|
1194
|
+
expressiveHeading02: expressiveHeading02,
|
|
1195
|
+
expressiveHeading03: expressiveHeading03,
|
|
1196
|
+
expressiveHeading04: expressiveHeading04,
|
|
1197
|
+
expressiveHeading05: expressiveHeading05,
|
|
1198
|
+
expressiveHeading06: expressiveHeading06,
|
|
1199
|
+
expressiveParagraph01: expressiveParagraph01,
|
|
1200
|
+
field01: field01$6,
|
|
1201
|
+
field02: field02$6,
|
|
1202
|
+
field03: field03$2,
|
|
1203
|
+
fieldHover01: fieldHover01$2,
|
|
1204
|
+
fieldHover02: fieldHover02$2,
|
|
1205
|
+
fieldHover03: fieldHover03$2,
|
|
1206
|
+
fluidSpacing01: fluidSpacing01,
|
|
1207
|
+
fluidSpacing02: fluidSpacing02,
|
|
1208
|
+
fluidSpacing03: fluidSpacing03,
|
|
1209
|
+
fluidSpacing04: fluidSpacing04,
|
|
1210
|
+
focus: focus$7,
|
|
1211
|
+
focusInset: focusInset$6,
|
|
1212
|
+
focusInverse: focusInverse$6,
|
|
1266
1213
|
heading01: heading01,
|
|
1267
|
-
productiveHeading01: productiveHeading01,
|
|
1268
1214
|
heading02: heading02,
|
|
1215
|
+
helperText01: helperText01,
|
|
1216
|
+
helperText02: helperText02,
|
|
1217
|
+
highlight: highlight$6,
|
|
1218
|
+
iconDisabled: iconDisabled$6,
|
|
1219
|
+
iconInteractive: iconInteractive$2,
|
|
1220
|
+
iconInverse: iconInverse$6,
|
|
1221
|
+
iconOnColor: iconOnColor$6,
|
|
1222
|
+
iconOnColorDisabled: iconOnColorDisabled$6,
|
|
1223
|
+
iconPrimary: iconPrimary$6,
|
|
1224
|
+
iconSecondary: iconSecondary$6,
|
|
1225
|
+
iconSize01: iconSize01,
|
|
1226
|
+
iconSize02: iconSize02,
|
|
1227
|
+
interactive: interactive$6,
|
|
1228
|
+
label01: label01,
|
|
1229
|
+
label02: label02,
|
|
1230
|
+
layer01: layer01$2,
|
|
1231
|
+
layer02: layer02$2,
|
|
1232
|
+
layer03: layer03$2,
|
|
1233
|
+
layerAccent01: layerAccent01$2,
|
|
1234
|
+
layerAccent02: layerAccent02$2,
|
|
1235
|
+
layerAccent03: layerAccent03$2,
|
|
1236
|
+
layerAccentActive01: layerAccentActive01$2,
|
|
1237
|
+
layerAccentActive02: layerAccentActive02$2,
|
|
1238
|
+
layerAccentActive03: layerAccentActive03$2,
|
|
1239
|
+
layerAccentHover01: layerAccentHover01$2,
|
|
1240
|
+
layerAccentHover02: layerAccentHover02$2,
|
|
1241
|
+
layerAccentHover03: layerAccentHover03$2,
|
|
1242
|
+
layerActive01: layerActive01$2,
|
|
1243
|
+
layerActive02: layerActive02$2,
|
|
1244
|
+
layerActive03: layerActive03$2,
|
|
1245
|
+
layerBackground01: layerBackground01$2,
|
|
1246
|
+
layerBackground02: layerBackground02$2,
|
|
1247
|
+
layerBackground03: layerBackground03$2,
|
|
1248
|
+
layerHover01: layerHover01$2,
|
|
1249
|
+
layerHover02: layerHover02$2,
|
|
1250
|
+
layerHover03: layerHover03$2,
|
|
1251
|
+
layerSelected01: layerSelected01$2,
|
|
1252
|
+
layerSelected02: layerSelected02$2,
|
|
1253
|
+
layerSelected03: layerSelected03$2,
|
|
1254
|
+
layerSelectedDisabled: layerSelectedDisabled$6,
|
|
1255
|
+
layerSelectedHover01: layerSelectedHover01$2,
|
|
1256
|
+
layerSelectedHover02: layerSelectedHover02$2,
|
|
1257
|
+
layerSelectedHover03: layerSelectedHover03$2,
|
|
1258
|
+
layerSelectedInverse: layerSelectedInverse$6,
|
|
1259
|
+
layout01: layout01,
|
|
1260
|
+
layout02: layout02,
|
|
1261
|
+
layout03: layout03,
|
|
1262
|
+
layout04: layout04,
|
|
1263
|
+
layout05: layout05,
|
|
1264
|
+
layout06: layout06,
|
|
1265
|
+
layout07: layout07,
|
|
1266
|
+
linkInverse: linkInverse$6,
|
|
1267
|
+
linkInverseActive: linkInverseActive$2,
|
|
1268
|
+
linkInverseHover: linkInverseHover$2,
|
|
1269
|
+
linkInverseVisited: linkInverseVisited$2,
|
|
1270
|
+
linkPrimary: linkPrimary$6,
|
|
1271
|
+
linkPrimaryHover: linkPrimaryHover$6,
|
|
1272
|
+
linkSecondary: linkSecondary$6,
|
|
1273
|
+
linkVisited: linkVisited$6,
|
|
1274
|
+
overlay: overlay$6,
|
|
1275
|
+
productiveHeading01: productiveHeading01,
|
|
1269
1276
|
productiveHeading02: productiveHeading02,
|
|
1270
1277
|
productiveHeading03: productiveHeading03,
|
|
1271
1278
|
productiveHeading04: productiveHeading04,
|
|
1272
1279
|
productiveHeading05: productiveHeading05,
|
|
1273
1280
|
productiveHeading06: productiveHeading06,
|
|
1274
1281
|
productiveHeading07: productiveHeading07,
|
|
1275
|
-
expressiveHeading01: expressiveHeading01,
|
|
1276
|
-
expressiveHeading02: expressiveHeading02,
|
|
1277
|
-
expressiveHeading03: expressiveHeading03,
|
|
1278
|
-
expressiveHeading04: expressiveHeading04,
|
|
1279
|
-
expressiveHeading05: expressiveHeading05,
|
|
1280
|
-
expressiveHeading06: expressiveHeading06,
|
|
1281
|
-
expressiveParagraph01: expressiveParagraph01,
|
|
1282
1282
|
quotation01: quotation01,
|
|
1283
1283
|
quotation02: quotation02,
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1284
|
+
shadow: shadow$6,
|
|
1285
|
+
size2XLarge: size2XLarge,
|
|
1286
|
+
sizeLarge: sizeLarge,
|
|
1287
|
+
sizeMedium: sizeMedium,
|
|
1288
|
+
sizeSmall: sizeSmall,
|
|
1289
|
+
sizeXLarge: sizeXLarge,
|
|
1290
|
+
sizeXSmall: sizeXSmall,
|
|
1291
|
+
skeletonBackground: skeletonBackground$6,
|
|
1292
|
+
skeletonElement: skeletonElement$6,
|
|
1288
1293
|
spacing01: spacing01,
|
|
1289
1294
|
spacing02: spacing02,
|
|
1290
1295
|
spacing03: spacing03,
|
|
@@ -1298,30 +1303,27 @@ var g10$1 = /*#__PURE__*/Object.freeze({
|
|
|
1298
1303
|
spacing11: spacing11,
|
|
1299
1304
|
spacing12: spacing12,
|
|
1300
1305
|
spacing13: spacing13,
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
layout05: layout05,
|
|
1323
|
-
layout06: layout06,
|
|
1324
|
-
layout07: layout07
|
|
1306
|
+
supportCautionMajor: supportCautionMajor$2,
|
|
1307
|
+
supportCautionMinor: supportCautionMinor$2,
|
|
1308
|
+
supportCautionUndefined: supportCautionUndefined$2,
|
|
1309
|
+
supportError: supportError$6,
|
|
1310
|
+
supportErrorInverse: supportErrorInverse$6,
|
|
1311
|
+
supportInfo: supportInfo$6,
|
|
1312
|
+
supportInfoInverse: supportInfoInverse$6,
|
|
1313
|
+
supportSuccess: supportSuccess$6,
|
|
1314
|
+
supportSuccessInverse: supportSuccessInverse$6,
|
|
1315
|
+
supportWarning: supportWarning$6,
|
|
1316
|
+
supportWarningInverse: supportWarningInverse$6,
|
|
1317
|
+
textDisabled: textDisabled$6,
|
|
1318
|
+
textError: textError$6,
|
|
1319
|
+
textHelper: textHelper$6,
|
|
1320
|
+
textInverse: textInverse$6,
|
|
1321
|
+
textOnColor: textOnColor$6,
|
|
1322
|
+
textOnColorDisabled: textOnColorDisabled$6,
|
|
1323
|
+
textPlaceholder: textPlaceholder$6,
|
|
1324
|
+
textPrimary: textPrimary$6,
|
|
1325
|
+
textSecondary: textSecondary$6,
|
|
1326
|
+
toggleOff: toggleOff$6
|
|
1325
1327
|
});
|
|
1326
1328
|
|
|
1327
1329
|
/**
|
|
@@ -1331,6 +1333,7 @@ var g10$1 = /*#__PURE__*/Object.freeze({
|
|
|
1331
1333
|
* LICENSE file in the root directory of this source tree.
|
|
1332
1334
|
*/
|
|
1333
1335
|
|
|
1336
|
+
|
|
1334
1337
|
// Background
|
|
1335
1338
|
var background$6 = gray90;
|
|
1336
1339
|
var backgroundInverse$5 = gray10;
|
|
@@ -1548,182 +1551,185 @@ var chatButtonTextSelected$1 = textSecondary$5;
|
|
|
1548
1551
|
|
|
1549
1552
|
var g90$1 = /*#__PURE__*/Object.freeze({
|
|
1550
1553
|
__proto__: null,
|
|
1554
|
+
aiAuraEnd: aiAuraEnd$1,
|
|
1555
|
+
aiAuraHoverBackground: aiAuraHoverBackground$1,
|
|
1556
|
+
aiAuraHoverEnd: aiAuraHoverEnd$1,
|
|
1557
|
+
aiAuraHoverStart: aiAuraHoverStart$1,
|
|
1558
|
+
aiAuraStart: aiAuraStart$1,
|
|
1559
|
+
aiAuraStartSm: aiAuraStartSm$1,
|
|
1560
|
+
aiBorderEnd: aiBorderEnd$1,
|
|
1561
|
+
aiBorderStart: aiBorderStart$1,
|
|
1562
|
+
aiBorderStrong: aiBorderStrong$1,
|
|
1563
|
+
aiDropShadow: aiDropShadow$1,
|
|
1564
|
+
aiInnerShadow: aiInnerShadow$1,
|
|
1565
|
+
aiOverlay: aiOverlay$1,
|
|
1566
|
+
aiPopoverBackground: aiPopoverBackground$1,
|
|
1567
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom$1,
|
|
1568
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$1,
|
|
1569
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$1,
|
|
1570
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter$1,
|
|
1571
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01$1,
|
|
1572
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02$1,
|
|
1573
|
+
aiSkeletonBackground: aiSkeletonBackground$1,
|
|
1574
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground$1,
|
|
1551
1575
|
background: background$6,
|
|
1552
|
-
backgroundInverse: backgroundInverse$5,
|
|
1553
|
-
backgroundBrand: backgroundBrand$5,
|
|
1554
1576
|
backgroundActive: backgroundActive$5,
|
|
1577
|
+
backgroundBrand: backgroundBrand$5,
|
|
1555
1578
|
backgroundHover: backgroundHover$5,
|
|
1579
|
+
backgroundInverse: backgroundInverse$5,
|
|
1556
1580
|
backgroundInverseHover: backgroundInverseHover$5,
|
|
1557
1581
|
backgroundSelected: backgroundSelected$5,
|
|
1558
1582
|
backgroundSelectedHover: backgroundSelectedHover$5,
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
layerSelected02: layerSelected02$1,
|
|
1570
|
-
layerSelectedHover02: layerSelectedHover02$1,
|
|
1571
|
-
layer03: layer03$1,
|
|
1572
|
-
layerActive03: layerActive03$1,
|
|
1573
|
-
layerBackground03: layerBackground03$1,
|
|
1574
|
-
layerHover03: layerHover03$1,
|
|
1575
|
-
layerSelected03: layerSelected03$1,
|
|
1576
|
-
layerSelectedHover03: layerSelectedHover03$1,
|
|
1577
|
-
layerSelectedInverse: layerSelectedInverse$5,
|
|
1578
|
-
layerSelectedDisabled: layerSelectedDisabled$5,
|
|
1579
|
-
layerAccent01: layerAccent01$1,
|
|
1580
|
-
layerAccentActive01: layerAccentActive01$1,
|
|
1581
|
-
layerAccentHover01: layerAccentHover01$1,
|
|
1582
|
-
layerAccent02: layerAccent02$1,
|
|
1583
|
-
layerAccentActive02: layerAccentActive02$1,
|
|
1584
|
-
layerAccentHover02: layerAccentHover02$1,
|
|
1585
|
-
layerAccent03: layerAccent03$1,
|
|
1586
|
-
layerAccentActive03: layerAccentActive03$1,
|
|
1587
|
-
layerAccentHover03: layerAccentHover03$1,
|
|
1588
|
-
field01: field01$5,
|
|
1589
|
-
fieldHover01: fieldHover01$1,
|
|
1590
|
-
field02: field02$5,
|
|
1591
|
-
fieldHover02: fieldHover02$1,
|
|
1592
|
-
field03: field03$1,
|
|
1593
|
-
fieldHover03: fieldHover03$1,
|
|
1583
|
+
bodyLong01: bodyLong01,
|
|
1584
|
+
bodyLong02: bodyLong02,
|
|
1585
|
+
bodyShort01: bodyShort01,
|
|
1586
|
+
bodyShort02: bodyShort02,
|
|
1587
|
+
borderDisabled: borderDisabled$5,
|
|
1588
|
+
borderInteractive: borderInteractive$5,
|
|
1589
|
+
borderInverse: borderInverse$5,
|
|
1590
|
+
borderStrong01: borderStrong01$1,
|
|
1591
|
+
borderStrong02: borderStrong02$1,
|
|
1592
|
+
borderStrong03: borderStrong03$1,
|
|
1594
1593
|
borderSubtle00: borderSubtle00$1,
|
|
1595
1594
|
borderSubtle01: borderSubtle01$1,
|
|
1596
|
-
borderSubtleSelected01: borderSubtleSelected01$1,
|
|
1597
1595
|
borderSubtle02: borderSubtle02$1,
|
|
1598
|
-
borderSubtleSelected02: borderSubtleSelected02$1,
|
|
1599
1596
|
borderSubtle03: borderSubtle03$1,
|
|
1597
|
+
borderSubtleSelected01: borderSubtleSelected01$1,
|
|
1598
|
+
borderSubtleSelected02: borderSubtleSelected02$1,
|
|
1600
1599
|
borderSubtleSelected03: borderSubtleSelected03$1,
|
|
1601
|
-
borderStrong01: borderStrong01$1,
|
|
1602
|
-
borderStrong02: borderStrong02$1,
|
|
1603
|
-
borderStrong03: borderStrong03$1,
|
|
1604
1600
|
borderTile01: borderTile01$1,
|
|
1605
1601
|
borderTile02: borderTile02$1,
|
|
1606
1602
|
borderTile03: borderTile03$1,
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
borderDisabled: borderDisabled$5,
|
|
1610
|
-
textPrimary: textPrimary$5,
|
|
1611
|
-
textSecondary: textSecondary$5,
|
|
1612
|
-
textPlaceholder: textPlaceholder$5,
|
|
1613
|
-
textHelper: textHelper$5,
|
|
1614
|
-
textError: textError$5,
|
|
1615
|
-
textInverse: textInverse$5,
|
|
1616
|
-
textOnColor: textOnColor$5,
|
|
1617
|
-
textOnColorDisabled: textOnColorDisabled$5,
|
|
1618
|
-
textDisabled: textDisabled$5,
|
|
1619
|
-
linkPrimary: linkPrimary$5,
|
|
1620
|
-
linkPrimaryHover: linkPrimaryHover$5,
|
|
1621
|
-
linkSecondary: linkSecondary$5,
|
|
1622
|
-
linkInverse: linkInverse$5,
|
|
1623
|
-
linkVisited: linkVisited$5,
|
|
1624
|
-
linkInverseVisited: linkInverseVisited$1,
|
|
1625
|
-
linkInverseActive: linkInverseActive$1,
|
|
1626
|
-
linkInverseHover: linkInverseHover$1,
|
|
1627
|
-
iconPrimary: iconPrimary$5,
|
|
1628
|
-
iconSecondary: iconSecondary$5,
|
|
1629
|
-
iconInverse: iconInverse$5,
|
|
1630
|
-
iconOnColor: iconOnColor$5,
|
|
1631
|
-
iconOnColorDisabled: iconOnColorDisabled$5,
|
|
1632
|
-
iconDisabled: iconDisabled$5,
|
|
1633
|
-
iconInteractive: iconInteractive$1,
|
|
1634
|
-
supportError: supportError$5,
|
|
1635
|
-
supportSuccess: supportSuccess$5,
|
|
1636
|
-
supportWarning: supportWarning$5,
|
|
1637
|
-
supportInfo: supportInfo$5,
|
|
1638
|
-
supportErrorInverse: supportErrorInverse$5,
|
|
1639
|
-
supportSuccessInverse: supportSuccessInverse$5,
|
|
1640
|
-
supportWarningInverse: supportWarningInverse$5,
|
|
1641
|
-
supportInfoInverse: supportInfoInverse$5,
|
|
1642
|
-
supportCautionMinor: supportCautionMinor$1,
|
|
1643
|
-
supportCautionMajor: supportCautionMajor$1,
|
|
1644
|
-
supportCautionUndefined: supportCautionUndefined$1,
|
|
1645
|
-
focus: focus$6,
|
|
1646
|
-
focusInset: focusInset$5,
|
|
1647
|
-
focusInverse: focusInverse$5,
|
|
1648
|
-
skeletonBackground: skeletonBackground$5,
|
|
1649
|
-
skeletonElement: skeletonElement$5,
|
|
1650
|
-
interactive: interactive$5,
|
|
1651
|
-
highlight: highlight$5,
|
|
1652
|
-
overlay: overlay$5,
|
|
1653
|
-
toggleOff: toggleOff$5,
|
|
1654
|
-
shadow: shadow$5,
|
|
1655
|
-
aiInnerShadow: aiInnerShadow$1,
|
|
1656
|
-
aiAuraStartSm: aiAuraStartSm$1,
|
|
1657
|
-
aiAuraStart: aiAuraStart$1,
|
|
1658
|
-
aiAuraEnd: aiAuraEnd$1,
|
|
1659
|
-
aiBorderStrong: aiBorderStrong$1,
|
|
1660
|
-
aiBorderStart: aiBorderStart$1,
|
|
1661
|
-
aiBorderEnd: aiBorderEnd$1,
|
|
1662
|
-
aiDropShadow: aiDropShadow$1,
|
|
1663
|
-
aiAuraHoverBackground: aiAuraHoverBackground$1,
|
|
1664
|
-
aiAuraHoverStart: aiAuraHoverStart$1,
|
|
1665
|
-
aiAuraHoverEnd: aiAuraHoverEnd$1,
|
|
1666
|
-
aiPopoverBackground: aiPopoverBackground$1,
|
|
1667
|
-
aiPopoverShadowOuter01: aiPopoverShadowOuter01$1,
|
|
1668
|
-
aiPopoverShadowOuter02: aiPopoverShadowOuter02$1,
|
|
1669
|
-
aiSkeletonBackground: aiSkeletonBackground$1,
|
|
1670
|
-
aiSkeletonElementBackground: aiSkeletonElementBackground$1,
|
|
1671
|
-
aiOverlay: aiOverlay$1,
|
|
1672
|
-
aiPopoverCaretCenter: aiPopoverCaretCenter$1,
|
|
1673
|
-
aiPopoverCaretBottom: aiPopoverCaretBottom$1,
|
|
1674
|
-
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$1,
|
|
1675
|
-
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$1,
|
|
1676
|
-
chatPromptBackground: chatPromptBackground$1,
|
|
1677
|
-
chatPromptBorderStart: chatPromptBorderStart$1,
|
|
1678
|
-
chatPromptBorderEnd: chatPromptBorderEnd$1,
|
|
1679
|
-
chatBubbleUser: chatBubbleUser$1,
|
|
1680
|
-
chatBubbleAgent: chatBubbleAgent$1,
|
|
1681
|
-
chatBubbleBorder: chatBubbleBorder$1,
|
|
1682
|
-
chatAvatarBot: chatAvatarBot$1,
|
|
1603
|
+
caption01: caption01,
|
|
1604
|
+
caption02: caption02,
|
|
1683
1605
|
chatAvatarAgent: chatAvatarAgent$1,
|
|
1606
|
+
chatAvatarBot: chatAvatarBot$1,
|
|
1684
1607
|
chatAvatarUser: chatAvatarUser$1,
|
|
1685
|
-
|
|
1686
|
-
|
|
1608
|
+
chatBubbleAgent: chatBubbleAgent$1,
|
|
1609
|
+
chatBubbleBorder: chatBubbleBorder$1,
|
|
1610
|
+
chatBubbleUser: chatBubbleUser$1,
|
|
1687
1611
|
chatButton: chatButton$1,
|
|
1688
|
-
chatButtonHover: chatButtonHover$1,
|
|
1689
|
-
chatButtonTextHover: chatButtonTextHover$1,
|
|
1690
1612
|
chatButtonActive: chatButtonActive$1,
|
|
1613
|
+
chatButtonHover: chatButtonHover$1,
|
|
1691
1614
|
chatButtonSelected: chatButtonSelected$1,
|
|
1615
|
+
chatButtonTextHover: chatButtonTextHover$1,
|
|
1692
1616
|
chatButtonTextSelected: chatButtonTextSelected$1,
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
helperText02: helperText02,
|
|
1699
|
-
bodyShort01: bodyShort01,
|
|
1700
|
-
bodyLong01: bodyLong01,
|
|
1701
|
-
bodyShort02: bodyShort02,
|
|
1702
|
-
bodyLong02: bodyLong02,
|
|
1617
|
+
chatHeaderBackground: chatHeaderBackground$1,
|
|
1618
|
+
chatPromptBackground: chatPromptBackground$1,
|
|
1619
|
+
chatPromptBorderEnd: chatPromptBorderEnd$1,
|
|
1620
|
+
chatPromptBorderStart: chatPromptBorderStart$1,
|
|
1621
|
+
chatShellBackground: chatShellBackground$1,
|
|
1703
1622
|
code01: code01,
|
|
1704
1623
|
code02: code02,
|
|
1624
|
+
container01: container01,
|
|
1625
|
+
container02: container02,
|
|
1626
|
+
container03: container03,
|
|
1627
|
+
container04: container04,
|
|
1628
|
+
container05: container05,
|
|
1629
|
+
display01: display01,
|
|
1630
|
+
display02: display02,
|
|
1631
|
+
display03: display03,
|
|
1632
|
+
display04: display04,
|
|
1633
|
+
expressiveHeading01: expressiveHeading01,
|
|
1634
|
+
expressiveHeading02: expressiveHeading02,
|
|
1635
|
+
expressiveHeading03: expressiveHeading03,
|
|
1636
|
+
expressiveHeading04: expressiveHeading04,
|
|
1637
|
+
expressiveHeading05: expressiveHeading05,
|
|
1638
|
+
expressiveHeading06: expressiveHeading06,
|
|
1639
|
+
expressiveParagraph01: expressiveParagraph01,
|
|
1640
|
+
field01: field01$5,
|
|
1641
|
+
field02: field02$5,
|
|
1642
|
+
field03: field03$1,
|
|
1643
|
+
fieldHover01: fieldHover01$1,
|
|
1644
|
+
fieldHover02: fieldHover02$1,
|
|
1645
|
+
fieldHover03: fieldHover03$1,
|
|
1646
|
+
fluidSpacing01: fluidSpacing01,
|
|
1647
|
+
fluidSpacing02: fluidSpacing02,
|
|
1648
|
+
fluidSpacing03: fluidSpacing03,
|
|
1649
|
+
fluidSpacing04: fluidSpacing04,
|
|
1650
|
+
focus: focus$6,
|
|
1651
|
+
focusInset: focusInset$5,
|
|
1652
|
+
focusInverse: focusInverse$5,
|
|
1705
1653
|
heading01: heading01,
|
|
1706
|
-
productiveHeading01: productiveHeading01,
|
|
1707
1654
|
heading02: heading02,
|
|
1655
|
+
helperText01: helperText01,
|
|
1656
|
+
helperText02: helperText02,
|
|
1657
|
+
highlight: highlight$5,
|
|
1658
|
+
iconDisabled: iconDisabled$5,
|
|
1659
|
+
iconInteractive: iconInteractive$1,
|
|
1660
|
+
iconInverse: iconInverse$5,
|
|
1661
|
+
iconOnColor: iconOnColor$5,
|
|
1662
|
+
iconOnColorDisabled: iconOnColorDisabled$5,
|
|
1663
|
+
iconPrimary: iconPrimary$5,
|
|
1664
|
+
iconSecondary: iconSecondary$5,
|
|
1665
|
+
iconSize01: iconSize01,
|
|
1666
|
+
iconSize02: iconSize02,
|
|
1667
|
+
interactive: interactive$5,
|
|
1668
|
+
label01: label01,
|
|
1669
|
+
label02: label02,
|
|
1670
|
+
layer01: layer01$1,
|
|
1671
|
+
layer02: layer02$1,
|
|
1672
|
+
layer03: layer03$1,
|
|
1673
|
+
layerAccent01: layerAccent01$1,
|
|
1674
|
+
layerAccent02: layerAccent02$1,
|
|
1675
|
+
layerAccent03: layerAccent03$1,
|
|
1676
|
+
layerAccentActive01: layerAccentActive01$1,
|
|
1677
|
+
layerAccentActive02: layerAccentActive02$1,
|
|
1678
|
+
layerAccentActive03: layerAccentActive03$1,
|
|
1679
|
+
layerAccentHover01: layerAccentHover01$1,
|
|
1680
|
+
layerAccentHover02: layerAccentHover02$1,
|
|
1681
|
+
layerAccentHover03: layerAccentHover03$1,
|
|
1682
|
+
layerActive01: layerActive01$1,
|
|
1683
|
+
layerActive02: layerActive02$1,
|
|
1684
|
+
layerActive03: layerActive03$1,
|
|
1685
|
+
layerBackground01: layerBackground01$1,
|
|
1686
|
+
layerBackground02: layerBackground02$1,
|
|
1687
|
+
layerBackground03: layerBackground03$1,
|
|
1688
|
+
layerHover01: layerHover01$1,
|
|
1689
|
+
layerHover02: layerHover02$1,
|
|
1690
|
+
layerHover03: layerHover03$1,
|
|
1691
|
+
layerSelected01: layerSelected01$1,
|
|
1692
|
+
layerSelected02: layerSelected02$1,
|
|
1693
|
+
layerSelected03: layerSelected03$1,
|
|
1694
|
+
layerSelectedDisabled: layerSelectedDisabled$5,
|
|
1695
|
+
layerSelectedHover01: layerSelectedHover01$1,
|
|
1696
|
+
layerSelectedHover02: layerSelectedHover02$1,
|
|
1697
|
+
layerSelectedHover03: layerSelectedHover03$1,
|
|
1698
|
+
layerSelectedInverse: layerSelectedInverse$5,
|
|
1699
|
+
layout01: layout01,
|
|
1700
|
+
layout02: layout02,
|
|
1701
|
+
layout03: layout03,
|
|
1702
|
+
layout04: layout04,
|
|
1703
|
+
layout05: layout05,
|
|
1704
|
+
layout06: layout06,
|
|
1705
|
+
layout07: layout07,
|
|
1706
|
+
linkInverse: linkInverse$5,
|
|
1707
|
+
linkInverseActive: linkInverseActive$1,
|
|
1708
|
+
linkInverseHover: linkInverseHover$1,
|
|
1709
|
+
linkInverseVisited: linkInverseVisited$1,
|
|
1710
|
+
linkPrimary: linkPrimary$5,
|
|
1711
|
+
linkPrimaryHover: linkPrimaryHover$5,
|
|
1712
|
+
linkSecondary: linkSecondary$5,
|
|
1713
|
+
linkVisited: linkVisited$5,
|
|
1714
|
+
overlay: overlay$5,
|
|
1715
|
+
productiveHeading01: productiveHeading01,
|
|
1708
1716
|
productiveHeading02: productiveHeading02,
|
|
1709
1717
|
productiveHeading03: productiveHeading03,
|
|
1710
1718
|
productiveHeading04: productiveHeading04,
|
|
1711
1719
|
productiveHeading05: productiveHeading05,
|
|
1712
1720
|
productiveHeading06: productiveHeading06,
|
|
1713
1721
|
productiveHeading07: productiveHeading07,
|
|
1714
|
-
expressiveHeading01: expressiveHeading01,
|
|
1715
|
-
expressiveHeading02: expressiveHeading02,
|
|
1716
|
-
expressiveHeading03: expressiveHeading03,
|
|
1717
|
-
expressiveHeading04: expressiveHeading04,
|
|
1718
|
-
expressiveHeading05: expressiveHeading05,
|
|
1719
|
-
expressiveHeading06: expressiveHeading06,
|
|
1720
|
-
expressiveParagraph01: expressiveParagraph01,
|
|
1721
1722
|
quotation01: quotation01,
|
|
1722
1723
|
quotation02: quotation02,
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1724
|
+
shadow: shadow$5,
|
|
1725
|
+
size2XLarge: size2XLarge,
|
|
1726
|
+
sizeLarge: sizeLarge,
|
|
1727
|
+
sizeMedium: sizeMedium,
|
|
1728
|
+
sizeSmall: sizeSmall,
|
|
1729
|
+
sizeXLarge: sizeXLarge,
|
|
1730
|
+
sizeXSmall: sizeXSmall,
|
|
1731
|
+
skeletonBackground: skeletonBackground$5,
|
|
1732
|
+
skeletonElement: skeletonElement$5,
|
|
1727
1733
|
spacing01: spacing01,
|
|
1728
1734
|
spacing02: spacing02,
|
|
1729
1735
|
spacing03: spacing03,
|
|
@@ -1737,30 +1743,27 @@ var g90$1 = /*#__PURE__*/Object.freeze({
|
|
|
1737
1743
|
spacing11: spacing11,
|
|
1738
1744
|
spacing12: spacing12,
|
|
1739
1745
|
spacing13: spacing13,
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
layout05: layout05,
|
|
1762
|
-
layout06: layout06,
|
|
1763
|
-
layout07: layout07
|
|
1746
|
+
supportCautionMajor: supportCautionMajor$1,
|
|
1747
|
+
supportCautionMinor: supportCautionMinor$1,
|
|
1748
|
+
supportCautionUndefined: supportCautionUndefined$1,
|
|
1749
|
+
supportError: supportError$5,
|
|
1750
|
+
supportErrorInverse: supportErrorInverse$5,
|
|
1751
|
+
supportInfo: supportInfo$5,
|
|
1752
|
+
supportInfoInverse: supportInfoInverse$5,
|
|
1753
|
+
supportSuccess: supportSuccess$5,
|
|
1754
|
+
supportSuccessInverse: supportSuccessInverse$5,
|
|
1755
|
+
supportWarning: supportWarning$5,
|
|
1756
|
+
supportWarningInverse: supportWarningInverse$5,
|
|
1757
|
+
textDisabled: textDisabled$5,
|
|
1758
|
+
textError: textError$5,
|
|
1759
|
+
textHelper: textHelper$5,
|
|
1760
|
+
textInverse: textInverse$5,
|
|
1761
|
+
textOnColor: textOnColor$5,
|
|
1762
|
+
textOnColorDisabled: textOnColorDisabled$5,
|
|
1763
|
+
textPlaceholder: textPlaceholder$5,
|
|
1764
|
+
textPrimary: textPrimary$5,
|
|
1765
|
+
textSecondary: textSecondary$5,
|
|
1766
|
+
toggleOff: toggleOff$5
|
|
1764
1767
|
});
|
|
1765
1768
|
|
|
1766
1769
|
/**
|
|
@@ -1770,6 +1773,7 @@ var g90$1 = /*#__PURE__*/Object.freeze({
|
|
|
1770
1773
|
* LICENSE file in the root directory of this source tree.
|
|
1771
1774
|
*/
|
|
1772
1775
|
|
|
1776
|
+
|
|
1773
1777
|
// Background
|
|
1774
1778
|
var background$5 = gray100;
|
|
1775
1779
|
var backgroundInverse$4 = gray10;
|
|
@@ -1987,169 +1991,85 @@ var chatButtonTextSelected = textSecondary$4;
|
|
|
1987
1991
|
|
|
1988
1992
|
var g100$1 = /*#__PURE__*/Object.freeze({
|
|
1989
1993
|
__proto__: null,
|
|
1994
|
+
aiAuraEnd: aiAuraEnd,
|
|
1995
|
+
aiAuraHoverBackground: aiAuraHoverBackground,
|
|
1996
|
+
aiAuraHoverEnd: aiAuraHoverEnd,
|
|
1997
|
+
aiAuraHoverStart: aiAuraHoverStart,
|
|
1998
|
+
aiAuraStart: aiAuraStart,
|
|
1999
|
+
aiAuraStartSm: aiAuraStartSm,
|
|
2000
|
+
aiBorderEnd: aiBorderEnd,
|
|
2001
|
+
aiBorderStart: aiBorderStart,
|
|
2002
|
+
aiBorderStrong: aiBorderStrong,
|
|
2003
|
+
aiDropShadow: aiDropShadow,
|
|
2004
|
+
aiInnerShadow: aiInnerShadow,
|
|
2005
|
+
aiOverlay: aiOverlay,
|
|
2006
|
+
aiPopoverBackground: aiPopoverBackground,
|
|
2007
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom,
|
|
2008
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground,
|
|
2009
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions,
|
|
2010
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter,
|
|
2011
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01,
|
|
2012
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02,
|
|
2013
|
+
aiSkeletonBackground: aiSkeletonBackground,
|
|
2014
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground,
|
|
1990
2015
|
background: background$5,
|
|
1991
|
-
backgroundInverse: backgroundInverse$4,
|
|
1992
|
-
backgroundBrand: backgroundBrand$4,
|
|
1993
2016
|
backgroundActive: backgroundActive$4,
|
|
2017
|
+
backgroundBrand: backgroundBrand$4,
|
|
1994
2018
|
backgroundHover: backgroundHover$4,
|
|
2019
|
+
backgroundInverse: backgroundInverse$4,
|
|
1995
2020
|
backgroundInverseHover: backgroundInverseHover$4,
|
|
1996
2021
|
backgroundSelected: backgroundSelected$4,
|
|
1997
2022
|
backgroundSelectedHover: backgroundSelectedHover$4,
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
layerSelected02: layerSelected02,
|
|
2009
|
-
layerSelectedHover02: layerSelectedHover02,
|
|
2010
|
-
layer03: layer03,
|
|
2011
|
-
layerActive03: layerActive03,
|
|
2012
|
-
layerBackground03: layerBackground03,
|
|
2013
|
-
layerHover03: layerHover03,
|
|
2014
|
-
layerSelected03: layerSelected03,
|
|
2015
|
-
layerSelectedHover03: layerSelectedHover03,
|
|
2016
|
-
layerSelectedInverse: layerSelectedInverse$4,
|
|
2017
|
-
layerSelectedDisabled: layerSelectedDisabled$4,
|
|
2018
|
-
layerAccent01: layerAccent01,
|
|
2019
|
-
layerAccentActive01: layerAccentActive01,
|
|
2020
|
-
layerAccentHover01: layerAccentHover01,
|
|
2021
|
-
layerAccent02: layerAccent02,
|
|
2022
|
-
layerAccentActive02: layerAccentActive02,
|
|
2023
|
-
layerAccentHover02: layerAccentHover02,
|
|
2024
|
-
layerAccent03: layerAccent03,
|
|
2025
|
-
layerAccentActive03: layerAccentActive03,
|
|
2026
|
-
layerAccentHover03: layerAccentHover03,
|
|
2027
|
-
field01: field01$4,
|
|
2028
|
-
fieldHover01: fieldHover01,
|
|
2029
|
-
field02: field02$4,
|
|
2030
|
-
fieldHover02: fieldHover02,
|
|
2031
|
-
field03: field03,
|
|
2032
|
-
fieldHover03: fieldHover03,
|
|
2023
|
+
bodyLong01: bodyLong01,
|
|
2024
|
+
bodyLong02: bodyLong02,
|
|
2025
|
+
bodyShort01: bodyShort01,
|
|
2026
|
+
bodyShort02: bodyShort02,
|
|
2027
|
+
borderDisabled: borderDisabled$4,
|
|
2028
|
+
borderInteractive: borderInteractive$4,
|
|
2029
|
+
borderInverse: borderInverse$4,
|
|
2030
|
+
borderStrong01: borderStrong01,
|
|
2031
|
+
borderStrong02: borderStrong02,
|
|
2032
|
+
borderStrong03: borderStrong03,
|
|
2033
2033
|
borderSubtle00: borderSubtle00,
|
|
2034
2034
|
borderSubtle01: borderSubtle01,
|
|
2035
|
-
borderSubtleSelected01: borderSubtleSelected01,
|
|
2036
2035
|
borderSubtle02: borderSubtle02,
|
|
2037
|
-
borderSubtleSelected02: borderSubtleSelected02,
|
|
2038
2036
|
borderSubtle03: borderSubtle03,
|
|
2037
|
+
borderSubtleSelected01: borderSubtleSelected01,
|
|
2038
|
+
borderSubtleSelected02: borderSubtleSelected02,
|
|
2039
2039
|
borderSubtleSelected03: borderSubtleSelected03,
|
|
2040
|
-
borderStrong01: borderStrong01,
|
|
2041
|
-
borderStrong02: borderStrong02,
|
|
2042
|
-
borderStrong03: borderStrong03,
|
|
2043
2040
|
borderTile01: borderTile01,
|
|
2044
2041
|
borderTile02: borderTile02,
|
|
2045
2042
|
borderTile03: borderTile03,
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
borderDisabled: borderDisabled$4,
|
|
2049
|
-
textPrimary: textPrimary$4,
|
|
2050
|
-
textSecondary: textSecondary$4,
|
|
2051
|
-
textPlaceholder: textPlaceholder$4,
|
|
2052
|
-
textHelper: textHelper$4,
|
|
2053
|
-
textError: textError$4,
|
|
2054
|
-
textInverse: textInverse$4,
|
|
2055
|
-
textOnColor: textOnColor$4,
|
|
2056
|
-
textOnColorDisabled: textOnColorDisabled$4,
|
|
2057
|
-
textDisabled: textDisabled$4,
|
|
2058
|
-
linkPrimary: linkPrimary$4,
|
|
2059
|
-
linkPrimaryHover: linkPrimaryHover$4,
|
|
2060
|
-
linkSecondary: linkSecondary$4,
|
|
2061
|
-
linkInverse: linkInverse$4,
|
|
2062
|
-
linkVisited: linkVisited$4,
|
|
2063
|
-
linkInverseVisited: linkInverseVisited,
|
|
2064
|
-
linkInverseActive: linkInverseActive,
|
|
2065
|
-
linkInverseHover: linkInverseHover,
|
|
2066
|
-
iconPrimary: iconPrimary$4,
|
|
2067
|
-
iconSecondary: iconSecondary$4,
|
|
2068
|
-
iconInverse: iconInverse$4,
|
|
2069
|
-
iconOnColor: iconOnColor$4,
|
|
2070
|
-
iconOnColorDisabled: iconOnColorDisabled$4,
|
|
2071
|
-
iconDisabled: iconDisabled$4,
|
|
2072
|
-
iconInteractive: iconInteractive,
|
|
2073
|
-
supportError: supportError$4,
|
|
2074
|
-
supportSuccess: supportSuccess$4,
|
|
2075
|
-
supportWarning: supportWarning$4,
|
|
2076
|
-
supportInfo: supportInfo$4,
|
|
2077
|
-
supportErrorInverse: supportErrorInverse$4,
|
|
2078
|
-
supportSuccessInverse: supportSuccessInverse$4,
|
|
2079
|
-
supportWarningInverse: supportWarningInverse$4,
|
|
2080
|
-
supportInfoInverse: supportInfoInverse$4,
|
|
2081
|
-
supportCautionMinor: supportCautionMinor,
|
|
2082
|
-
supportCautionMajor: supportCautionMajor,
|
|
2083
|
-
supportCautionUndefined: supportCautionUndefined,
|
|
2084
|
-
focus: focus$5,
|
|
2085
|
-
focusInset: focusInset$4,
|
|
2086
|
-
focusInverse: focusInverse$4,
|
|
2087
|
-
skeletonBackground: skeletonBackground$4,
|
|
2088
|
-
skeletonElement: skeletonElement$4,
|
|
2089
|
-
interactive: interactive$4,
|
|
2090
|
-
highlight: highlight$4,
|
|
2091
|
-
overlay: overlay$4,
|
|
2092
|
-
toggleOff: toggleOff$4,
|
|
2093
|
-
shadow: shadow$4,
|
|
2094
|
-
aiInnerShadow: aiInnerShadow,
|
|
2095
|
-
aiAuraStartSm: aiAuraStartSm,
|
|
2096
|
-
aiAuraStart: aiAuraStart,
|
|
2097
|
-
aiAuraEnd: aiAuraEnd,
|
|
2098
|
-
aiBorderStrong: aiBorderStrong,
|
|
2099
|
-
aiBorderStart: aiBorderStart,
|
|
2100
|
-
aiBorderEnd: aiBorderEnd,
|
|
2101
|
-
aiDropShadow: aiDropShadow,
|
|
2102
|
-
aiAuraHoverBackground: aiAuraHoverBackground,
|
|
2103
|
-
aiAuraHoverStart: aiAuraHoverStart,
|
|
2104
|
-
aiAuraHoverEnd: aiAuraHoverEnd,
|
|
2105
|
-
aiPopoverBackground: aiPopoverBackground,
|
|
2106
|
-
aiPopoverShadowOuter01: aiPopoverShadowOuter01,
|
|
2107
|
-
aiPopoverShadowOuter02: aiPopoverShadowOuter02,
|
|
2108
|
-
aiSkeletonBackground: aiSkeletonBackground,
|
|
2109
|
-
aiSkeletonElementBackground: aiSkeletonElementBackground,
|
|
2110
|
-
aiOverlay: aiOverlay,
|
|
2111
|
-
aiPopoverCaretCenter: aiPopoverCaretCenter,
|
|
2112
|
-
aiPopoverCaretBottom: aiPopoverCaretBottom,
|
|
2113
|
-
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions,
|
|
2114
|
-
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground,
|
|
2115
|
-
chatPromptBackground: chatPromptBackground,
|
|
2116
|
-
chatPromptBorderStart: chatPromptBorderStart,
|
|
2117
|
-
chatPromptBorderEnd: chatPromptBorderEnd,
|
|
2118
|
-
chatBubbleUser: chatBubbleUser,
|
|
2119
|
-
chatBubbleAgent: chatBubbleAgent,
|
|
2120
|
-
chatBubbleBorder: chatBubbleBorder,
|
|
2121
|
-
chatAvatarBot: chatAvatarBot,
|
|
2043
|
+
caption01: caption01,
|
|
2044
|
+
caption02: caption02,
|
|
2122
2045
|
chatAvatarAgent: chatAvatarAgent,
|
|
2046
|
+
chatAvatarBot: chatAvatarBot,
|
|
2123
2047
|
chatAvatarUser: chatAvatarUser,
|
|
2124
|
-
|
|
2125
|
-
|
|
2048
|
+
chatBubbleAgent: chatBubbleAgent,
|
|
2049
|
+
chatBubbleBorder: chatBubbleBorder,
|
|
2050
|
+
chatBubbleUser: chatBubbleUser,
|
|
2126
2051
|
chatButton: chatButton,
|
|
2127
|
-
chatButtonHover: chatButtonHover,
|
|
2128
|
-
chatButtonTextHover: chatButtonTextHover,
|
|
2129
2052
|
chatButtonActive: chatButtonActive,
|
|
2053
|
+
chatButtonHover: chatButtonHover,
|
|
2130
2054
|
chatButtonSelected: chatButtonSelected,
|
|
2055
|
+
chatButtonTextHover: chatButtonTextHover,
|
|
2131
2056
|
chatButtonTextSelected: chatButtonTextSelected,
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
helperText02: helperText02,
|
|
2138
|
-
bodyShort01: bodyShort01,
|
|
2139
|
-
bodyLong01: bodyLong01,
|
|
2140
|
-
bodyShort02: bodyShort02,
|
|
2141
|
-
bodyLong02: bodyLong02,
|
|
2057
|
+
chatHeaderBackground: chatHeaderBackground,
|
|
2058
|
+
chatPromptBackground: chatPromptBackground,
|
|
2059
|
+
chatPromptBorderEnd: chatPromptBorderEnd,
|
|
2060
|
+
chatPromptBorderStart: chatPromptBorderStart,
|
|
2061
|
+
chatShellBackground: chatShellBackground,
|
|
2142
2062
|
code01: code01,
|
|
2143
2063
|
code02: code02,
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2064
|
+
container01: container01,
|
|
2065
|
+
container02: container02,
|
|
2066
|
+
container03: container03,
|
|
2067
|
+
container04: container04,
|
|
2068
|
+
container05: container05,
|
|
2069
|
+
display01: display01,
|
|
2070
|
+
display02: display02,
|
|
2071
|
+
display03: display03,
|
|
2072
|
+
display04: display04,
|
|
2153
2073
|
expressiveHeading01: expressiveHeading01,
|
|
2154
2074
|
expressiveHeading02: expressiveHeading02,
|
|
2155
2075
|
expressiveHeading03: expressiveHeading03,
|
|
@@ -2157,50 +2077,134 @@ var g100$1 = /*#__PURE__*/Object.freeze({
|
|
|
2157
2077
|
expressiveHeading05: expressiveHeading05,
|
|
2158
2078
|
expressiveHeading06: expressiveHeading06,
|
|
2159
2079
|
expressiveParagraph01: expressiveParagraph01,
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
spacing01: spacing01,
|
|
2167
|
-
spacing02: spacing02,
|
|
2168
|
-
spacing03: spacing03,
|
|
2169
|
-
spacing04: spacing04,
|
|
2170
|
-
spacing05: spacing05,
|
|
2171
|
-
spacing06: spacing06,
|
|
2172
|
-
spacing07: spacing07,
|
|
2173
|
-
spacing08: spacing08,
|
|
2174
|
-
spacing09: spacing09,
|
|
2175
|
-
spacing10: spacing10,
|
|
2176
|
-
spacing11: spacing11,
|
|
2177
|
-
spacing12: spacing12,
|
|
2178
|
-
spacing13: spacing13,
|
|
2080
|
+
field01: field01$4,
|
|
2081
|
+
field02: field02$4,
|
|
2082
|
+
field03: field03,
|
|
2083
|
+
fieldHover01: fieldHover01,
|
|
2084
|
+
fieldHover02: fieldHover02,
|
|
2085
|
+
fieldHover03: fieldHover03,
|
|
2179
2086
|
fluidSpacing01: fluidSpacing01,
|
|
2180
2087
|
fluidSpacing02: fluidSpacing02,
|
|
2181
2088
|
fluidSpacing03: fluidSpacing03,
|
|
2182
2089
|
fluidSpacing04: fluidSpacing04,
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2090
|
+
focus: focus$5,
|
|
2091
|
+
focusInset: focusInset$4,
|
|
2092
|
+
focusInverse: focusInverse$4,
|
|
2093
|
+
heading01: heading01,
|
|
2094
|
+
heading02: heading02,
|
|
2095
|
+
helperText01: helperText01,
|
|
2096
|
+
helperText02: helperText02,
|
|
2097
|
+
highlight: highlight$4,
|
|
2098
|
+
iconDisabled: iconDisabled$4,
|
|
2099
|
+
iconInteractive: iconInteractive,
|
|
2100
|
+
iconInverse: iconInverse$4,
|
|
2101
|
+
iconOnColor: iconOnColor$4,
|
|
2102
|
+
iconOnColorDisabled: iconOnColorDisabled$4,
|
|
2103
|
+
iconPrimary: iconPrimary$4,
|
|
2104
|
+
iconSecondary: iconSecondary$4,
|
|
2194
2105
|
iconSize01: iconSize01,
|
|
2195
2106
|
iconSize02: iconSize02,
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2107
|
+
interactive: interactive$4,
|
|
2108
|
+
label01: label01,
|
|
2109
|
+
label02: label02,
|
|
2110
|
+
layer01: layer01,
|
|
2111
|
+
layer02: layer02,
|
|
2112
|
+
layer03: layer03,
|
|
2113
|
+
layerAccent01: layerAccent01,
|
|
2114
|
+
layerAccent02: layerAccent02,
|
|
2115
|
+
layerAccent03: layerAccent03,
|
|
2116
|
+
layerAccentActive01: layerAccentActive01,
|
|
2117
|
+
layerAccentActive02: layerAccentActive02,
|
|
2118
|
+
layerAccentActive03: layerAccentActive03,
|
|
2119
|
+
layerAccentHover01: layerAccentHover01,
|
|
2120
|
+
layerAccentHover02: layerAccentHover02,
|
|
2121
|
+
layerAccentHover03: layerAccentHover03,
|
|
2122
|
+
layerActive01: layerActive01,
|
|
2123
|
+
layerActive02: layerActive02,
|
|
2124
|
+
layerActive03: layerActive03,
|
|
2125
|
+
layerBackground01: layerBackground01,
|
|
2126
|
+
layerBackground02: layerBackground02,
|
|
2127
|
+
layerBackground03: layerBackground03,
|
|
2128
|
+
layerHover01: layerHover01,
|
|
2129
|
+
layerHover02: layerHover02,
|
|
2130
|
+
layerHover03: layerHover03,
|
|
2131
|
+
layerSelected01: layerSelected01,
|
|
2132
|
+
layerSelected02: layerSelected02,
|
|
2133
|
+
layerSelected03: layerSelected03,
|
|
2134
|
+
layerSelectedDisabled: layerSelectedDisabled$4,
|
|
2135
|
+
layerSelectedHover01: layerSelectedHover01,
|
|
2136
|
+
layerSelectedHover02: layerSelectedHover02,
|
|
2137
|
+
layerSelectedHover03: layerSelectedHover03,
|
|
2138
|
+
layerSelectedInverse: layerSelectedInverse$4,
|
|
2139
|
+
layout01: layout01,
|
|
2140
|
+
layout02: layout02,
|
|
2141
|
+
layout03: layout03,
|
|
2142
|
+
layout04: layout04,
|
|
2143
|
+
layout05: layout05,
|
|
2144
|
+
layout06: layout06,
|
|
2145
|
+
layout07: layout07,
|
|
2146
|
+
linkInverse: linkInverse$4,
|
|
2147
|
+
linkInverseActive: linkInverseActive,
|
|
2148
|
+
linkInverseHover: linkInverseHover,
|
|
2149
|
+
linkInverseVisited: linkInverseVisited,
|
|
2150
|
+
linkPrimary: linkPrimary$4,
|
|
2151
|
+
linkPrimaryHover: linkPrimaryHover$4,
|
|
2152
|
+
linkSecondary: linkSecondary$4,
|
|
2153
|
+
linkVisited: linkVisited$4,
|
|
2154
|
+
overlay: overlay$4,
|
|
2155
|
+
productiveHeading01: productiveHeading01,
|
|
2156
|
+
productiveHeading02: productiveHeading02,
|
|
2157
|
+
productiveHeading03: productiveHeading03,
|
|
2158
|
+
productiveHeading04: productiveHeading04,
|
|
2159
|
+
productiveHeading05: productiveHeading05,
|
|
2160
|
+
productiveHeading06: productiveHeading06,
|
|
2161
|
+
productiveHeading07: productiveHeading07,
|
|
2162
|
+
quotation01: quotation01,
|
|
2163
|
+
quotation02: quotation02,
|
|
2164
|
+
shadow: shadow$4,
|
|
2165
|
+
size2XLarge: size2XLarge,
|
|
2166
|
+
sizeLarge: sizeLarge,
|
|
2167
|
+
sizeMedium: sizeMedium,
|
|
2168
|
+
sizeSmall: sizeSmall,
|
|
2169
|
+
sizeXLarge: sizeXLarge,
|
|
2170
|
+
sizeXSmall: sizeXSmall,
|
|
2171
|
+
skeletonBackground: skeletonBackground$4,
|
|
2172
|
+
skeletonElement: skeletonElement$4,
|
|
2173
|
+
spacing01: spacing01,
|
|
2174
|
+
spacing02: spacing02,
|
|
2175
|
+
spacing03: spacing03,
|
|
2176
|
+
spacing04: spacing04,
|
|
2177
|
+
spacing05: spacing05,
|
|
2178
|
+
spacing06: spacing06,
|
|
2179
|
+
spacing07: spacing07,
|
|
2180
|
+
spacing08: spacing08,
|
|
2181
|
+
spacing09: spacing09,
|
|
2182
|
+
spacing10: spacing10,
|
|
2183
|
+
spacing11: spacing11,
|
|
2184
|
+
spacing12: spacing12,
|
|
2185
|
+
spacing13: spacing13,
|
|
2186
|
+
supportCautionMajor: supportCautionMajor,
|
|
2187
|
+
supportCautionMinor: supportCautionMinor,
|
|
2188
|
+
supportCautionUndefined: supportCautionUndefined,
|
|
2189
|
+
supportError: supportError$4,
|
|
2190
|
+
supportErrorInverse: supportErrorInverse$4,
|
|
2191
|
+
supportInfo: supportInfo$4,
|
|
2192
|
+
supportInfoInverse: supportInfoInverse$4,
|
|
2193
|
+
supportSuccess: supportSuccess$4,
|
|
2194
|
+
supportSuccessInverse: supportSuccessInverse$4,
|
|
2195
|
+
supportWarning: supportWarning$4,
|
|
2196
|
+
supportWarningInverse: supportWarningInverse$4,
|
|
2197
|
+
textDisabled: textDisabled$4,
|
|
2198
|
+
textError: textError$4,
|
|
2199
|
+
textHelper: textHelper$4,
|
|
2200
|
+
textInverse: textInverse$4,
|
|
2201
|
+
textOnColor: textOnColor$4,
|
|
2202
|
+
textOnColorDisabled: textOnColorDisabled$4,
|
|
2203
|
+
textPlaceholder: textPlaceholder$4,
|
|
2204
|
+
textPrimary: textPrimary$4,
|
|
2205
|
+
textSecondary: textSecondary$4,
|
|
2206
|
+
toggleOff: toggleOff$4
|
|
2207
|
+
});
|
|
2204
2208
|
|
|
2205
2209
|
/**
|
|
2206
2210
|
* Copyright IBM Corp. 2018, 2023
|
|
@@ -2208,6 +2212,7 @@ var g100$1 = /*#__PURE__*/Object.freeze({
|
|
|
2208
2212
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
2209
2213
|
* LICENSE file in the root directory of this source tree.
|
|
2210
2214
|
*/
|
|
2215
|
+
|
|
2211
2216
|
var interactive01$3 = blue60;
|
|
2212
2217
|
var interactive02$3 = gray80;
|
|
2213
2218
|
var interactive03$3 = blue60;
|
|
@@ -2365,174 +2370,73 @@ var danger$3 = danger01$3;
|
|
|
2365
2370
|
|
|
2366
2371
|
var white = /*#__PURE__*/Object.freeze({
|
|
2367
2372
|
__proto__: null,
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
interactive04: interactive04$3,
|
|
2372
|
-
uiBackground: uiBackground$3,
|
|
2373
|
-
ui01: ui01$3,
|
|
2374
|
-
ui02: ui02$3,
|
|
2375
|
-
ui03: ui03$3,
|
|
2376
|
-
ui04: ui04$3,
|
|
2377
|
-
ui05: ui05$3,
|
|
2378
|
-
text01: text01$3,
|
|
2379
|
-
text02: text02$3,
|
|
2380
|
-
text03: text03$3,
|
|
2381
|
-
text04: text04$3,
|
|
2382
|
-
text05: text05$3,
|
|
2383
|
-
textError: textError$3,
|
|
2384
|
-
icon01: icon01$3,
|
|
2385
|
-
icon02: icon02$3,
|
|
2386
|
-
icon03: icon03$3,
|
|
2387
|
-
link01: link01$3,
|
|
2388
|
-
link02: link02$3,
|
|
2389
|
-
inverseLink: inverseLink$3,
|
|
2390
|
-
field01: field01$3,
|
|
2391
|
-
field02: field02$3,
|
|
2392
|
-
inverse01: inverse01$3,
|
|
2393
|
-
inverse02: inverse02$3,
|
|
2394
|
-
support01: support01$3,
|
|
2395
|
-
support02: support02$3,
|
|
2396
|
-
support03: support03$3,
|
|
2397
|
-
support04: support04$3,
|
|
2398
|
-
inverseSupport01: inverseSupport01$3,
|
|
2399
|
-
inverseSupport02: inverseSupport02$3,
|
|
2400
|
-
inverseSupport03: inverseSupport03$3,
|
|
2401
|
-
inverseSupport04: inverseSupport04$3,
|
|
2402
|
-
overlay01: overlay01$3,
|
|
2403
|
-
danger01: danger01$3,
|
|
2404
|
-
danger02: danger02$3,
|
|
2405
|
-
focus: focus$4,
|
|
2406
|
-
inverseFocusUi: inverseFocusUi$3,
|
|
2407
|
-
hoverPrimary: hoverPrimary$3,
|
|
2373
|
+
active01: active01$3,
|
|
2374
|
+
activeDanger: activeDanger$3,
|
|
2375
|
+
activeLightUI: activeLightUI$3,
|
|
2408
2376
|
activePrimary: activePrimary$3,
|
|
2409
|
-
hoverPrimaryText: hoverPrimaryText$3,
|
|
2410
|
-
hoverSecondary: hoverSecondary$3,
|
|
2411
2377
|
activeSecondary: activeSecondary$3,
|
|
2412
|
-
hoverTertiary: hoverTertiary$3,
|
|
2413
2378
|
activeTertiary: activeTertiary$3,
|
|
2414
|
-
hoverUI: hoverUI$3,
|
|
2415
|
-
hoverLightUI: hoverLightUI$3,
|
|
2416
2379
|
activeUI: activeUI$3,
|
|
2417
|
-
activeLightUI: activeLightUI$3,
|
|
2418
|
-
selectedUI: selectedUI$3,
|
|
2419
|
-
selectedLightUI: selectedLightUI$3,
|
|
2420
|
-
inverseHoverUI: inverseHoverUI$3,
|
|
2421
|
-
hoverSelectedUI: hoverSelectedUI$3,
|
|
2422
|
-
hoverDanger: hoverDanger$3,
|
|
2423
|
-
activeDanger: activeDanger$3,
|
|
2424
|
-
hoverRow: hoverRow$3,
|
|
2425
|
-
visitedLink: visitedLink$3,
|
|
2426
|
-
disabled01: disabled01$3,
|
|
2427
|
-
disabled02: disabled02$3,
|
|
2428
|
-
disabled03: disabled03$3,
|
|
2429
|
-
highlight: highlight$3,
|
|
2430
|
-
decorative01: decorative01$3,
|
|
2431
|
-
buttonSeparator: buttonSeparator$4,
|
|
2432
|
-
skeleton01: skeleton01$3,
|
|
2433
|
-
skeleton02: skeleton02$3,
|
|
2434
2380
|
background: background$4,
|
|
2435
|
-
layer: layer$4,
|
|
2436
|
-
layerAccent: layerAccent$3,
|
|
2437
|
-
layerAccentActive: layerAccentActive$3,
|
|
2438
|
-
layerAccentHover: layerAccentHover$3,
|
|
2439
|
-
field: field$4,
|
|
2440
|
-
backgroundInverse: backgroundInverse$3,
|
|
2441
|
-
backgroundBrand: backgroundBrand$3,
|
|
2442
|
-
interactive: interactive$3,
|
|
2443
|
-
borderSubtle: borderSubtle$3,
|
|
2444
|
-
borderStrong: borderStrong$3,
|
|
2445
|
-
borderInverse: borderInverse$3,
|
|
2446
|
-
borderInteractive: borderInteractive$3,
|
|
2447
|
-
textPrimary: textPrimary$3,
|
|
2448
|
-
textSecondary: textSecondary$3,
|
|
2449
|
-
textPlaceholder: textPlaceholder$3,
|
|
2450
|
-
textHelper: textHelper$3,
|
|
2451
|
-
textOnColor: textOnColor$3,
|
|
2452
|
-
textInverse: textInverse$3,
|
|
2453
|
-
linkPrimary: linkPrimary$3,
|
|
2454
|
-
linkSecondary: linkSecondary$3,
|
|
2455
|
-
linkVisited: linkVisited$3,
|
|
2456
|
-
linkInverse: linkInverse$3,
|
|
2457
|
-
iconPrimary: iconPrimary$3,
|
|
2458
|
-
iconSecondary: iconSecondary$3,
|
|
2459
|
-
iconOnColor: iconOnColor$3,
|
|
2460
|
-
iconInverse: iconInverse$3,
|
|
2461
|
-
supportError: supportError$3,
|
|
2462
|
-
supportSuccess: supportSuccess$3,
|
|
2463
|
-
supportWarning: supportWarning$3,
|
|
2464
|
-
supportInfo: supportInfo$3,
|
|
2465
|
-
supportErrorInverse: supportErrorInverse$3,
|
|
2466
|
-
supportSuccessInverse: supportSuccessInverse$3,
|
|
2467
|
-
supportWarningInverse: supportWarningInverse$3,
|
|
2468
|
-
supportInfoInverse: supportInfoInverse$3,
|
|
2469
|
-
overlay: overlay$3,
|
|
2470
|
-
toggleOff: toggleOff$3,
|
|
2471
|
-
shadow: shadow$3,
|
|
2472
|
-
buttonPrimary: buttonPrimary$4,
|
|
2473
|
-
buttonSecondary: buttonSecondary$4,
|
|
2474
|
-
buttonTertiary: buttonTertiary$4,
|
|
2475
|
-
buttonDangerPrimary: buttonDangerPrimary$4,
|
|
2476
|
-
buttonDangerSecondary: buttonDangerSecondary$4,
|
|
2477
2381
|
backgroundActive: backgroundActive$3,
|
|
2478
|
-
|
|
2479
|
-
buttonDangerActive: buttonDangerActive$4,
|
|
2480
|
-
buttonPrimaryActive: buttonPrimaryActive$4,
|
|
2481
|
-
buttonSecondaryActive: buttonSecondaryActive$4,
|
|
2482
|
-
buttonTertiaryActive: buttonTertiaryActive$4,
|
|
2483
|
-
focusInset: focusInset$3,
|
|
2484
|
-
focusInverse: focusInverse$3,
|
|
2382
|
+
backgroundBrand: backgroundBrand$3,
|
|
2485
2383
|
backgroundHover: backgroundHover$3,
|
|
2486
|
-
|
|
2487
|
-
fieldHover: fieldHover$3,
|
|
2384
|
+
backgroundInverse: backgroundInverse$3,
|
|
2488
2385
|
backgroundInverseHover: backgroundInverseHover$3,
|
|
2489
|
-
linkPrimaryHover: linkPrimaryHover$3,
|
|
2490
|
-
buttonDangerHover: buttonDangerHover$4,
|
|
2491
|
-
buttonPrimaryHover: buttonPrimaryHover$4,
|
|
2492
|
-
buttonSecondaryHover: buttonSecondaryHover$4,
|
|
2493
|
-
buttonTertiaryHover: buttonTertiaryHover$4,
|
|
2494
2386
|
backgroundSelected: backgroundSelected$3,
|
|
2495
2387
|
backgroundSelectedHover: backgroundSelectedHover$3,
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2388
|
+
body01: body01,
|
|
2389
|
+
body02: body02,
|
|
2390
|
+
bodyCompact01: bodyCompact01,
|
|
2391
|
+
bodyCompact02: bodyCompact02,
|
|
2392
|
+
bodyLong01: bodyLong01,
|
|
2393
|
+
bodyLong02: bodyLong02,
|
|
2394
|
+
bodyShort01: bodyShort01,
|
|
2395
|
+
bodyShort02: bodyShort02,
|
|
2500
2396
|
borderDisabled: borderDisabled$3,
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
layerSelectedDisabled: layerSelectedDisabled$3,
|
|
2507
|
-
skeletonBackground: skeletonBackground$3,
|
|
2508
|
-
skeletonElement: skeletonElement$3,
|
|
2397
|
+
borderInteractive: borderInteractive$3,
|
|
2398
|
+
borderInverse: borderInverse$3,
|
|
2399
|
+
borderStrong: borderStrong$3,
|
|
2400
|
+
borderSubtle: borderSubtle$3,
|
|
2401
|
+
borderSubtleSelected: borderSubtleSelected$3,
|
|
2509
2402
|
brand01: brand01$3,
|
|
2510
2403
|
brand02: brand02$3,
|
|
2511
2404
|
brand03: brand03$3,
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2405
|
+
buttonDangerActive: buttonDangerActive$4,
|
|
2406
|
+
buttonDangerHover: buttonDangerHover$4,
|
|
2407
|
+
buttonDangerPrimary: buttonDangerPrimary$4,
|
|
2408
|
+
buttonDangerSecondary: buttonDangerSecondary$4,
|
|
2409
|
+
buttonDisabled: buttonDisabled$4,
|
|
2410
|
+
buttonPrimary: buttonPrimary$4,
|
|
2411
|
+
buttonPrimaryActive: buttonPrimaryActive$4,
|
|
2412
|
+
buttonPrimaryHover: buttonPrimaryHover$4,
|
|
2413
|
+
buttonSecondary: buttonSecondary$4,
|
|
2414
|
+
buttonSecondaryActive: buttonSecondaryActive$4,
|
|
2415
|
+
buttonSecondaryHover: buttonSecondaryHover$4,
|
|
2416
|
+
buttonSeparator: buttonSeparator$4,
|
|
2417
|
+
buttonTertiary: buttonTertiary$4,
|
|
2418
|
+
buttonTertiaryActive: buttonTertiaryActive$4,
|
|
2419
|
+
buttonTertiaryHover: buttonTertiaryHover$4,
|
|
2420
|
+
caption01: caption01,
|
|
2421
|
+
caption02: caption02,
|
|
2525
2422
|
code01: code01,
|
|
2526
2423
|
code02: code02,
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2424
|
+
container01: container01,
|
|
2425
|
+
container02: container02,
|
|
2426
|
+
container03: container03,
|
|
2427
|
+
container04: container04,
|
|
2428
|
+
container05: container05,
|
|
2429
|
+
danger: danger$3,
|
|
2430
|
+
danger01: danger01$3,
|
|
2431
|
+
danger02: danger02$3,
|
|
2432
|
+
decorative01: decorative01$3,
|
|
2433
|
+
disabled01: disabled01$3,
|
|
2434
|
+
disabled02: disabled02$3,
|
|
2435
|
+
disabled03: disabled03$3,
|
|
2436
|
+
display01: display01,
|
|
2437
|
+
display02: display02,
|
|
2438
|
+
display03: display03,
|
|
2439
|
+
display04: display04,
|
|
2536
2440
|
expressiveHeading01: expressiveHeading01,
|
|
2537
2441
|
expressiveHeading02: expressiveHeading02,
|
|
2538
2442
|
expressiveHeading03: expressiveHeading03,
|
|
@@ -2540,25 +2444,14 @@ var white = /*#__PURE__*/Object.freeze({
|
|
|
2540
2444
|
expressiveHeading05: expressiveHeading05,
|
|
2541
2445
|
expressiveHeading06: expressiveHeading06,
|
|
2542
2446
|
expressiveParagraph01: expressiveParagraph01,
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
bodyCompact01: bodyCompact01,
|
|
2552
|
-
bodyCompact02: bodyCompact02,
|
|
2553
|
-
body01: body01,
|
|
2554
|
-
body02: body02,
|
|
2555
|
-
headingCompact01: headingCompact01,
|
|
2556
|
-
headingCompact02: headingCompact02,
|
|
2557
|
-
heading03: heading03,
|
|
2558
|
-
heading04: heading04,
|
|
2559
|
-
heading05: heading05,
|
|
2560
|
-
heading06: heading06,
|
|
2561
|
-
heading07: heading07,
|
|
2447
|
+
field: field$4,
|
|
2448
|
+
field01: field01$3,
|
|
2449
|
+
field02: field02$3,
|
|
2450
|
+
fieldHover: fieldHover$3,
|
|
2451
|
+
fluidDisplay01: fluidDisplay01,
|
|
2452
|
+
fluidDisplay02: fluidDisplay02,
|
|
2453
|
+
fluidDisplay03: fluidDisplay03,
|
|
2454
|
+
fluidDisplay04: fluidDisplay04,
|
|
2562
2455
|
fluidHeading03: fluidHeading03,
|
|
2563
2456
|
fluidHeading04: fluidHeading04,
|
|
2564
2457
|
fluidHeading05: fluidHeading05,
|
|
@@ -2566,10 +2459,112 @@ var white = /*#__PURE__*/Object.freeze({
|
|
|
2566
2459
|
fluidParagraph01: fluidParagraph01,
|
|
2567
2460
|
fluidQuotation01: fluidQuotation01,
|
|
2568
2461
|
fluidQuotation02: fluidQuotation02,
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2462
|
+
fluidSpacing01: fluidSpacing01,
|
|
2463
|
+
fluidSpacing02: fluidSpacing02,
|
|
2464
|
+
fluidSpacing03: fluidSpacing03,
|
|
2465
|
+
fluidSpacing04: fluidSpacing04,
|
|
2466
|
+
focus: focus$4,
|
|
2467
|
+
focusInset: focusInset$3,
|
|
2468
|
+
focusInverse: focusInverse$3,
|
|
2469
|
+
heading01: heading01,
|
|
2470
|
+
heading02: heading02,
|
|
2471
|
+
heading03: heading03,
|
|
2472
|
+
heading04: heading04,
|
|
2473
|
+
heading05: heading05,
|
|
2474
|
+
heading06: heading06,
|
|
2475
|
+
heading07: heading07,
|
|
2476
|
+
headingCompact01: headingCompact01,
|
|
2477
|
+
headingCompact02: headingCompact02,
|
|
2478
|
+
helperText01: helperText01,
|
|
2479
|
+
helperText02: helperText02,
|
|
2480
|
+
highlight: highlight$3,
|
|
2481
|
+
hoverDanger: hoverDanger$3,
|
|
2482
|
+
hoverField: hoverField$3,
|
|
2483
|
+
hoverLightUI: hoverLightUI$3,
|
|
2484
|
+
hoverPrimary: hoverPrimary$3,
|
|
2485
|
+
hoverPrimaryText: hoverPrimaryText$3,
|
|
2486
|
+
hoverRow: hoverRow$3,
|
|
2487
|
+
hoverSecondary: hoverSecondary$3,
|
|
2488
|
+
hoverSelectedUI: hoverSelectedUI$3,
|
|
2489
|
+
hoverTertiary: hoverTertiary$3,
|
|
2490
|
+
hoverUI: hoverUI$3,
|
|
2491
|
+
icon01: icon01$3,
|
|
2492
|
+
icon02: icon02$3,
|
|
2493
|
+
icon03: icon03$3,
|
|
2494
|
+
iconDisabled: iconDisabled$3,
|
|
2495
|
+
iconInverse: iconInverse$3,
|
|
2496
|
+
iconOnColor: iconOnColor$3,
|
|
2497
|
+
iconOnColorDisabled: iconOnColorDisabled$3,
|
|
2498
|
+
iconPrimary: iconPrimary$3,
|
|
2499
|
+
iconSecondary: iconSecondary$3,
|
|
2500
|
+
iconSize01: iconSize01,
|
|
2501
|
+
iconSize02: iconSize02,
|
|
2502
|
+
interactive: interactive$3,
|
|
2503
|
+
interactive01: interactive01$3,
|
|
2504
|
+
interactive02: interactive02$3,
|
|
2505
|
+
interactive03: interactive03$3,
|
|
2506
|
+
interactive04: interactive04$3,
|
|
2507
|
+
inverse01: inverse01$3,
|
|
2508
|
+
inverse02: inverse02$3,
|
|
2509
|
+
inverseFocusUi: inverseFocusUi$3,
|
|
2510
|
+
inverseHoverUI: inverseHoverUI$3,
|
|
2511
|
+
inverseLink: inverseLink$3,
|
|
2512
|
+
inverseSupport01: inverseSupport01$3,
|
|
2513
|
+
inverseSupport02: inverseSupport02$3,
|
|
2514
|
+
inverseSupport03: inverseSupport03$3,
|
|
2515
|
+
inverseSupport04: inverseSupport04$3,
|
|
2516
|
+
label01: label01,
|
|
2517
|
+
label02: label02,
|
|
2518
|
+
layer: layer$4,
|
|
2519
|
+
layerAccent: layerAccent$3,
|
|
2520
|
+
layerAccentActive: layerAccentActive$3,
|
|
2521
|
+
layerAccentHover: layerAccentHover$3,
|
|
2522
|
+
layerActive: layerActive$3,
|
|
2523
|
+
layerHover: layerHover$3,
|
|
2524
|
+
layerSelected: layerSelected$3,
|
|
2525
|
+
layerSelectedDisabled: layerSelectedDisabled$3,
|
|
2526
|
+
layerSelectedHover: layerSelectedHover$3,
|
|
2527
|
+
layerSelectedInverse: layerSelectedInverse$3,
|
|
2528
|
+
layout01: layout01,
|
|
2529
|
+
layout02: layout02,
|
|
2530
|
+
layout03: layout03,
|
|
2531
|
+
layout04: layout04,
|
|
2532
|
+
layout05: layout05,
|
|
2533
|
+
layout06: layout06,
|
|
2534
|
+
layout07: layout07,
|
|
2535
|
+
legal01: legal01,
|
|
2536
|
+
legal02: legal02,
|
|
2537
|
+
link01: link01$3,
|
|
2538
|
+
link02: link02$3,
|
|
2539
|
+
linkInverse: linkInverse$3,
|
|
2540
|
+
linkPrimary: linkPrimary$3,
|
|
2541
|
+
linkPrimaryHover: linkPrimaryHover$3,
|
|
2542
|
+
linkSecondary: linkSecondary$3,
|
|
2543
|
+
linkVisited: linkVisited$3,
|
|
2544
|
+
overlay: overlay$3,
|
|
2545
|
+
overlay01: overlay01$3,
|
|
2546
|
+
productiveHeading01: productiveHeading01,
|
|
2547
|
+
productiveHeading02: productiveHeading02,
|
|
2548
|
+
productiveHeading03: productiveHeading03,
|
|
2549
|
+
productiveHeading04: productiveHeading04,
|
|
2550
|
+
productiveHeading05: productiveHeading05,
|
|
2551
|
+
productiveHeading06: productiveHeading06,
|
|
2552
|
+
productiveHeading07: productiveHeading07,
|
|
2553
|
+
quotation01: quotation01,
|
|
2554
|
+
quotation02: quotation02,
|
|
2555
|
+
selectedLightUI: selectedLightUI$3,
|
|
2556
|
+
selectedUI: selectedUI$3,
|
|
2557
|
+
shadow: shadow$3,
|
|
2558
|
+
size2XLarge: size2XLarge,
|
|
2559
|
+
sizeLarge: sizeLarge,
|
|
2560
|
+
sizeMedium: sizeMedium,
|
|
2561
|
+
sizeSmall: sizeSmall,
|
|
2562
|
+
sizeXLarge: sizeXLarge,
|
|
2563
|
+
sizeXSmall: sizeXSmall,
|
|
2564
|
+
skeleton01: skeleton01$3,
|
|
2565
|
+
skeleton02: skeleton02$3,
|
|
2566
|
+
skeletonBackground: skeletonBackground$3,
|
|
2567
|
+
skeletonElement: skeletonElement$3,
|
|
2573
2568
|
spacing01: spacing01,
|
|
2574
2569
|
spacing02: spacing02,
|
|
2575
2570
|
spacing03: spacing03,
|
|
@@ -2583,30 +2578,40 @@ var white = /*#__PURE__*/Object.freeze({
|
|
|
2583
2578
|
spacing11: spacing11,
|
|
2584
2579
|
spacing12: spacing12,
|
|
2585
2580
|
spacing13: spacing13,
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2581
|
+
support01: support01$3,
|
|
2582
|
+
support02: support02$3,
|
|
2583
|
+
support03: support03$3,
|
|
2584
|
+
support04: support04$3,
|
|
2585
|
+
supportError: supportError$3,
|
|
2586
|
+
supportErrorInverse: supportErrorInverse$3,
|
|
2587
|
+
supportInfo: supportInfo$3,
|
|
2588
|
+
supportInfoInverse: supportInfoInverse$3,
|
|
2589
|
+
supportSuccess: supportSuccess$3,
|
|
2590
|
+
supportSuccessInverse: supportSuccessInverse$3,
|
|
2591
|
+
supportWarning: supportWarning$3,
|
|
2592
|
+
supportWarningInverse: supportWarningInverse$3,
|
|
2593
|
+
text01: text01$3,
|
|
2594
|
+
text02: text02$3,
|
|
2595
|
+
text03: text03$3,
|
|
2596
|
+
text04: text04$3,
|
|
2597
|
+
text05: text05$3,
|
|
2598
|
+
textDisabled: textDisabled$3,
|
|
2599
|
+
textError: textError$3,
|
|
2600
|
+
textHelper: textHelper$3,
|
|
2601
|
+
textInverse: textInverse$3,
|
|
2602
|
+
textOnColor: textOnColor$3,
|
|
2603
|
+
textOnColorDisabled: textOnColorDisabled$3,
|
|
2604
|
+
textPlaceholder: textPlaceholder$3,
|
|
2605
|
+
textPrimary: textPrimary$3,
|
|
2606
|
+
textSecondary: textSecondary$3,
|
|
2607
|
+
toggleOff: toggleOff$3,
|
|
2608
|
+
ui01: ui01$3,
|
|
2609
|
+
ui02: ui02$3,
|
|
2610
|
+
ui03: ui03$3,
|
|
2611
|
+
ui04: ui04$3,
|
|
2612
|
+
ui05: ui05$3,
|
|
2613
|
+
uiBackground: uiBackground$3,
|
|
2614
|
+
visitedLink: visitedLink$3
|
|
2610
2615
|
});
|
|
2611
2616
|
|
|
2612
2617
|
/**
|
|
@@ -2615,6 +2620,7 @@ var white = /*#__PURE__*/Object.freeze({
|
|
|
2615
2620
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
2616
2621
|
* LICENSE file in the root directory of this source tree.
|
|
2617
2622
|
*/
|
|
2623
|
+
|
|
2618
2624
|
var interactive01$2 = blue60;
|
|
2619
2625
|
var interactive02$2 = gray80;
|
|
2620
2626
|
var interactive03$2 = blue60;
|
|
@@ -2772,174 +2778,73 @@ var danger$2 = danger01$2;
|
|
|
2772
2778
|
|
|
2773
2779
|
var g10 = /*#__PURE__*/Object.freeze({
|
|
2774
2780
|
__proto__: null,
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
interactive04: interactive04$2,
|
|
2779
|
-
uiBackground: uiBackground$2,
|
|
2780
|
-
ui01: ui01$2,
|
|
2781
|
-
ui02: ui02$2,
|
|
2782
|
-
ui03: ui03$2,
|
|
2783
|
-
ui04: ui04$2,
|
|
2784
|
-
ui05: ui05$2,
|
|
2785
|
-
text01: text01$2,
|
|
2786
|
-
text02: text02$2,
|
|
2787
|
-
text03: text03$2,
|
|
2788
|
-
text04: text04$2,
|
|
2789
|
-
text05: text05$2,
|
|
2790
|
-
textError: textError$2,
|
|
2791
|
-
icon01: icon01$2,
|
|
2792
|
-
icon02: icon02$2,
|
|
2793
|
-
icon03: icon03$2,
|
|
2794
|
-
link01: link01$2,
|
|
2795
|
-
link02: link02$2,
|
|
2796
|
-
inverseLink: inverseLink$2,
|
|
2797
|
-
field01: field01$2,
|
|
2798
|
-
field02: field02$2,
|
|
2799
|
-
inverse01: inverse01$2,
|
|
2800
|
-
inverse02: inverse02$2,
|
|
2801
|
-
support01: support01$2,
|
|
2802
|
-
support02: support02$2,
|
|
2803
|
-
support03: support03$2,
|
|
2804
|
-
support04: support04$2,
|
|
2805
|
-
inverseSupport01: inverseSupport01$2,
|
|
2806
|
-
inverseSupport02: inverseSupport02$2,
|
|
2807
|
-
inverseSupport03: inverseSupport03$2,
|
|
2808
|
-
inverseSupport04: inverseSupport04$2,
|
|
2809
|
-
overlay01: overlay01$2,
|
|
2810
|
-
danger01: danger01$2,
|
|
2811
|
-
danger02: danger02$2,
|
|
2812
|
-
focus: focus$3,
|
|
2813
|
-
inverseFocusUi: inverseFocusUi$2,
|
|
2814
|
-
hoverPrimary: hoverPrimary$2,
|
|
2781
|
+
active01: active01$2,
|
|
2782
|
+
activeDanger: activeDanger$2,
|
|
2783
|
+
activeLightUI: activeLightUI$2,
|
|
2815
2784
|
activePrimary: activePrimary$2,
|
|
2816
|
-
hoverPrimaryText: hoverPrimaryText$2,
|
|
2817
|
-
hoverSecondary: hoverSecondary$2,
|
|
2818
2785
|
activeSecondary: activeSecondary$2,
|
|
2819
|
-
hoverTertiary: hoverTertiary$2,
|
|
2820
2786
|
activeTertiary: activeTertiary$2,
|
|
2821
|
-
hoverUI: hoverUI$2,
|
|
2822
|
-
hoverLightUI: hoverLightUI$2,
|
|
2823
2787
|
activeUI: activeUI$2,
|
|
2824
|
-
activeLightUI: activeLightUI$2,
|
|
2825
|
-
selectedUI: selectedUI$2,
|
|
2826
|
-
selectedLightUI: selectedLightUI$2,
|
|
2827
|
-
inverseHoverUI: inverseHoverUI$2,
|
|
2828
|
-
hoverSelectedUI: hoverSelectedUI$2,
|
|
2829
|
-
hoverDanger: hoverDanger$2,
|
|
2830
|
-
activeDanger: activeDanger$2,
|
|
2831
|
-
hoverRow: hoverRow$2,
|
|
2832
|
-
visitedLink: visitedLink$2,
|
|
2833
|
-
disabled01: disabled01$2,
|
|
2834
|
-
disabled02: disabled02$2,
|
|
2835
|
-
disabled03: disabled03$2,
|
|
2836
|
-
highlight: highlight$2,
|
|
2837
|
-
decorative01: decorative01$2,
|
|
2838
|
-
buttonSeparator: buttonSeparator$3,
|
|
2839
|
-
skeleton01: skeleton01$2,
|
|
2840
|
-
skeleton02: skeleton02$2,
|
|
2841
2788
|
background: background$3,
|
|
2842
|
-
layer: layer$3,
|
|
2843
|
-
layerAccent: layerAccent$2,
|
|
2844
|
-
layerAccentActive: layerAccentActive$2,
|
|
2845
|
-
layerAccentHover: layerAccentHover$2,
|
|
2846
|
-
field: field$3,
|
|
2847
|
-
backgroundInverse: backgroundInverse$2,
|
|
2848
|
-
backgroundBrand: backgroundBrand$2,
|
|
2849
|
-
interactive: interactive$2,
|
|
2850
|
-
borderSubtle: borderSubtle$2,
|
|
2851
|
-
borderStrong: borderStrong$2,
|
|
2852
|
-
borderInverse: borderInverse$2,
|
|
2853
|
-
borderInteractive: borderInteractive$2,
|
|
2854
|
-
textPrimary: textPrimary$2,
|
|
2855
|
-
textSecondary: textSecondary$2,
|
|
2856
|
-
textPlaceholder: textPlaceholder$2,
|
|
2857
|
-
textHelper: textHelper$2,
|
|
2858
|
-
textOnColor: textOnColor$2,
|
|
2859
|
-
textInverse: textInverse$2,
|
|
2860
|
-
linkPrimary: linkPrimary$2,
|
|
2861
|
-
linkSecondary: linkSecondary$2,
|
|
2862
|
-
linkVisited: linkVisited$2,
|
|
2863
|
-
linkInverse: linkInverse$2,
|
|
2864
|
-
iconPrimary: iconPrimary$2,
|
|
2865
|
-
iconSecondary: iconSecondary$2,
|
|
2866
|
-
iconOnColor: iconOnColor$2,
|
|
2867
|
-
iconInverse: iconInverse$2,
|
|
2868
|
-
supportError: supportError$2,
|
|
2869
|
-
supportSuccess: supportSuccess$2,
|
|
2870
|
-
supportWarning: supportWarning$2,
|
|
2871
|
-
supportInfo: supportInfo$2,
|
|
2872
|
-
supportErrorInverse: supportErrorInverse$2,
|
|
2873
|
-
supportSuccessInverse: supportSuccessInverse$2,
|
|
2874
|
-
supportWarningInverse: supportWarningInverse$2,
|
|
2875
|
-
supportInfoInverse: supportInfoInverse$2,
|
|
2876
|
-
overlay: overlay$2,
|
|
2877
|
-
toggleOff: toggleOff$2,
|
|
2878
|
-
shadow: shadow$2,
|
|
2879
|
-
buttonPrimary: buttonPrimary$3,
|
|
2880
|
-
buttonSecondary: buttonSecondary$3,
|
|
2881
|
-
buttonTertiary: buttonTertiary$3,
|
|
2882
|
-
buttonDangerPrimary: buttonDangerPrimary$3,
|
|
2883
|
-
buttonDangerSecondary: buttonDangerSecondary$3,
|
|
2884
2789
|
backgroundActive: backgroundActive$2,
|
|
2885
|
-
|
|
2886
|
-
buttonDangerActive: buttonDangerActive$3,
|
|
2887
|
-
buttonPrimaryActive: buttonPrimaryActive$3,
|
|
2888
|
-
buttonSecondaryActive: buttonSecondaryActive$3,
|
|
2889
|
-
buttonTertiaryActive: buttonTertiaryActive$3,
|
|
2890
|
-
focusInset: focusInset$2,
|
|
2891
|
-
focusInverse: focusInverse$2,
|
|
2790
|
+
backgroundBrand: backgroundBrand$2,
|
|
2892
2791
|
backgroundHover: backgroundHover$2,
|
|
2893
|
-
|
|
2894
|
-
fieldHover: fieldHover$2,
|
|
2792
|
+
backgroundInverse: backgroundInverse$2,
|
|
2895
2793
|
backgroundInverseHover: backgroundInverseHover$2,
|
|
2896
|
-
linkPrimaryHover: linkPrimaryHover$2,
|
|
2897
|
-
buttonDangerHover: buttonDangerHover$3,
|
|
2898
|
-
buttonPrimaryHover: buttonPrimaryHover$3,
|
|
2899
|
-
buttonSecondaryHover: buttonSecondaryHover$3,
|
|
2900
|
-
buttonTertiaryHover: buttonTertiaryHover$3,
|
|
2901
2794
|
backgroundSelected: backgroundSelected$2,
|
|
2902
2795
|
backgroundSelectedHover: backgroundSelectedHover$2,
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2796
|
+
body01: body01,
|
|
2797
|
+
body02: body02,
|
|
2798
|
+
bodyCompact01: bodyCompact01,
|
|
2799
|
+
bodyCompact02: bodyCompact02,
|
|
2800
|
+
bodyLong01: bodyLong01,
|
|
2801
|
+
bodyLong02: bodyLong02,
|
|
2802
|
+
bodyShort01: bodyShort01,
|
|
2803
|
+
bodyShort02: bodyShort02,
|
|
2907
2804
|
borderDisabled: borderDisabled$2,
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
layerSelectedDisabled: layerSelectedDisabled$2,
|
|
2914
|
-
skeletonBackground: skeletonBackground$2,
|
|
2915
|
-
skeletonElement: skeletonElement$2,
|
|
2805
|
+
borderInteractive: borderInteractive$2,
|
|
2806
|
+
borderInverse: borderInverse$2,
|
|
2807
|
+
borderStrong: borderStrong$2,
|
|
2808
|
+
borderSubtle: borderSubtle$2,
|
|
2809
|
+
borderSubtleSelected: borderSubtleSelected$2,
|
|
2916
2810
|
brand01: brand01$2,
|
|
2917
2811
|
brand02: brand02$2,
|
|
2918
2812
|
brand03: brand03$2,
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2813
|
+
buttonDangerActive: buttonDangerActive$3,
|
|
2814
|
+
buttonDangerHover: buttonDangerHover$3,
|
|
2815
|
+
buttonDangerPrimary: buttonDangerPrimary$3,
|
|
2816
|
+
buttonDangerSecondary: buttonDangerSecondary$3,
|
|
2817
|
+
buttonDisabled: buttonDisabled$3,
|
|
2818
|
+
buttonPrimary: buttonPrimary$3,
|
|
2819
|
+
buttonPrimaryActive: buttonPrimaryActive$3,
|
|
2820
|
+
buttonPrimaryHover: buttonPrimaryHover$3,
|
|
2821
|
+
buttonSecondary: buttonSecondary$3,
|
|
2822
|
+
buttonSecondaryActive: buttonSecondaryActive$3,
|
|
2823
|
+
buttonSecondaryHover: buttonSecondaryHover$3,
|
|
2824
|
+
buttonSeparator: buttonSeparator$3,
|
|
2825
|
+
buttonTertiary: buttonTertiary$3,
|
|
2826
|
+
buttonTertiaryActive: buttonTertiaryActive$3,
|
|
2827
|
+
buttonTertiaryHover: buttonTertiaryHover$3,
|
|
2922
2828
|
caption01: caption01,
|
|
2923
2829
|
caption02: caption02,
|
|
2924
|
-
label01: label01,
|
|
2925
|
-
label02: label02,
|
|
2926
|
-
helperText01: helperText01,
|
|
2927
|
-
helperText02: helperText02,
|
|
2928
|
-
bodyShort01: bodyShort01,
|
|
2929
|
-
bodyLong01: bodyLong01,
|
|
2930
|
-
bodyShort02: bodyShort02,
|
|
2931
|
-
bodyLong02: bodyLong02,
|
|
2932
2830
|
code01: code01,
|
|
2933
2831
|
code02: code02,
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2832
|
+
container01: container01,
|
|
2833
|
+
container02: container02,
|
|
2834
|
+
container03: container03,
|
|
2835
|
+
container04: container04,
|
|
2836
|
+
container05: container05,
|
|
2837
|
+
danger: danger$2,
|
|
2838
|
+
danger01: danger01$2,
|
|
2839
|
+
danger02: danger02$2,
|
|
2840
|
+
decorative01: decorative01$2,
|
|
2841
|
+
disabled01: disabled01$2,
|
|
2842
|
+
disabled02: disabled02$2,
|
|
2843
|
+
disabled03: disabled03$2,
|
|
2844
|
+
display01: display01,
|
|
2845
|
+
display02: display02,
|
|
2846
|
+
display03: display03,
|
|
2847
|
+
display04: display04,
|
|
2943
2848
|
expressiveHeading01: expressiveHeading01,
|
|
2944
2849
|
expressiveHeading02: expressiveHeading02,
|
|
2945
2850
|
expressiveHeading03: expressiveHeading03,
|
|
@@ -2947,25 +2852,14 @@ var g10 = /*#__PURE__*/Object.freeze({
|
|
|
2947
2852
|
expressiveHeading05: expressiveHeading05,
|
|
2948
2853
|
expressiveHeading06: expressiveHeading06,
|
|
2949
2854
|
expressiveParagraph01: expressiveParagraph01,
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
bodyCompact01: bodyCompact01,
|
|
2959
|
-
bodyCompact02: bodyCompact02,
|
|
2960
|
-
body01: body01,
|
|
2961
|
-
body02: body02,
|
|
2962
|
-
headingCompact01: headingCompact01,
|
|
2963
|
-
headingCompact02: headingCompact02,
|
|
2964
|
-
heading03: heading03,
|
|
2965
|
-
heading04: heading04,
|
|
2966
|
-
heading05: heading05,
|
|
2967
|
-
heading06: heading06,
|
|
2968
|
-
heading07: heading07,
|
|
2855
|
+
field: field$3,
|
|
2856
|
+
field01: field01$2,
|
|
2857
|
+
field02: field02$2,
|
|
2858
|
+
fieldHover: fieldHover$2,
|
|
2859
|
+
fluidDisplay01: fluidDisplay01,
|
|
2860
|
+
fluidDisplay02: fluidDisplay02,
|
|
2861
|
+
fluidDisplay03: fluidDisplay03,
|
|
2862
|
+
fluidDisplay04: fluidDisplay04,
|
|
2969
2863
|
fluidHeading03: fluidHeading03,
|
|
2970
2864
|
fluidHeading04: fluidHeading04,
|
|
2971
2865
|
fluidHeading05: fluidHeading05,
|
|
@@ -2973,56 +2867,169 @@ var g10 = /*#__PURE__*/Object.freeze({
|
|
|
2973
2867
|
fluidParagraph01: fluidParagraph01,
|
|
2974
2868
|
fluidQuotation01: fluidQuotation01,
|
|
2975
2869
|
fluidQuotation02: fluidQuotation02,
|
|
2976
|
-
fluidDisplay01: fluidDisplay01,
|
|
2977
|
-
fluidDisplay02: fluidDisplay02,
|
|
2978
|
-
fluidDisplay03: fluidDisplay03,
|
|
2979
|
-
fluidDisplay04: fluidDisplay04,
|
|
2980
|
-
spacing01: spacing01,
|
|
2981
|
-
spacing02: spacing02,
|
|
2982
|
-
spacing03: spacing03,
|
|
2983
|
-
spacing04: spacing04,
|
|
2984
|
-
spacing05: spacing05,
|
|
2985
|
-
spacing06: spacing06,
|
|
2986
|
-
spacing07: spacing07,
|
|
2987
|
-
spacing08: spacing08,
|
|
2988
|
-
spacing09: spacing09,
|
|
2989
|
-
spacing10: spacing10,
|
|
2990
|
-
spacing11: spacing11,
|
|
2991
|
-
spacing12: spacing12,
|
|
2992
|
-
spacing13: spacing13,
|
|
2993
2870
|
fluidSpacing01: fluidSpacing01,
|
|
2994
2871
|
fluidSpacing02: fluidSpacing02,
|
|
2995
2872
|
fluidSpacing03: fluidSpacing03,
|
|
2996
2873
|
fluidSpacing04: fluidSpacing04,
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
2874
|
+
focus: focus$3,
|
|
2875
|
+
focusInset: focusInset$2,
|
|
2876
|
+
focusInverse: focusInverse$2,
|
|
2877
|
+
heading01: heading01,
|
|
2878
|
+
heading02: heading02,
|
|
2879
|
+
heading03: heading03,
|
|
2880
|
+
heading04: heading04,
|
|
2881
|
+
heading05: heading05,
|
|
2882
|
+
heading06: heading06,
|
|
2883
|
+
heading07: heading07,
|
|
2884
|
+
headingCompact01: headingCompact01,
|
|
2885
|
+
headingCompact02: headingCompact02,
|
|
2886
|
+
helperText01: helperText01,
|
|
2887
|
+
helperText02: helperText02,
|
|
2888
|
+
highlight: highlight$2,
|
|
2889
|
+
hoverDanger: hoverDanger$2,
|
|
2890
|
+
hoverField: hoverField$2,
|
|
2891
|
+
hoverLightUI: hoverLightUI$2,
|
|
2892
|
+
hoverPrimary: hoverPrimary$2,
|
|
2893
|
+
hoverPrimaryText: hoverPrimaryText$2,
|
|
2894
|
+
hoverRow: hoverRow$2,
|
|
2895
|
+
hoverSecondary: hoverSecondary$2,
|
|
2896
|
+
hoverSelectedUI: hoverSelectedUI$2,
|
|
2897
|
+
hoverTertiary: hoverTertiary$2,
|
|
2898
|
+
hoverUI: hoverUI$2,
|
|
2899
|
+
icon01: icon01$2,
|
|
2900
|
+
icon02: icon02$2,
|
|
2901
|
+
icon03: icon03$2,
|
|
2902
|
+
iconDisabled: iconDisabled$2,
|
|
2903
|
+
iconInverse: iconInverse$2,
|
|
2904
|
+
iconOnColor: iconOnColor$2,
|
|
2905
|
+
iconOnColorDisabled: iconOnColorDisabled$2,
|
|
2906
|
+
iconPrimary: iconPrimary$2,
|
|
2907
|
+
iconSecondary: iconSecondary$2,
|
|
2908
|
+
iconSize01: iconSize01,
|
|
2909
|
+
iconSize02: iconSize02,
|
|
2910
|
+
interactive: interactive$2,
|
|
2911
|
+
interactive01: interactive01$2,
|
|
2912
|
+
interactive02: interactive02$2,
|
|
2913
|
+
interactive03: interactive03$2,
|
|
2914
|
+
interactive04: interactive04$2,
|
|
2915
|
+
inverse01: inverse01$2,
|
|
2916
|
+
inverse02: inverse02$2,
|
|
2917
|
+
inverseFocusUi: inverseFocusUi$2,
|
|
2918
|
+
inverseHoverUI: inverseHoverUI$2,
|
|
2919
|
+
inverseLink: inverseLink$2,
|
|
2920
|
+
inverseSupport01: inverseSupport01$2,
|
|
2921
|
+
inverseSupport02: inverseSupport02$2,
|
|
2922
|
+
inverseSupport03: inverseSupport03$2,
|
|
2923
|
+
inverseSupport04: inverseSupport04$2,
|
|
2924
|
+
label01: label01,
|
|
2925
|
+
label02: label02,
|
|
2926
|
+
layer: layer$3,
|
|
2927
|
+
layerAccent: layerAccent$2,
|
|
2928
|
+
layerAccentActive: layerAccentActive$2,
|
|
2929
|
+
layerAccentHover: layerAccentHover$2,
|
|
2930
|
+
layerActive: layerActive$2,
|
|
2931
|
+
layerHover: layerHover$2,
|
|
2932
|
+
layerSelected: layerSelected$2,
|
|
2933
|
+
layerSelectedDisabled: layerSelectedDisabled$2,
|
|
2934
|
+
layerSelectedHover: layerSelectedHover$2,
|
|
2935
|
+
layerSelectedInverse: layerSelectedInverse$2,
|
|
2936
|
+
layout01: layout01,
|
|
2937
|
+
layout02: layout02,
|
|
2938
|
+
layout03: layout03,
|
|
2939
|
+
layout04: layout04,
|
|
2940
|
+
layout05: layout05,
|
|
2941
|
+
layout06: layout06,
|
|
2942
|
+
layout07: layout07,
|
|
2943
|
+
legal01: legal01,
|
|
2944
|
+
legal02: legal02,
|
|
2945
|
+
link01: link01$2,
|
|
2946
|
+
link02: link02$2,
|
|
2947
|
+
linkInverse: linkInverse$2,
|
|
2948
|
+
linkPrimary: linkPrimary$2,
|
|
2949
|
+
linkPrimaryHover: linkPrimaryHover$2,
|
|
2950
|
+
linkSecondary: linkSecondary$2,
|
|
2951
|
+
linkVisited: linkVisited$2,
|
|
2952
|
+
overlay: overlay$2,
|
|
2953
|
+
overlay01: overlay01$2,
|
|
2954
|
+
productiveHeading01: productiveHeading01,
|
|
2955
|
+
productiveHeading02: productiveHeading02,
|
|
2956
|
+
productiveHeading03: productiveHeading03,
|
|
2957
|
+
productiveHeading04: productiveHeading04,
|
|
2958
|
+
productiveHeading05: productiveHeading05,
|
|
2959
|
+
productiveHeading06: productiveHeading06,
|
|
2960
|
+
productiveHeading07: productiveHeading07,
|
|
2961
|
+
quotation01: quotation01,
|
|
2962
|
+
quotation02: quotation02,
|
|
2963
|
+
selectedLightUI: selectedLightUI$2,
|
|
2964
|
+
selectedUI: selectedUI$2,
|
|
2965
|
+
shadow: shadow$2,
|
|
2966
|
+
size2XLarge: size2XLarge,
|
|
2967
|
+
sizeLarge: sizeLarge,
|
|
2968
|
+
sizeMedium: sizeMedium,
|
|
2969
|
+
sizeSmall: sizeSmall,
|
|
2970
|
+
sizeXLarge: sizeXLarge,
|
|
2971
|
+
sizeXSmall: sizeXSmall,
|
|
2972
|
+
skeleton01: skeleton01$2,
|
|
2973
|
+
skeleton02: skeleton02$2,
|
|
2974
|
+
skeletonBackground: skeletonBackground$2,
|
|
2975
|
+
skeletonElement: skeletonElement$2,
|
|
2976
|
+
spacing01: spacing01,
|
|
2977
|
+
spacing02: spacing02,
|
|
2978
|
+
spacing03: spacing03,
|
|
2979
|
+
spacing04: spacing04,
|
|
2980
|
+
spacing05: spacing05,
|
|
2981
|
+
spacing06: spacing06,
|
|
2982
|
+
spacing07: spacing07,
|
|
2983
|
+
spacing08: spacing08,
|
|
2984
|
+
spacing09: spacing09,
|
|
2985
|
+
spacing10: spacing10,
|
|
2986
|
+
spacing11: spacing11,
|
|
2987
|
+
spacing12: spacing12,
|
|
2988
|
+
spacing13: spacing13,
|
|
2989
|
+
support01: support01$2,
|
|
2990
|
+
support02: support02$2,
|
|
2991
|
+
support03: support03$2,
|
|
2992
|
+
support04: support04$2,
|
|
2993
|
+
supportError: supportError$2,
|
|
2994
|
+
supportErrorInverse: supportErrorInverse$2,
|
|
2995
|
+
supportInfo: supportInfo$2,
|
|
2996
|
+
supportInfoInverse: supportInfoInverse$2,
|
|
2997
|
+
supportSuccess: supportSuccess$2,
|
|
2998
|
+
supportSuccessInverse: supportSuccessInverse$2,
|
|
2999
|
+
supportWarning: supportWarning$2,
|
|
3000
|
+
supportWarningInverse: supportWarningInverse$2,
|
|
3001
|
+
text01: text01$2,
|
|
3002
|
+
text02: text02$2,
|
|
3003
|
+
text03: text03$2,
|
|
3004
|
+
text04: text04$2,
|
|
3005
|
+
text05: text05$2,
|
|
3006
|
+
textDisabled: textDisabled$2,
|
|
3007
|
+
textError: textError$2,
|
|
3008
|
+
textHelper: textHelper$2,
|
|
3009
|
+
textInverse: textInverse$2,
|
|
3010
|
+
textOnColor: textOnColor$2,
|
|
3011
|
+
textOnColorDisabled: textOnColorDisabled$2,
|
|
3012
|
+
textPlaceholder: textPlaceholder$2,
|
|
3013
|
+
textPrimary: textPrimary$2,
|
|
3014
|
+
textSecondary: textSecondary$2,
|
|
3015
|
+
toggleOff: toggleOff$2,
|
|
3016
|
+
ui01: ui01$2,
|
|
3017
|
+
ui02: ui02$2,
|
|
3018
|
+
ui03: ui03$2,
|
|
3019
|
+
ui04: ui04$2,
|
|
3020
|
+
ui05: ui05$2,
|
|
3021
|
+
uiBackground: uiBackground$2,
|
|
3022
|
+
visitedLink: visitedLink$2
|
|
3023
|
+
});
|
|
3024
|
+
|
|
3025
|
+
/**
|
|
3026
|
+
* Copyright IBM Corp. 2018, 2023
|
|
3027
|
+
*
|
|
3028
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
3029
|
+
* LICENSE file in the root directory of this source tree.
|
|
3030
|
+
*/
|
|
3031
|
+
|
|
3032
|
+
var interactive01$1 = blue60;
|
|
3026
3033
|
var interactive02$1 = gray60;
|
|
3027
3034
|
var interactive03$1 = white$2;
|
|
3028
3035
|
var interactive04$1 = blue50;
|
|
@@ -3097,7 +3104,7 @@ var background$2 = uiBackground$1;
|
|
|
3097
3104
|
var layer$2 = ui01$1;
|
|
3098
3105
|
var layerAccent$1 = ui03$1;
|
|
3099
3106
|
var layerAccentActive$1 = gray50;
|
|
3100
|
-
var layerAccentHover$1 = adjustLightness(layerAccent$1,
|
|
3107
|
+
var layerAccentHover$1 = adjustLightness(layerAccent$1, 7);
|
|
3101
3108
|
var field$2 = field01$1;
|
|
3102
3109
|
var backgroundInverse$1 = inverse02$1;
|
|
3103
3110
|
var backgroundBrand$1 = interactive01$1;
|
|
@@ -3179,211 +3186,201 @@ var danger$1 = danger01$1;
|
|
|
3179
3186
|
|
|
3180
3187
|
var g90 = /*#__PURE__*/Object.freeze({
|
|
3181
3188
|
__proto__: null,
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
interactive04: interactive04$1,
|
|
3186
|
-
uiBackground: uiBackground$1,
|
|
3187
|
-
ui01: ui01$1,
|
|
3188
|
-
ui02: ui02$1,
|
|
3189
|
-
ui03: ui03$1,
|
|
3190
|
-
ui04: ui04$1,
|
|
3191
|
-
ui05: ui05$1,
|
|
3192
|
-
text01: text01$1,
|
|
3193
|
-
text02: text02$1,
|
|
3194
|
-
text03: text03$1,
|
|
3195
|
-
text04: text04$1,
|
|
3196
|
-
text05: text05$1,
|
|
3197
|
-
textError: textError$1,
|
|
3198
|
-
icon01: icon01$1,
|
|
3199
|
-
icon02: icon02$1,
|
|
3200
|
-
icon03: icon03$1,
|
|
3201
|
-
link01: link01$1,
|
|
3202
|
-
link02: link02$1,
|
|
3203
|
-
inverseLink: inverseLink$1,
|
|
3204
|
-
field01: field01$1,
|
|
3205
|
-
field02: field02$1,
|
|
3206
|
-
inverse01: inverse01$1,
|
|
3207
|
-
inverse02: inverse02$1,
|
|
3208
|
-
support01: support01$1,
|
|
3209
|
-
support02: support02$1,
|
|
3210
|
-
support03: support03$1,
|
|
3211
|
-
support04: support04$1,
|
|
3212
|
-
inverseSupport01: inverseSupport01$1,
|
|
3213
|
-
inverseSupport02: inverseSupport02$1,
|
|
3214
|
-
inverseSupport03: inverseSupport03$1,
|
|
3215
|
-
inverseSupport04: inverseSupport04$1,
|
|
3216
|
-
overlay01: overlay01$1,
|
|
3217
|
-
danger01: danger01$1,
|
|
3218
|
-
danger02: danger02$1,
|
|
3219
|
-
focus: focus$2,
|
|
3220
|
-
inverseFocusUi: inverseFocusUi$1,
|
|
3221
|
-
hoverPrimary: hoverPrimary$1,
|
|
3189
|
+
active01: active01$1,
|
|
3190
|
+
activeDanger: activeDanger$1,
|
|
3191
|
+
activeLightUI: activeLightUI$1,
|
|
3222
3192
|
activePrimary: activePrimary$1,
|
|
3223
|
-
hoverPrimaryText: hoverPrimaryText$1,
|
|
3224
|
-
hoverSecondary: hoverSecondary$1,
|
|
3225
3193
|
activeSecondary: activeSecondary$1,
|
|
3226
|
-
hoverTertiary: hoverTertiary$1,
|
|
3227
3194
|
activeTertiary: activeTertiary$1,
|
|
3228
|
-
hoverUI: hoverUI$1,
|
|
3229
|
-
hoverLightUI: hoverLightUI$1,
|
|
3230
3195
|
activeUI: activeUI$1,
|
|
3231
|
-
activeLightUI: activeLightUI$1,
|
|
3232
|
-
selectedUI: selectedUI$1,
|
|
3233
|
-
selectedLightUI: selectedLightUI$1,
|
|
3234
|
-
inverseHoverUI: inverseHoverUI$1,
|
|
3235
|
-
hoverSelectedUI: hoverSelectedUI$1,
|
|
3236
|
-
hoverDanger: hoverDanger$1,
|
|
3237
|
-
activeDanger: activeDanger$1,
|
|
3238
|
-
hoverRow: hoverRow$1,
|
|
3239
|
-
visitedLink: visitedLink$1,
|
|
3240
|
-
disabled01: disabled01$1,
|
|
3241
|
-
disabled02: disabled02$1,
|
|
3242
|
-
disabled03: disabled03$1,
|
|
3243
|
-
highlight: highlight$1,
|
|
3244
|
-
decorative01: decorative01$1,
|
|
3245
|
-
buttonSeparator: buttonSeparator$2,
|
|
3246
|
-
skeleton01: skeleton01$1,
|
|
3247
|
-
skeleton02: skeleton02$1,
|
|
3248
3196
|
background: background$2,
|
|
3249
|
-
layer: layer$2,
|
|
3250
|
-
layerAccent: layerAccent$1,
|
|
3251
|
-
layerAccentActive: layerAccentActive$1,
|
|
3252
|
-
layerAccentHover: layerAccentHover$1,
|
|
3253
|
-
field: field$2,
|
|
3254
|
-
backgroundInverse: backgroundInverse$1,
|
|
3255
|
-
backgroundBrand: backgroundBrand$1,
|
|
3256
|
-
interactive: interactive$1,
|
|
3257
|
-
borderSubtle: borderSubtle$1,
|
|
3258
|
-
borderStrong: borderStrong$1,
|
|
3259
|
-
borderInverse: borderInverse$1,
|
|
3260
|
-
borderInteractive: borderInteractive$1,
|
|
3261
|
-
textPrimary: textPrimary$1,
|
|
3262
|
-
textSecondary: textSecondary$1,
|
|
3263
|
-
textPlaceholder: textPlaceholder$1,
|
|
3264
|
-
textHelper: textHelper$1,
|
|
3265
|
-
textOnColor: textOnColor$1,
|
|
3266
|
-
textInverse: textInverse$1,
|
|
3267
|
-
linkPrimary: linkPrimary$1,
|
|
3268
|
-
linkSecondary: linkSecondary$1,
|
|
3269
|
-
linkVisited: linkVisited$1,
|
|
3270
|
-
linkInverse: linkInverse$1,
|
|
3271
|
-
iconPrimary: iconPrimary$1,
|
|
3272
|
-
iconSecondary: iconSecondary$1,
|
|
3273
|
-
iconOnColor: iconOnColor$1,
|
|
3274
|
-
iconInverse: iconInverse$1,
|
|
3275
|
-
supportError: supportError$1,
|
|
3276
|
-
supportSuccess: supportSuccess$1,
|
|
3277
|
-
supportWarning: supportWarning$1,
|
|
3278
|
-
supportInfo: supportInfo$1,
|
|
3279
|
-
supportErrorInverse: supportErrorInverse$1,
|
|
3280
|
-
supportSuccessInverse: supportSuccessInverse$1,
|
|
3281
|
-
supportWarningInverse: supportWarningInverse$1,
|
|
3282
|
-
supportInfoInverse: supportInfoInverse$1,
|
|
3283
|
-
overlay: overlay$1,
|
|
3284
|
-
toggleOff: toggleOff$1,
|
|
3285
|
-
shadow: shadow$1,
|
|
3286
|
-
buttonPrimary: buttonPrimary$2,
|
|
3287
|
-
buttonSecondary: buttonSecondary$2,
|
|
3288
|
-
buttonTertiary: buttonTertiary$2,
|
|
3289
|
-
buttonDangerPrimary: buttonDangerPrimary$2,
|
|
3290
|
-
buttonDangerSecondary: buttonDangerSecondary$2,
|
|
3291
3197
|
backgroundActive: backgroundActive$1,
|
|
3292
|
-
|
|
3293
|
-
buttonDangerActive: buttonDangerActive$2,
|
|
3294
|
-
buttonPrimaryActive: buttonPrimaryActive$2,
|
|
3295
|
-
buttonSecondaryActive: buttonSecondaryActive$2,
|
|
3296
|
-
buttonTertiaryActive: buttonTertiaryActive$2,
|
|
3297
|
-
focusInset: focusInset$1,
|
|
3298
|
-
focusInverse: focusInverse$1,
|
|
3198
|
+
backgroundBrand: backgroundBrand$1,
|
|
3299
3199
|
backgroundHover: backgroundHover$1,
|
|
3300
|
-
|
|
3301
|
-
fieldHover: fieldHover$1,
|
|
3200
|
+
backgroundInverse: backgroundInverse$1,
|
|
3302
3201
|
backgroundInverseHover: backgroundInverseHover$1,
|
|
3303
|
-
linkPrimaryHover: linkPrimaryHover$1,
|
|
3304
|
-
buttonDangerHover: buttonDangerHover$2,
|
|
3305
|
-
buttonPrimaryHover: buttonPrimaryHover$2,
|
|
3306
|
-
buttonSecondaryHover: buttonSecondaryHover$2,
|
|
3307
|
-
buttonTertiaryHover: buttonTertiaryHover$2,
|
|
3308
3202
|
backgroundSelected: backgroundSelected$1,
|
|
3309
3203
|
backgroundSelectedHover: backgroundSelectedHover$1,
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3204
|
+
body01: body01,
|
|
3205
|
+
body02: body02,
|
|
3206
|
+
bodyCompact01: bodyCompact01,
|
|
3207
|
+
bodyCompact02: bodyCompact02,
|
|
3208
|
+
bodyLong01: bodyLong01,
|
|
3209
|
+
bodyLong02: bodyLong02,
|
|
3210
|
+
bodyShort01: bodyShort01,
|
|
3211
|
+
bodyShort02: bodyShort02,
|
|
3314
3212
|
borderDisabled: borderDisabled$1,
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
layerSelectedDisabled: layerSelectedDisabled$1,
|
|
3321
|
-
skeletonBackground: skeletonBackground$1,
|
|
3322
|
-
skeletonElement: skeletonElement$1,
|
|
3213
|
+
borderInteractive: borderInteractive$1,
|
|
3214
|
+
borderInverse: borderInverse$1,
|
|
3215
|
+
borderStrong: borderStrong$1,
|
|
3216
|
+
borderSubtle: borderSubtle$1,
|
|
3217
|
+
borderSubtleSelected: borderSubtleSelected$1,
|
|
3323
3218
|
brand01: brand01$1,
|
|
3324
3219
|
brand02: brand02$1,
|
|
3325
3220
|
brand03: brand03$1,
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3221
|
+
buttonDangerActive: buttonDangerActive$2,
|
|
3222
|
+
buttonDangerHover: buttonDangerHover$2,
|
|
3223
|
+
buttonDangerPrimary: buttonDangerPrimary$2,
|
|
3224
|
+
buttonDangerSecondary: buttonDangerSecondary$2,
|
|
3225
|
+
buttonDisabled: buttonDisabled$2,
|
|
3226
|
+
buttonPrimary: buttonPrimary$2,
|
|
3227
|
+
buttonPrimaryActive: buttonPrimaryActive$2,
|
|
3228
|
+
buttonPrimaryHover: buttonPrimaryHover$2,
|
|
3229
|
+
buttonSecondary: buttonSecondary$2,
|
|
3230
|
+
buttonSecondaryActive: buttonSecondaryActive$2,
|
|
3231
|
+
buttonSecondaryHover: buttonSecondaryHover$2,
|
|
3232
|
+
buttonSeparator: buttonSeparator$2,
|
|
3233
|
+
buttonTertiary: buttonTertiary$2,
|
|
3234
|
+
buttonTertiaryActive: buttonTertiaryActive$2,
|
|
3235
|
+
buttonTertiaryHover: buttonTertiaryHover$2,
|
|
3329
3236
|
caption01: caption01,
|
|
3330
3237
|
caption02: caption02,
|
|
3331
|
-
label01: label01,
|
|
3332
|
-
label02: label02,
|
|
3333
|
-
helperText01: helperText01,
|
|
3334
|
-
helperText02: helperText02,
|
|
3335
|
-
bodyShort01: bodyShort01,
|
|
3336
|
-
bodyLong01: bodyLong01,
|
|
3337
|
-
bodyShort02: bodyShort02,
|
|
3338
|
-
bodyLong02: bodyLong02,
|
|
3339
3238
|
code01: code01,
|
|
3340
3239
|
code02: code02,
|
|
3240
|
+
container01: container01,
|
|
3241
|
+
container02: container02,
|
|
3242
|
+
container03: container03,
|
|
3243
|
+
container04: container04,
|
|
3244
|
+
container05: container05,
|
|
3245
|
+
danger: danger$1,
|
|
3246
|
+
danger01: danger01$1,
|
|
3247
|
+
danger02: danger02$1,
|
|
3248
|
+
decorative01: decorative01$1,
|
|
3249
|
+
disabled01: disabled01$1,
|
|
3250
|
+
disabled02: disabled02$1,
|
|
3251
|
+
disabled03: disabled03$1,
|
|
3252
|
+
display01: display01,
|
|
3253
|
+
display02: display02,
|
|
3254
|
+
display03: display03,
|
|
3255
|
+
display04: display04,
|
|
3256
|
+
expressiveHeading01: expressiveHeading01,
|
|
3257
|
+
expressiveHeading02: expressiveHeading02,
|
|
3258
|
+
expressiveHeading03: expressiveHeading03,
|
|
3259
|
+
expressiveHeading04: expressiveHeading04,
|
|
3260
|
+
expressiveHeading05: expressiveHeading05,
|
|
3261
|
+
expressiveHeading06: expressiveHeading06,
|
|
3262
|
+
expressiveParagraph01: expressiveParagraph01,
|
|
3263
|
+
field: field$2,
|
|
3264
|
+
field01: field01$1,
|
|
3265
|
+
field02: field02$1,
|
|
3266
|
+
fieldHover: fieldHover$1,
|
|
3267
|
+
fluidDisplay01: fluidDisplay01,
|
|
3268
|
+
fluidDisplay02: fluidDisplay02,
|
|
3269
|
+
fluidDisplay03: fluidDisplay03,
|
|
3270
|
+
fluidDisplay04: fluidDisplay04,
|
|
3271
|
+
fluidHeading03: fluidHeading03,
|
|
3272
|
+
fluidHeading04: fluidHeading04,
|
|
3273
|
+
fluidHeading05: fluidHeading05,
|
|
3274
|
+
fluidHeading06: fluidHeading06,
|
|
3275
|
+
fluidParagraph01: fluidParagraph01,
|
|
3276
|
+
fluidQuotation01: fluidQuotation01,
|
|
3277
|
+
fluidQuotation02: fluidQuotation02,
|
|
3278
|
+
fluidSpacing01: fluidSpacing01,
|
|
3279
|
+
fluidSpacing02: fluidSpacing02,
|
|
3280
|
+
fluidSpacing03: fluidSpacing03,
|
|
3281
|
+
fluidSpacing04: fluidSpacing04,
|
|
3282
|
+
focus: focus$2,
|
|
3283
|
+
focusInset: focusInset$1,
|
|
3284
|
+
focusInverse: focusInverse$1,
|
|
3341
3285
|
heading01: heading01,
|
|
3286
|
+
heading02: heading02,
|
|
3287
|
+
heading03: heading03,
|
|
3288
|
+
heading04: heading04,
|
|
3289
|
+
heading05: heading05,
|
|
3290
|
+
heading06: heading06,
|
|
3291
|
+
heading07: heading07,
|
|
3292
|
+
headingCompact01: headingCompact01,
|
|
3293
|
+
headingCompact02: headingCompact02,
|
|
3294
|
+
helperText01: helperText01,
|
|
3295
|
+
helperText02: helperText02,
|
|
3296
|
+
highlight: highlight$1,
|
|
3297
|
+
hoverDanger: hoverDanger$1,
|
|
3298
|
+
hoverField: hoverField$1,
|
|
3299
|
+
hoverLightUI: hoverLightUI$1,
|
|
3300
|
+
hoverPrimary: hoverPrimary$1,
|
|
3301
|
+
hoverPrimaryText: hoverPrimaryText$1,
|
|
3302
|
+
hoverRow: hoverRow$1,
|
|
3303
|
+
hoverSecondary: hoverSecondary$1,
|
|
3304
|
+
hoverSelectedUI: hoverSelectedUI$1,
|
|
3305
|
+
hoverTertiary: hoverTertiary$1,
|
|
3306
|
+
hoverUI: hoverUI$1,
|
|
3307
|
+
icon01: icon01$1,
|
|
3308
|
+
icon02: icon02$1,
|
|
3309
|
+
icon03: icon03$1,
|
|
3310
|
+
iconDisabled: iconDisabled$1,
|
|
3311
|
+
iconInverse: iconInverse$1,
|
|
3312
|
+
iconOnColor: iconOnColor$1,
|
|
3313
|
+
iconOnColorDisabled: iconOnColorDisabled$1,
|
|
3314
|
+
iconPrimary: iconPrimary$1,
|
|
3315
|
+
iconSecondary: iconSecondary$1,
|
|
3316
|
+
iconSize01: iconSize01,
|
|
3317
|
+
iconSize02: iconSize02,
|
|
3318
|
+
interactive: interactive$1,
|
|
3319
|
+
interactive01: interactive01$1,
|
|
3320
|
+
interactive02: interactive02$1,
|
|
3321
|
+
interactive03: interactive03$1,
|
|
3322
|
+
interactive04: interactive04$1,
|
|
3323
|
+
inverse01: inverse01$1,
|
|
3324
|
+
inverse02: inverse02$1,
|
|
3325
|
+
inverseFocusUi: inverseFocusUi$1,
|
|
3326
|
+
inverseHoverUI: inverseHoverUI$1,
|
|
3327
|
+
inverseLink: inverseLink$1,
|
|
3328
|
+
inverseSupport01: inverseSupport01$1,
|
|
3329
|
+
inverseSupport02: inverseSupport02$1,
|
|
3330
|
+
inverseSupport03: inverseSupport03$1,
|
|
3331
|
+
inverseSupport04: inverseSupport04$1,
|
|
3332
|
+
label01: label01,
|
|
3333
|
+
label02: label02,
|
|
3334
|
+
layer: layer$2,
|
|
3335
|
+
layerAccent: layerAccent$1,
|
|
3336
|
+
layerAccentActive: layerAccentActive$1,
|
|
3337
|
+
layerAccentHover: layerAccentHover$1,
|
|
3338
|
+
layerActive: layerActive$1,
|
|
3339
|
+
layerHover: layerHover$1,
|
|
3340
|
+
layerSelected: layerSelected$1,
|
|
3341
|
+
layerSelectedDisabled: layerSelectedDisabled$1,
|
|
3342
|
+
layerSelectedHover: layerSelectedHover$1,
|
|
3343
|
+
layerSelectedInverse: layerSelectedInverse$1,
|
|
3344
|
+
layout01: layout01,
|
|
3345
|
+
layout02: layout02,
|
|
3346
|
+
layout03: layout03,
|
|
3347
|
+
layout04: layout04,
|
|
3348
|
+
layout05: layout05,
|
|
3349
|
+
layout06: layout06,
|
|
3350
|
+
layout07: layout07,
|
|
3351
|
+
legal01: legal01,
|
|
3352
|
+
legal02: legal02,
|
|
3353
|
+
link01: link01$1,
|
|
3354
|
+
link02: link02$1,
|
|
3355
|
+
linkInverse: linkInverse$1,
|
|
3356
|
+
linkPrimary: linkPrimary$1,
|
|
3357
|
+
linkPrimaryHover: linkPrimaryHover$1,
|
|
3358
|
+
linkSecondary: linkSecondary$1,
|
|
3359
|
+
linkVisited: linkVisited$1,
|
|
3360
|
+
overlay: overlay$1,
|
|
3361
|
+
overlay01: overlay01$1,
|
|
3342
3362
|
productiveHeading01: productiveHeading01,
|
|
3343
|
-
heading02: heading02,
|
|
3344
3363
|
productiveHeading02: productiveHeading02,
|
|
3345
3364
|
productiveHeading03: productiveHeading03,
|
|
3346
3365
|
productiveHeading04: productiveHeading04,
|
|
3347
3366
|
productiveHeading05: productiveHeading05,
|
|
3348
3367
|
productiveHeading06: productiveHeading06,
|
|
3349
3368
|
productiveHeading07: productiveHeading07,
|
|
3350
|
-
expressiveHeading01: expressiveHeading01,
|
|
3351
|
-
expressiveHeading02: expressiveHeading02,
|
|
3352
|
-
expressiveHeading03: expressiveHeading03,
|
|
3353
|
-
expressiveHeading04: expressiveHeading04,
|
|
3354
|
-
expressiveHeading05: expressiveHeading05,
|
|
3355
|
-
expressiveHeading06: expressiveHeading06,
|
|
3356
|
-
expressiveParagraph01: expressiveParagraph01,
|
|
3357
3369
|
quotation01: quotation01,
|
|
3358
3370
|
quotation02: quotation02,
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
heading04: heading04,
|
|
3373
|
-
heading05: heading05,
|
|
3374
|
-
heading06: heading06,
|
|
3375
|
-
heading07: heading07,
|
|
3376
|
-
fluidHeading03: fluidHeading03,
|
|
3377
|
-
fluidHeading04: fluidHeading04,
|
|
3378
|
-
fluidHeading05: fluidHeading05,
|
|
3379
|
-
fluidHeading06: fluidHeading06,
|
|
3380
|
-
fluidParagraph01: fluidParagraph01,
|
|
3381
|
-
fluidQuotation01: fluidQuotation01,
|
|
3382
|
-
fluidQuotation02: fluidQuotation02,
|
|
3383
|
-
fluidDisplay01: fluidDisplay01,
|
|
3384
|
-
fluidDisplay02: fluidDisplay02,
|
|
3385
|
-
fluidDisplay03: fluidDisplay03,
|
|
3386
|
-
fluidDisplay04: fluidDisplay04,
|
|
3371
|
+
selectedLightUI: selectedLightUI$1,
|
|
3372
|
+
selectedUI: selectedUI$1,
|
|
3373
|
+
shadow: shadow$1,
|
|
3374
|
+
size2XLarge: size2XLarge,
|
|
3375
|
+
sizeLarge: sizeLarge,
|
|
3376
|
+
sizeMedium: sizeMedium,
|
|
3377
|
+
sizeSmall: sizeSmall,
|
|
3378
|
+
sizeXLarge: sizeXLarge,
|
|
3379
|
+
sizeXSmall: sizeXSmall,
|
|
3380
|
+
skeleton01: skeleton01$1,
|
|
3381
|
+
skeleton02: skeleton02$1,
|
|
3382
|
+
skeletonBackground: skeletonBackground$1,
|
|
3383
|
+
skeletonElement: skeletonElement$1,
|
|
3387
3384
|
spacing01: spacing01,
|
|
3388
3385
|
spacing02: spacing02,
|
|
3389
3386
|
spacing03: spacing03,
|
|
@@ -3397,30 +3394,40 @@ var g90 = /*#__PURE__*/Object.freeze({
|
|
|
3397
3394
|
spacing11: spacing11,
|
|
3398
3395
|
spacing12: spacing12,
|
|
3399
3396
|
spacing13: spacing13,
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3397
|
+
support01: support01$1,
|
|
3398
|
+
support02: support02$1,
|
|
3399
|
+
support03: support03$1,
|
|
3400
|
+
support04: support04$1,
|
|
3401
|
+
supportError: supportError$1,
|
|
3402
|
+
supportErrorInverse: supportErrorInverse$1,
|
|
3403
|
+
supportInfo: supportInfo$1,
|
|
3404
|
+
supportInfoInverse: supportInfoInverse$1,
|
|
3405
|
+
supportSuccess: supportSuccess$1,
|
|
3406
|
+
supportSuccessInverse: supportSuccessInverse$1,
|
|
3407
|
+
supportWarning: supportWarning$1,
|
|
3408
|
+
supportWarningInverse: supportWarningInverse$1,
|
|
3409
|
+
text01: text01$1,
|
|
3410
|
+
text02: text02$1,
|
|
3411
|
+
text03: text03$1,
|
|
3412
|
+
text04: text04$1,
|
|
3413
|
+
text05: text05$1,
|
|
3414
|
+
textDisabled: textDisabled$1,
|
|
3415
|
+
textError: textError$1,
|
|
3416
|
+
textHelper: textHelper$1,
|
|
3417
|
+
textInverse: textInverse$1,
|
|
3418
|
+
textOnColor: textOnColor$1,
|
|
3419
|
+
textOnColorDisabled: textOnColorDisabled$1,
|
|
3420
|
+
textPlaceholder: textPlaceholder$1,
|
|
3421
|
+
textPrimary: textPrimary$1,
|
|
3422
|
+
textSecondary: textSecondary$1,
|
|
3423
|
+
toggleOff: toggleOff$1,
|
|
3424
|
+
ui01: ui01$1,
|
|
3425
|
+
ui02: ui02$1,
|
|
3426
|
+
ui03: ui03$1,
|
|
3427
|
+
ui04: ui04$1,
|
|
3428
|
+
ui05: ui05$1,
|
|
3429
|
+
uiBackground: uiBackground$1,
|
|
3430
|
+
visitedLink: visitedLink$1
|
|
3424
3431
|
});
|
|
3425
3432
|
|
|
3426
3433
|
/**
|
|
@@ -3429,6 +3436,7 @@ var g90 = /*#__PURE__*/Object.freeze({
|
|
|
3429
3436
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
3430
3437
|
* LICENSE file in the root directory of this source tree.
|
|
3431
3438
|
*/
|
|
3439
|
+
|
|
3432
3440
|
var interactive01 = blue60;
|
|
3433
3441
|
var interactive02 = gray60;
|
|
3434
3442
|
var interactive03 = white$2;
|
|
@@ -3504,7 +3512,7 @@ var background$1 = uiBackground;
|
|
|
3504
3512
|
var layer$1 = ui01;
|
|
3505
3513
|
var layerAccent = ui03;
|
|
3506
3514
|
var layerAccentActive = gray60;
|
|
3507
|
-
var layerAccentHover = adjustLightness(layerAccent,
|
|
3515
|
+
var layerAccentHover = adjustLightness(layerAccent, 6);
|
|
3508
3516
|
var field$1 = field01;
|
|
3509
3517
|
var backgroundInverse = inverse02;
|
|
3510
3518
|
var backgroundBrand = interactive01;
|
|
@@ -3586,211 +3594,201 @@ var danger = danger01;
|
|
|
3586
3594
|
|
|
3587
3595
|
var g100 = /*#__PURE__*/Object.freeze({
|
|
3588
3596
|
__proto__: null,
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3597
|
+
active01: active01,
|
|
3598
|
+
activeDanger: activeDanger,
|
|
3599
|
+
activeLightUI: activeLightUI,
|
|
3600
|
+
activePrimary: activePrimary,
|
|
3601
|
+
activeSecondary: activeSecondary,
|
|
3602
|
+
activeTertiary: activeTertiary,
|
|
3603
|
+
activeUI: activeUI,
|
|
3604
|
+
background: background$1,
|
|
3605
|
+
backgroundActive: backgroundActive,
|
|
3606
|
+
backgroundBrand: backgroundBrand,
|
|
3607
|
+
backgroundHover: backgroundHover,
|
|
3608
|
+
backgroundInverse: backgroundInverse,
|
|
3609
|
+
backgroundInverseHover: backgroundInverseHover,
|
|
3610
|
+
backgroundSelected: backgroundSelected,
|
|
3611
|
+
backgroundSelectedHover: backgroundSelectedHover,
|
|
3612
|
+
body01: body01,
|
|
3613
|
+
body02: body02,
|
|
3614
|
+
bodyCompact01: bodyCompact01,
|
|
3615
|
+
bodyCompact02: bodyCompact02,
|
|
3616
|
+
bodyLong01: bodyLong01,
|
|
3617
|
+
bodyLong02: bodyLong02,
|
|
3618
|
+
bodyShort01: bodyShort01,
|
|
3619
|
+
bodyShort02: bodyShort02,
|
|
3620
|
+
borderDisabled: borderDisabled,
|
|
3621
|
+
borderInteractive: borderInteractive,
|
|
3622
|
+
borderInverse: borderInverse,
|
|
3623
|
+
borderStrong: borderStrong,
|
|
3624
|
+
borderSubtle: borderSubtle,
|
|
3625
|
+
borderSubtleSelected: borderSubtleSelected,
|
|
3626
|
+
brand01: brand01,
|
|
3627
|
+
brand02: brand02,
|
|
3628
|
+
brand03: brand03,
|
|
3629
|
+
buttonDangerActive: buttonDangerActive$1,
|
|
3630
|
+
buttonDangerHover: buttonDangerHover$1,
|
|
3631
|
+
buttonDangerPrimary: buttonDangerPrimary$1,
|
|
3632
|
+
buttonDangerSecondary: buttonDangerSecondary$1,
|
|
3633
|
+
buttonDisabled: buttonDisabled$1,
|
|
3634
|
+
buttonPrimary: buttonPrimary$1,
|
|
3635
|
+
buttonPrimaryActive: buttonPrimaryActive$1,
|
|
3636
|
+
buttonPrimaryHover: buttonPrimaryHover$1,
|
|
3637
|
+
buttonSecondary: buttonSecondary$1,
|
|
3638
|
+
buttonSecondaryActive: buttonSecondaryActive$1,
|
|
3639
|
+
buttonSecondaryHover: buttonSecondaryHover$1,
|
|
3640
|
+
buttonSeparator: buttonSeparator$1,
|
|
3641
|
+
buttonTertiary: buttonTertiary$1,
|
|
3642
|
+
buttonTertiaryActive: buttonTertiaryActive$1,
|
|
3643
|
+
buttonTertiaryHover: buttonTertiaryHover$1,
|
|
3644
|
+
caption01: caption01,
|
|
3645
|
+
caption02: caption02,
|
|
3646
|
+
code01: code01,
|
|
3647
|
+
code02: code02,
|
|
3648
|
+
container01: container01,
|
|
3649
|
+
container02: container02,
|
|
3650
|
+
container03: container03,
|
|
3651
|
+
container04: container04,
|
|
3652
|
+
container05: container05,
|
|
3653
|
+
danger: danger,
|
|
3624
3654
|
danger01: danger01,
|
|
3625
3655
|
danger02: danger02,
|
|
3656
|
+
decorative01: decorative01,
|
|
3657
|
+
disabled01: disabled01,
|
|
3658
|
+
disabled02: disabled02,
|
|
3659
|
+
disabled03: disabled03,
|
|
3660
|
+
display01: display01,
|
|
3661
|
+
display02: display02,
|
|
3662
|
+
display03: display03,
|
|
3663
|
+
display04: display04,
|
|
3664
|
+
expressiveHeading01: expressiveHeading01,
|
|
3665
|
+
expressiveHeading02: expressiveHeading02,
|
|
3666
|
+
expressiveHeading03: expressiveHeading03,
|
|
3667
|
+
expressiveHeading04: expressiveHeading04,
|
|
3668
|
+
expressiveHeading05: expressiveHeading05,
|
|
3669
|
+
expressiveHeading06: expressiveHeading06,
|
|
3670
|
+
expressiveParagraph01: expressiveParagraph01,
|
|
3671
|
+
field: field$1,
|
|
3672
|
+
field01: field01,
|
|
3673
|
+
field02: field02,
|
|
3674
|
+
fieldHover: fieldHover,
|
|
3675
|
+
fluidDisplay01: fluidDisplay01,
|
|
3676
|
+
fluidDisplay02: fluidDisplay02,
|
|
3677
|
+
fluidDisplay03: fluidDisplay03,
|
|
3678
|
+
fluidDisplay04: fluidDisplay04,
|
|
3679
|
+
fluidHeading03: fluidHeading03,
|
|
3680
|
+
fluidHeading04: fluidHeading04,
|
|
3681
|
+
fluidHeading05: fluidHeading05,
|
|
3682
|
+
fluidHeading06: fluidHeading06,
|
|
3683
|
+
fluidParagraph01: fluidParagraph01,
|
|
3684
|
+
fluidQuotation01: fluidQuotation01,
|
|
3685
|
+
fluidQuotation02: fluidQuotation02,
|
|
3686
|
+
fluidSpacing01: fluidSpacing01,
|
|
3687
|
+
fluidSpacing02: fluidSpacing02,
|
|
3688
|
+
fluidSpacing03: fluidSpacing03,
|
|
3689
|
+
fluidSpacing04: fluidSpacing04,
|
|
3626
3690
|
focus: focus$1,
|
|
3627
|
-
|
|
3691
|
+
focusInset: focusInset,
|
|
3692
|
+
focusInverse: focusInverse,
|
|
3693
|
+
heading01: heading01,
|
|
3694
|
+
heading02: heading02,
|
|
3695
|
+
heading03: heading03,
|
|
3696
|
+
heading04: heading04,
|
|
3697
|
+
heading05: heading05,
|
|
3698
|
+
heading06: heading06,
|
|
3699
|
+
heading07: heading07,
|
|
3700
|
+
headingCompact01: headingCompact01,
|
|
3701
|
+
headingCompact02: headingCompact02,
|
|
3702
|
+
helperText01: helperText01,
|
|
3703
|
+
helperText02: helperText02,
|
|
3704
|
+
highlight: highlight,
|
|
3705
|
+
hoverDanger: hoverDanger,
|
|
3706
|
+
hoverField: hoverField,
|
|
3707
|
+
hoverLightUI: hoverLightUI,
|
|
3628
3708
|
hoverPrimary: hoverPrimary,
|
|
3629
|
-
activePrimary: activePrimary,
|
|
3630
3709
|
hoverPrimaryText: hoverPrimaryText,
|
|
3710
|
+
hoverRow: hoverRow,
|
|
3631
3711
|
hoverSecondary: hoverSecondary,
|
|
3632
|
-
|
|
3712
|
+
hoverSelectedUI: hoverSelectedUI,
|
|
3633
3713
|
hoverTertiary: hoverTertiary,
|
|
3634
|
-
activeTertiary: activeTertiary,
|
|
3635
3714
|
hoverUI: hoverUI,
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3715
|
+
icon01: icon01,
|
|
3716
|
+
icon02: icon02,
|
|
3717
|
+
icon03: icon03,
|
|
3718
|
+
iconDisabled: iconDisabled,
|
|
3719
|
+
iconInverse: iconInverse,
|
|
3720
|
+
iconOnColor: iconOnColor,
|
|
3721
|
+
iconOnColorDisabled: iconOnColorDisabled,
|
|
3722
|
+
iconPrimary: iconPrimary,
|
|
3723
|
+
iconSecondary: iconSecondary,
|
|
3724
|
+
iconSize01: iconSize01,
|
|
3725
|
+
iconSize02: iconSize02,
|
|
3726
|
+
interactive: interactive,
|
|
3727
|
+
interactive01: interactive01,
|
|
3728
|
+
interactive02: interactive02,
|
|
3729
|
+
interactive03: interactive03,
|
|
3730
|
+
interactive04: interactive04,
|
|
3731
|
+
inverse01: inverse01,
|
|
3732
|
+
inverse02: inverse02,
|
|
3733
|
+
inverseFocusUi: inverseFocusUi,
|
|
3641
3734
|
inverseHoverUI: inverseHoverUI,
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
disabled03: disabled03,
|
|
3650
|
-
highlight: highlight,
|
|
3651
|
-
decorative01: decorative01,
|
|
3652
|
-
buttonSeparator: buttonSeparator$1,
|
|
3653
|
-
skeleton01: skeleton01,
|
|
3654
|
-
skeleton02: skeleton02,
|
|
3655
|
-
background: background$1,
|
|
3735
|
+
inverseLink: inverseLink,
|
|
3736
|
+
inverseSupport01: inverseSupport01,
|
|
3737
|
+
inverseSupport02: inverseSupport02,
|
|
3738
|
+
inverseSupport03: inverseSupport03,
|
|
3739
|
+
inverseSupport04: inverseSupport04,
|
|
3740
|
+
label01: label01,
|
|
3741
|
+
label02: label02,
|
|
3656
3742
|
layer: layer$1,
|
|
3657
3743
|
layerAccent: layerAccent,
|
|
3658
3744
|
layerAccentActive: layerAccentActive,
|
|
3659
3745
|
layerAccentHover: layerAccentHover,
|
|
3660
|
-
field: field$1,
|
|
3661
|
-
backgroundInverse: backgroundInverse,
|
|
3662
|
-
backgroundBrand: backgroundBrand,
|
|
3663
|
-
interactive: interactive,
|
|
3664
|
-
borderSubtle: borderSubtle,
|
|
3665
|
-
borderStrong: borderStrong,
|
|
3666
|
-
borderInverse: borderInverse,
|
|
3667
|
-
borderInteractive: borderInteractive,
|
|
3668
|
-
textPrimary: textPrimary,
|
|
3669
|
-
textSecondary: textSecondary,
|
|
3670
|
-
textPlaceholder: textPlaceholder,
|
|
3671
|
-
textHelper: textHelper,
|
|
3672
|
-
textOnColor: textOnColor,
|
|
3673
|
-
textInverse: textInverse,
|
|
3674
|
-
linkPrimary: linkPrimary,
|
|
3675
|
-
linkSecondary: linkSecondary,
|
|
3676
|
-
linkVisited: linkVisited,
|
|
3677
|
-
linkInverse: linkInverse,
|
|
3678
|
-
iconPrimary: iconPrimary,
|
|
3679
|
-
iconSecondary: iconSecondary,
|
|
3680
|
-
iconOnColor: iconOnColor,
|
|
3681
|
-
iconInverse: iconInverse,
|
|
3682
|
-
supportError: supportError,
|
|
3683
|
-
supportSuccess: supportSuccess,
|
|
3684
|
-
supportWarning: supportWarning,
|
|
3685
|
-
supportInfo: supportInfo,
|
|
3686
|
-
supportErrorInverse: supportErrorInverse,
|
|
3687
|
-
supportSuccessInverse: supportSuccessInverse,
|
|
3688
|
-
supportWarningInverse: supportWarningInverse,
|
|
3689
|
-
supportInfoInverse: supportInfoInverse,
|
|
3690
|
-
overlay: overlay,
|
|
3691
|
-
toggleOff: toggleOff,
|
|
3692
|
-
shadow: shadow,
|
|
3693
|
-
buttonPrimary: buttonPrimary$1,
|
|
3694
|
-
buttonSecondary: buttonSecondary$1,
|
|
3695
|
-
buttonTertiary: buttonTertiary$1,
|
|
3696
|
-
buttonDangerPrimary: buttonDangerPrimary$1,
|
|
3697
|
-
buttonDangerSecondary: buttonDangerSecondary$1,
|
|
3698
|
-
backgroundActive: backgroundActive,
|
|
3699
3746
|
layerActive: layerActive,
|
|
3700
|
-
buttonDangerActive: buttonDangerActive$1,
|
|
3701
|
-
buttonPrimaryActive: buttonPrimaryActive$1,
|
|
3702
|
-
buttonSecondaryActive: buttonSecondaryActive$1,
|
|
3703
|
-
buttonTertiaryActive: buttonTertiaryActive$1,
|
|
3704
|
-
focusInset: focusInset,
|
|
3705
|
-
focusInverse: focusInverse,
|
|
3706
|
-
backgroundHover: backgroundHover,
|
|
3707
3747
|
layerHover: layerHover,
|
|
3708
|
-
fieldHover: fieldHover,
|
|
3709
|
-
backgroundInverseHover: backgroundInverseHover,
|
|
3710
|
-
linkPrimaryHover: linkPrimaryHover,
|
|
3711
|
-
buttonDangerHover: buttonDangerHover$1,
|
|
3712
|
-
buttonPrimaryHover: buttonPrimaryHover$1,
|
|
3713
|
-
buttonSecondaryHover: buttonSecondaryHover$1,
|
|
3714
|
-
buttonTertiaryHover: buttonTertiaryHover$1,
|
|
3715
|
-
backgroundSelected: backgroundSelected,
|
|
3716
|
-
backgroundSelectedHover: backgroundSelectedHover,
|
|
3717
3748
|
layerSelected: layerSelected,
|
|
3749
|
+
layerSelectedDisabled: layerSelectedDisabled,
|
|
3718
3750
|
layerSelectedHover: layerSelectedHover,
|
|
3719
3751
|
layerSelectedInverse: layerSelectedInverse,
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
label01: label01,
|
|
3739
|
-
label02: label02,
|
|
3740
|
-
helperText01: helperText01,
|
|
3741
|
-
helperText02: helperText02,
|
|
3742
|
-
bodyShort01: bodyShort01,
|
|
3743
|
-
bodyLong01: bodyLong01,
|
|
3744
|
-
bodyShort02: bodyShort02,
|
|
3745
|
-
bodyLong02: bodyLong02,
|
|
3746
|
-
code01: code01,
|
|
3747
|
-
code02: code02,
|
|
3748
|
-
heading01: heading01,
|
|
3752
|
+
layout01: layout01,
|
|
3753
|
+
layout02: layout02,
|
|
3754
|
+
layout03: layout03,
|
|
3755
|
+
layout04: layout04,
|
|
3756
|
+
layout05: layout05,
|
|
3757
|
+
layout06: layout06,
|
|
3758
|
+
layout07: layout07,
|
|
3759
|
+
legal01: legal01,
|
|
3760
|
+
legal02: legal02,
|
|
3761
|
+
link01: link01,
|
|
3762
|
+
link02: link02,
|
|
3763
|
+
linkInverse: linkInverse,
|
|
3764
|
+
linkPrimary: linkPrimary,
|
|
3765
|
+
linkPrimaryHover: linkPrimaryHover,
|
|
3766
|
+
linkSecondary: linkSecondary,
|
|
3767
|
+
linkVisited: linkVisited,
|
|
3768
|
+
overlay: overlay,
|
|
3769
|
+
overlay01: overlay01,
|
|
3749
3770
|
productiveHeading01: productiveHeading01,
|
|
3750
|
-
heading02: heading02,
|
|
3751
3771
|
productiveHeading02: productiveHeading02,
|
|
3752
3772
|
productiveHeading03: productiveHeading03,
|
|
3753
3773
|
productiveHeading04: productiveHeading04,
|
|
3754
3774
|
productiveHeading05: productiveHeading05,
|
|
3755
3775
|
productiveHeading06: productiveHeading06,
|
|
3756
3776
|
productiveHeading07: productiveHeading07,
|
|
3757
|
-
expressiveHeading01: expressiveHeading01,
|
|
3758
|
-
expressiveHeading02: expressiveHeading02,
|
|
3759
|
-
expressiveHeading03: expressiveHeading03,
|
|
3760
|
-
expressiveHeading04: expressiveHeading04,
|
|
3761
|
-
expressiveHeading05: expressiveHeading05,
|
|
3762
|
-
expressiveHeading06: expressiveHeading06,
|
|
3763
|
-
expressiveParagraph01: expressiveParagraph01,
|
|
3764
3777
|
quotation01: quotation01,
|
|
3765
3778
|
quotation02: quotation02,
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
heading04: heading04,
|
|
3780
|
-
heading05: heading05,
|
|
3781
|
-
heading06: heading06,
|
|
3782
|
-
heading07: heading07,
|
|
3783
|
-
fluidHeading03: fluidHeading03,
|
|
3784
|
-
fluidHeading04: fluidHeading04,
|
|
3785
|
-
fluidHeading05: fluidHeading05,
|
|
3786
|
-
fluidHeading06: fluidHeading06,
|
|
3787
|
-
fluidParagraph01: fluidParagraph01,
|
|
3788
|
-
fluidQuotation01: fluidQuotation01,
|
|
3789
|
-
fluidQuotation02: fluidQuotation02,
|
|
3790
|
-
fluidDisplay01: fluidDisplay01,
|
|
3791
|
-
fluidDisplay02: fluidDisplay02,
|
|
3792
|
-
fluidDisplay03: fluidDisplay03,
|
|
3793
|
-
fluidDisplay04: fluidDisplay04,
|
|
3779
|
+
selectedLightUI: selectedLightUI,
|
|
3780
|
+
selectedUI: selectedUI,
|
|
3781
|
+
shadow: shadow,
|
|
3782
|
+
size2XLarge: size2XLarge,
|
|
3783
|
+
sizeLarge: sizeLarge,
|
|
3784
|
+
sizeMedium: sizeMedium,
|
|
3785
|
+
sizeSmall: sizeSmall,
|
|
3786
|
+
sizeXLarge: sizeXLarge,
|
|
3787
|
+
sizeXSmall: sizeXSmall,
|
|
3788
|
+
skeleton01: skeleton01,
|
|
3789
|
+
skeleton02: skeleton02,
|
|
3790
|
+
skeletonBackground: skeletonBackground,
|
|
3791
|
+
skeletonElement: skeletonElement,
|
|
3794
3792
|
spacing01: spacing01,
|
|
3795
3793
|
spacing02: spacing02,
|
|
3796
3794
|
spacing03: spacing03,
|
|
@@ -3804,30 +3802,40 @@ var g100 = /*#__PURE__*/Object.freeze({
|
|
|
3804
3802
|
spacing11: spacing11,
|
|
3805
3803
|
spacing12: spacing12,
|
|
3806
3804
|
spacing13: spacing13,
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3805
|
+
support01: support01,
|
|
3806
|
+
support02: support02,
|
|
3807
|
+
support03: support03,
|
|
3808
|
+
support04: support04,
|
|
3809
|
+
supportError: supportError,
|
|
3810
|
+
supportErrorInverse: supportErrorInverse,
|
|
3811
|
+
supportInfo: supportInfo,
|
|
3812
|
+
supportInfoInverse: supportInfoInverse,
|
|
3813
|
+
supportSuccess: supportSuccess,
|
|
3814
|
+
supportSuccessInverse: supportSuccessInverse,
|
|
3815
|
+
supportWarning: supportWarning,
|
|
3816
|
+
supportWarningInverse: supportWarningInverse,
|
|
3817
|
+
text01: text01,
|
|
3818
|
+
text02: text02,
|
|
3819
|
+
text03: text03,
|
|
3820
|
+
text04: text04,
|
|
3821
|
+
text05: text05,
|
|
3822
|
+
textDisabled: textDisabled,
|
|
3823
|
+
textError: textError,
|
|
3824
|
+
textHelper: textHelper,
|
|
3825
|
+
textInverse: textInverse,
|
|
3826
|
+
textOnColor: textOnColor,
|
|
3827
|
+
textOnColorDisabled: textOnColorDisabled,
|
|
3828
|
+
textPlaceholder: textPlaceholder,
|
|
3829
|
+
textPrimary: textPrimary,
|
|
3830
|
+
textSecondary: textSecondary,
|
|
3831
|
+
toggleOff: toggleOff,
|
|
3832
|
+
ui01: ui01,
|
|
3833
|
+
ui02: ui02,
|
|
3834
|
+
ui03: ui03,
|
|
3835
|
+
ui04: ui04,
|
|
3836
|
+
ui05: ui05,
|
|
3837
|
+
uiBackground: uiBackground,
|
|
3838
|
+
visitedLink: visitedLink
|
|
3831
3839
|
});
|
|
3832
3840
|
|
|
3833
3841
|
/**
|
|
@@ -3837,6 +3845,7 @@ var g100 = /*#__PURE__*/Object.freeze({
|
|
|
3837
3845
|
* LICENSE file in the root directory of this source tree.
|
|
3838
3846
|
*/
|
|
3839
3847
|
|
|
3848
|
+
|
|
3840
3849
|
// The color token names for a Carbon theme, value corresponds to what they're
|
|
3841
3850
|
// exported as in JavaScript
|
|
3842
3851
|
var colors = [
|
|
@@ -3851,8 +3860,8 @@ var colors = [
|
|
|
3851
3860
|
'brand01', 'brand02', 'brand03', 'active01', 'hoverField', 'danger'];
|
|
3852
3861
|
var tokens$5 = {
|
|
3853
3862
|
colors: colors,
|
|
3854
|
-
type: unstable_tokens,
|
|
3855
|
-
layout: unstable_tokens
|
|
3863
|
+
type: unstable_tokens$1,
|
|
3864
|
+
layout: unstable_tokens
|
|
3856
3865
|
};
|
|
3857
3866
|
|
|
3858
3867
|
/**
|
|
@@ -3861,6 +3870,7 @@ var tokens$5 = {
|
|
|
3861
3870
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
3862
3871
|
* LICENSE file in the root directory of this source tree.
|
|
3863
3872
|
*/
|
|
3873
|
+
|
|
3864
3874
|
var themes$1 = {
|
|
3865
3875
|
white: white,
|
|
3866
3876
|
g10: g10,
|
|
@@ -3870,33 +3880,73 @@ var themes$1 = {
|
|
|
3870
3880
|
|
|
3871
3881
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
3872
3882
|
__proto__: null,
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3883
|
+
active01: active01$3,
|
|
3884
|
+
activeDanger: activeDanger$3,
|
|
3885
|
+
activeLightUI: activeLightUI$3,
|
|
3886
|
+
activePrimary: activePrimary$3,
|
|
3887
|
+
activeSecondary: activeSecondary$3,
|
|
3888
|
+
activeTertiary: activeTertiary$3,
|
|
3889
|
+
activeUI: activeUI$3,
|
|
3890
|
+
background: background$4,
|
|
3891
|
+
backgroundActive: backgroundActive$3,
|
|
3892
|
+
backgroundBrand: backgroundBrand$3,
|
|
3893
|
+
backgroundHover: backgroundHover$3,
|
|
3894
|
+
backgroundInverse: backgroundInverse$3,
|
|
3895
|
+
backgroundInverseHover: backgroundInverseHover$3,
|
|
3896
|
+
backgroundSelected: backgroundSelected$3,
|
|
3897
|
+
backgroundSelectedHover: backgroundSelectedHover$3,
|
|
3898
|
+
body01: body01,
|
|
3899
|
+
body02: body02,
|
|
3900
|
+
bodyCompact01: bodyCompact01,
|
|
3901
|
+
bodyCompact02: bodyCompact02,
|
|
3886
3902
|
bodyLong01: bodyLong01,
|
|
3887
|
-
bodyShort02: bodyShort02,
|
|
3888
3903
|
bodyLong02: bodyLong02,
|
|
3904
|
+
bodyShort01: bodyShort01,
|
|
3905
|
+
bodyShort02: bodyShort02,
|
|
3906
|
+
borderDisabled: borderDisabled$3,
|
|
3907
|
+
borderInteractive: borderInteractive$3,
|
|
3908
|
+
borderInverse: borderInverse$3,
|
|
3909
|
+
borderStrong: borderStrong$3,
|
|
3910
|
+
borderSubtle: borderSubtle$3,
|
|
3911
|
+
borderSubtleSelected: borderSubtleSelected$3,
|
|
3912
|
+
brand01: brand01$3,
|
|
3913
|
+
brand02: brand02$3,
|
|
3914
|
+
brand03: brand03$3,
|
|
3915
|
+
buttonDangerActive: buttonDangerActive$4,
|
|
3916
|
+
buttonDangerHover: buttonDangerHover$4,
|
|
3917
|
+
buttonDangerPrimary: buttonDangerPrimary$4,
|
|
3918
|
+
buttonDangerSecondary: buttonDangerSecondary$4,
|
|
3919
|
+
buttonDisabled: buttonDisabled$4,
|
|
3920
|
+
buttonPrimary: buttonPrimary$4,
|
|
3921
|
+
buttonPrimaryActive: buttonPrimaryActive$4,
|
|
3922
|
+
buttonPrimaryHover: buttonPrimaryHover$4,
|
|
3923
|
+
buttonSecondary: buttonSecondary$4,
|
|
3924
|
+
buttonSecondaryActive: buttonSecondaryActive$4,
|
|
3925
|
+
buttonSecondaryHover: buttonSecondaryHover$4,
|
|
3926
|
+
buttonSeparator: buttonSeparator$4,
|
|
3927
|
+
buttonTertiary: buttonTertiary$4,
|
|
3928
|
+
buttonTertiaryActive: buttonTertiaryActive$4,
|
|
3929
|
+
buttonTertiaryHover: buttonTertiaryHover$4,
|
|
3930
|
+
caption01: caption01,
|
|
3931
|
+
caption02: caption02,
|
|
3889
3932
|
code01: code01,
|
|
3890
3933
|
code02: code02,
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3934
|
+
container01: container01,
|
|
3935
|
+
container02: container02,
|
|
3936
|
+
container03: container03,
|
|
3937
|
+
container04: container04,
|
|
3938
|
+
container05: container05,
|
|
3939
|
+
danger: danger$3,
|
|
3940
|
+
danger01: danger01$3,
|
|
3941
|
+
danger02: danger02$3,
|
|
3942
|
+
decorative01: decorative01$3,
|
|
3943
|
+
disabled01: disabled01$3,
|
|
3944
|
+
disabled02: disabled02$3,
|
|
3945
|
+
disabled03: disabled03$3,
|
|
3946
|
+
display01: display01,
|
|
3947
|
+
display02: display02,
|
|
3948
|
+
display03: display03,
|
|
3949
|
+
display04: display04,
|
|
3900
3950
|
expressiveHeading01: expressiveHeading01,
|
|
3901
3951
|
expressiveHeading02: expressiveHeading02,
|
|
3902
3952
|
expressiveHeading03: expressiveHeading03,
|
|
@@ -3904,25 +3954,14 @@ var index$5 = /*#__PURE__*/Object.freeze({
|
|
|
3904
3954
|
expressiveHeading05: expressiveHeading05,
|
|
3905
3955
|
expressiveHeading06: expressiveHeading06,
|
|
3906
3956
|
expressiveParagraph01: expressiveParagraph01,
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
bodyCompact01: bodyCompact01,
|
|
3916
|
-
bodyCompact02: bodyCompact02,
|
|
3917
|
-
body01: body01,
|
|
3918
|
-
body02: body02,
|
|
3919
|
-
headingCompact01: headingCompact01,
|
|
3920
|
-
headingCompact02: headingCompact02,
|
|
3921
|
-
heading03: heading03,
|
|
3922
|
-
heading04: heading04,
|
|
3923
|
-
heading05: heading05,
|
|
3924
|
-
heading06: heading06,
|
|
3925
|
-
heading07: heading07,
|
|
3957
|
+
field: field$4,
|
|
3958
|
+
field01: field01$3,
|
|
3959
|
+
field02: field02$3,
|
|
3960
|
+
fieldHover: fieldHover$3,
|
|
3961
|
+
fluidDisplay01: fluidDisplay01,
|
|
3962
|
+
fluidDisplay02: fluidDisplay02,
|
|
3963
|
+
fluidDisplay03: fluidDisplay03,
|
|
3964
|
+
fluidDisplay04: fluidDisplay04,
|
|
3926
3965
|
fluidHeading03: fluidHeading03,
|
|
3927
3966
|
fluidHeading04: fluidHeading04,
|
|
3928
3967
|
fluidHeading05: fluidHeading05,
|
|
@@ -3930,194 +3969,165 @@ var index$5 = /*#__PURE__*/Object.freeze({
|
|
|
3930
3969
|
fluidParagraph01: fluidParagraph01,
|
|
3931
3970
|
fluidQuotation01: fluidQuotation01,
|
|
3932
3971
|
fluidQuotation02: fluidQuotation02,
|
|
3933
|
-
fluidDisplay01: fluidDisplay01,
|
|
3934
|
-
fluidDisplay02: fluidDisplay02,
|
|
3935
|
-
fluidDisplay03: fluidDisplay03,
|
|
3936
|
-
fluidDisplay04: fluidDisplay04,
|
|
3937
|
-
spacing01: spacing01,
|
|
3938
|
-
spacing02: spacing02,
|
|
3939
|
-
spacing03: spacing03,
|
|
3940
|
-
spacing04: spacing04,
|
|
3941
|
-
spacing05: spacing05,
|
|
3942
|
-
spacing06: spacing06,
|
|
3943
|
-
spacing07: spacing07,
|
|
3944
|
-
spacing08: spacing08,
|
|
3945
|
-
spacing09: spacing09,
|
|
3946
|
-
spacing10: spacing10,
|
|
3947
|
-
spacing11: spacing11,
|
|
3948
|
-
spacing12: spacing12,
|
|
3949
|
-
spacing13: spacing13,
|
|
3950
3972
|
fluidSpacing01: fluidSpacing01,
|
|
3951
3973
|
fluidSpacing02: fluidSpacing02,
|
|
3952
3974
|
fluidSpacing03: fluidSpacing03,
|
|
3953
3975
|
fluidSpacing04: fluidSpacing04,
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3976
|
+
focus: focus$4,
|
|
3977
|
+
focusInset: focusInset$3,
|
|
3978
|
+
focusInverse: focusInverse$3,
|
|
3979
|
+
g10: g10,
|
|
3980
|
+
g100: g100,
|
|
3981
|
+
g90: g90,
|
|
3982
|
+
heading01: heading01,
|
|
3983
|
+
heading02: heading02,
|
|
3984
|
+
heading03: heading03,
|
|
3985
|
+
heading04: heading04,
|
|
3986
|
+
heading05: heading05,
|
|
3987
|
+
heading06: heading06,
|
|
3988
|
+
heading07: heading07,
|
|
3989
|
+
headingCompact01: headingCompact01,
|
|
3990
|
+
headingCompact02: headingCompact02,
|
|
3991
|
+
helperText01: helperText01,
|
|
3992
|
+
helperText02: helperText02,
|
|
3993
|
+
highlight: highlight$3,
|
|
3994
|
+
hoverDanger: hoverDanger$3,
|
|
3995
|
+
hoverField: hoverField$3,
|
|
3996
|
+
hoverLightUI: hoverLightUI$3,
|
|
3997
|
+
hoverPrimary: hoverPrimary$3,
|
|
3998
|
+
hoverPrimaryText: hoverPrimaryText$3,
|
|
3999
|
+
hoverRow: hoverRow$3,
|
|
4000
|
+
hoverSecondary: hoverSecondary$3,
|
|
4001
|
+
hoverSelectedUI: hoverSelectedUI$3,
|
|
4002
|
+
hoverTertiary: hoverTertiary$3,
|
|
4003
|
+
hoverUI: hoverUI$3,
|
|
4004
|
+
icon01: icon01$3,
|
|
4005
|
+
icon02: icon02$3,
|
|
4006
|
+
icon03: icon03$3,
|
|
4007
|
+
iconDisabled: iconDisabled$3,
|
|
4008
|
+
iconInverse: iconInverse$3,
|
|
4009
|
+
iconOnColor: iconOnColor$3,
|
|
4010
|
+
iconOnColorDisabled: iconOnColorDisabled$3,
|
|
4011
|
+
iconPrimary: iconPrimary$3,
|
|
4012
|
+
iconSecondary: iconSecondary$3,
|
|
3965
4013
|
iconSize01: iconSize01,
|
|
3966
4014
|
iconSize02: iconSize02,
|
|
3967
|
-
|
|
3968
|
-
layout02: layout02,
|
|
3969
|
-
layout03: layout03,
|
|
3970
|
-
layout04: layout04,
|
|
3971
|
-
layout05: layout05,
|
|
3972
|
-
layout06: layout06,
|
|
3973
|
-
layout07: layout07,
|
|
4015
|
+
interactive: interactive$3,
|
|
3974
4016
|
interactive01: interactive01$3,
|
|
3975
4017
|
interactive02: interactive02$3,
|
|
3976
4018
|
interactive03: interactive03$3,
|
|
3977
4019
|
interactive04: interactive04$3,
|
|
3978
|
-
uiBackground: uiBackground$3,
|
|
3979
|
-
ui01: ui01$3,
|
|
3980
|
-
ui02: ui02$3,
|
|
3981
|
-
ui03: ui03$3,
|
|
3982
|
-
ui04: ui04$3,
|
|
3983
|
-
ui05: ui05$3,
|
|
3984
|
-
text01: text01$3,
|
|
3985
|
-
text02: text02$3,
|
|
3986
|
-
text03: text03$3,
|
|
3987
|
-
text04: text04$3,
|
|
3988
|
-
text05: text05$3,
|
|
3989
|
-
textError: textError$3,
|
|
3990
|
-
icon01: icon01$3,
|
|
3991
|
-
icon02: icon02$3,
|
|
3992
|
-
icon03: icon03$3,
|
|
3993
|
-
link01: link01$3,
|
|
3994
|
-
link02: link02$3,
|
|
3995
|
-
inverseLink: inverseLink$3,
|
|
3996
|
-
field01: field01$3,
|
|
3997
|
-
field02: field02$3,
|
|
3998
4020
|
inverse01: inverse01$3,
|
|
3999
4021
|
inverse02: inverse02$3,
|
|
4000
|
-
support01: support01$3,
|
|
4001
|
-
support02: support02$3,
|
|
4002
|
-
support03: support03$3,
|
|
4003
|
-
support04: support04$3,
|
|
4004
|
-
inverseSupport01: inverseSupport01$3,
|
|
4005
|
-
inverseSupport02: inverseSupport02$3,
|
|
4006
|
-
inverseSupport03: inverseSupport03$3,
|
|
4007
|
-
inverseSupport04: inverseSupport04$3,
|
|
4008
|
-
overlay01: overlay01$3,
|
|
4009
|
-
danger01: danger01$3,
|
|
4010
|
-
danger02: danger02$3,
|
|
4011
|
-
focus: focus$4,
|
|
4012
4022
|
inverseFocusUi: inverseFocusUi$3,
|
|
4013
|
-
hoverPrimary: hoverPrimary$3,
|
|
4014
|
-
activePrimary: activePrimary$3,
|
|
4015
|
-
hoverPrimaryText: hoverPrimaryText$3,
|
|
4016
|
-
hoverSecondary: hoverSecondary$3,
|
|
4017
|
-
activeSecondary: activeSecondary$3,
|
|
4018
|
-
hoverTertiary: hoverTertiary$3,
|
|
4019
|
-
activeTertiary: activeTertiary$3,
|
|
4020
|
-
hoverUI: hoverUI$3,
|
|
4021
|
-
hoverLightUI: hoverLightUI$3,
|
|
4022
|
-
activeUI: activeUI$3,
|
|
4023
|
-
activeLightUI: activeLightUI$3,
|
|
4024
|
-
selectedUI: selectedUI$3,
|
|
4025
|
-
selectedLightUI: selectedLightUI$3,
|
|
4026
4023
|
inverseHoverUI: inverseHoverUI$3,
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
disabled03: disabled03$3,
|
|
4035
|
-
highlight: highlight$3,
|
|
4036
|
-
decorative01: decorative01$3,
|
|
4037
|
-
buttonSeparator: buttonSeparator$4,
|
|
4038
|
-
skeleton01: skeleton01$3,
|
|
4039
|
-
skeleton02: skeleton02$3,
|
|
4040
|
-
background: background$4,
|
|
4024
|
+
inverseLink: inverseLink$3,
|
|
4025
|
+
inverseSupport01: inverseSupport01$3,
|
|
4026
|
+
inverseSupport02: inverseSupport02$3,
|
|
4027
|
+
inverseSupport03: inverseSupport03$3,
|
|
4028
|
+
inverseSupport04: inverseSupport04$3,
|
|
4029
|
+
label01: label01,
|
|
4030
|
+
label02: label02,
|
|
4041
4031
|
layer: layer$4,
|
|
4042
4032
|
layerAccent: layerAccent$3,
|
|
4043
4033
|
layerAccentActive: layerAccentActive$3,
|
|
4044
4034
|
layerAccentHover: layerAccentHover$3,
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4035
|
+
layerActive: layerActive$3,
|
|
4036
|
+
layerHover: layerHover$3,
|
|
4037
|
+
layerSelected: layerSelected$3,
|
|
4038
|
+
layerSelectedDisabled: layerSelectedDisabled$3,
|
|
4039
|
+
layerSelectedHover: layerSelectedHover$3,
|
|
4040
|
+
layerSelectedInverse: layerSelectedInverse$3,
|
|
4041
|
+
layout01: layout01,
|
|
4042
|
+
layout02: layout02,
|
|
4043
|
+
layout03: layout03,
|
|
4044
|
+
layout04: layout04,
|
|
4045
|
+
layout05: layout05,
|
|
4046
|
+
layout06: layout06,
|
|
4047
|
+
layout07: layout07,
|
|
4048
|
+
legal01: legal01,
|
|
4049
|
+
legal02: legal02,
|
|
4050
|
+
link01: link01$3,
|
|
4051
|
+
link02: link02$3,
|
|
4052
|
+
linkInverse: linkInverse$3,
|
|
4059
4053
|
linkPrimary: linkPrimary$3,
|
|
4054
|
+
linkPrimaryHover: linkPrimaryHover$3,
|
|
4060
4055
|
linkSecondary: linkSecondary$3,
|
|
4061
4056
|
linkVisited: linkVisited$3,
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4057
|
+
overlay: overlay$3,
|
|
4058
|
+
overlay01: overlay01$3,
|
|
4059
|
+
productiveHeading01: productiveHeading01,
|
|
4060
|
+
productiveHeading02: productiveHeading02,
|
|
4061
|
+
productiveHeading03: productiveHeading03,
|
|
4062
|
+
productiveHeading04: productiveHeading04,
|
|
4063
|
+
productiveHeading05: productiveHeading05,
|
|
4064
|
+
productiveHeading06: productiveHeading06,
|
|
4065
|
+
productiveHeading07: productiveHeading07,
|
|
4066
|
+
quotation01: quotation01,
|
|
4067
|
+
quotation02: quotation02,
|
|
4068
|
+
selectedLightUI: selectedLightUI$3,
|
|
4069
|
+
selectedUI: selectedUI$3,
|
|
4070
|
+
shadow: shadow$3,
|
|
4071
|
+
size2XLarge: size2XLarge,
|
|
4072
|
+
sizeLarge: sizeLarge,
|
|
4073
|
+
sizeMedium: sizeMedium,
|
|
4074
|
+
sizeSmall: sizeSmall,
|
|
4075
|
+
sizeXLarge: sizeXLarge,
|
|
4076
|
+
sizeXSmall: sizeXSmall,
|
|
4077
|
+
skeleton01: skeleton01$3,
|
|
4078
|
+
skeleton02: skeleton02$3,
|
|
4079
|
+
skeletonBackground: skeletonBackground$3,
|
|
4080
|
+
skeletonElement: skeletonElement$3,
|
|
4081
|
+
spacing01: spacing01,
|
|
4082
|
+
spacing02: spacing02,
|
|
4083
|
+
spacing03: spacing03,
|
|
4084
|
+
spacing04: spacing04,
|
|
4085
|
+
spacing05: spacing05,
|
|
4086
|
+
spacing06: spacing06,
|
|
4087
|
+
spacing07: spacing07,
|
|
4088
|
+
spacing08: spacing08,
|
|
4089
|
+
spacing09: spacing09,
|
|
4090
|
+
spacing10: spacing10,
|
|
4091
|
+
spacing11: spacing11,
|
|
4092
|
+
spacing12: spacing12,
|
|
4093
|
+
spacing13: spacing13,
|
|
4094
|
+
support01: support01$3,
|
|
4095
|
+
support02: support02$3,
|
|
4096
|
+
support03: support03$3,
|
|
4097
|
+
support04: support04$3,
|
|
4067
4098
|
supportError: supportError$3,
|
|
4068
|
-
supportSuccess: supportSuccess$3,
|
|
4069
|
-
supportWarning: supportWarning$3,
|
|
4070
|
-
supportInfo: supportInfo$3,
|
|
4071
4099
|
supportErrorInverse: supportErrorInverse$3,
|
|
4100
|
+
supportInfo: supportInfo$3,
|
|
4101
|
+
supportInfoInverse: supportInfoInverse$3,
|
|
4102
|
+
supportSuccess: supportSuccess$3,
|
|
4072
4103
|
supportSuccessInverse: supportSuccessInverse$3,
|
|
4104
|
+
supportWarning: supportWarning$3,
|
|
4073
4105
|
supportWarningInverse: supportWarningInverse$3,
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
buttonSecondary: buttonSecondary$4,
|
|
4080
|
-
buttonTertiary: buttonTertiary$4,
|
|
4081
|
-
buttonDangerPrimary: buttonDangerPrimary$4,
|
|
4082
|
-
buttonDangerSecondary: buttonDangerSecondary$4,
|
|
4083
|
-
backgroundActive: backgroundActive$3,
|
|
4084
|
-
layerActive: layerActive$3,
|
|
4085
|
-
buttonDangerActive: buttonDangerActive$4,
|
|
4086
|
-
buttonPrimaryActive: buttonPrimaryActive$4,
|
|
4087
|
-
buttonSecondaryActive: buttonSecondaryActive$4,
|
|
4088
|
-
buttonTertiaryActive: buttonTertiaryActive$4,
|
|
4089
|
-
focusInset: focusInset$3,
|
|
4090
|
-
focusInverse: focusInverse$3,
|
|
4091
|
-
backgroundHover: backgroundHover$3,
|
|
4092
|
-
layerHover: layerHover$3,
|
|
4093
|
-
fieldHover: fieldHover$3,
|
|
4094
|
-
backgroundInverseHover: backgroundInverseHover$3,
|
|
4095
|
-
linkPrimaryHover: linkPrimaryHover$3,
|
|
4096
|
-
buttonDangerHover: buttonDangerHover$4,
|
|
4097
|
-
buttonPrimaryHover: buttonPrimaryHover$4,
|
|
4098
|
-
buttonSecondaryHover: buttonSecondaryHover$4,
|
|
4099
|
-
buttonTertiaryHover: buttonTertiaryHover$4,
|
|
4100
|
-
backgroundSelected: backgroundSelected$3,
|
|
4101
|
-
backgroundSelectedHover: backgroundSelectedHover$3,
|
|
4102
|
-
layerSelected: layerSelected$3,
|
|
4103
|
-
layerSelectedHover: layerSelectedHover$3,
|
|
4104
|
-
layerSelectedInverse: layerSelectedInverse$3,
|
|
4105
|
-
borderSubtleSelected: borderSubtleSelected$3,
|
|
4106
|
-
borderDisabled: borderDisabled$3,
|
|
4106
|
+
text01: text01$3,
|
|
4107
|
+
text02: text02$3,
|
|
4108
|
+
text03: text03$3,
|
|
4109
|
+
text04: text04$3,
|
|
4110
|
+
text05: text05$3,
|
|
4107
4111
|
textDisabled: textDisabled$3,
|
|
4108
|
-
|
|
4109
|
-
|
|
4112
|
+
textError: textError$3,
|
|
4113
|
+
textHelper: textHelper$3,
|
|
4114
|
+
textInverse: textInverse$3,
|
|
4115
|
+
textOnColor: textOnColor$3,
|
|
4110
4116
|
textOnColorDisabled: textOnColorDisabled$3,
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4117
|
+
textPlaceholder: textPlaceholder$3,
|
|
4118
|
+
textPrimary: textPrimary$3,
|
|
4119
|
+
textSecondary: textSecondary$3,
|
|
4120
|
+
themes: themes$1,
|
|
4121
|
+
toggleOff: toggleOff$3,
|
|
4122
|
+
tokens: tokens$5,
|
|
4123
|
+
ui01: ui01$3,
|
|
4124
|
+
ui02: ui02$3,
|
|
4125
|
+
ui03: ui03$3,
|
|
4126
|
+
ui04: ui04$3,
|
|
4127
|
+
ui05: ui05$3,
|
|
4128
|
+
uiBackground: uiBackground$3,
|
|
4129
|
+
visitedLink: visitedLink$3,
|
|
4130
|
+
white: white
|
|
4121
4131
|
});
|
|
4122
4132
|
|
|
4123
4133
|
/**
|
|
@@ -4221,21 +4231,21 @@ var buttonDisabled = {
|
|
|
4221
4231
|
|
|
4222
4232
|
var tokens$4 = /*#__PURE__*/Object.freeze({
|
|
4223
4233
|
__proto__: null,
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
buttonSecondary: buttonSecondary,
|
|
4227
|
-
buttonTertiary: buttonTertiary,
|
|
4234
|
+
buttonDangerActive: buttonDangerActive,
|
|
4235
|
+
buttonDangerHover: buttonDangerHover,
|
|
4228
4236
|
buttonDangerPrimary: buttonDangerPrimary,
|
|
4229
4237
|
buttonDangerSecondary: buttonDangerSecondary,
|
|
4230
|
-
|
|
4238
|
+
buttonDisabled: buttonDisabled,
|
|
4239
|
+
buttonPrimary: buttonPrimary,
|
|
4231
4240
|
buttonPrimaryActive: buttonPrimaryActive,
|
|
4232
|
-
buttonSecondaryActive: buttonSecondaryActive,
|
|
4233
|
-
buttonTertiaryActive: buttonTertiaryActive,
|
|
4234
|
-
buttonDangerHover: buttonDangerHover,
|
|
4235
4241
|
buttonPrimaryHover: buttonPrimaryHover,
|
|
4242
|
+
buttonSecondary: buttonSecondary,
|
|
4243
|
+
buttonSecondaryActive: buttonSecondaryActive,
|
|
4236
4244
|
buttonSecondaryHover: buttonSecondaryHover,
|
|
4237
|
-
|
|
4238
|
-
|
|
4245
|
+
buttonSeparator: buttonSeparator,
|
|
4246
|
+
buttonTertiary: buttonTertiary,
|
|
4247
|
+
buttonTertiaryActive: buttonTertiaryActive,
|
|
4248
|
+
buttonTertiaryHover: buttonTertiaryHover
|
|
4239
4249
|
});
|
|
4240
4250
|
|
|
4241
4251
|
/**
|
|
@@ -4256,6 +4266,7 @@ var index$4 = /*#__PURE__*/Object.freeze({
|
|
|
4256
4266
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
4257
4267
|
* LICENSE file in the root directory of this source tree.
|
|
4258
4268
|
*/
|
|
4269
|
+
|
|
4259
4270
|
var tagBackgroundRed = {
|
|
4260
4271
|
whiteTheme: red20,
|
|
4261
4272
|
g10: red20,
|
|
@@ -4499,46 +4510,46 @@ var tagBorderWarmGray = {
|
|
|
4499
4510
|
|
|
4500
4511
|
var tokens$3 = /*#__PURE__*/Object.freeze({
|
|
4501
4512
|
__proto__: null,
|
|
4502
|
-
tagBackgroundRed: tagBackgroundRed,
|
|
4503
|
-
tagColorRed: tagColorRed,
|
|
4504
|
-
tagHoverRed: tagHoverRed,
|
|
4505
|
-
tagBackgroundMagenta: tagBackgroundMagenta,
|
|
4506
|
-
tagColorMagenta: tagColorMagenta,
|
|
4507
|
-
tagHoverMagenta: tagHoverMagenta,
|
|
4508
|
-
tagBackgroundPurple: tagBackgroundPurple,
|
|
4509
|
-
tagColorPurple: tagColorPurple,
|
|
4510
|
-
tagHoverPurple: tagHoverPurple,
|
|
4511
4513
|
tagBackgroundBlue: tagBackgroundBlue,
|
|
4512
|
-
|
|
4513
|
-
tagHoverBlue: tagHoverBlue,
|
|
4514
|
+
tagBackgroundCoolGray: tagBackgroundCoolGray,
|
|
4514
4515
|
tagBackgroundCyan: tagBackgroundCyan,
|
|
4515
|
-
tagColorCyan: tagColorCyan,
|
|
4516
|
-
tagHoverCyan: tagHoverCyan,
|
|
4517
|
-
tagBackgroundTeal: tagBackgroundTeal,
|
|
4518
|
-
tagColorTeal: tagColorTeal,
|
|
4519
|
-
tagHoverTeal: tagHoverTeal,
|
|
4520
|
-
tagBackgroundGreen: tagBackgroundGreen,
|
|
4521
|
-
tagColorGreen: tagColorGreen,
|
|
4522
|
-
tagHoverGreen: tagHoverGreen,
|
|
4523
4516
|
tagBackgroundGray: tagBackgroundGray,
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4517
|
+
tagBackgroundGreen: tagBackgroundGreen,
|
|
4518
|
+
tagBackgroundMagenta: tagBackgroundMagenta,
|
|
4519
|
+
tagBackgroundPurple: tagBackgroundPurple,
|
|
4520
|
+
tagBackgroundRed: tagBackgroundRed,
|
|
4521
|
+
tagBackgroundTeal: tagBackgroundTeal,
|
|
4529
4522
|
tagBackgroundWarmGray: tagBackgroundWarmGray,
|
|
4530
|
-
tagColorWarmGray: tagColorWarmGray,
|
|
4531
|
-
tagHoverWarmGray: tagHoverWarmGray,
|
|
4532
|
-
tagBorderRed: tagBorderRed,
|
|
4533
4523
|
tagBorderBlue: tagBorderBlue,
|
|
4524
|
+
tagBorderCoolGray: tagBorderCoolGray,
|
|
4534
4525
|
tagBorderCyan: tagBorderCyan,
|
|
4535
|
-
|
|
4526
|
+
tagBorderGray: tagBorderGray,
|
|
4536
4527
|
tagBorderGreen: tagBorderGreen,
|
|
4537
4528
|
tagBorderMagenta: tagBorderMagenta,
|
|
4538
4529
|
tagBorderPurple: tagBorderPurple,
|
|
4539
|
-
|
|
4540
|
-
|
|
4541
|
-
tagBorderWarmGray: tagBorderWarmGray
|
|
4530
|
+
tagBorderRed: tagBorderRed,
|
|
4531
|
+
tagBorderTeal: tagBorderTeal,
|
|
4532
|
+
tagBorderWarmGray: tagBorderWarmGray,
|
|
4533
|
+
tagColorBlue: tagColorBlue,
|
|
4534
|
+
tagColorCoolGray: tagColorCoolGray,
|
|
4535
|
+
tagColorCyan: tagColorCyan,
|
|
4536
|
+
tagColorGray: tagColorGray,
|
|
4537
|
+
tagColorGreen: tagColorGreen,
|
|
4538
|
+
tagColorMagenta: tagColorMagenta,
|
|
4539
|
+
tagColorPurple: tagColorPurple,
|
|
4540
|
+
tagColorRed: tagColorRed,
|
|
4541
|
+
tagColorTeal: tagColorTeal,
|
|
4542
|
+
tagColorWarmGray: tagColorWarmGray,
|
|
4543
|
+
tagHoverBlue: tagHoverBlue,
|
|
4544
|
+
tagHoverCoolGray: tagHoverCoolGray,
|
|
4545
|
+
tagHoverCyan: tagHoverCyan,
|
|
4546
|
+
tagHoverGray: tagHoverGray,
|
|
4547
|
+
tagHoverGreen: tagHoverGreen,
|
|
4548
|
+
tagHoverMagenta: tagHoverMagenta,
|
|
4549
|
+
tagHoverPurple: tagHoverPurple,
|
|
4550
|
+
tagHoverRed: tagHoverRed,
|
|
4551
|
+
tagHoverTeal: tagHoverTeal,
|
|
4552
|
+
tagHoverWarmGray: tagHoverWarmGray
|
|
4542
4553
|
});
|
|
4543
4554
|
|
|
4544
4555
|
/**
|
|
@@ -4559,6 +4570,7 @@ var index$3 = /*#__PURE__*/Object.freeze({
|
|
|
4559
4570
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
4560
4571
|
* LICENSE file in the root directory of this source tree.
|
|
4561
4572
|
*/
|
|
4573
|
+
|
|
4562
4574
|
var notificationBackgroundError = {
|
|
4563
4575
|
whiteTheme: red10,
|
|
4564
4576
|
g10: red10,
|
|
@@ -4620,16 +4632,16 @@ var notificationActionTertiaryInverseTextOnColorDisabled = {
|
|
|
4620
4632
|
|
|
4621
4633
|
var tokens$2 = /*#__PURE__*/Object.freeze({
|
|
4622
4634
|
__proto__: null,
|
|
4623
|
-
notificationBackgroundError: notificationBackgroundError,
|
|
4624
|
-
notificationBackgroundSuccess: notificationBackgroundSuccess,
|
|
4625
|
-
notificationBackgroundInfo: notificationBackgroundInfo,
|
|
4626
|
-
notificationBackgroundWarning: notificationBackgroundWarning,
|
|
4627
4635
|
notificationActionHover: notificationActionHover,
|
|
4628
4636
|
notificationActionTertiaryInverse: notificationActionTertiaryInverse,
|
|
4629
4637
|
notificationActionTertiaryInverseActive: notificationActionTertiaryInverseActive,
|
|
4630
4638
|
notificationActionTertiaryInverseHover: notificationActionTertiaryInverseHover,
|
|
4631
4639
|
notificationActionTertiaryInverseText: notificationActionTertiaryInverseText,
|
|
4632
|
-
notificationActionTertiaryInverseTextOnColorDisabled: notificationActionTertiaryInverseTextOnColorDisabled
|
|
4640
|
+
notificationActionTertiaryInverseTextOnColorDisabled: notificationActionTertiaryInverseTextOnColorDisabled,
|
|
4641
|
+
notificationBackgroundError: notificationBackgroundError,
|
|
4642
|
+
notificationBackgroundInfo: notificationBackgroundInfo,
|
|
4643
|
+
notificationBackgroundSuccess: notificationBackgroundSuccess,
|
|
4644
|
+
notificationBackgroundWarning: notificationBackgroundWarning
|
|
4633
4645
|
});
|
|
4634
4646
|
|
|
4635
4647
|
/**
|
|
@@ -4650,6 +4662,7 @@ var index$2 = /*#__PURE__*/Object.freeze({
|
|
|
4650
4662
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
4651
4663
|
* LICENSE file in the root directory of this source tree.
|
|
4652
4664
|
*/
|
|
4665
|
+
|
|
4653
4666
|
var statusRed = {
|
|
4654
4667
|
whiteTheme: red60,
|
|
4655
4668
|
g10: red60,
|
|
@@ -4709,16 +4722,16 @@ var statusAccessibilityBackground = {
|
|
|
4709
4722
|
|
|
4710
4723
|
var tokens$1 = /*#__PURE__*/Object.freeze({
|
|
4711
4724
|
__proto__: null,
|
|
4712
|
-
|
|
4725
|
+
statusAccessibilityBackground: statusAccessibilityBackground,
|
|
4726
|
+
statusBlue: statusBlue,
|
|
4727
|
+
statusGray: statusGray,
|
|
4728
|
+
statusGreen: statusGreen,
|
|
4713
4729
|
statusOrange: statusOrange,
|
|
4714
4730
|
statusOrangeOutline: statusOrangeOutline,
|
|
4715
|
-
statusYellow: statusYellow,
|
|
4716
|
-
statusYellowOutline: statusYellowOutline,
|
|
4717
4731
|
statusPurple: statusPurple,
|
|
4718
|
-
|
|
4719
|
-
|
|
4720
|
-
|
|
4721
|
-
statusAccessibilityBackground: statusAccessibilityBackground
|
|
4732
|
+
statusRed: statusRed,
|
|
4733
|
+
statusYellow: statusYellow,
|
|
4734
|
+
statusYellowOutline: statusYellowOutline
|
|
4722
4735
|
});
|
|
4723
4736
|
|
|
4724
4737
|
/**
|
|
@@ -4739,6 +4752,7 @@ var index$1 = /*#__PURE__*/Object.freeze({
|
|
|
4739
4752
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
4740
4753
|
* LICENSE file in the root directory of this source tree.
|
|
4741
4754
|
*/
|
|
4755
|
+
|
|
4742
4756
|
var transparent = 'rgba(0, 0, 0, 0)';
|
|
4743
4757
|
var contentSwitcherSelected = {
|
|
4744
4758
|
whiteTheme: white$2,
|
|
@@ -4761,9 +4775,9 @@ var contentSwitcherBackgroundHover = {
|
|
|
4761
4775
|
|
|
4762
4776
|
var tokens = /*#__PURE__*/Object.freeze({
|
|
4763
4777
|
__proto__: null,
|
|
4764
|
-
contentSwitcherSelected: contentSwitcherSelected,
|
|
4765
4778
|
contentSwitcherBackground: contentSwitcherBackground,
|
|
4766
|
-
contentSwitcherBackgroundHover: contentSwitcherBackgroundHover
|
|
4779
|
+
contentSwitcherBackgroundHover: contentSwitcherBackgroundHover,
|
|
4780
|
+
contentSwitcherSelected: contentSwitcherSelected
|
|
4767
4781
|
});
|
|
4768
4782
|
|
|
4769
4783
|
/**
|
|
@@ -4779,7 +4793,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
4779
4793
|
});
|
|
4780
4794
|
|
|
4781
4795
|
/**
|
|
4782
|
-
* Copyright IBM Corp. 2018,
|
|
4796
|
+
* Copyright IBM Corp. 2018, 2025
|
|
4783
4797
|
*
|
|
4784
4798
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
4785
4799
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -4790,6 +4804,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
4790
4804
|
* that it applies to like border or background, along with a state if the
|
|
4791
4805
|
* token should only be used for specific states like hover or focus.
|
|
4792
4806
|
*/
|
|
4807
|
+
// eslint-disable-next-line @typescript-eslint/no-extraneous-class
|
|
4793
4808
|
var Token = /*#__PURE__*/function () {
|
|
4794
4809
|
function Token(name, properties, state) {
|
|
4795
4810
|
_classCallCheck(this, Token);
|
|
@@ -5051,6 +5066,7 @@ var TokenGroup = /*#__PURE__*/function () {
|
|
|
5051
5066
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5052
5067
|
* LICENSE file in the root directory of this source tree.
|
|
5053
5068
|
*/
|
|
5069
|
+
|
|
5054
5070
|
var background = TokenGroup.create({
|
|
5055
5071
|
name: 'Background',
|
|
5056
5072
|
properties: ['background'],
|
|
@@ -5307,6 +5323,7 @@ var group = TokenGroup.create({
|
|
|
5307
5323
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5308
5324
|
* LICENSE file in the root directory of this source tree.
|
|
5309
5325
|
*/
|
|
5326
|
+
|
|
5310
5327
|
var button = TokenGroup.create({
|
|
5311
5328
|
name: 'Button',
|
|
5312
5329
|
properties: [],
|
|
@@ -5336,10 +5353,10 @@ var contentSwitcher = TokenGroup.create({
|
|
|
5336
5353
|
var components = /*#__PURE__*/Object.freeze({
|
|
5337
5354
|
__proto__: null,
|
|
5338
5355
|
button: button,
|
|
5356
|
+
contentSwitcher: contentSwitcher,
|
|
5339
5357
|
notification: notification,
|
|
5340
|
-
tag: tag,
|
|
5341
5358
|
status: status,
|
|
5342
|
-
|
|
5359
|
+
tag: tag
|
|
5343
5360
|
});
|
|
5344
5361
|
|
|
5345
5362
|
/**
|
|
@@ -5348,6 +5365,7 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
5348
5365
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5349
5366
|
* LICENSE file in the root directory of this source tree.
|
|
5350
5367
|
*/
|
|
5368
|
+
|
|
5351
5369
|
var type$1 = TokenGroup.create({
|
|
5352
5370
|
name: 'Type',
|
|
5353
5371
|
properties: [],
|
|
@@ -5360,6 +5378,7 @@ var type$1 = TokenGroup.create({
|
|
|
5360
5378
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5361
5379
|
* LICENSE file in the root directory of this source tree.
|
|
5362
5380
|
*/
|
|
5381
|
+
|
|
5363
5382
|
var layout$1 = TokenGroup.create({
|
|
5364
5383
|
name: 'Layout',
|
|
5365
5384
|
properties: [],
|
|
@@ -5439,6 +5458,7 @@ var unstable_metadata = {
|
|
|
5439
5458
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5440
5459
|
* LICENSE file in the root directory of this source tree.
|
|
5441
5460
|
*/
|
|
5461
|
+
|
|
5442
5462
|
var themes = {
|
|
5443
5463
|
white: white$1,
|
|
5444
5464
|
g10: g10$1,
|