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