@carbon/themes 10.25.0-rc.0 → 10.26.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/lib/index.js CHANGED
@@ -2,13 +2,15 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
6
-
7
- var Color = _interopDefault(require('color'));
8
- var colors = require('@carbon/colors');
5
+ var Color = require('color');
6
+ var colors$1 = require('@carbon/colors');
9
7
  var type = require('@carbon/type');
10
8
  var layout = require('@carbon/layout');
11
9
 
10
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
11
+
12
+ var Color__default = /*#__PURE__*/_interopDefaultLegacy(Color);
13
+
12
14
  function _defineProperty(obj, key, value) {
13
15
  if (key in obj) {
14
16
  Object.defineProperty(obj, key, {
@@ -69,8 +71,8 @@ function _objectSpread2(target) {
69
71
  */
70
72
 
71
73
  function adjustLightness(token, shift) {
72
- var original = Color(token).hsl().object();
73
- return Color(_objectSpread2(_objectSpread2({}, original), {}, {
74
+ var original = Color__default['default'](token).hsl().object();
75
+ return Color__default['default'](_objectSpread2(_objectSpread2({}, original), {}, {
74
76
  l: original.l += shift
75
77
  })).round().hex().toLowerCase();
76
78
  }
@@ -81,72 +83,72 @@ function adjustLightness(token, shift) {
81
83
  * This source code is licensed under the Apache-2.0 license found in the
82
84
  * LICENSE file in the root directory of this source tree.
83
85
  */
84
- var interactive01 = colors.blue60;
85
- var interactive02 = colors.gray80;
86
- var interactive03 = colors.blue60;
87
- var interactive04 = colors.blue60;
88
- var uiBackground = colors.white;
89
- var ui01 = colors.gray10;
90
- var ui02 = colors.white;
91
- var ui03 = colors.gray20;
92
- var ui04 = colors.gray50;
93
- var ui05 = colors.gray100;
94
- var text01 = colors.gray100;
95
- var text02 = colors.gray70;
96
- var text03 = colors.gray40;
97
- var text04 = colors.white;
98
- var text05 = colors.gray60;
99
- var textError = colors.red60;
100
- var icon01 = colors.gray100;
101
- var icon02 = colors.gray70;
102
- var icon03 = colors.white;
103
- var link01 = colors.blue60;
104
- var inverseLink = colors.blue40;
105
- var field01 = colors.gray10;
106
- var field02 = colors.white;
107
- var inverse01 = colors.white;
108
- var inverse02 = colors.gray80;
109
- var support01 = colors.red60;
110
- var support02 = colors.green50;
111
- var support03 = colors.yellow;
112
- var support04 = colors.blue70;
113
- var inverseSupport01 = colors.red50;
114
- var inverseSupport02 = colors.green40;
115
- var inverseSupport03 = colors.yellow;
116
- var inverseSupport04 = colors.blue50;
117
- var overlay01 = colors.rgba(colors.gray100, 0.5);
118
- var danger01 = colors.red60;
119
- var danger02 = colors.red60; // Interaction states
86
+ var interactive01 = colors$1.blue60;
87
+ var interactive02 = colors$1.gray80;
88
+ var interactive03 = colors$1.blue60;
89
+ var interactive04 = colors$1.blue60;
90
+ var uiBackground = colors$1.white;
91
+ var ui01 = colors$1.gray10;
92
+ var ui02 = colors$1.white;
93
+ var ui03 = colors$1.gray20;
94
+ var ui04 = colors$1.gray50;
95
+ var ui05 = colors$1.gray100;
96
+ var text01 = colors$1.gray100;
97
+ var text02 = colors$1.gray70;
98
+ var text03 = colors$1.gray40;
99
+ var text04 = colors$1.white;
100
+ var text05 = colors$1.gray60;
101
+ var textError = colors$1.red60;
102
+ var icon01 = colors$1.gray100;
103
+ var icon02 = colors$1.gray70;
104
+ var icon03 = colors$1.white;
105
+ var link01 = colors$1.blue60;
106
+ var inverseLink = colors$1.blue40;
107
+ var field01 = colors$1.gray10;
108
+ var field02 = colors$1.white;
109
+ var inverse01 = colors$1.white;
110
+ var inverse02 = colors$1.gray80;
111
+ var support01 = colors$1.red60;
112
+ var support02 = colors$1.green50;
113
+ var support03 = colors$1.yellow;
114
+ var support04 = colors$1.blue70;
115
+ var inverseSupport01 = colors$1.red50;
116
+ var inverseSupport02 = colors$1.green40;
117
+ var inverseSupport03 = colors$1.yellow;
118
+ var inverseSupport04 = colors$1.blue50;
119
+ var overlay01 = colors$1.rgba(colors$1.gray100, 0.5);
120
+ var danger01 = colors$1.red60;
121
+ var danger02 = colors$1.red60; // Interaction states
120
122
 
121
- var focus = colors.blue60;
122
- var inverseFocusUi = colors.white;
123
+ var focus = colors$1.blue60;
124
+ var inverseFocusUi = colors$1.white;
123
125
  var hoverPrimary = '#0353e9';
124
- var activePrimary = colors.blue80;
125
- var hoverPrimaryText = colors.blue70;
126
+ var activePrimary = colors$1.blue80;
127
+ var hoverPrimaryText = colors$1.blue70;
126
128
  var hoverSecondary = '#4c4c4c';
127
- var activeSecondary = colors.gray60;
129
+ var activeSecondary = colors$1.gray60;
128
130
  var hoverTertiary = '#0353e9';
129
- var activeTertiary = colors.blue80;
131
+ var activeTertiary = colors$1.blue80;
130
132
  var hoverUI = '#e5e5e5';
131
133
  var hoverLightUI = '#e5e5e5';
132
- var activeUI = colors.gray30;
133
- var activeLightUI = colors.gray30;
134
- var selectedUI = colors.gray20;
135
- var selectedLightUI = colors.gray20;
134
+ var activeUI = colors$1.gray30;
135
+ var activeLightUI = colors$1.gray30;
136
+ var selectedUI = colors$1.gray20;
137
+ var selectedLightUI = colors$1.gray20;
136
138
  var inverseHoverUI = '#4c4c4c';
137
139
  var hoverSelectedUI = '#cacaca';
138
140
  var hoverDanger = adjustLightness(danger01, -8);
139
- var activeDanger = colors.red80;
141
+ var activeDanger = colors$1.red80;
140
142
  var hoverRow = '#e5e5e5';
141
- var visitedLink = colors.purple60;
142
- var disabled01 = colors.gray10;
143
- var disabled02 = colors.gray30;
144
- var disabled03 = colors.gray50;
145
- var highlight = colors.blue20;
146
- var decorative01 = colors.gray20;
143
+ var visitedLink = colors$1.purple60;
144
+ var disabled01 = colors$1.gray10;
145
+ var disabled02 = colors$1.gray30;
146
+ var disabled03 = colors$1.gray50;
147
+ var highlight = colors$1.blue20;
148
+ var decorative01 = colors$1.gray20;
147
149
  var buttonSeparator = '#e0e0e0';
148
150
  var skeleton01 = '#e5e5e5';
149
- var skeleton02 = colors.gray30; // Type
151
+ var skeleton02 = colors$1.gray30; // Type
150
152
 
151
153
  var brand01 = interactive01;
152
154
  var brand02 = interactive02;
@@ -156,6 +158,7 @@ var hoverField = hoverUI;
156
158
  var danger = danger01;
157
159
 
158
160
  var white = /*#__PURE__*/Object.freeze({
161
+ __proto__: null,
159
162
  interactive01: interactive01,
160
163
  interactive02: interactive02,
161
164
  interactive03: interactive03,
@@ -296,72 +299,72 @@ var white = /*#__PURE__*/Object.freeze({
296
299
  * This source code is licensed under the Apache-2.0 license found in the
297
300
  * LICENSE file in the root directory of this source tree.
298
301
  */
299
- var interactive01$1 = colors.blue60;
300
- var interactive02$1 = colors.gray80;
301
- var interactive03$1 = colors.blue60;
302
- var interactive04$1 = colors.blue60;
303
- var uiBackground$1 = colors.gray10;
304
- var ui01$1 = colors.white;
305
- var ui02$1 = colors.gray10;
306
- var ui03$1 = colors.gray20;
307
- var ui04$1 = colors.gray50;
308
- var ui05$1 = colors.gray100;
309
- var text01$1 = colors.gray100;
310
- var text02$1 = colors.gray70;
311
- var text03$1 = colors.gray40;
312
- var text04$1 = colors.white;
313
- var text05$1 = colors.gray60;
314
- var textError$1 = colors.red60;
315
- var icon01$1 = colors.gray100;
316
- var icon02$1 = colors.gray70;
317
- var icon03$1 = colors.white;
318
- var link01$1 = colors.blue60;
319
- var inverseLink$1 = colors.blue40;
320
- var field01$1 = colors.white;
321
- var field02$1 = colors.gray10;
322
- var inverse01$1 = colors.white;
323
- var inverse02$1 = colors.gray80;
324
- var support01$1 = colors.red60;
325
- var support02$1 = colors.green50;
326
- var support03$1 = colors.yellow;
327
- var support04$1 = colors.blue70;
328
- var inverseSupport01$1 = colors.red50;
329
- var inverseSupport02$1 = colors.green40;
330
- var inverseSupport03$1 = colors.yellow;
331
- var inverseSupport04$1 = colors.blue50;
332
- var overlay01$1 = colors.rgba(colors.gray100, 0.5);
333
- var danger01$1 = colors.red60;
334
- var danger02$1 = colors.red60; // Interaction states
302
+ var interactive01$1 = colors$1.blue60;
303
+ var interactive02$1 = colors$1.gray80;
304
+ var interactive03$1 = colors$1.blue60;
305
+ var interactive04$1 = colors$1.blue60;
306
+ var uiBackground$1 = colors$1.gray10;
307
+ var ui01$1 = colors$1.white;
308
+ var ui02$1 = colors$1.gray10;
309
+ var ui03$1 = colors$1.gray20;
310
+ var ui04$1 = colors$1.gray50;
311
+ var ui05$1 = colors$1.gray100;
312
+ var text01$1 = colors$1.gray100;
313
+ var text02$1 = colors$1.gray70;
314
+ var text03$1 = colors$1.gray40;
315
+ var text04$1 = colors$1.white;
316
+ var text05$1 = colors$1.gray60;
317
+ var textError$1 = colors$1.red60;
318
+ var icon01$1 = colors$1.gray100;
319
+ var icon02$1 = colors$1.gray70;
320
+ var icon03$1 = colors$1.white;
321
+ var link01$1 = colors$1.blue60;
322
+ var inverseLink$1 = colors$1.blue40;
323
+ var field01$1 = colors$1.white;
324
+ var field02$1 = colors$1.gray10;
325
+ var inverse01$1 = colors$1.white;
326
+ var inverse02$1 = colors$1.gray80;
327
+ var support01$1 = colors$1.red60;
328
+ var support02$1 = colors$1.green50;
329
+ var support03$1 = colors$1.yellow;
330
+ var support04$1 = colors$1.blue70;
331
+ var inverseSupport01$1 = colors$1.red50;
332
+ var inverseSupport02$1 = colors$1.green40;
333
+ var inverseSupport03$1 = colors$1.yellow;
334
+ var inverseSupport04$1 = colors$1.blue50;
335
+ var overlay01$1 = colors$1.rgba(colors$1.gray100, 0.5);
336
+ var danger01$1 = colors$1.red60;
337
+ var danger02$1 = colors$1.red60; // Interaction states
335
338
 
336
- var focus$1 = colors.blue60;
337
- var inverseFocusUi$1 = colors.white;
339
+ var focus$1 = colors$1.blue60;
340
+ var inverseFocusUi$1 = colors$1.white;
338
341
  var hoverPrimary$1 = '#0353e9';
339
- var activePrimary$1 = colors.blue80;
340
- var hoverPrimaryText$1 = colors.blue70;
342
+ var activePrimary$1 = colors$1.blue80;
343
+ var hoverPrimaryText$1 = colors$1.blue70;
341
344
  var hoverSecondary$1 = '#4c4c4c';
342
- var activeSecondary$1 = colors.gray60;
345
+ var activeSecondary$1 = colors$1.gray60;
343
346
  var hoverTertiary$1 = '#0353e9';
344
- var activeTertiary$1 = colors.blue80;
347
+ var activeTertiary$1 = colors$1.blue80;
345
348
  var hoverUI$1 = '#e5e5e5';
346
349
  var hoverLightUI$1 = '#e5e5e5';
347
- var activeUI$1 = colors.gray30;
348
- var activeLightUI$1 = colors.gray30;
349
- var selectedUI$1 = colors.gray20;
350
- var selectedLightUI$1 = colors.gray20;
350
+ var activeUI$1 = colors$1.gray30;
351
+ var activeLightUI$1 = colors$1.gray30;
352
+ var selectedUI$1 = colors$1.gray20;
353
+ var selectedLightUI$1 = colors$1.gray20;
351
354
  var inverseHoverUI$1 = '#4c4c4c';
352
355
  var hoverSelectedUI$1 = '#cacaca';
353
356
  var hoverDanger$1 = adjustLightness(danger01$1, -8);
354
- var activeDanger$1 = colors.red80;
357
+ var activeDanger$1 = colors$1.red80;
355
358
  var hoverRow$1 = '#e5e5e5';
356
- var visitedLink$1 = colors.purple60;
357
- var disabled01$1 = colors.white;
358
- var disabled02$1 = colors.gray30;
359
- var disabled03$1 = colors.gray50;
360
- var highlight$1 = colors.blue10;
361
- var decorative01$1 = colors.gray20;
359
+ var visitedLink$1 = colors$1.purple60;
360
+ var disabled01$1 = colors$1.white;
361
+ var disabled02$1 = colors$1.gray30;
362
+ var disabled03$1 = colors$1.gray50;
363
+ var highlight$1 = colors$1.blue10;
364
+ var decorative01$1 = colors$1.gray20;
362
365
  var buttonSeparator$1 = '#e0e0e0';
363
366
  var skeleton01$1 = '#e5e5e5';
364
- var skeleton02$1 = colors.gray30;
367
+ var skeleton02$1 = colors$1.gray30;
365
368
 
366
369
  var brand01$1 = interactive01$1;
367
370
  var brand02$1 = interactive02$1;
@@ -371,6 +374,7 @@ var hoverField$1 = hoverUI$1;
371
374
  var danger$1 = danger01$1;
372
375
 
373
376
  var g10 = /*#__PURE__*/Object.freeze({
377
+ __proto__: null,
374
378
  interactive01: interactive01$1,
375
379
  interactive02: interactive02$1,
376
380
  interactive03: interactive03$1,
@@ -511,72 +515,72 @@ var g10 = /*#__PURE__*/Object.freeze({
511
515
  * This source code is licensed under the Apache-2.0 license found in the
512
516
  * LICENSE file in the root directory of this source tree.
513
517
  */
514
- var interactive01$2 = colors.blue60;
515
- var interactive02$2 = colors.gray60;
516
- var interactive03$2 = colors.white;
517
- var interactive04$2 = colors.blue50;
518
- var uiBackground$2 = colors.gray100;
519
- var ui01$2 = colors.gray90;
520
- var ui02$2 = colors.gray80;
521
- var ui03$2 = colors.gray80;
522
- var ui04$2 = colors.gray60;
523
- var ui05$2 = colors.gray10;
524
- var text01$2 = colors.gray10;
525
- var text02$2 = colors.gray30;
526
- var text03$2 = colors.gray60;
527
- var text04$2 = colors.white;
528
- var text05$2 = colors.gray50;
529
- var textError$2 = colors.red40;
530
- var icon01$2 = colors.gray10;
531
- var icon02$2 = colors.gray30;
532
- var icon03$2 = colors.white;
533
- var link01$2 = colors.blue40;
534
- var inverseLink$2 = colors.blue60;
535
- var field01$2 = colors.gray90;
536
- var field02$2 = colors.gray80;
537
- var inverse01$2 = colors.gray100;
538
- var inverse02$2 = colors.gray10;
539
- var support01$2 = colors.red50;
540
- var support02$2 = colors.green40;
541
- var support03$2 = colors.yellow;
542
- var support04$2 = colors.blue50;
543
- var inverseSupport01$2 = colors.red60;
544
- var inverseSupport02$2 = colors.green50;
545
- var inverseSupport03$2 = colors.yellow;
546
- var inverseSupport04$2 = colors.blue60;
547
- var overlay01$2 = colors.rgba(colors.gray100, 0.7);
548
- var danger01$2 = colors.red60;
549
- var danger02$2 = colors.red50; // Interaction states
518
+ var interactive01$2 = colors$1.blue60;
519
+ var interactive02$2 = colors$1.gray60;
520
+ var interactive03$2 = colors$1.white;
521
+ var interactive04$2 = colors$1.blue50;
522
+ var uiBackground$2 = colors$1.gray100;
523
+ var ui01$2 = colors$1.gray90;
524
+ var ui02$2 = colors$1.gray80;
525
+ var ui03$2 = colors$1.gray80;
526
+ var ui04$2 = colors$1.gray60;
527
+ var ui05$2 = colors$1.gray10;
528
+ var text01$2 = colors$1.gray10;
529
+ var text02$2 = colors$1.gray30;
530
+ var text03$2 = colors$1.gray60;
531
+ var text04$2 = colors$1.white;
532
+ var text05$2 = colors$1.gray50;
533
+ var textError$2 = colors$1.red40;
534
+ var icon01$2 = colors$1.gray10;
535
+ var icon02$2 = colors$1.gray30;
536
+ var icon03$2 = colors$1.white;
537
+ var link01$2 = colors$1.blue40;
538
+ var inverseLink$2 = colors$1.blue60;
539
+ var field01$2 = colors$1.gray90;
540
+ var field02$2 = colors$1.gray80;
541
+ var inverse01$2 = colors$1.gray100;
542
+ var inverse02$2 = colors$1.gray10;
543
+ var support01$2 = colors$1.red50;
544
+ var support02$2 = colors$1.green40;
545
+ var support03$2 = colors$1.yellow;
546
+ var support04$2 = colors$1.blue50;
547
+ var inverseSupport01$2 = colors$1.red60;
548
+ var inverseSupport02$2 = colors$1.green50;
549
+ var inverseSupport03$2 = colors$1.yellow;
550
+ var inverseSupport04$2 = colors$1.blue60;
551
+ var overlay01$2 = colors$1.rgba(colors$1.gray100, 0.7);
552
+ var danger01$2 = colors$1.red60;
553
+ var danger02$2 = colors$1.red50; // Interaction states
550
554
 
551
- var focus$2 = colors.white;
552
- var inverseFocusUi$2 = colors.blue60;
555
+ var focus$2 = colors$1.white;
556
+ var inverseFocusUi$2 = colors$1.blue60;
553
557
  var hoverPrimary$2 = '#0353e9';
554
- var activePrimary$2 = colors.blue80;
555
- var hoverPrimaryText$2 = colors.blue30;
558
+ var activePrimary$2 = colors$1.blue80;
559
+ var hoverPrimaryText$2 = colors$1.blue30;
556
560
  var hoverSecondary$2 = '#606060';
557
- var activeSecondary$2 = colors.gray80;
558
- var hoverTertiary$2 = colors.gray10;
559
- var activeTertiary$2 = colors.gray30;
561
+ var activeSecondary$2 = colors$1.gray80;
562
+ var hoverTertiary$2 = colors$1.gray10;
563
+ var activeTertiary$2 = colors$1.gray30;
560
564
  var hoverUI$2 = '#353535';
561
565
  var hoverLightUI$2 = '#4c4c4c';
562
- var activeUI$2 = colors.gray70;
563
- var activeLightUI$2 = colors.gray60;
564
- var selectedUI$2 = colors.gray80;
565
- var selectedLightUI$2 = colors.gray70;
566
+ var activeUI$2 = colors$1.gray70;
567
+ var activeLightUI$2 = colors$1.gray60;
568
+ var selectedUI$2 = colors$1.gray80;
569
+ var selectedLightUI$2 = colors$1.gray70;
566
570
  var inverseHoverUI$2 = '#e5e5e5';
567
571
  var hoverSelectedUI$2 = '#4c4c4c';
568
572
  var hoverDanger$2 = adjustLightness(danger01$2, -8);
569
- var activeDanger$2 = colors.red80;
573
+ var activeDanger$2 = colors$1.red80;
570
574
  var hoverRow$2 = '#353535';
571
- var visitedLink$2 = colors.purple40;
572
- var disabled01$2 = colors.gray90;
573
- var disabled02$2 = colors.gray70;
574
- var disabled03$2 = colors.gray50;
575
- var highlight$2 = colors.blue80;
576
- var decorative01$2 = colors.gray70;
575
+ var visitedLink$2 = colors$1.purple40;
576
+ var disabled01$2 = colors$1.gray90;
577
+ var disabled02$2 = colors$1.gray70;
578
+ var disabled03$2 = colors$1.gray50;
579
+ var highlight$2 = colors$1.blue80;
580
+ var decorative01$2 = colors$1.gray70;
577
581
  var buttonSeparator$2 = '#161616';
578
582
  var skeleton01$2 = '#353535';
579
- var skeleton02$2 = colors.gray80;
583
+ var skeleton02$2 = colors$1.gray80;
580
584
 
581
585
  var brand01$2 = interactive01$2;
582
586
  var brand02$2 = interactive02$2;
@@ -586,6 +590,7 @@ var hoverField$2 = hoverUI$2;
586
590
  var danger$2 = danger01$2;
587
591
 
588
592
  var g100 = /*#__PURE__*/Object.freeze({
593
+ __proto__: null,
589
594
  interactive01: interactive01$2,
590
595
  interactive02: interactive02$2,
591
596
  interactive03: interactive03$2,
@@ -726,72 +731,72 @@ var g100 = /*#__PURE__*/Object.freeze({
726
731
  * This source code is licensed under the Apache-2.0 license found in the
727
732
  * LICENSE file in the root directory of this source tree.
728
733
  */
729
- var interactive01$3 = colors.blue60;
730
- var interactive02$3 = colors.gray60;
731
- var interactive03$3 = colors.white;
732
- var interactive04$3 = colors.blue50;
733
- var uiBackground$3 = colors.gray90;
734
- var ui01$3 = colors.gray80;
735
- var ui02$3 = colors.gray70;
736
- var ui03$3 = colors.gray70;
737
- var ui04$3 = colors.gray50;
738
- var ui05$3 = colors.gray10;
739
- var text01$3 = colors.gray10;
740
- var text02$3 = colors.gray30;
741
- var text03$3 = colors.gray60;
742
- var text04$3 = colors.white;
743
- var text05$3 = colors.gray50;
744
- var textError$3 = colors.red30;
745
- var icon01$3 = colors.gray10;
746
- var icon02$3 = colors.gray30;
747
- var icon03$3 = colors.white;
748
- var link01$3 = colors.blue40;
749
- var inverseLink$3 = colors.blue60;
750
- var field01$3 = colors.gray80;
751
- var field02$3 = colors.gray70;
752
- var inverse01$3 = colors.gray100;
753
- var inverse02$3 = colors.gray10;
754
- var support01$3 = colors.red40;
755
- var support02$3 = colors.green40;
756
- var support03$3 = colors.yellow;
757
- var support04$3 = colors.blue50;
758
- var inverseSupport01$3 = colors.red60;
759
- var inverseSupport02$3 = colors.green50;
760
- var inverseSupport03$3 = colors.yellow;
761
- var inverseSupport04$3 = colors.blue60;
762
- var overlay01$3 = colors.rgba(colors.gray100, 0.7);
763
- var danger01$3 = colors.red60;
764
- var danger02$3 = colors.red40; // Interaction states
734
+ var interactive01$3 = colors$1.blue60;
735
+ var interactive02$3 = colors$1.gray60;
736
+ var interactive03$3 = colors$1.white;
737
+ var interactive04$3 = colors$1.blue50;
738
+ var uiBackground$3 = colors$1.gray90;
739
+ var ui01$3 = colors$1.gray80;
740
+ var ui02$3 = colors$1.gray70;
741
+ var ui03$3 = colors$1.gray70;
742
+ var ui04$3 = colors$1.gray50;
743
+ var ui05$3 = colors$1.gray10;
744
+ var text01$3 = colors$1.gray10;
745
+ var text02$3 = colors$1.gray30;
746
+ var text03$3 = colors$1.gray60;
747
+ var text04$3 = colors$1.white;
748
+ var text05$3 = colors$1.gray50;
749
+ var textError$3 = colors$1.red30;
750
+ var icon01$3 = colors$1.gray10;
751
+ var icon02$3 = colors$1.gray30;
752
+ var icon03$3 = colors$1.white;
753
+ var link01$3 = colors$1.blue40;
754
+ var inverseLink$3 = colors$1.blue60;
755
+ var field01$3 = colors$1.gray80;
756
+ var field02$3 = colors$1.gray70;
757
+ var inverse01$3 = colors$1.gray100;
758
+ var inverse02$3 = colors$1.gray10;
759
+ var support01$3 = colors$1.red40;
760
+ var support02$3 = colors$1.green40;
761
+ var support03$3 = colors$1.yellow;
762
+ var support04$3 = colors$1.blue50;
763
+ var inverseSupport01$3 = colors$1.red60;
764
+ var inverseSupport02$3 = colors$1.green50;
765
+ var inverseSupport03$3 = colors$1.yellow;
766
+ var inverseSupport04$3 = colors$1.blue60;
767
+ var overlay01$3 = colors$1.rgba(colors$1.gray100, 0.7);
768
+ var danger01$3 = colors$1.red60;
769
+ var danger02$3 = colors$1.red40; // Interaction states
765
770
 
766
- var focus$3 = colors.white;
767
- var inverseFocusUi$3 = colors.blue60;
771
+ var focus$3 = colors$1.white;
772
+ var inverseFocusUi$3 = colors$1.blue60;
768
773
  var hoverPrimary$3 = '#0353e9';
769
- var activePrimary$3 = colors.blue80;
770
- var hoverPrimaryText$3 = colors.blue30;
774
+ var activePrimary$3 = colors$1.blue80;
775
+ var hoverPrimaryText$3 = colors$1.blue30;
771
776
  var hoverSecondary$3 = '#606060';
772
- var activeSecondary$3 = colors.gray80;
773
- var hoverTertiary$3 = colors.gray10;
774
- var activeTertiary$3 = colors.gray30;
777
+ var activeSecondary$3 = colors$1.gray80;
778
+ var hoverTertiary$3 = colors$1.gray10;
779
+ var activeTertiary$3 = colors$1.gray30;
775
780
  var hoverUI$3 = '#4c4c4c';
776
781
  var hoverLightUI$3 = '#656565';
777
- var activeUI$3 = colors.gray60;
778
- var activeLightUI$3 = colors.gray50;
779
- var selectedUI$3 = colors.gray70;
780
- var selectedLightUI$3 = colors.gray60;
782
+ var activeUI$3 = colors$1.gray60;
783
+ var activeLightUI$3 = colors$1.gray50;
784
+ var selectedUI$3 = colors$1.gray70;
785
+ var selectedLightUI$3 = colors$1.gray60;
781
786
  var inverseHoverUI$3 = '#e5e5e5';
782
787
  var hoverSelectedUI$3 = '#656565';
783
788
  var hoverDanger$3 = adjustLightness(danger01$3, -8);
784
- var activeDanger$3 = colors.red80;
789
+ var activeDanger$3 = colors$1.red80;
785
790
  var hoverRow$3 = '#4c4c4c';
786
- var visitedLink$3 = colors.purple40;
787
- var disabled01$3 = colors.gray80;
788
- var disabled02$3 = colors.gray60;
789
- var disabled03$3 = colors.gray40;
790
- var highlight$3 = colors.blue70;
791
- var decorative01$3 = colors.gray60;
791
+ var visitedLink$3 = colors$1.purple40;
792
+ var disabled01$3 = colors$1.gray80;
793
+ var disabled02$3 = colors$1.gray60;
794
+ var disabled03$3 = colors$1.gray40;
795
+ var highlight$3 = colors$1.blue70;
796
+ var decorative01$3 = colors$1.gray60;
792
797
  var buttonSeparator$3 = '#161616';
793
798
  var skeleton01$3 = '#353535';
794
- var skeleton02$3 = colors.gray70;
799
+ var skeleton02$3 = colors$1.gray70;
795
800
 
796
801
  var brand01$3 = interactive01$3;
797
802
  var brand02$3 = interactive02$3;
@@ -801,6 +806,7 @@ var hoverField$3 = hoverUI$3;
801
806
  var danger$3 = danger01$3;
802
807
 
803
808
  var g90 = /*#__PURE__*/Object.freeze({
809
+ __proto__: null,
804
810
  interactive01: interactive01$3,
805
811
  interactive02: interactive02$3,
806
812
  interactive03: interactive03$3,
@@ -946,7 +952,7 @@ var interactive02$4 = '#4d5358';
946
952
  var interactive03$4 = '#3d70b2';
947
953
  var interactive04$4 = '#3d70b2';
948
954
  var uiBackground$4 = '#f4f7fb';
949
- var ui01$4 = colors.white;
955
+ var ui01$4 = colors$1.white;
950
956
  var ui02$4 = '#f4f7fb';
951
957
  var ui03$4 = '#dfe3e6';
952
958
  var ui04$4 = '#8897a2';
@@ -954,17 +960,17 @@ var ui05$4 = '#5a6872';
954
960
  var text01$4 = '#152935';
955
961
  var text02$4 = '#5a6872';
956
962
  var text03$4 = '#cdd1d4';
957
- var text04$4 = colors.white;
963
+ var text04$4 = colors$1.white;
958
964
  var text05$4 = '#5a6872';
959
965
  var textError$4 = '#e0182d';
960
966
  var icon01$4 = '#3d70b2';
961
967
  var icon02$4 = '#5a6872';
962
- var icon03$4 = colors.white;
968
+ var icon03$4 = colors$1.white;
963
969
  var link01$4 = '#3d70b2';
964
970
  var inverseLink$4 = '#5596e6';
965
- var field01$4 = colors.white;
971
+ var field01$4 = colors$1.white;
966
972
  var field02$4 = '#f4f7fb';
967
- var inverse01$4 = colors.white;
973
+ var inverse01$4 = colors$1.white;
968
974
  var inverse02$4 = '#272d33';
969
975
  var support01$4 = '#e0182d';
970
976
  var support02$4 = '#5aa700';
@@ -975,8 +981,8 @@ var inverseSupport02$4 = '#8cd211';
975
981
  var inverseSupport03$4 = '#FDD600';
976
982
  var inverseSupport04$4 = '#5aaafa';
977
983
  var overlay01$4 = 'rgba(223, 227, 230, 0.5)';
978
- var danger01$4 = colors.red60;
979
- var danger02$4 = colors.red60; // Interaction states
984
+ var danger01$4 = colors$1.red60;
985
+ var danger02$4 = colors$1.red60; // Interaction states
980
986
 
981
987
  var focus$4 = '#3d70b2';
982
988
  var inverseFocusUi$4 = '#3d70b2';
@@ -1016,6 +1022,7 @@ var hoverField$4 = hoverUI$4;
1016
1022
  var danger$4 = danger01$4;
1017
1023
 
1018
1024
  var v9 = /*#__PURE__*/Object.freeze({
1025
+ __proto__: null,
1019
1026
  interactive01: interactive01$4,
1020
1027
  interactive02: interactive02$4,
1021
1028
  interactive03: interactive03$4,
@@ -1158,7 +1165,7 @@ var v9 = /*#__PURE__*/Object.freeze({
1158
1165
  */
1159
1166
  // exported as in JavaScript
1160
1167
 
1161
- var colors$1 = [// Core
1168
+ var colors = [// Core
1162
1169
  'interactive01', 'interactive02', 'interactive03', 'interactive04', 'uiBackground', 'ui01', 'ui02', 'ui03', 'ui04', 'ui05', 'text01', 'text02', 'text03', 'text04', 'text05', 'textError', 'icon01', 'icon02', 'icon03', 'link01', 'inverseLink', 'field01', 'field02', 'inverse01', 'inverse02', 'support01', 'support02', 'support03', 'support04', 'inverseSupport01', 'inverseSupport02', 'inverseSupport03', 'inverseSupport04', 'overlay01', 'danger01', 'danger02', // Interactive states
1163
1170
  'focus', 'inverseFocusUi', 'hoverPrimary', 'activePrimary', 'hoverPrimaryText', 'hoverSecondary', 'activeSecondary', 'hoverTertiary', 'activeTertiary', 'hoverUI', 'hoverLightUI', 'hoverSelectedUI', 'activeUI', 'activeLightUI', 'selectedUI', 'selectedLightUI', 'inverseHoverUI', 'hoverDanger', 'activeDanger', 'hoverRow', 'visitedLink', 'disabled01', 'disabled02', 'disabled03', 'highlight', 'decorative01', 'buttonSeparator', 'skeleton01', 'skeleton02', // Deprecated
1164
1171
  'brand01', 'brand02', 'brand03', 'active01', 'hoverField', 'danger'];
@@ -1202,7 +1209,7 @@ function formatTokenName(token) {
1202
1209
  return string;
1203
1210
  }
1204
1211
  var tokens = {
1205
- colors: colors$1,
1212
+ colors: colors,
1206
1213
  type: type.unstable_tokens,
1207
1214
  layout: layout.unstable_tokens
1208
1215
  };
@@ -1231,144 +1238,449 @@ var themes = {
1231
1238
  v9: v9
1232
1239
  };
1233
1240
 
1234
- exports.caption01 = type.caption01;
1235
- exports.label01 = type.label01;
1236
- exports.helperText01 = type.helperText01;
1237
- exports.bodyShort01 = type.bodyShort01;
1238
- exports.bodyLong01 = type.bodyLong01;
1239
- exports.bodyShort02 = type.bodyShort02;
1240
- exports.bodyLong02 = type.bodyLong02;
1241
- exports.code01 = type.code01;
1242
- exports.code02 = type.code02;
1243
- exports.heading01 = type.heading01;
1244
- exports.productiveHeading01 = type.productiveHeading01;
1245
- exports.heading02 = type.heading02;
1246
- exports.productiveHeading02 = type.productiveHeading02;
1247
- exports.productiveHeading03 = type.productiveHeading03;
1248
- exports.productiveHeading04 = type.productiveHeading04;
1249
- exports.productiveHeading05 = type.productiveHeading05;
1250
- exports.productiveHeading06 = type.productiveHeading06;
1251
- exports.productiveHeading07 = type.productiveHeading07;
1252
- exports.expressiveHeading01 = type.expressiveHeading01;
1253
- exports.expressiveHeading02 = type.expressiveHeading02;
1254
- exports.expressiveHeading03 = type.expressiveHeading03;
1255
- exports.expressiveHeading04 = type.expressiveHeading04;
1256
- exports.expressiveHeading05 = type.expressiveHeading05;
1257
- exports.expressiveHeading06 = type.expressiveHeading06;
1258
- exports.expressiveParagraph01 = type.expressiveParagraph01;
1259
- exports.quotation01 = type.quotation01;
1260
- exports.quotation02 = type.quotation02;
1261
- exports.display01 = type.display01;
1262
- exports.display02 = type.display02;
1263
- exports.display03 = type.display03;
1264
- exports.display04 = type.display04;
1265
- exports.spacing01 = layout.spacing01;
1266
- exports.spacing02 = layout.spacing02;
1267
- exports.spacing03 = layout.spacing03;
1268
- exports.spacing04 = layout.spacing04;
1269
- exports.spacing05 = layout.spacing05;
1270
- exports.spacing06 = layout.spacing06;
1271
- exports.spacing07 = layout.spacing07;
1272
- exports.spacing08 = layout.spacing08;
1273
- exports.spacing09 = layout.spacing09;
1274
- exports.spacing10 = layout.spacing10;
1275
- exports.spacing11 = layout.spacing11;
1276
- exports.spacing12 = layout.spacing12;
1277
- exports.fluidSpacing01 = layout.fluidSpacing01;
1278
- exports.fluidSpacing02 = layout.fluidSpacing02;
1279
- exports.fluidSpacing03 = layout.fluidSpacing03;
1280
- exports.fluidSpacing04 = layout.fluidSpacing04;
1281
- exports.layout01 = layout.layout01;
1282
- exports.layout02 = layout.layout02;
1283
- exports.layout03 = layout.layout03;
1284
- exports.layout04 = layout.layout04;
1285
- exports.layout05 = layout.layout05;
1286
- exports.layout06 = layout.layout06;
1287
- exports.layout07 = layout.layout07;
1288
- exports.container01 = layout.container01;
1289
- exports.container02 = layout.container02;
1290
- exports.container03 = layout.container03;
1291
- exports.container04 = layout.container04;
1292
- exports.container05 = layout.container05;
1293
- exports.iconSize01 = layout.iconSize01;
1294
- exports.iconSize02 = layout.iconSize02;
1241
+ Object.defineProperty(exports, 'bodyLong01', {
1242
+ enumerable: true,
1243
+ get: function () {
1244
+ return type.bodyLong01;
1245
+ }
1246
+ });
1247
+ Object.defineProperty(exports, 'bodyLong02', {
1248
+ enumerable: true,
1249
+ get: function () {
1250
+ return type.bodyLong02;
1251
+ }
1252
+ });
1253
+ Object.defineProperty(exports, 'bodyShort01', {
1254
+ enumerable: true,
1255
+ get: function () {
1256
+ return type.bodyShort01;
1257
+ }
1258
+ });
1259
+ Object.defineProperty(exports, 'bodyShort02', {
1260
+ enumerable: true,
1261
+ get: function () {
1262
+ return type.bodyShort02;
1263
+ }
1264
+ });
1265
+ Object.defineProperty(exports, 'caption01', {
1266
+ enumerable: true,
1267
+ get: function () {
1268
+ return type.caption01;
1269
+ }
1270
+ });
1271
+ Object.defineProperty(exports, 'code01', {
1272
+ enumerable: true,
1273
+ get: function () {
1274
+ return type.code01;
1275
+ }
1276
+ });
1277
+ Object.defineProperty(exports, 'code02', {
1278
+ enumerable: true,
1279
+ get: function () {
1280
+ return type.code02;
1281
+ }
1282
+ });
1283
+ Object.defineProperty(exports, 'display01', {
1284
+ enumerable: true,
1285
+ get: function () {
1286
+ return type.display01;
1287
+ }
1288
+ });
1289
+ Object.defineProperty(exports, 'display02', {
1290
+ enumerable: true,
1291
+ get: function () {
1292
+ return type.display02;
1293
+ }
1294
+ });
1295
+ Object.defineProperty(exports, 'display03', {
1296
+ enumerable: true,
1297
+ get: function () {
1298
+ return type.display03;
1299
+ }
1300
+ });
1301
+ Object.defineProperty(exports, 'display04', {
1302
+ enumerable: true,
1303
+ get: function () {
1304
+ return type.display04;
1305
+ }
1306
+ });
1307
+ Object.defineProperty(exports, 'expressiveHeading01', {
1308
+ enumerable: true,
1309
+ get: function () {
1310
+ return type.expressiveHeading01;
1311
+ }
1312
+ });
1313
+ Object.defineProperty(exports, 'expressiveHeading02', {
1314
+ enumerable: true,
1315
+ get: function () {
1316
+ return type.expressiveHeading02;
1317
+ }
1318
+ });
1319
+ Object.defineProperty(exports, 'expressiveHeading03', {
1320
+ enumerable: true,
1321
+ get: function () {
1322
+ return type.expressiveHeading03;
1323
+ }
1324
+ });
1325
+ Object.defineProperty(exports, 'expressiveHeading04', {
1326
+ enumerable: true,
1327
+ get: function () {
1328
+ return type.expressiveHeading04;
1329
+ }
1330
+ });
1331
+ Object.defineProperty(exports, 'expressiveHeading05', {
1332
+ enumerable: true,
1333
+ get: function () {
1334
+ return type.expressiveHeading05;
1335
+ }
1336
+ });
1337
+ Object.defineProperty(exports, 'expressiveHeading06', {
1338
+ enumerable: true,
1339
+ get: function () {
1340
+ return type.expressiveHeading06;
1341
+ }
1342
+ });
1343
+ Object.defineProperty(exports, 'expressiveParagraph01', {
1344
+ enumerable: true,
1345
+ get: function () {
1346
+ return type.expressiveParagraph01;
1347
+ }
1348
+ });
1349
+ Object.defineProperty(exports, 'heading01', {
1350
+ enumerable: true,
1351
+ get: function () {
1352
+ return type.heading01;
1353
+ }
1354
+ });
1355
+ Object.defineProperty(exports, 'heading02', {
1356
+ enumerable: true,
1357
+ get: function () {
1358
+ return type.heading02;
1359
+ }
1360
+ });
1361
+ Object.defineProperty(exports, 'helperText01', {
1362
+ enumerable: true,
1363
+ get: function () {
1364
+ return type.helperText01;
1365
+ }
1366
+ });
1367
+ Object.defineProperty(exports, 'label01', {
1368
+ enumerable: true,
1369
+ get: function () {
1370
+ return type.label01;
1371
+ }
1372
+ });
1373
+ Object.defineProperty(exports, 'productiveHeading01', {
1374
+ enumerable: true,
1375
+ get: function () {
1376
+ return type.productiveHeading01;
1377
+ }
1378
+ });
1379
+ Object.defineProperty(exports, 'productiveHeading02', {
1380
+ enumerable: true,
1381
+ get: function () {
1382
+ return type.productiveHeading02;
1383
+ }
1384
+ });
1385
+ Object.defineProperty(exports, 'productiveHeading03', {
1386
+ enumerable: true,
1387
+ get: function () {
1388
+ return type.productiveHeading03;
1389
+ }
1390
+ });
1391
+ Object.defineProperty(exports, 'productiveHeading04', {
1392
+ enumerable: true,
1393
+ get: function () {
1394
+ return type.productiveHeading04;
1395
+ }
1396
+ });
1397
+ Object.defineProperty(exports, 'productiveHeading05', {
1398
+ enumerable: true,
1399
+ get: function () {
1400
+ return type.productiveHeading05;
1401
+ }
1402
+ });
1403
+ Object.defineProperty(exports, 'productiveHeading06', {
1404
+ enumerable: true,
1405
+ get: function () {
1406
+ return type.productiveHeading06;
1407
+ }
1408
+ });
1409
+ Object.defineProperty(exports, 'productiveHeading07', {
1410
+ enumerable: true,
1411
+ get: function () {
1412
+ return type.productiveHeading07;
1413
+ }
1414
+ });
1415
+ Object.defineProperty(exports, 'quotation01', {
1416
+ enumerable: true,
1417
+ get: function () {
1418
+ return type.quotation01;
1419
+ }
1420
+ });
1421
+ Object.defineProperty(exports, 'quotation02', {
1422
+ enumerable: true,
1423
+ get: function () {
1424
+ return type.quotation02;
1425
+ }
1426
+ });
1427
+ Object.defineProperty(exports, 'container01', {
1428
+ enumerable: true,
1429
+ get: function () {
1430
+ return layout.container01;
1431
+ }
1432
+ });
1433
+ Object.defineProperty(exports, 'container02', {
1434
+ enumerable: true,
1435
+ get: function () {
1436
+ return layout.container02;
1437
+ }
1438
+ });
1439
+ Object.defineProperty(exports, 'container03', {
1440
+ enumerable: true,
1441
+ get: function () {
1442
+ return layout.container03;
1443
+ }
1444
+ });
1445
+ Object.defineProperty(exports, 'container04', {
1446
+ enumerable: true,
1447
+ get: function () {
1448
+ return layout.container04;
1449
+ }
1450
+ });
1451
+ Object.defineProperty(exports, 'container05', {
1452
+ enumerable: true,
1453
+ get: function () {
1454
+ return layout.container05;
1455
+ }
1456
+ });
1457
+ Object.defineProperty(exports, 'fluidSpacing01', {
1458
+ enumerable: true,
1459
+ get: function () {
1460
+ return layout.fluidSpacing01;
1461
+ }
1462
+ });
1463
+ Object.defineProperty(exports, 'fluidSpacing02', {
1464
+ enumerable: true,
1465
+ get: function () {
1466
+ return layout.fluidSpacing02;
1467
+ }
1468
+ });
1469
+ Object.defineProperty(exports, 'fluidSpacing03', {
1470
+ enumerable: true,
1471
+ get: function () {
1472
+ return layout.fluidSpacing03;
1473
+ }
1474
+ });
1475
+ Object.defineProperty(exports, 'fluidSpacing04', {
1476
+ enumerable: true,
1477
+ get: function () {
1478
+ return layout.fluidSpacing04;
1479
+ }
1480
+ });
1481
+ Object.defineProperty(exports, 'iconSize01', {
1482
+ enumerable: true,
1483
+ get: function () {
1484
+ return layout.iconSize01;
1485
+ }
1486
+ });
1487
+ Object.defineProperty(exports, 'iconSize02', {
1488
+ enumerable: true,
1489
+ get: function () {
1490
+ return layout.iconSize02;
1491
+ }
1492
+ });
1493
+ Object.defineProperty(exports, 'layout01', {
1494
+ enumerable: true,
1495
+ get: function () {
1496
+ return layout.layout01;
1497
+ }
1498
+ });
1499
+ Object.defineProperty(exports, 'layout02', {
1500
+ enumerable: true,
1501
+ get: function () {
1502
+ return layout.layout02;
1503
+ }
1504
+ });
1505
+ Object.defineProperty(exports, 'layout03', {
1506
+ enumerable: true,
1507
+ get: function () {
1508
+ return layout.layout03;
1509
+ }
1510
+ });
1511
+ Object.defineProperty(exports, 'layout04', {
1512
+ enumerable: true,
1513
+ get: function () {
1514
+ return layout.layout04;
1515
+ }
1516
+ });
1517
+ Object.defineProperty(exports, 'layout05', {
1518
+ enumerable: true,
1519
+ get: function () {
1520
+ return layout.layout05;
1521
+ }
1522
+ });
1523
+ Object.defineProperty(exports, 'layout06', {
1524
+ enumerable: true,
1525
+ get: function () {
1526
+ return layout.layout06;
1527
+ }
1528
+ });
1529
+ Object.defineProperty(exports, 'layout07', {
1530
+ enumerable: true,
1531
+ get: function () {
1532
+ return layout.layout07;
1533
+ }
1534
+ });
1535
+ Object.defineProperty(exports, 'spacing01', {
1536
+ enumerable: true,
1537
+ get: function () {
1538
+ return layout.spacing01;
1539
+ }
1540
+ });
1541
+ Object.defineProperty(exports, 'spacing02', {
1542
+ enumerable: true,
1543
+ get: function () {
1544
+ return layout.spacing02;
1545
+ }
1546
+ });
1547
+ Object.defineProperty(exports, 'spacing03', {
1548
+ enumerable: true,
1549
+ get: function () {
1550
+ return layout.spacing03;
1551
+ }
1552
+ });
1553
+ Object.defineProperty(exports, 'spacing04', {
1554
+ enumerable: true,
1555
+ get: function () {
1556
+ return layout.spacing04;
1557
+ }
1558
+ });
1559
+ Object.defineProperty(exports, 'spacing05', {
1560
+ enumerable: true,
1561
+ get: function () {
1562
+ return layout.spacing05;
1563
+ }
1564
+ });
1565
+ Object.defineProperty(exports, 'spacing06', {
1566
+ enumerable: true,
1567
+ get: function () {
1568
+ return layout.spacing06;
1569
+ }
1570
+ });
1571
+ Object.defineProperty(exports, 'spacing07', {
1572
+ enumerable: true,
1573
+ get: function () {
1574
+ return layout.spacing07;
1575
+ }
1576
+ });
1577
+ Object.defineProperty(exports, 'spacing08', {
1578
+ enumerable: true,
1579
+ get: function () {
1580
+ return layout.spacing08;
1581
+ }
1582
+ });
1583
+ Object.defineProperty(exports, 'spacing09', {
1584
+ enumerable: true,
1585
+ get: function () {
1586
+ return layout.spacing09;
1587
+ }
1588
+ });
1589
+ Object.defineProperty(exports, 'spacing10', {
1590
+ enumerable: true,
1591
+ get: function () {
1592
+ return layout.spacing10;
1593
+ }
1594
+ });
1595
+ Object.defineProperty(exports, 'spacing11', {
1596
+ enumerable: true,
1597
+ get: function () {
1598
+ return layout.spacing11;
1599
+ }
1600
+ });
1601
+ Object.defineProperty(exports, 'spacing12', {
1602
+ enumerable: true,
1603
+ get: function () {
1604
+ return layout.spacing12;
1605
+ }
1606
+ });
1607
+ exports.active01 = active01;
1608
+ exports.activeDanger = activeDanger;
1609
+ exports.activeLightUI = activeLightUI;
1610
+ exports.activePrimary = activePrimary;
1611
+ exports.activeSecondary = activeSecondary;
1612
+ exports.activeTertiary = activeTertiary;
1613
+ exports.activeUI = activeUI;
1614
+ exports.brand01 = brand01;
1615
+ exports.brand02 = brand02;
1616
+ exports.brand03 = brand03;
1617
+ exports.buttonSeparator = buttonSeparator;
1618
+ exports.danger = danger;
1619
+ exports.danger01 = danger01;
1620
+ exports.danger02 = danger02;
1621
+ exports.decorative01 = decorative01;
1622
+ exports.disabled01 = disabled01;
1623
+ exports.disabled02 = disabled02;
1624
+ exports.disabled03 = disabled03;
1625
+ exports.field01 = field01;
1626
+ exports.field02 = field02;
1627
+ exports.focus = focus;
1628
+ exports.formatTokenName = formatTokenName;
1295
1629
  exports.g10 = g10;
1296
- exports.g90 = g90;
1297
1630
  exports.g100 = g100;
1298
- exports.white = white;
1299
- exports.v9 = v9;
1300
- exports.tokens = tokens;
1301
- exports.formatTokenName = formatTokenName;
1302
- exports.unstable__meta = unstable__meta;
1303
- exports.themes = themes;
1631
+ exports.g90 = g90;
1632
+ exports.highlight = highlight;
1633
+ exports.hoverDanger = hoverDanger;
1634
+ exports.hoverField = hoverField;
1635
+ exports.hoverLightUI = hoverLightUI;
1636
+ exports.hoverPrimary = hoverPrimary;
1637
+ exports.hoverPrimaryText = hoverPrimaryText;
1638
+ exports.hoverRow = hoverRow;
1639
+ exports.hoverSecondary = hoverSecondary;
1640
+ exports.hoverSelectedUI = hoverSelectedUI;
1641
+ exports.hoverTertiary = hoverTertiary;
1642
+ exports.hoverUI = hoverUI;
1643
+ exports.icon01 = icon01;
1644
+ exports.icon02 = icon02;
1645
+ exports.icon03 = icon03;
1304
1646
  exports.interactive01 = interactive01;
1305
1647
  exports.interactive02 = interactive02;
1306
1648
  exports.interactive03 = interactive03;
1307
1649
  exports.interactive04 = interactive04;
1308
- exports.uiBackground = uiBackground;
1309
- exports.ui01 = ui01;
1310
- exports.ui02 = ui02;
1311
- exports.ui03 = ui03;
1312
- exports.ui04 = ui04;
1313
- exports.ui05 = ui05;
1314
- exports.text01 = text01;
1315
- exports.text02 = text02;
1316
- exports.text03 = text03;
1317
- exports.text04 = text04;
1318
- exports.text05 = text05;
1319
- exports.textError = textError;
1320
- exports.icon01 = icon01;
1321
- exports.icon02 = icon02;
1322
- exports.icon03 = icon03;
1323
- exports.link01 = link01;
1324
- exports.inverseLink = inverseLink;
1325
- exports.field01 = field01;
1326
- exports.field02 = field02;
1327
1650
  exports.inverse01 = inverse01;
1328
1651
  exports.inverse02 = inverse02;
1329
- exports.support01 = support01;
1330
- exports.support02 = support02;
1331
- exports.support03 = support03;
1332
- exports.support04 = support04;
1652
+ exports.inverseFocusUi = inverseFocusUi;
1653
+ exports.inverseHoverUI = inverseHoverUI;
1654
+ exports.inverseLink = inverseLink;
1333
1655
  exports.inverseSupport01 = inverseSupport01;
1334
1656
  exports.inverseSupport02 = inverseSupport02;
1335
1657
  exports.inverseSupport03 = inverseSupport03;
1336
1658
  exports.inverseSupport04 = inverseSupport04;
1659
+ exports.link01 = link01;
1337
1660
  exports.overlay01 = overlay01;
1338
- exports.danger01 = danger01;
1339
- exports.danger02 = danger02;
1340
- exports.focus = focus;
1341
- exports.inverseFocusUi = inverseFocusUi;
1342
- exports.hoverPrimary = hoverPrimary;
1343
- exports.activePrimary = activePrimary;
1344
- exports.hoverPrimaryText = hoverPrimaryText;
1345
- exports.hoverSecondary = hoverSecondary;
1346
- exports.activeSecondary = activeSecondary;
1347
- exports.hoverTertiary = hoverTertiary;
1348
- exports.activeTertiary = activeTertiary;
1349
- exports.hoverUI = hoverUI;
1350
- exports.hoverLightUI = hoverLightUI;
1351
- exports.activeUI = activeUI;
1352
- exports.activeLightUI = activeLightUI;
1353
- exports.selectedUI = selectedUI;
1354
1661
  exports.selectedLightUI = selectedLightUI;
1355
- exports.inverseHoverUI = inverseHoverUI;
1356
- exports.hoverSelectedUI = hoverSelectedUI;
1357
- exports.hoverDanger = hoverDanger;
1358
- exports.activeDanger = activeDanger;
1359
- exports.hoverRow = hoverRow;
1360
- exports.visitedLink = visitedLink;
1361
- exports.disabled01 = disabled01;
1362
- exports.disabled02 = disabled02;
1363
- exports.disabled03 = disabled03;
1364
- exports.highlight = highlight;
1365
- exports.decorative01 = decorative01;
1366
- exports.buttonSeparator = buttonSeparator;
1662
+ exports.selectedUI = selectedUI;
1367
1663
  exports.skeleton01 = skeleton01;
1368
1664
  exports.skeleton02 = skeleton02;
1369
- exports.brand01 = brand01;
1370
- exports.brand02 = brand02;
1371
- exports.brand03 = brand03;
1372
- exports.active01 = active01;
1373
- exports.hoverField = hoverField;
1374
- exports.danger = danger;
1665
+ exports.support01 = support01;
1666
+ exports.support02 = support02;
1667
+ exports.support03 = support03;
1668
+ exports.support04 = support04;
1669
+ exports.text01 = text01;
1670
+ exports.text02 = text02;
1671
+ exports.text03 = text03;
1672
+ exports.text04 = text04;
1673
+ exports.text05 = text05;
1674
+ exports.textError = textError;
1675
+ exports.themes = themes;
1676
+ exports.tokens = tokens;
1677
+ exports.ui01 = ui01;
1678
+ exports.ui02 = ui02;
1679
+ exports.ui03 = ui03;
1680
+ exports.ui04 = ui04;
1681
+ exports.ui05 = ui05;
1682
+ exports.uiBackground = uiBackground;
1683
+ exports.unstable__meta = unstable__meta;
1684
+ exports.v9 = v9;
1685
+ exports.visitedLink = visitedLink;
1686
+ exports.white = white;