@razorpay/blade 8.12.0 → 8.13.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/build/components/index.d.ts +796 -601
- package/build/components/index.native.d.ts +1471 -1345
- package/build/components/index.native.js +925 -2203
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.web.js +3303 -4478
- package/build/components/index.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +1 -1
- package/build/css/bankingThemeDarkMobile.css +1 -1
- package/build/css/bankingThemeLightDesktop.css +1 -1
- package/build/css/bankingThemeLightMobile.css +1 -1
- package/build/css/paymentThemeDarkDesktop.css +1 -1
- package/build/css/paymentThemeDarkMobile.css +1 -1
- package/build/css/paymentThemeLightDesktop.css +1 -1
- package/build/css/paymentThemeLightMobile.css +1 -1
- package/build/tokens/index.d.ts +3 -0
- package/build/tokens/index.native.d.ts +3 -0
- package/build/tokens/index.native.js +32 -169
- package/build/tokens/index.native.js.map +1 -1
- package/build/tokens/index.web.js +4371 -4567
- package/build/tokens/index.web.js.map +1 -1
- package/build/utils/index.d.ts +31 -385
- package/build/utils/index.native.d.ts +28 -383
- package/build/utils/index.native.js +10 -4531
- package/build/utils/index.native.js.map +1 -1
- package/build/utils/index.web.js +72 -4861
- package/build/utils/index.web.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import _extends from '@babel/runtime/helpers/extends';
|
|
2
2
|
import { Platform } from 'react-native';
|
|
3
|
-
import '@babel/runtime/helpers/defineProperty';
|
|
4
|
-
import 'react';
|
|
5
|
-
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
6
3
|
import { Easing } from 'react-native-reanimated';
|
|
4
|
+
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
7
5
|
|
|
8
6
|
var border={radius:{none:0,small:2,medium:4,large:8,max:9999,round:'50%'},width:{none:0,thin:1,thick:1.5}};
|
|
9
7
|
|
|
@@ -19,6 +17,18 @@ var fontWeight={regular:400,bold:700};var typography={onDesktop:{fonts:{family:_
|
|
|
19
17
|
|
|
20
18
|
var spacing={0:0,1:2,2:4,3:8,4:12,5:16,6:20,7:24,8:32,9:40,10:48,11:56};
|
|
21
19
|
|
|
20
|
+
var makeBezier=function makeBezier(x1,y1,x2,y2){return Easing.bezier(x1,y1,x2,y2);};
|
|
21
|
+
|
|
22
|
+
var delay={'2xshort':70,xshort:120,short:180,long:3000,xlong:5000};var duration={'2xquick':70,xquick:150,quick:200,moderate:250,xmoderate:300,gentle:400,xgentle:600,'2xgentle':900};var easing={standard:{attentive:makeBezier(0.5,0,0.3,1.5),effective:makeBezier(0.3,0,0.2,1),revealing:makeBezier(0.5,0,0,1),wary:makeBezier(1,0.5,0,0.5)},entrance:{attentive:makeBezier(0.5,0,0.3,1.5),effective:makeBezier(0,0,0.2,1),revealing:makeBezier(0,0,0,1)},exit:{attentive:makeBezier(0.7,0,0.5,1),effective:makeBezier(0.17,0,1,1),revealing:makeBezier(0.5,0,1,1)}};var motion={delay:delay,duration:duration,easing:easing};
|
|
23
|
+
|
|
24
|
+
var size={0:0,1:1,2:2,3:3,4:4,5:5,6:6,8:8,10:10,12:12,16:16,18:18,20:20,24:24,28:28,32:32,36:36,40:40,44:44,48:48,56:56,100:100,120:120,140:140,160:160,200:200,300:300,360:360,400:400,584:584,640:640,760:760,800:800,1024:1024,1136:1136};
|
|
25
|
+
|
|
26
|
+
var elevation={onLight:{none:{elevation:0,shadowColor:'',shadowOpacity:0,shadowRadius:0,shadowOffset:{width:0,height:0}},lowRaised:{elevation:4,shadowColor:'hsla(217, 56%, 17%, 0.64)',shadowOpacity:0.12,shadowRadius:2,shadowOffset:{width:0,height:3}},midRaised:{elevation:12,shadowColor:'hsla(217, 56%, 17%, 0.64)',shadowOpacity:0.1,shadowRadius:4,shadowOffset:{width:0,height:8}},highRaised:{elevation:26,shadowColor:'hsla(217, 56%, 17%, 0.64)',shadowOpacity:0.2,shadowRadius:12,shadowOffset:{width:0,height:18}}},onDark:{none:{elevation:0,shadowColor:'',shadowOpacity:0,shadowRadius:0,shadowOffset:{width:0,height:0}},lowRaised:{elevation:4,shadowColor:'hsla(231, 67%, 10%, 0.64)',shadowOpacity:0.12,shadowRadius:2,shadowOffset:{width:0,height:3}},midRaised:{elevation:12,shadowColor:'hsla(231, 67%, 10%, 0.64)',shadowOpacity:0.1,shadowRadius:4,shadowOffset:{width:0,height:8}},highRaised:{elevation:26,shadowColor:'hsla(231, 67%, 10%, 0.64)',shadowOpacity:0.2,shadowRadius:12,shadowOffset:{width:0,height:18}}}};
|
|
27
|
+
|
|
28
|
+
var colors$1={onLight:{surface:{background:{level1:{lowContrast:colors$2.neutral.blueGrayLight[100],highContrast:colors$2.neutral.blueGrayLight[1200]},level2:{lowContrast:colors$2.neutral.blueGrayLight[0],highContrast:colors$2.neutral.blueGrayLight[1100]},level3:{lowContrast:colors$2.neutral.blueGrayLight[50],highContrast:colors$2.neutral.blueGrayLight[1000]}},border:{normal:{lowContrast:colors$2.neutral.blueGrayLight.a100,highContrast:colors$2.neutral.blueGrayLight.a100},subtle:{lowContrast:colors$2.neutral.blueGrayLight.a50,highContrast:colors$2.neutral.blueGrayLight.a50}},text:{normal:{lowContrast:colors$2.neutral.blueGrayLight[1200],highContrast:colors$2.neutral.blueGrayLight[0]},subtle:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[100]},subdued:{lowContrast:colors$2.neutral.blueGrayLight[800],highContrast:colors$2.neutral.blueGrayLight[300]},muted:{lowContrast:colors$2.neutral.blueGrayLight[600],highContrast:colors$2.neutral.blueGrayLight[400]},placeholder:{lowContrast:colors$2.neutral.blueGrayLight[500],highContrast:colors$2.neutral.blueGrayLight[700]}},action:{icon:{default:{lowContrast:colors$2.neutral.blueGrayLight[500],highContrast:colors$2.neutral.blueGrayLight.a500},hover:{lowContrast:colors$2.neutral.blueGrayLight[800],highContrast:colors$2.neutral.blueGrayLight[0]},focus:{lowContrast:colors$2.neutral.blueGrayLight[800],highContrast:colors$2.neutral.blueGrayLight[0]},active:{lowContrast:colors$2.neutral.blueGrayLight[800],highContrast:colors$2.neutral.blueGrayLight[0]},disabled:{lowContrast:colors$2.neutral.blueGrayLight[300],highContrast:colors$2.neutral.blueGrayLight.a100}}}},overlay:{background:colors$2.neutral.ashGrayLight.a1100},brand:{primary:{300:colors$2.chromatic.azure.a50,400:colors$2.chromatic.azure.a100,500:colors$2.chromatic.azure[600],600:colors$2.chromatic.azure[700],700:colors$2.chromatic.azure[800],800:colors$2.chromatic.azure[950]},gray:{200:{lowContrast:colors$2.neutral.blueGrayLight[50],highContrast:colors$2.neutral.blueGrayLight[1000]},300:{lowContrast:colors$2.neutral.blueGrayLight[100],highContrast:colors$2.neutral.blueGrayLight[900]},400:{lowContrast:colors$2.neutral.blueGrayLight[300],highContrast:colors$2.neutral.blueGrayLight[800]},500:{lowContrast:colors$2.neutral.blueGrayLight[500],highContrast:colors$2.neutral.blueGrayLight[700]},600:{lowContrast:colors$2.neutral.blueGrayLight[600],highContrast:colors$2.neutral.blueGrayLight[500]},700:{lowContrast:colors$2.neutral.blueGrayLight[800],highContrast:colors$2.neutral.blueGrayLight[100]},a50:{lowContrast:colors$2.neutral.blueGrayLight.a50,highContrast:colors$2.neutral.blueGrayLight.a300},a100:{lowContrast:colors$2.neutral.blueGrayLight.a100,highContrast:colors$2.neutral.blueGrayLight.a400}},secondary:{500:colors$2.chromatic.emerald[500]}},feedback:{background:{neutral:{lowContrast:colors$2.neutral.blueGrayLight.a50,highContrast:colors$2.neutral.blueGrayLight[1000]},positive:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[700]},information:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]}},border:{neutral:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[1000]},positive:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[700]},information:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[600]}},text:{neutral:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[0]},positive:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.neutral.blueGrayLight[0]},negative:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.neutral.blueGrayLight[0]},notice:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.neutral.blueGrayLight[0]},information:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.neutral.blueGrayLight[0]}},icon:{neutral:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[0]},positive:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.neutral.blueGrayLight[0]},negative:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.neutral.blueGrayLight[0]},notice:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.neutral.blueGrayLight[0]},information:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.neutral.blueGrayLight[0]}},neutral:{action:{background:{primary:{default:{lowContrast:colors$2.neutral.blueGrayLight.a50,highContrast:colors$2.neutral.blueGrayLight[1000]},hover:{lowContrast:colors$2.neutral.blueGrayLight.a100,highContrast:colors$2.neutral.blueGrayLight[1100]},focus:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[1200]},active:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[1200]},disabled:{lowContrast:colors$2.neutral.blueGrayLight.a50,highContrast:colors$2.neutral.blueGrayLight[1000]}}},border:{primary:{default:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[500]},hover:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[500]},focus:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[500]},active:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[500]},disabled:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[700]}}},text:{primary:{default:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},hover:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},focus:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},active:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},disabled:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[700]}},link:{default:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},hover:{lowContrast:colors$2.neutral.blueGrayLight[800],highContrast:colors$2.neutral.blueGrayLight[200]},focus:{lowContrast:colors$2.neutral.blueGrayLight[1000],highContrast:colors$2.neutral.blueGrayLight[400]},active:{lowContrast:colors$2.neutral.blueGrayLight[1000],highContrast:colors$2.neutral.blueGrayLight[400]},disabled:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[700]}}},icon:{primary:{default:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},hover:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},focus:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},active:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},disabled:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[700]}},link:{default:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},hover:{lowContrast:colors$2.neutral.blueGrayLight[800],highContrast:colors$2.neutral.blueGrayLight[200]},focus:{lowContrast:colors$2.neutral.blueGrayLight[1000],highContrast:colors$2.neutral.blueGrayLight[400]},active:{lowContrast:colors$2.neutral.blueGrayLight[1000],highContrast:colors$2.neutral.blueGrayLight[400]},disabled:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[700]}}}}},positive:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]},hover:{lowContrast:colors$2.chromatic.emerald.a100,highContrast:colors$2.chromatic.emerald[800]},focus:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[900]},active:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[900]},disabled:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[200],highContrast:colors$2.chromatic.emerald[100]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[200],highContrast:colors$2.chromatic.emerald[100]}}}}},negative:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]},hover:{lowContrast:colors$2.chromatic.crimson.a100,highContrast:colors$2.chromatic.crimson[800]},focus:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},active:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},disabled:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}}}}},notice:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[700]},hover:{lowContrast:colors$2.chromatic.cider.a100,highContrast:colors$2.chromatic.cider[800]},focus:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[900]},active:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[900]},disabled:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}}}}},information:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]},hover:{lowContrast:colors$2.chromatic.sapphire.a100,highContrast:colors$2.chromatic.sapphire[700]},focus:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},active:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},disabled:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}}}}}},action:{background:{primary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[900],disabled:colors$2.neutral.blueGrayLight[300]},secondary:{default:colors$2.chromatic.azure.a00,hover:colors$2.chromatic.azure.a50,focus:colors$2.chromatic.azure.a100,active:colors$2.chromatic.azure.a200,disabled:colors$2.neutral.blueGrayLight.a00},tertiary:{default:colors$2.neutral.blueGrayLight[0],hover:colors$2.neutral.blueGrayLight[50],focus:colors$2.neutral.blueGrayLight[100],active:colors$2.neutral.blueGrayLight[200],disabled:colors$2.neutral.blueGrayLight[0]}},border:{primary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[900],disabled:colors$2.neutral.blueGrayLight[300]},secondary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[600],active:colors$2.chromatic.azure[600],disabled:colors$2.neutral.blueGrayLight[400]},tertiary:{default:colors$2.neutral.blueGrayLight[300],hover:colors$2.neutral.blueGrayLight[300],focus:colors$2.neutral.blueGrayLight[300],active:colors$2.neutral.blueGrayLight[300],disabled:colors$2.neutral.blueGrayLight[300]}},text:{primary:{default:colors$2.neutral.blueGrayLight[0],hover:colors$2.neutral.blueGrayLight[0],focus:colors$2.neutral.blueGrayLight[0],active:colors$2.neutral.blueGrayLight[0],disabled:colors$2.neutral.blueGrayLight[600]},secondary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[600],active:colors$2.chromatic.azure[600],disabled:colors$2.neutral.blueGrayLight[400]},tertiary:{default:colors$2.neutral.blueGrayLight[1000],hover:colors$2.neutral.blueGrayLight[1000],focus:colors$2.neutral.blueGrayLight[1000],active:colors$2.neutral.blueGrayLight[1000],disabled:colors$2.neutral.blueGrayLight[400]},link:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.blueGrayLight[400],visited:colors$2.chromatic.orchid[400]}},icon:{primary:{default:colors$2.neutral.blueGrayLight[0],hover:colors$2.neutral.blueGrayLight[0],focus:colors$2.neutral.blueGrayLight[0],active:colors$2.neutral.blueGrayLight[0],disabled:colors$2.neutral.blueGrayLight[600]},secondary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[600],active:colors$2.chromatic.azure[600],disabled:colors$2.neutral.blueGrayLight[400]},tertiary:{default:colors$2.neutral.blueGrayLight[1000],hover:colors$2.neutral.blueGrayLight[1000],focus:colors$2.neutral.blueGrayLight[1000],active:colors$2.neutral.blueGrayLight[1000],disabled:colors$2.neutral.blueGrayLight[400]},link:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.blueGrayLight[400],visited:colors$2.chromatic.orchid[400]}}},badge:{background:{blue:{lowContrast:colors$2.chromatic.azure.a50,highContrast:colors$2.chromatic.azure[600]}},border:{blue:{lowContrast:colors$2.chromatic.azure.a200,highContrast:colors$2.chromatic.azure[600]}},text:{blue:{lowContrast:colors$2.chromatic.azure[600],highContrast:colors$2.neutral.blueGrayLight[0]}},icon:{blue:{lowContrast:colors$2.chromatic.azure[600],highContrast:colors$2.neutral.blueGrayLight[0]}}}},onDark:{surface:{background:{level1:{lowContrast:colors$2.neutral.blueGrayDark[1300],highContrast:colors$2.neutral.blueGrayDark[800]},level2:{lowContrast:colors$2.neutral.blueGrayDark[1100],highContrast:colors$2.neutral.blueGrayDark[700]},level3:{lowContrast:colors$2.neutral.blueGrayDark[900],highContrast:colors$2.neutral.blueGrayDark[600]}},border:{normal:{lowContrast:colors$2.neutral.blueGrayDark.a100,highContrast:colors$2.neutral.blueGrayDark.a100},subtle:{lowContrast:colors$2.neutral.blueGrayDark.a50,highContrast:colors$2.neutral.blueGrayDark.a50}},text:{normal:{lowContrast:colors$2.neutral.blueGrayDark[0],highContrast:colors$2.neutral.blueGrayDark[0]},subtle:{lowContrast:colors$2.neutral.blueGrayDark[50],highContrast:colors$2.neutral.blueGrayDark[50]},subdued:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[100]},muted:{lowContrast:colors$2.neutral.blueGrayDark[200],highContrast:colors$2.neutral.blueGrayDark[200]},placeholder:{lowContrast:colors$2.neutral.blueGrayDark[300],highContrast:colors$2.neutral.blueGrayDark[300]}},action:{icon:{default:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark.a200},hover:{lowContrast:colors$2.neutral.blueGrayDark[200],highContrast:colors$2.neutral.blueGrayDark[0]},focus:{lowContrast:colors$2.neutral.blueGrayDark[200],highContrast:colors$2.neutral.blueGrayDark[0]},active:{lowContrast:colors$2.neutral.blueGrayDark[200],highContrast:colors$2.neutral.blueGrayDark[0]},disabled:{lowContrast:colors$2.neutral.blueGrayDark[600],highContrast:colors$2.neutral.blueGrayDark.a100}}}},overlay:{background:colors$2.neutral.ashGrayDark.a1100},brand:{primary:{300:colors$2.chromatic.azure.a100,400:colors$2.chromatic.azure.a200,500:colors$2.chromatic.azure[400],600:colors$2.chromatic.azure[500],700:colors$2.chromatic.azure[600],800:colors$2.chromatic.azure[900]},gray:{200:{lowContrast:colors$2.neutral.blueGrayDark[800],highContrast:colors$2.neutral.blueGrayDark[600]},300:{lowContrast:colors$2.neutral.blueGrayDark[700],highContrast:colors$2.neutral.blueGrayDark[500]},400:{lowContrast:colors$2.neutral.blueGrayDark[600],highContrast:colors$2.neutral.blueGrayDark[400]},500:{lowContrast:colors$2.neutral.blueGrayDark[500],highContrast:colors$2.neutral.blueGrayDark[300]},600:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[200]},700:{lowContrast:colors$2.neutral.blueGrayDark[200],highContrast:colors$2.neutral.blueGrayDark[50]},a50:{lowContrast:colors$2.neutral.blueGrayDark.a50,highContrast:colors$2.neutral.blueGrayDark.a300},a100:{lowContrast:colors$2.neutral.blueGrayDark.a100,highContrast:colors$2.neutral.blueGrayDark.a400}},secondary:{500:colors$2.chromatic.emerald[500]}},feedback:{background:{neutral:{lowContrast:colors$2.neutral.blueGrayDark.a100,highContrast:colors$2.neutral.blueGrayDark.a100},positive:{lowContrast:colors$2.chromatic.emerald.a100,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a100,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a100,highContrast:colors$2.chromatic.cider[800]},information:{lowContrast:colors$2.chromatic.sapphire.a100,highContrast:colors$2.chromatic.sapphire[600]}},border:{neutral:{lowContrast:colors$2.neutral.blueGrayDark.a200,highContrast:colors$2.neutral.blueGrayDark[50]},positive:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[800]},information:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[600]}},text:{neutral:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[50]},positive:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.neutral.blueGrayDark[0]},negative:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.neutral.blueGrayDark[0]},notice:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.neutral.blueGrayDark[0]},information:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.neutral.blueGrayDark[0]}},icon:{neutral:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[50]},positive:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.neutral.blueGrayDark[0]},negative:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.neutral.blueGrayDark[0]},notice:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.neutral.blueGrayDark[0]},information:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.neutral.blueGrayDark[0]}},neutral:{action:{background:{primary:{default:{lowContrast:colors$2.neutral.blueGrayDark.a50,highContrast:colors$2.neutral.blueGrayDark[50]},hover:{lowContrast:colors$2.neutral.blueGrayDark.a100,highContrast:colors$2.neutral.blueGrayDark[100]},focus:{lowContrast:colors$2.neutral.blueGrayDark.a200,highContrast:colors$2.neutral.blueGrayDark[200]},active:{lowContrast:colors$2.neutral.blueGrayDark.a200,highContrast:colors$2.neutral.blueGrayDark[200]},disabled:{lowContrast:colors$2.neutral.blueGrayDark.a50,highContrast:colors$2.neutral.blueGrayDark[50]}}},border:{primary:{default:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[300]},hover:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[300]},focus:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[300]},active:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[300]},disabled:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[300]}}},text:{primary:{default:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},hover:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},focus:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},active:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},disabled:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[300]}},link:{default:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[100]},hover:{lowContrast:colors$2.neutral.blueGrayDark[200],highContrast:colors$2.neutral.blueGrayDark[200]},focus:{lowContrast:colors$2.neutral.blueGrayDark[300],highContrast:colors$2.neutral.blueGrayDark[300]},active:{lowContrast:colors$2.neutral.blueGrayDark[300],highContrast:colors$2.neutral.blueGrayDark[300]},disabled:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[400]}}},icon:{primary:{default:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},hover:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},focus:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},active:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},disabled:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[300]}},link:{default:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[100]},hover:{lowContrast:colors$2.neutral.blueGrayDark[200],highContrast:colors$2.neutral.blueGrayDark[200]},focus:{lowContrast:colors$2.neutral.blueGrayDark[300],highContrast:colors$2.neutral.blueGrayDark[300]},active:{lowContrast:colors$2.neutral.blueGrayDark[300],highContrast:colors$2.neutral.blueGrayDark[300]},disabled:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[400]}}}}},positive:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]},hover:{lowContrast:colors$2.chromatic.emerald.a100,highContrast:colors$2.chromatic.emerald[800]},focus:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[900]},active:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[900]},disabled:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]}}}}},negative:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]},hover:{lowContrast:colors$2.chromatic.crimson.a100,highContrast:colors$2.chromatic.crimson[800]},focus:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},active:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},disabled:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson[900],highContrast:colors$2.chromatic.crimson[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson[900],highContrast:colors$2.chromatic.crimson[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson[900],highContrast:colors$2.chromatic.crimson[500]}}}}},notice:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[800]},hover:{lowContrast:colors$2.chromatic.cider.a100,highContrast:colors$2.chromatic.cider[900]},focus:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[950]},active:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[950]},disabled:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[800]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}}}}},information:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]},hover:{lowContrast:colors$2.chromatic.sapphire.a100,highContrast:colors$2.chromatic.sapphire[700]},focus:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},active:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},disabled:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}}}}}},action:{background:{primary:{default:colors$2.chromatic.azure[500],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[700],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.blueGrayDark[600]},secondary:{default:colors$2.chromatic.azure.a00,hover:colors$2.chromatic.azure.a50,focus:colors$2.chromatic.azure.a100,active:colors$2.chromatic.azure.a200,disabled:colors$2.neutral.blueGrayDark.a00},tertiary:{default:colors$2.neutral.blueGrayDark[900],hover:colors$2.neutral.blueGrayDark[900],focus:colors$2.neutral.blueGrayDark[1000],active:colors$2.neutral.blueGrayLight[1100],disabled:colors$2.neutral.blueGrayDark[800]}},border:{primary:{default:colors$2.chromatic.azure[500],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[700],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.blueGrayDark[600]},secondary:{default:colors$2.chromatic.azure[400],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[400],active:colors$2.chromatic.azure[400],disabled:colors$2.neutral.blueGrayDark[500]},tertiary:{default:colors$2.neutral.blueGrayDark[400],hover:colors$2.neutral.blueGrayDark[400],focus:colors$2.neutral.blueGrayDark[400],active:colors$2.neutral.blueGrayDark[400],disabled:colors$2.neutral.blueGrayDark[600]}},text:{primary:{default:colors$2.neutral.blueGrayDark[0],hover:colors$2.neutral.blueGrayDark[0],focus:colors$2.neutral.blueGrayDark[0],active:colors$2.neutral.blueGrayDark[0],disabled:colors$2.neutral.blueGrayDark[300]},secondary:{default:colors$2.chromatic.azure[400],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[400],active:colors$2.chromatic.azure[400],disabled:colors$2.neutral.blueGrayDark[500]},tertiary:{default:colors$2.neutral.blueGrayDark[100],hover:colors$2.neutral.blueGrayDark[100],focus:colors$2.neutral.blueGrayDark[100],active:colors$2.neutral.blueGrayDark[100],disabled:colors$2.neutral.blueGrayDark[400]},link:{default:colors$2.chromatic.azure[300],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[500],active:colors$2.chromatic.azure[500],disabled:colors$2.neutral.blueGrayDark[400],visited:colors$2.chromatic.orchid[300]}},icon:{primary:{default:colors$2.neutral.blueGrayDark[0],hover:colors$2.neutral.blueGrayDark[0],focus:colors$2.neutral.blueGrayDark[0],active:colors$2.neutral.blueGrayDark[0],disabled:colors$2.neutral.blueGrayDark[300]},secondary:{default:colors$2.chromatic.azure[400],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[400],active:colors$2.chromatic.azure[400],disabled:colors$2.neutral.blueGrayDark[500]},tertiary:{default:colors$2.neutral.blueGrayDark[100],hover:colors$2.neutral.blueGrayDark[100],focus:colors$2.neutral.blueGrayLight[1000],active:colors$2.neutral.blueGrayDark[100],disabled:colors$2.neutral.blueGrayDark[400]},link:{default:colors$2.chromatic.azure[300],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[500],active:colors$2.chromatic.azure[500],disabled:colors$2.neutral.blueGrayDark[400],visited:colors$2.chromatic.orchid[300]}}},badge:{background:{blue:{lowContrast:colors$2.chromatic.azure.a100,highContrast:colors$2.chromatic.azure[600]}},border:{blue:{lowContrast:colors$2.chromatic.azure.a200,highContrast:colors$2.chromatic.azure[600]}},text:{blue:{lowContrast:colors$2.chromatic.azure[400],highContrast:colors$2.neutral.blueGrayDark[0]}},icon:{blue:{lowContrast:colors$2.chromatic.azure[400],highContrast:colors$2.neutral.blueGrayDark[0]}}}}};var paymentTheme={name:'paymentTheme',border:border,breakpoints:breakpoints,colors:colors$1,motion:motion,spacing:spacing,elevation:elevation,typography:typography};
|
|
29
|
+
|
|
30
|
+
var colors={onLight:{surface:{background:{level1:{lowContrast:colors$2.neutral.navyGrayLight[100],highContrast:colors$2.neutral.navyGrayLight[1200]},level2:{lowContrast:colors$2.neutral.navyGrayLight[0],highContrast:colors$2.neutral.navyGrayLight[1100]},level3:{lowContrast:colors$2.neutral.navyGrayLight[50],highContrast:colors$2.neutral.navyGrayLight[1000]}},border:{normal:{lowContrast:colors$2.neutral.navyGrayLight.a100,highContrast:colors$2.neutral.navyGrayLight.a100},subtle:{lowContrast:colors$2.neutral.navyGrayLight.a50,highContrast:colors$2.neutral.navyGrayLight.a50}},text:{normal:{lowContrast:colors$2.neutral.navyGrayLight[1200],highContrast:colors$2.neutral.navyGrayLight[0]},subtle:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[100]},subdued:{lowContrast:colors$2.neutral.navyGrayLight[800],highContrast:colors$2.neutral.navyGrayLight[300]},muted:{lowContrast:colors$2.neutral.navyGrayLight[600],highContrast:colors$2.neutral.navyGrayLight[400]},placeholder:{lowContrast:colors$2.neutral.navyGrayLight[500],highContrast:colors$2.neutral.navyGrayLight[700]}},action:{icon:{default:{lowContrast:colors$2.neutral.navyGrayLight[500],highContrast:colors$2.neutral.navyGrayLight.a500},hover:{lowContrast:colors$2.neutral.navyGrayLight[800],highContrast:colors$2.neutral.navyGrayLight[0]},focus:{lowContrast:colors$2.neutral.navyGrayLight[800],highContrast:colors$2.neutral.navyGrayLight[0]},active:{lowContrast:colors$2.neutral.navyGrayLight[800],highContrast:colors$2.neutral.navyGrayLight[0]},disabled:{lowContrast:colors$2.neutral.navyGrayLight[300],highContrast:colors$2.neutral.navyGrayLight.a100}}}},overlay:{background:colors$2.neutral.ashGrayLight.a1100},brand:{primary:{300:colors$2.chromatic.azure.a50,400:colors$2.chromatic.azure.a100,500:colors$2.chromatic.azure[600],600:colors$2.chromatic.azure[700],700:colors$2.chromatic.azure[800],800:colors$2.chromatic.azure[950]},gray:{200:{lowContrast:colors$2.neutral.navyGrayLight[50],highContrast:colors$2.neutral.navyGrayLight[1000]},300:{lowContrast:colors$2.neutral.navyGrayLight[100],highContrast:colors$2.neutral.navyGrayLight[900]},400:{lowContrast:colors$2.neutral.navyGrayLight[300],highContrast:colors$2.neutral.navyGrayLight[800]},500:{lowContrast:colors$2.neutral.navyGrayLight[500],highContrast:colors$2.neutral.navyGrayLight[700]},600:{lowContrast:colors$2.neutral.navyGrayLight[600],highContrast:colors$2.neutral.navyGrayLight[500]},700:{lowContrast:colors$2.neutral.navyGrayLight[800],highContrast:colors$2.neutral.navyGrayLight[100]},a50:{lowContrast:colors$2.neutral.navyGrayLight.a50,highContrast:colors$2.neutral.navyGrayLight.a300},a100:{lowContrast:colors$2.neutral.navyGrayLight.a100,highContrast:colors$2.neutral.navyGrayLight.a400}},secondary:{500:colors$2.chromatic.cider[600]}},feedback:{background:{neutral:{lowContrast:colors$2.neutral.navyGrayLight.a50,highContrast:colors$2.neutral.navyGrayLight[1000]},positive:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[700]},information:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]}},border:{neutral:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[1000]},positive:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[700]},information:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[600]}},text:{neutral:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[0]},positive:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.neutral.navyGrayLight[0]},negative:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.neutral.navyGrayLight[0]},notice:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.neutral.navyGrayLight[0]},information:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.neutral.navyGrayLight[0]}},icon:{neutral:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[0]},positive:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.neutral.navyGrayLight[0]},negative:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.neutral.navyGrayLight[0]},notice:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.neutral.navyGrayLight[0]},information:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.neutral.navyGrayLight[0]}},neutral:{action:{background:{primary:{default:{lowContrast:colors$2.neutral.navyGrayLight.a50,highContrast:colors$2.neutral.navyGrayLight[1000]},hover:{lowContrast:colors$2.neutral.navyGrayLight.a100,highContrast:colors$2.neutral.navyGrayLight[1100]},focus:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[1200]},active:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[1200]},disabled:{lowContrast:colors$2.neutral.navyGrayLight.a50,highContrast:colors$2.neutral.navyGrayLight[1000]}}},border:{primary:{default:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[500]},hover:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[500]},focus:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[500]},active:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[500]},disabled:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[700]}}},text:{primary:{default:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},hover:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},focus:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},active:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},disabled:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[700]}},link:{default:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},hover:{lowContrast:colors$2.neutral.navyGrayLight[800],highContrast:colors$2.neutral.navyGrayLight[200]},focus:{lowContrast:colors$2.neutral.navyGrayLight[1000],highContrast:colors$2.neutral.navyGrayLight[400]},active:{lowContrast:colors$2.neutral.navyGrayLight[1000],highContrast:colors$2.neutral.navyGrayLight[400]},disabled:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[700]}}},icon:{primary:{default:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},hover:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},focus:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},active:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},disabled:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[700]}},link:{default:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},hover:{lowContrast:colors$2.neutral.navyGrayLight[800],highContrast:colors$2.neutral.navyGrayLight[200]},focus:{lowContrast:colors$2.neutral.navyGrayLight[1000],highContrast:colors$2.neutral.navyGrayLight[400]},active:{lowContrast:colors$2.neutral.navyGrayLight[1000],highContrast:colors$2.neutral.navyGrayLight[400]},disabled:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[700]}}}}},positive:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]},hover:{lowContrast:colors$2.chromatic.emerald.a100,highContrast:colors$2.chromatic.emerald[800]},focus:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[900]},active:{lowContrast:colors$2.chromatic.emerald.a100,highContrast:colors$2.chromatic.emerald[900]},disabled:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[200],highContrast:colors$2.chromatic.emerald[100]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[200],highContrast:colors$2.chromatic.emerald[100]}}}}},negative:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]},hover:{lowContrast:colors$2.chromatic.crimson.a100,highContrast:colors$2.chromatic.crimson[800]},focus:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},active:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},disabled:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}}}}},notice:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[700]},hover:{lowContrast:colors$2.chromatic.cider.a100,highContrast:colors$2.chromatic.cider[800]},focus:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[900]},active:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[900]},disabled:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}}}}},information:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]},hover:{lowContrast:colors$2.chromatic.sapphire.a100,highContrast:colors$2.chromatic.sapphire[700]},focus:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},active:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},disabled:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}}}}}},action:{background:{primary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[900],disabled:colors$2.neutral.navyGrayLight[300]},secondary:{default:colors$2.chromatic.azure.a00,hover:colors$2.chromatic.azure.a50,focus:colors$2.chromatic.azure.a100,active:colors$2.chromatic.azure.a200,disabled:colors$2.neutral.navyGrayLight.a00},tertiary:{default:colors$2.neutral.navyGrayLight[0],hover:colors$2.neutral.navyGrayLight[50],focus:colors$2.neutral.navyGrayLight[100],active:colors$2.neutral.navyGrayLight[200],disabled:colors$2.neutral.navyGrayLight[0]}},border:{primary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[900],disabled:colors$2.neutral.navyGrayLight[300]},secondary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[600],active:colors$2.chromatic.azure[600],disabled:colors$2.neutral.navyGrayLight[400]},tertiary:{default:colors$2.neutral.navyGrayLight[400],hover:colors$2.neutral.navyGrayLight[400],focus:colors$2.neutral.navyGrayLight[400],active:colors$2.neutral.navyGrayLight[400],disabled:colors$2.neutral.navyGrayLight[300]}},text:{primary:{default:colors$2.neutral.navyGrayLight[0],hover:colors$2.neutral.navyGrayLight[0],focus:colors$2.neutral.navyGrayLight[0],active:colors$2.neutral.navyGrayLight[0],disabled:colors$2.neutral.navyGrayLight[600]},secondary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[600],active:colors$2.chromatic.azure[600],disabled:colors$2.neutral.navyGrayLight[400]},tertiary:{default:colors$2.neutral.navyGrayLight[1000],hover:colors$2.neutral.navyGrayLight[1000],focus:colors$2.neutral.navyGrayLight[1000],active:colors$2.neutral.navyGrayLight[1000],disabled:colors$2.neutral.navyGrayLight[400]},link:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.navyGrayLight[400],visited:colors$2.chromatic.orchid[400]}},icon:{primary:{default:colors$2.neutral.navyGrayLight[0],hover:colors$2.neutral.navyGrayLight[0],focus:colors$2.neutral.navyGrayLight[0],active:colors$2.neutral.navyGrayLight[0],disabled:colors$2.neutral.navyGrayLight[600]},secondary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[600],active:colors$2.chromatic.azure[600],disabled:colors$2.neutral.navyGrayLight[400]},tertiary:{default:colors$2.neutral.navyGrayLight[1000],hover:colors$2.neutral.navyGrayLight[1000],focus:colors$2.neutral.navyGrayLight[1000],active:colors$2.neutral.navyGrayLight[1000],disabled:colors$2.neutral.navyGrayLight[400]},link:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.navyGrayLight[400],visited:colors$2.chromatic.orchid[400]}}},badge:{background:{blue:{lowContrast:colors$2.chromatic.azure.a50,highContrast:colors$2.chromatic.azure[600]}},border:{blue:{lowContrast:colors$2.chromatic.azure.a200,highContrast:colors$2.chromatic.azure[600]}},text:{blue:{lowContrast:colors$2.chromatic.azure[600],highContrast:colors$2.neutral.navyGrayLight[0]}},icon:{blue:{lowContrast:colors$2.chromatic.azure[600],highContrast:colors$2.neutral.navyGrayLight[0]}}}},onDark:{surface:{background:{level1:{lowContrast:colors$2.neutral.navyGrayDark[1300],highContrast:colors$2.neutral.navyGrayDark[800]},level2:{lowContrast:colors$2.neutral.navyGrayDark[1100],highContrast:colors$2.neutral.navyGrayDark[700]},level3:{lowContrast:colors$2.neutral.navyGrayDark[900],highContrast:colors$2.neutral.navyGrayDark[600]}},border:{normal:{lowContrast:colors$2.neutral.navyGrayDark.a100,highContrast:colors$2.neutral.navyGrayDark.a100},subtle:{lowContrast:colors$2.neutral.navyGrayDark.a50,highContrast:colors$2.neutral.navyGrayDark.a50}},text:{normal:{lowContrast:colors$2.neutral.navyGrayDark[0],highContrast:colors$2.neutral.navyGrayDark[0]},subtle:{lowContrast:colors$2.neutral.navyGrayDark[50],highContrast:colors$2.neutral.navyGrayDark[50]},subdued:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[100]},muted:{lowContrast:colors$2.neutral.navyGrayDark[200],highContrast:colors$2.neutral.navyGrayDark[200]},placeholder:{lowContrast:colors$2.neutral.navyGrayDark[300],highContrast:colors$2.neutral.navyGrayDark[300]}},action:{icon:{default:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark.a200},hover:{lowContrast:colors$2.neutral.navyGrayDark[200],highContrast:colors$2.neutral.navyGrayDark[0]},focus:{lowContrast:colors$2.neutral.navyGrayDark[200],highContrast:colors$2.neutral.navyGrayDark[0]},active:{lowContrast:colors$2.neutral.navyGrayDark[200],highContrast:colors$2.neutral.navyGrayDark[0]},disabled:{lowContrast:colors$2.neutral.navyGrayDark[600],highContrast:colors$2.neutral.navyGrayDark.a100}}}},overlay:{background:colors$2.neutral.ashGrayDark.a1100},brand:{primary:{300:colors$2.chromatic.azure.a100,400:colors$2.chromatic.azure.a200,500:colors$2.chromatic.azure[400],600:colors$2.chromatic.azure[500],700:colors$2.chromatic.azure[600],800:colors$2.chromatic.azure[900]},gray:{200:{lowContrast:colors$2.neutral.navyGrayDark[800],highContrast:colors$2.neutral.navyGrayDark[600]},300:{lowContrast:colors$2.neutral.navyGrayDark[700],highContrast:colors$2.neutral.navyGrayDark[500]},400:{lowContrast:colors$2.neutral.navyGrayDark[600],highContrast:colors$2.neutral.navyGrayDark[400]},500:{lowContrast:colors$2.neutral.navyGrayDark[500],highContrast:colors$2.neutral.navyGrayDark[300]},600:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[200]},700:{lowContrast:colors$2.neutral.navyGrayDark[200],highContrast:colors$2.neutral.navyGrayDark[50]},a50:{lowContrast:colors$2.neutral.navyGrayDark.a50,highContrast:colors$2.neutral.navyGrayDark.a300},a100:{lowContrast:colors$2.neutral.navyGrayDark.a100,highContrast:colors$2.neutral.navyGrayDark.a400}},secondary:{500:colors$2.chromatic.cider[600]}},feedback:{background:{neutral:{lowContrast:colors$2.neutral.navyGrayDark.a100,highContrast:colors$2.neutral.navyGrayDark.a100},positive:{lowContrast:colors$2.chromatic.emerald.a100,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a100,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a100,highContrast:colors$2.chromatic.cider[800]},information:{lowContrast:colors$2.chromatic.sapphire.a100,highContrast:colors$2.chromatic.sapphire[600]}},border:{neutral:{lowContrast:colors$2.neutral.navyGrayDark.a200,highContrast:colors$2.neutral.navyGrayDark[50]},positive:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[800]},information:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[600]}},text:{neutral:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[50]},positive:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.neutral.navyGrayDark[0]},negative:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.neutral.navyGrayDark[0]},notice:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.neutral.navyGrayDark[0]},information:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.neutral.navyGrayDark[0]}},icon:{neutral:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[50]},positive:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.neutral.navyGrayDark[0]},negative:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.neutral.navyGrayDark[0]},notice:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.neutral.navyGrayDark[0]},information:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.neutral.navyGrayDark[0]}},neutral:{action:{background:{primary:{default:{lowContrast:colors$2.neutral.navyGrayDark.a50,highContrast:colors$2.neutral.navyGrayDark[50]},hover:{lowContrast:colors$2.neutral.navyGrayDark.a100,highContrast:colors$2.neutral.navyGrayDark[100]},focus:{lowContrast:colors$2.neutral.navyGrayDark.a200,highContrast:colors$2.neutral.navyGrayDark[200]},active:{lowContrast:colors$2.neutral.navyGrayDark.a200,highContrast:colors$2.neutral.navyGrayDark[200]},disabled:{lowContrast:colors$2.neutral.navyGrayDark.a50,highContrast:colors$2.neutral.navyGrayDark[50]}}},border:{primary:{default:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[300]},hover:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[300]},focus:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[300]},active:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[300]},disabled:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[300]}}},text:{primary:{default:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},hover:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},focus:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},active:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},disabled:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[300]}},link:{default:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[100]},hover:{lowContrast:colors$2.neutral.navyGrayDark[200],highContrast:colors$2.neutral.navyGrayDark[200]},focus:{lowContrast:colors$2.neutral.navyGrayDark[300],highContrast:colors$2.neutral.navyGrayDark[300]},active:{lowContrast:colors$2.neutral.navyGrayDark[300],highContrast:colors$2.neutral.navyGrayDark[300]},disabled:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[400]}}},icon:{primary:{default:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},hover:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},focus:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},active:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},disabled:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[300]}},link:{default:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[100]},hover:{lowContrast:colors$2.neutral.navyGrayDark[200],highContrast:colors$2.neutral.navyGrayDark[200]},focus:{lowContrast:colors$2.neutral.navyGrayDark[300],highContrast:colors$2.neutral.navyGrayDark[300]},active:{lowContrast:colors$2.neutral.navyGrayDark[300],highContrast:colors$2.neutral.navyGrayDark[300]},disabled:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[400]}}}}},positive:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]},hover:{lowContrast:colors$2.chromatic.emerald.a100,highContrast:colors$2.chromatic.emerald[800]},focus:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[900]},active:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[900]},disabled:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]}}}}},negative:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]},hover:{lowContrast:colors$2.chromatic.crimson.a100,highContrast:colors$2.chromatic.crimson[800]},focus:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},active:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},disabled:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson[900],highContrast:colors$2.chromatic.crimson[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson[900],highContrast:colors$2.chromatic.crimson[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson[900],highContrast:colors$2.chromatic.crimson[500]}}}}},notice:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[800]},hover:{lowContrast:colors$2.chromatic.cider.a100,highContrast:colors$2.chromatic.cider[900]},focus:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[950]},active:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[950]},disabled:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[800]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[500]}}}}},information:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]},hover:{lowContrast:colors$2.chromatic.sapphire.a100,highContrast:colors$2.chromatic.sapphire[700]},focus:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},active:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},disabled:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}}}}}},action:{background:{primary:{default:colors$2.chromatic.azure[500],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[700],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.navyGrayDark[600]},secondary:{default:colors$2.chromatic.azure.a00,hover:colors$2.chromatic.azure.a50,focus:colors$2.chromatic.azure.a100,active:colors$2.chromatic.azure.a200,disabled:colors$2.neutral.navyGrayDark.a00},tertiary:{default:colors$2.neutral.navyGrayDark[900],hover:colors$2.neutral.navyGrayDark[700],focus:colors$2.neutral.navyGrayDark[600],active:colors$2.neutral.navyGrayDark[600],disabled:colors$2.neutral.navyGrayDark[1000]}},border:{primary:{default:colors$2.chromatic.azure[500],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[700],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.navyGrayDark[600]},secondary:{default:colors$2.chromatic.azure[400],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[400],active:colors$2.chromatic.azure[400],disabled:colors$2.neutral.navyGrayDark[500]},tertiary:{default:colors$2.neutral.navyGrayDark[400],hover:colors$2.neutral.navyGrayDark[400],focus:colors$2.neutral.navyGrayDark[400],active:colors$2.neutral.navyGrayDark[400],disabled:colors$2.neutral.navyGrayDark[600]}},text:{primary:{default:colors$2.neutral.navyGrayDark[0],hover:colors$2.neutral.navyGrayDark[0],focus:colors$2.neutral.navyGrayDark[0],active:colors$2.neutral.navyGrayDark[0],disabled:colors$2.neutral.navyGrayDark[300]},secondary:{default:colors$2.chromatic.azure[400],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[400],active:colors$2.chromatic.azure[400],disabled:colors$2.neutral.navyGrayDark[500]},tertiary:{default:colors$2.neutral.navyGrayDark[100],hover:colors$2.neutral.navyGrayDark[100],focus:colors$2.neutral.navyGrayDark[100],active:colors$2.neutral.navyGrayDark[100],disabled:colors$2.neutral.navyGrayDark[400]},link:{default:colors$2.chromatic.azure[300],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[500],active:colors$2.chromatic.azure[500],disabled:colors$2.neutral.navyGrayDark[400],visited:colors$2.chromatic.orchid[300]}},icon:{primary:{default:colors$2.neutral.navyGrayDark[0],hover:colors$2.neutral.navyGrayDark[0],focus:colors$2.neutral.navyGrayDark[0],active:colors$2.neutral.navyGrayDark[0],disabled:colors$2.neutral.navyGrayDark[300]},secondary:{default:colors$2.chromatic.azure[400],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[400],active:colors$2.chromatic.azure[400],disabled:colors$2.neutral.navyGrayDark[500]},tertiary:{default:colors$2.neutral.navyGrayDark[100],hover:colors$2.neutral.navyGrayDark[100],focus:colors$2.neutral.navyGrayDark[100],active:colors$2.neutral.navyGrayDark[100],disabled:colors$2.neutral.navyGrayDark[400]},link:{default:colors$2.chromatic.azure[300],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[500],active:colors$2.chromatic.azure[500],disabled:colors$2.neutral.navyGrayDark[400],visited:colors$2.chromatic.orchid[300]}}},badge:{background:{blue:{lowContrast:colors$2.chromatic.azure.a100,highContrast:colors$2.chromatic.azure[600]}},border:{blue:{lowContrast:colors$2.chromatic.azure.a200,highContrast:colors$2.chromatic.azure[600]}},text:{blue:{lowContrast:colors$2.chromatic.azure[400],highContrast:colors$2.neutral.navyGrayDark[0]}},icon:{blue:{lowContrast:colors$2.chromatic.azure[400],highContrast:colors$2.neutral.navyGrayDark[0]}}}}};var bankingTheme={name:'bankingTheme',border:border,breakpoints:breakpoints,colors:colors,motion:motion,spacing:spacing,elevation:elevation,typography:typography};
|
|
31
|
+
|
|
22
32
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
23
33
|
|
|
24
34
|
/**
|
|
@@ -317,11 +327,11 @@ var _root = root$8;
|
|
|
317
327
|
var root$7 = _root;
|
|
318
328
|
|
|
319
329
|
/** Built-in value references. */
|
|
320
|
-
var Symbol$
|
|
330
|
+
var Symbol$4 = root$7.Symbol;
|
|
321
331
|
|
|
322
|
-
var _Symbol = Symbol$
|
|
332
|
+
var _Symbol = Symbol$4;
|
|
323
333
|
|
|
324
|
-
var Symbol$
|
|
334
|
+
var Symbol$3 = _Symbol;
|
|
325
335
|
|
|
326
336
|
/** Used for built-in method references. */
|
|
327
337
|
var objectProto$f = Object.prototype;
|
|
@@ -337,7 +347,7 @@ var hasOwnProperty$c = objectProto$f.hasOwnProperty;
|
|
|
337
347
|
var nativeObjectToString$1 = objectProto$f.toString;
|
|
338
348
|
|
|
339
349
|
/** Built-in value references. */
|
|
340
|
-
var symToStringTag$1 = Symbol$
|
|
350
|
+
var symToStringTag$1 = Symbol$3 ? Symbol$3.toStringTag : undefined;
|
|
341
351
|
|
|
342
352
|
/**
|
|
343
353
|
* A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.
|
|
@@ -392,7 +402,7 @@ function objectToString$1(value) {
|
|
|
392
402
|
|
|
393
403
|
var _objectToString = objectToString$1;
|
|
394
404
|
|
|
395
|
-
var Symbol$
|
|
405
|
+
var Symbol$2 = _Symbol,
|
|
396
406
|
getRawTag = _getRawTag,
|
|
397
407
|
objectToString = _objectToString;
|
|
398
408
|
|
|
@@ -401,7 +411,7 @@ var nullTag = '[object Null]',
|
|
|
401
411
|
undefinedTag = '[object Undefined]';
|
|
402
412
|
|
|
403
413
|
/** Built-in value references. */
|
|
404
|
-
var symToStringTag = Symbol$
|
|
414
|
+
var symToStringTag = Symbol$2 ? Symbol$2.toStringTag : undefined;
|
|
405
415
|
|
|
406
416
|
/**
|
|
407
417
|
* The base implementation of `getTag` without fallbacks for buggy environments.
|
|
@@ -938,7 +948,7 @@ var mapCacheClear = _mapCacheClear,
|
|
|
938
948
|
* @constructor
|
|
939
949
|
* @param {Array} [entries] The key-value pairs to cache.
|
|
940
950
|
*/
|
|
941
|
-
function MapCache$
|
|
951
|
+
function MapCache$2(entries) {
|
|
942
952
|
var index = -1,
|
|
943
953
|
length = entries == null ? 0 : entries.length;
|
|
944
954
|
|
|
@@ -950,17 +960,17 @@ function MapCache$3(entries) {
|
|
|
950
960
|
}
|
|
951
961
|
|
|
952
962
|
// Add methods to `MapCache`.
|
|
953
|
-
MapCache$
|
|
954
|
-
MapCache$
|
|
955
|
-
MapCache$
|
|
956
|
-
MapCache$
|
|
957
|
-
MapCache$
|
|
963
|
+
MapCache$2.prototype.clear = mapCacheClear;
|
|
964
|
+
MapCache$2.prototype['delete'] = mapCacheDelete;
|
|
965
|
+
MapCache$2.prototype.get = mapCacheGet;
|
|
966
|
+
MapCache$2.prototype.has = mapCacheHas;
|
|
967
|
+
MapCache$2.prototype.set = mapCacheSet;
|
|
958
968
|
|
|
959
|
-
var _MapCache = MapCache$
|
|
969
|
+
var _MapCache = MapCache$2;
|
|
960
970
|
|
|
961
971
|
var ListCache$1 = _ListCache,
|
|
962
972
|
Map$1 = _Map,
|
|
963
|
-
MapCache$
|
|
973
|
+
MapCache$1 = _MapCache;
|
|
964
974
|
|
|
965
975
|
/** Used as the size to enable large array optimizations. */
|
|
966
976
|
var LARGE_ARRAY_SIZE = 200;
|
|
@@ -984,7 +994,7 @@ function stackSet$1(key, value) {
|
|
|
984
994
|
this.size = ++data.size;
|
|
985
995
|
return this;
|
|
986
996
|
}
|
|
987
|
-
data = this.__data__ = new MapCache$
|
|
997
|
+
data = this.__data__ = new MapCache$1(pairs);
|
|
988
998
|
}
|
|
989
999
|
data.set(key, value);
|
|
990
1000
|
this.size = data.size;
|
|
@@ -2348,11 +2358,11 @@ function cloneRegExp$1(regexp) {
|
|
|
2348
2358
|
|
|
2349
2359
|
var _cloneRegExp = cloneRegExp$1;
|
|
2350
2360
|
|
|
2351
|
-
var Symbol$
|
|
2361
|
+
var Symbol$1 = _Symbol;
|
|
2352
2362
|
|
|
2353
2363
|
/** Used to convert symbols to primitives and strings. */
|
|
2354
|
-
var symbolProto$
|
|
2355
|
-
symbolValueOf$1 = symbolProto$
|
|
2364
|
+
var symbolProto$1 = Symbol$1 ? Symbol$1.prototype : undefined,
|
|
2365
|
+
symbolValueOf$1 = symbolProto$1 ? symbolProto$1.valueOf : undefined;
|
|
2356
2366
|
|
|
2357
2367
|
/**
|
|
2358
2368
|
* Creates a clone of the `symbol` object.
|
|
@@ -2803,139 +2813,6 @@ function cloneDeep(value) {
|
|
|
2803
2813
|
|
|
2804
2814
|
var cloneDeep_1 = cloneDeep;
|
|
2805
2815
|
|
|
2806
|
-
var MapCache$1 = _MapCache;
|
|
2807
|
-
|
|
2808
|
-
/** Error message constants. */
|
|
2809
|
-
var FUNC_ERROR_TEXT = 'Expected a function';
|
|
2810
|
-
|
|
2811
|
-
/**
|
|
2812
|
-
* Creates a function that memoizes the result of `func`. If `resolver` is
|
|
2813
|
-
* provided, it determines the cache key for storing the result based on the
|
|
2814
|
-
* arguments provided to the memoized function. By default, the first argument
|
|
2815
|
-
* provided to the memoized function is used as the map cache key. The `func`
|
|
2816
|
-
* is invoked with the `this` binding of the memoized function.
|
|
2817
|
-
*
|
|
2818
|
-
* **Note:** The cache is exposed as the `cache` property on the memoized
|
|
2819
|
-
* function. Its creation may be customized by replacing the `_.memoize.Cache`
|
|
2820
|
-
* constructor with one whose instances implement the
|
|
2821
|
-
* [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)
|
|
2822
|
-
* method interface of `clear`, `delete`, `get`, `has`, and `set`.
|
|
2823
|
-
*
|
|
2824
|
-
* @static
|
|
2825
|
-
* @memberOf _
|
|
2826
|
-
* @since 0.1.0
|
|
2827
|
-
* @category Function
|
|
2828
|
-
* @param {Function} func The function to have its output memoized.
|
|
2829
|
-
* @param {Function} [resolver] The function to resolve the cache key.
|
|
2830
|
-
* @returns {Function} Returns the new memoized function.
|
|
2831
|
-
* @example
|
|
2832
|
-
*
|
|
2833
|
-
* var object = { 'a': 1, 'b': 2 };
|
|
2834
|
-
* var other = { 'c': 3, 'd': 4 };
|
|
2835
|
-
*
|
|
2836
|
-
* var values = _.memoize(_.values);
|
|
2837
|
-
* values(object);
|
|
2838
|
-
* // => [1, 2]
|
|
2839
|
-
*
|
|
2840
|
-
* values(other);
|
|
2841
|
-
* // => [3, 4]
|
|
2842
|
-
*
|
|
2843
|
-
* object.a = 2;
|
|
2844
|
-
* values(object);
|
|
2845
|
-
* // => [1, 2]
|
|
2846
|
-
*
|
|
2847
|
-
* // Modify the result cache.
|
|
2848
|
-
* values.cache.set(object, ['a', 'b']);
|
|
2849
|
-
* values(object);
|
|
2850
|
-
* // => ['a', 'b']
|
|
2851
|
-
*
|
|
2852
|
-
* // Replace `_.memoize.Cache`.
|
|
2853
|
-
* _.memoize.Cache = WeakMap;
|
|
2854
|
-
*/
|
|
2855
|
-
function memoize$1(func, resolver) {
|
|
2856
|
-
if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {
|
|
2857
|
-
throw new TypeError(FUNC_ERROR_TEXT);
|
|
2858
|
-
}
|
|
2859
|
-
var memoized = function() {
|
|
2860
|
-
var args = arguments,
|
|
2861
|
-
key = resolver ? resolver.apply(this, args) : args[0],
|
|
2862
|
-
cache = memoized.cache;
|
|
2863
|
-
|
|
2864
|
-
if (cache.has(key)) {
|
|
2865
|
-
return cache.get(key);
|
|
2866
|
-
}
|
|
2867
|
-
var result = func.apply(this, args);
|
|
2868
|
-
memoized.cache = cache.set(key, result) || cache;
|
|
2869
|
-
return result;
|
|
2870
|
-
};
|
|
2871
|
-
memoized.cache = new (memoize$1.Cache || MapCache$1);
|
|
2872
|
-
return memoized;
|
|
2873
|
-
}
|
|
2874
|
-
|
|
2875
|
-
// Expose `MapCache`.
|
|
2876
|
-
memoize$1.Cache = MapCache$1;
|
|
2877
|
-
|
|
2878
|
-
var memoize_1 = memoize$1;
|
|
2879
|
-
|
|
2880
|
-
var memoize = memoize_1;
|
|
2881
|
-
|
|
2882
|
-
/** Used as the maximum memoize cache size. */
|
|
2883
|
-
var MAX_MEMOIZE_SIZE = 500;
|
|
2884
|
-
|
|
2885
|
-
/**
|
|
2886
|
-
* A specialized version of `_.memoize` which clears the memoized function's
|
|
2887
|
-
* cache when it exceeds `MAX_MEMOIZE_SIZE`.
|
|
2888
|
-
*
|
|
2889
|
-
* @private
|
|
2890
|
-
* @param {Function} func The function to have its output memoized.
|
|
2891
|
-
* @returns {Function} Returns the new memoized function.
|
|
2892
|
-
*/
|
|
2893
|
-
function memoizeCapped$1(func) {
|
|
2894
|
-
var result = memoize(func, function(key) {
|
|
2895
|
-
if (cache.size === MAX_MEMOIZE_SIZE) {
|
|
2896
|
-
cache.clear();
|
|
2897
|
-
}
|
|
2898
|
-
return key;
|
|
2899
|
-
});
|
|
2900
|
-
|
|
2901
|
-
var cache = result.cache;
|
|
2902
|
-
return result;
|
|
2903
|
-
}
|
|
2904
|
-
|
|
2905
|
-
var _memoizeCapped = memoizeCapped$1;
|
|
2906
|
-
|
|
2907
|
-
var memoizeCapped = _memoizeCapped;
|
|
2908
|
-
|
|
2909
|
-
/** Used to match property names within property paths. */
|
|
2910
|
-
var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;
|
|
2911
|
-
|
|
2912
|
-
/** Used to match backslashes in property paths. */
|
|
2913
|
-
var reEscapeChar = /\\(\\)?/g;
|
|
2914
|
-
|
|
2915
|
-
/**
|
|
2916
|
-
* Converts `string` to a property path array.
|
|
2917
|
-
*
|
|
2918
|
-
* @private
|
|
2919
|
-
* @param {string} string The string to convert.
|
|
2920
|
-
* @returns {Array} Returns the property path array.
|
|
2921
|
-
*/
|
|
2922
|
-
memoizeCapped(function(string) {
|
|
2923
|
-
var result = [];
|
|
2924
|
-
if (string.charCodeAt(0) === 46 /* . */) {
|
|
2925
|
-
result.push('');
|
|
2926
|
-
}
|
|
2927
|
-
string.replace(rePropName, function(match, number, quote, subString) {
|
|
2928
|
-
result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));
|
|
2929
|
-
});
|
|
2930
|
-
return result;
|
|
2931
|
-
});
|
|
2932
|
-
|
|
2933
|
-
var Symbol$1 = _Symbol;
|
|
2934
|
-
|
|
2935
|
-
/** Used to convert symbols to primitives and strings. */
|
|
2936
|
-
var symbolProto$1 = Symbol$1 ? Symbol$1.prototype : undefined;
|
|
2937
|
-
symbolProto$1 ? symbolProto$1.toString : undefined;
|
|
2938
|
-
|
|
2939
2816
|
/** Used to stand-in for `undefined` hash values. */
|
|
2940
2817
|
|
|
2941
2818
|
var HASH_UNDEFINED = '__lodash_hash_undefined__';
|
|
@@ -3519,12 +3396,6 @@ function isEqual(value, other) {
|
|
|
3519
3396
|
|
|
3520
3397
|
var isEqual_1 = isEqual;
|
|
3521
3398
|
|
|
3522
|
-
var isPartialMatchObjectKeys=function isPartialMatchObjectKeys(_ref){var objectToMatch=_ref.objectToMatch,objectToInspect=_ref.objectToInspect;var matchResponses=[];var matchObjectKeys=function matchObjectKeys(_ref2){var innerObjectToMatch=_ref2.innerObjectToMatch,innerObjectToInspect=_ref2.innerObjectToInspect;for(var _i=0,_Object$entries=Object.entries(innerObjectToMatch);_i<_Object$entries.length;_i++){var _ref3=_Object$entries[_i];var _ref4=_slicedToArray(_ref3,2);var key=_ref4[0];var valueToMatch=_ref4[1];var valueToInspect=innerObjectToInspect[key];if(innerObjectToInspect.hasOwnProperty(key)){if(valueToMatch===null||valueToMatch===undefined||valueToMatch===''||Array.isArray(valueToMatch)||!(valueToMatch instanceof Object)&&typeof valueToMatch!==typeof valueToInspect){console.error("[isPartialMatchObjectKeys]: Unexpected value: "+JSON.stringify(valueToMatch)+" of type "+typeof valueToMatch+" for key: "+key);matchResponses.push(false);}if(typeof valueToMatch==='string'){matchResponses.push(true);}if(isObject_1(valueToMatch)&&isObject_1(valueToInspect)){matchObjectKeys({innerObjectToMatch:valueToMatch,innerObjectToInspect:valueToInspect});}}else {console.error("[isPartialMatchObjectKeys]: "+key+" doesn't exist in "+JSON.stringify(innerObjectToInspect,null,2));matchResponses.push(false);}}};matchObjectKeys({innerObjectToMatch:objectToMatch,innerObjectToInspect:objectToInspect});return matchResponses.every(Boolean);};
|
|
3523
|
-
|
|
3524
|
-
var accessibilityValue={valueMax:'max',valueMin:'min',valueNow:'now',valueText:'text'};var accessibilityState={selected:'selected',disabled:'disabled',expanded:'expanded',busy:'busy',checked:'checked'};_extends({},accessibilityState,accessibilityValue,{activeDescendant:'accessibilityActiveDescendant',atomic:'accessibilityAtomic',autoComplete:'accessibilityAutoComplete',colCount:'accessibilityColCount',colIndex:'accessibilityColIndex',colSpan:'accessibilityColSpan',controls:'accessibilityControls',describedBy:'accessibilityDescribedBy',details:'accessibilityDetails',errorMessage:'accessibilityErrorMessage',flowTo:'accessibilityFlowTo',hasPopup:'accessibilityHasPopup',hidden:'accessibilityHidden',invalid:'accessibilityInvalid',keyShortcuts:'accessibilityKeyShortcuts',label:'accessibilityLabel',labelledBy:'accessibilityLabelledBy',liveRegion:'accessibilityLiveRegion',modal:'accessibilityModal',multiline:'accessibilityMultiline',multiSelectable:'accessibilityMultiSelectable',orientation:'accessibilityOrientation',owns:'accessibilityOwns',placeholder:'accessibilityPlaceholder',posInSet:'accessibilityPosInSet',pressed:'accessibilityPressed',readOnly:'accessibilityReadOnly',required:'accessibilityRequired',role:'accessibilityRole',roleDescription:'accessibilityRoleDescription',rowCount:'accessibilityRowCount',rowIndex:'accessibilityRowIndex',rowSpan:'accessibilityRowSpan',setSize:'accessibilitySetSize',sort:'accessibilitySort',current:'accessibilityCurrent',dropEffect:'accessibilityDropEffect',grabbed:'accessibilityGrabbed',level:'accessibilityLevel',relevant:'accessibilityRelevant'});
|
|
3525
|
-
|
|
3526
|
-
var makeBezier=function makeBezier(x1,y1,x2,y2){return Easing.bezier(x1,y1,x2,y2);};
|
|
3527
|
-
|
|
3528
3399
|
var baseAssignValue = _baseAssignValue,
|
|
3529
3400
|
eq$1 = eq_1;
|
|
3530
3401
|
|
|
@@ -4196,15 +4067,7 @@ var merge = createAssigner(function(object, source, srcIndex) {
|
|
|
4196
4067
|
|
|
4197
4068
|
var merge_1 = merge;
|
|
4198
4069
|
|
|
4199
|
-
var
|
|
4200
|
-
|
|
4201
|
-
var size={0:0,1:1,2:2,3:3,4:4,5:5,6:6,8:8,10:10,12:12,16:16,18:18,20:20,24:24,28:28,32:32,36:36,40:40,44:44,48:48,56:56,100:100,120:120,140:140,160:160,200:200,300:300,360:360,400:400,584:584,640:640,760:760,800:800,1024:1024,1136:1136};
|
|
4202
|
-
|
|
4203
|
-
var elevation={onLight:{none:{elevation:0,shadowColor:'',shadowOpacity:0,shadowRadius:0,shadowOffset:{width:0,height:0}},lowRaised:{elevation:4,shadowColor:'hsla(217, 56%, 17%, 0.64)',shadowOpacity:0.12,shadowRadius:2,shadowOffset:{width:0,height:3}},midRaised:{elevation:12,shadowColor:'hsla(217, 56%, 17%, 0.64)',shadowOpacity:0.1,shadowRadius:4,shadowOffset:{width:0,height:8}},highRaised:{elevation:26,shadowColor:'hsla(217, 56%, 17%, 0.64)',shadowOpacity:0.2,shadowRadius:12,shadowOffset:{width:0,height:18}}},onDark:{none:{elevation:0,shadowColor:'',shadowOpacity:0,shadowRadius:0,shadowOffset:{width:0,height:0}},lowRaised:{elevation:4,shadowColor:'hsla(231, 67%, 10%, 0.64)',shadowOpacity:0.12,shadowRadius:2,shadowOffset:{width:0,height:3}},midRaised:{elevation:12,shadowColor:'hsla(231, 67%, 10%, 0.64)',shadowOpacity:0.1,shadowRadius:4,shadowOffset:{width:0,height:8}},highRaised:{elevation:26,shadowColor:'hsla(231, 67%, 10%, 0.64)',shadowOpacity:0.2,shadowRadius:12,shadowOffset:{width:0,height:18}}}};
|
|
4204
|
-
|
|
4205
|
-
var colors$1={onLight:{surface:{background:{level1:{lowContrast:colors$2.neutral.blueGrayLight[100],highContrast:colors$2.neutral.blueGrayLight[1200]},level2:{lowContrast:colors$2.neutral.blueGrayLight[0],highContrast:colors$2.neutral.blueGrayLight[1100]},level3:{lowContrast:colors$2.neutral.blueGrayLight[50],highContrast:colors$2.neutral.blueGrayLight[1000]}},border:{normal:{lowContrast:colors$2.neutral.blueGrayLight.a100,highContrast:colors$2.neutral.blueGrayLight.a100},subtle:{lowContrast:colors$2.neutral.blueGrayLight.a50,highContrast:colors$2.neutral.blueGrayLight.a50}},text:{normal:{lowContrast:colors$2.neutral.blueGrayLight[1200],highContrast:colors$2.neutral.blueGrayLight[0]},subtle:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[100]},subdued:{lowContrast:colors$2.neutral.blueGrayLight[800],highContrast:colors$2.neutral.blueGrayLight[300]},muted:{lowContrast:colors$2.neutral.blueGrayLight[600],highContrast:colors$2.neutral.blueGrayLight[400]},placeholder:{lowContrast:colors$2.neutral.blueGrayLight[500],highContrast:colors$2.neutral.blueGrayLight[700]}},action:{icon:{default:{lowContrast:colors$2.neutral.blueGrayLight[500],highContrast:colors$2.neutral.blueGrayLight.a500},hover:{lowContrast:colors$2.neutral.blueGrayLight[800],highContrast:colors$2.neutral.blueGrayLight[0]},focus:{lowContrast:colors$2.neutral.blueGrayLight[800],highContrast:colors$2.neutral.blueGrayLight[0]},active:{lowContrast:colors$2.neutral.blueGrayLight[800],highContrast:colors$2.neutral.blueGrayLight[0]},disabled:{lowContrast:colors$2.neutral.blueGrayLight[300],highContrast:colors$2.neutral.blueGrayLight.a100}}}},overlay:{background:colors$2.neutral.ashGrayLight.a1100},brand:{primary:{300:colors$2.chromatic.azure.a50,400:colors$2.chromatic.azure.a100,500:colors$2.chromatic.azure[600],600:colors$2.chromatic.azure[700],700:colors$2.chromatic.azure[800],800:colors$2.chromatic.azure[950]},gray:{200:{lowContrast:colors$2.neutral.blueGrayLight[50],highContrast:colors$2.neutral.blueGrayLight[1000]},300:{lowContrast:colors$2.neutral.blueGrayLight[100],highContrast:colors$2.neutral.blueGrayLight[900]},400:{lowContrast:colors$2.neutral.blueGrayLight[300],highContrast:colors$2.neutral.blueGrayLight[800]},500:{lowContrast:colors$2.neutral.blueGrayLight[500],highContrast:colors$2.neutral.blueGrayLight[700]},600:{lowContrast:colors$2.neutral.blueGrayLight[600],highContrast:colors$2.neutral.blueGrayLight[500]},700:{lowContrast:colors$2.neutral.blueGrayLight[800],highContrast:colors$2.neutral.blueGrayLight[100]},a50:{lowContrast:colors$2.neutral.blueGrayLight.a50,highContrast:colors$2.neutral.blueGrayLight.a300},a100:{lowContrast:colors$2.neutral.blueGrayLight.a100,highContrast:colors$2.neutral.blueGrayLight.a400}},secondary:{500:colors$2.chromatic.emerald[500]}},feedback:{background:{neutral:{lowContrast:colors$2.neutral.blueGrayLight.a50,highContrast:colors$2.neutral.blueGrayLight[1000]},positive:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[700]},information:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]}},border:{neutral:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[1000]},positive:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[700]},information:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[600]}},text:{neutral:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[0]},positive:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.neutral.blueGrayLight[0]},negative:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.neutral.blueGrayLight[0]},notice:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.neutral.blueGrayLight[0]},information:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.neutral.blueGrayLight[0]}},icon:{neutral:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[0]},positive:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.neutral.blueGrayLight[0]},negative:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.neutral.blueGrayLight[0]},notice:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.neutral.blueGrayLight[0]},information:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.neutral.blueGrayLight[0]}},neutral:{action:{background:{primary:{default:{lowContrast:colors$2.neutral.blueGrayLight.a50,highContrast:colors$2.neutral.blueGrayLight[1000]},hover:{lowContrast:colors$2.neutral.blueGrayLight.a100,highContrast:colors$2.neutral.blueGrayLight[1100]},focus:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[1200]},active:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[1200]},disabled:{lowContrast:colors$2.neutral.blueGrayLight.a50,highContrast:colors$2.neutral.blueGrayLight[1000]}}},border:{primary:{default:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[500]},hover:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[500]},focus:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[500]},active:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[500]},disabled:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[700]}}},text:{primary:{default:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},hover:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},focus:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},active:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},disabled:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[700]}},link:{default:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},hover:{lowContrast:colors$2.neutral.blueGrayLight[800],highContrast:colors$2.neutral.blueGrayLight[200]},focus:{lowContrast:colors$2.neutral.blueGrayLight[1000],highContrast:colors$2.neutral.blueGrayLight[400]},active:{lowContrast:colors$2.neutral.blueGrayLight[1000],highContrast:colors$2.neutral.blueGrayLight[400]},disabled:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[700]}}},icon:{primary:{default:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},hover:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},focus:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},active:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},disabled:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[700]}},link:{default:{lowContrast:colors$2.neutral.blueGrayLight[900],highContrast:colors$2.neutral.blueGrayLight[50]},hover:{lowContrast:colors$2.neutral.blueGrayLight[800],highContrast:colors$2.neutral.blueGrayLight[200]},focus:{lowContrast:colors$2.neutral.blueGrayLight[1000],highContrast:colors$2.neutral.blueGrayLight[400]},active:{lowContrast:colors$2.neutral.blueGrayLight[1000],highContrast:colors$2.neutral.blueGrayLight[400]},disabled:{lowContrast:colors$2.neutral.blueGrayLight.a200,highContrast:colors$2.neutral.blueGrayLight[700]}}}}},positive:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]},hover:{lowContrast:colors$2.chromatic.emerald.a100,highContrast:colors$2.chromatic.emerald[800]},focus:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[900]},active:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[900]},disabled:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[200],highContrast:colors$2.chromatic.emerald[100]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[200],highContrast:colors$2.chromatic.emerald[100]}}}}},negative:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]},hover:{lowContrast:colors$2.chromatic.crimson.a100,highContrast:colors$2.chromatic.crimson[800]},focus:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},active:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},disabled:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}}}}},notice:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[700]},hover:{lowContrast:colors$2.chromatic.cider.a100,highContrast:colors$2.chromatic.cider[800]},focus:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[900]},active:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[900]},disabled:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}}}}},information:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]},hover:{lowContrast:colors$2.chromatic.sapphire.a100,highContrast:colors$2.chromatic.sapphire[700]},focus:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},active:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},disabled:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}}}}}},action:{background:{primary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[900],disabled:colors$2.neutral.blueGrayLight[300]},secondary:{default:colors$2.chromatic.azure.a00,hover:colors$2.chromatic.azure.a50,focus:colors$2.chromatic.azure.a100,active:colors$2.chromatic.azure.a200,disabled:colors$2.neutral.blueGrayLight.a00},tertiary:{default:colors$2.neutral.blueGrayLight[0],hover:colors$2.neutral.blueGrayLight[50],focus:colors$2.neutral.blueGrayLight[100],active:colors$2.neutral.blueGrayLight[200],disabled:colors$2.neutral.blueGrayLight[0]}},border:{primary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[900],disabled:colors$2.neutral.blueGrayLight[300]},secondary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[600],active:colors$2.chromatic.azure[600],disabled:colors$2.neutral.blueGrayLight[400]},tertiary:{default:colors$2.neutral.blueGrayLight[300],hover:colors$2.neutral.blueGrayLight[300],focus:colors$2.neutral.blueGrayLight[300],active:colors$2.neutral.blueGrayLight[300],disabled:colors$2.neutral.blueGrayLight[300]}},text:{primary:{default:colors$2.neutral.blueGrayLight[0],hover:colors$2.neutral.blueGrayLight[0],focus:colors$2.neutral.blueGrayLight[0],active:colors$2.neutral.blueGrayLight[0],disabled:colors$2.neutral.blueGrayLight[600]},secondary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[600],active:colors$2.chromatic.azure[600],disabled:colors$2.neutral.blueGrayLight[400]},tertiary:{default:colors$2.neutral.blueGrayLight[1000],hover:colors$2.neutral.blueGrayLight[1000],focus:colors$2.neutral.blueGrayLight[1000],active:colors$2.neutral.blueGrayLight[1000],disabled:colors$2.neutral.blueGrayLight[400]},link:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.blueGrayLight[400],visited:colors$2.chromatic.orchid[400]}},icon:{primary:{default:colors$2.neutral.blueGrayLight[0],hover:colors$2.neutral.blueGrayLight[0],focus:colors$2.neutral.blueGrayLight[0],active:colors$2.neutral.blueGrayLight[0],disabled:colors$2.neutral.blueGrayLight[600]},secondary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[600],active:colors$2.chromatic.azure[600],disabled:colors$2.neutral.blueGrayLight[400]},tertiary:{default:colors$2.neutral.blueGrayLight[1000],hover:colors$2.neutral.blueGrayLight[1000],focus:colors$2.neutral.blueGrayLight[1000],active:colors$2.neutral.blueGrayLight[1000],disabled:colors$2.neutral.blueGrayLight[400]},link:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.blueGrayLight[400],visited:colors$2.chromatic.orchid[400]}}},badge:{background:{blue:{lowContrast:colors$2.chromatic.azure.a50,highContrast:colors$2.chromatic.azure[600]}},border:{blue:{lowContrast:colors$2.chromatic.azure.a200,highContrast:colors$2.chromatic.azure[600]}},text:{blue:{lowContrast:colors$2.chromatic.azure[600],highContrast:colors$2.neutral.blueGrayLight[0]}},icon:{blue:{lowContrast:colors$2.chromatic.azure[600],highContrast:colors$2.neutral.blueGrayLight[0]}}}},onDark:{surface:{background:{level1:{lowContrast:colors$2.neutral.blueGrayDark[1300],highContrast:colors$2.neutral.blueGrayDark[800]},level2:{lowContrast:colors$2.neutral.blueGrayDark[1100],highContrast:colors$2.neutral.blueGrayDark[700]},level3:{lowContrast:colors$2.neutral.blueGrayDark[900],highContrast:colors$2.neutral.blueGrayDark[600]}},border:{normal:{lowContrast:colors$2.neutral.blueGrayDark.a100,highContrast:colors$2.neutral.blueGrayDark.a100},subtle:{lowContrast:colors$2.neutral.blueGrayDark.a50,highContrast:colors$2.neutral.blueGrayDark.a50}},text:{normal:{lowContrast:colors$2.neutral.blueGrayDark[0],highContrast:colors$2.neutral.blueGrayDark[0]},subtle:{lowContrast:colors$2.neutral.blueGrayDark[50],highContrast:colors$2.neutral.blueGrayDark[50]},subdued:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[100]},muted:{lowContrast:colors$2.neutral.blueGrayDark[200],highContrast:colors$2.neutral.blueGrayDark[200]},placeholder:{lowContrast:colors$2.neutral.blueGrayDark[300],highContrast:colors$2.neutral.blueGrayDark[300]}},action:{icon:{default:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark.a200},hover:{lowContrast:colors$2.neutral.blueGrayDark[200],highContrast:colors$2.neutral.blueGrayDark[0]},focus:{lowContrast:colors$2.neutral.blueGrayDark[200],highContrast:colors$2.neutral.blueGrayDark[0]},active:{lowContrast:colors$2.neutral.blueGrayDark[200],highContrast:colors$2.neutral.blueGrayDark[0]},disabled:{lowContrast:colors$2.neutral.blueGrayDark[600],highContrast:colors$2.neutral.blueGrayDark.a100}}}},overlay:{background:colors$2.neutral.ashGrayDark.a1100},brand:{primary:{300:colors$2.chromatic.azure.a100,400:colors$2.chromatic.azure.a200,500:colors$2.chromatic.azure[400],600:colors$2.chromatic.azure[500],700:colors$2.chromatic.azure[600],800:colors$2.chromatic.azure[900]},gray:{200:{lowContrast:colors$2.neutral.blueGrayDark[800],highContrast:colors$2.neutral.blueGrayDark[600]},300:{lowContrast:colors$2.neutral.blueGrayDark[700],highContrast:colors$2.neutral.blueGrayDark[500]},400:{lowContrast:colors$2.neutral.blueGrayDark[600],highContrast:colors$2.neutral.blueGrayDark[400]},500:{lowContrast:colors$2.neutral.blueGrayDark[500],highContrast:colors$2.neutral.blueGrayDark[300]},600:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[200]},700:{lowContrast:colors$2.neutral.blueGrayDark[200],highContrast:colors$2.neutral.blueGrayDark[50]},a50:{lowContrast:colors$2.neutral.blueGrayDark.a50,highContrast:colors$2.neutral.blueGrayDark.a300},a100:{lowContrast:colors$2.neutral.blueGrayDark.a100,highContrast:colors$2.neutral.blueGrayDark.a400}},secondary:{500:colors$2.chromatic.emerald[500]}},feedback:{background:{neutral:{lowContrast:colors$2.neutral.blueGrayDark.a100,highContrast:colors$2.neutral.blueGrayDark.a100},positive:{lowContrast:colors$2.chromatic.emerald.a100,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a100,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a100,highContrast:colors$2.chromatic.cider[800]},information:{lowContrast:colors$2.chromatic.sapphire.a100,highContrast:colors$2.chromatic.sapphire[600]}},border:{neutral:{lowContrast:colors$2.neutral.blueGrayDark.a200,highContrast:colors$2.neutral.blueGrayDark[50]},positive:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[800]},information:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[600]}},text:{neutral:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[50]},positive:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.neutral.blueGrayDark[0]},negative:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.neutral.blueGrayDark[0]},notice:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.neutral.blueGrayDark[0]},information:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.neutral.blueGrayDark[0]}},icon:{neutral:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[50]},positive:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.neutral.blueGrayDark[0]},negative:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.neutral.blueGrayDark[0]},notice:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.neutral.blueGrayDark[0]},information:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.neutral.blueGrayDark[0]}},neutral:{action:{background:{primary:{default:{lowContrast:colors$2.neutral.blueGrayDark.a50,highContrast:colors$2.neutral.blueGrayDark[50]},hover:{lowContrast:colors$2.neutral.blueGrayDark.a100,highContrast:colors$2.neutral.blueGrayDark[100]},focus:{lowContrast:colors$2.neutral.blueGrayDark.a200,highContrast:colors$2.neutral.blueGrayDark[200]},active:{lowContrast:colors$2.neutral.blueGrayDark.a200,highContrast:colors$2.neutral.blueGrayDark[200]},disabled:{lowContrast:colors$2.neutral.blueGrayDark.a50,highContrast:colors$2.neutral.blueGrayDark[50]}}},border:{primary:{default:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[300]},hover:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[300]},focus:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[300]},active:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[300]},disabled:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[300]}}},text:{primary:{default:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},hover:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},focus:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},active:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},disabled:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[300]}},link:{default:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[100]},hover:{lowContrast:colors$2.neutral.blueGrayDark[200],highContrast:colors$2.neutral.blueGrayDark[200]},focus:{lowContrast:colors$2.neutral.blueGrayDark[300],highContrast:colors$2.neutral.blueGrayDark[300]},active:{lowContrast:colors$2.neutral.blueGrayDark[300],highContrast:colors$2.neutral.blueGrayDark[300]},disabled:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[400]}}},icon:{primary:{default:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},hover:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},focus:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},active:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[700]},disabled:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[300]}},link:{default:{lowContrast:colors$2.neutral.blueGrayDark[100],highContrast:colors$2.neutral.blueGrayDark[100]},hover:{lowContrast:colors$2.neutral.blueGrayDark[200],highContrast:colors$2.neutral.blueGrayDark[200]},focus:{lowContrast:colors$2.neutral.blueGrayDark[300],highContrast:colors$2.neutral.blueGrayDark[300]},active:{lowContrast:colors$2.neutral.blueGrayDark[300],highContrast:colors$2.neutral.blueGrayDark[300]},disabled:{lowContrast:colors$2.neutral.blueGrayDark[400],highContrast:colors$2.neutral.blueGrayDark[400]}}}}},positive:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]},hover:{lowContrast:colors$2.chromatic.emerald.a100,highContrast:colors$2.chromatic.emerald[800]},focus:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[900]},active:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[900]},disabled:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]}}}}},negative:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]},hover:{lowContrast:colors$2.chromatic.crimson.a100,highContrast:colors$2.chromatic.crimson[800]},focus:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},active:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},disabled:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson[900],highContrast:colors$2.chromatic.crimson[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson[900],highContrast:colors$2.chromatic.crimson[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson[900],highContrast:colors$2.chromatic.crimson[500]}}}}},notice:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[800]},hover:{lowContrast:colors$2.chromatic.cider.a100,highContrast:colors$2.chromatic.cider[900]},focus:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[950]},active:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[950]},disabled:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[800]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}}}}},information:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]},hover:{lowContrast:colors$2.chromatic.sapphire.a100,highContrast:colors$2.chromatic.sapphire[700]},focus:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},active:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},disabled:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}}}}}},action:{background:{primary:{default:colors$2.chromatic.azure[500],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[700],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.blueGrayDark[600]},secondary:{default:colors$2.chromatic.azure.a00,hover:colors$2.chromatic.azure.a50,focus:colors$2.chromatic.azure.a100,active:colors$2.chromatic.azure.a200,disabled:colors$2.neutral.blueGrayDark.a00},tertiary:{default:colors$2.neutral.blueGrayDark[900],hover:colors$2.neutral.blueGrayDark[900],focus:colors$2.neutral.blueGrayDark[1000],active:colors$2.neutral.blueGrayLight[1100],disabled:colors$2.neutral.blueGrayDark[800]}},border:{primary:{default:colors$2.chromatic.azure[500],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[700],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.blueGrayDark[600]},secondary:{default:colors$2.chromatic.azure[400],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[400],active:colors$2.chromatic.azure[400],disabled:colors$2.neutral.blueGrayDark[500]},tertiary:{default:colors$2.neutral.blueGrayDark[400],hover:colors$2.neutral.blueGrayDark[400],focus:colors$2.neutral.blueGrayDark[400],active:colors$2.neutral.blueGrayDark[400],disabled:colors$2.neutral.blueGrayDark[600]}},text:{primary:{default:colors$2.neutral.blueGrayDark[0],hover:colors$2.neutral.blueGrayDark[0],focus:colors$2.neutral.blueGrayDark[0],active:colors$2.neutral.blueGrayDark[0],disabled:colors$2.neutral.blueGrayDark[300]},secondary:{default:colors$2.chromatic.azure[400],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[400],active:colors$2.chromatic.azure[400],disabled:colors$2.neutral.blueGrayDark[500]},tertiary:{default:colors$2.neutral.blueGrayDark[100],hover:colors$2.neutral.blueGrayDark[100],focus:colors$2.neutral.blueGrayDark[100],active:colors$2.neutral.blueGrayDark[100],disabled:colors$2.neutral.blueGrayDark[400]},link:{default:colors$2.chromatic.azure[300],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[500],active:colors$2.chromatic.azure[500],disabled:colors$2.neutral.blueGrayDark[400],visited:colors$2.chromatic.orchid[300]}},icon:{primary:{default:colors$2.neutral.blueGrayDark[0],hover:colors$2.neutral.blueGrayDark[0],focus:colors$2.neutral.blueGrayDark[0],active:colors$2.neutral.blueGrayDark[0],disabled:colors$2.neutral.blueGrayDark[300]},secondary:{default:colors$2.chromatic.azure[400],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[400],active:colors$2.chromatic.azure[400],disabled:colors$2.neutral.blueGrayDark[500]},tertiary:{default:colors$2.neutral.blueGrayDark[100],hover:colors$2.neutral.blueGrayDark[100],focus:colors$2.neutral.blueGrayLight[1000],active:colors$2.neutral.blueGrayDark[100],disabled:colors$2.neutral.blueGrayDark[400]},link:{default:colors$2.chromatic.azure[300],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[500],active:colors$2.chromatic.azure[500],disabled:colors$2.neutral.blueGrayDark[400],visited:colors$2.chromatic.orchid[300]}}},badge:{background:{blue:{lowContrast:colors$2.chromatic.azure.a100,highContrast:colors$2.chromatic.azure[600]}},border:{blue:{lowContrast:colors$2.chromatic.azure.a200,highContrast:colors$2.chromatic.azure[600]}},text:{blue:{lowContrast:colors$2.chromatic.azure[400],highContrast:colors$2.neutral.blueGrayDark[0]}},icon:{blue:{lowContrast:colors$2.chromatic.azure[400],highContrast:colors$2.neutral.blueGrayDark[0]}}}}};var paymentTheme={name:'paymentTheme',border:border,breakpoints:breakpoints,colors:colors$1,motion:motion,spacing:spacing,elevation:elevation,typography:typography};
|
|
4206
|
-
|
|
4207
|
-
var colors={onLight:{surface:{background:{level1:{lowContrast:colors$2.neutral.navyGrayLight[100],highContrast:colors$2.neutral.navyGrayLight[1200]},level2:{lowContrast:colors$2.neutral.navyGrayLight[0],highContrast:colors$2.neutral.navyGrayLight[1100]},level3:{lowContrast:colors$2.neutral.navyGrayLight[50],highContrast:colors$2.neutral.navyGrayLight[1000]}},border:{normal:{lowContrast:colors$2.neutral.navyGrayLight.a100,highContrast:colors$2.neutral.navyGrayLight.a100},subtle:{lowContrast:colors$2.neutral.navyGrayLight.a50,highContrast:colors$2.neutral.navyGrayLight.a50}},text:{normal:{lowContrast:colors$2.neutral.navyGrayLight[1200],highContrast:colors$2.neutral.navyGrayLight[0]},subtle:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[100]},subdued:{lowContrast:colors$2.neutral.navyGrayLight[800],highContrast:colors$2.neutral.navyGrayLight[300]},muted:{lowContrast:colors$2.neutral.navyGrayLight[600],highContrast:colors$2.neutral.navyGrayLight[400]},placeholder:{lowContrast:colors$2.neutral.navyGrayLight[500],highContrast:colors$2.neutral.navyGrayLight[700]}},action:{icon:{default:{lowContrast:colors$2.neutral.navyGrayLight[500],highContrast:colors$2.neutral.navyGrayLight.a500},hover:{lowContrast:colors$2.neutral.navyGrayLight[800],highContrast:colors$2.neutral.navyGrayLight[0]},focus:{lowContrast:colors$2.neutral.navyGrayLight[800],highContrast:colors$2.neutral.navyGrayLight[0]},active:{lowContrast:colors$2.neutral.navyGrayLight[800],highContrast:colors$2.neutral.navyGrayLight[0]},disabled:{lowContrast:colors$2.neutral.navyGrayLight[300],highContrast:colors$2.neutral.navyGrayLight.a100}}}},overlay:{background:colors$2.neutral.ashGrayLight.a1100},brand:{primary:{300:colors$2.chromatic.azure.a50,400:colors$2.chromatic.azure.a100,500:colors$2.chromatic.azure[600],600:colors$2.chromatic.azure[700],700:colors$2.chromatic.azure[800],800:colors$2.chromatic.azure[950]},gray:{200:{lowContrast:colors$2.neutral.navyGrayLight[50],highContrast:colors$2.neutral.navyGrayLight[1000]},300:{lowContrast:colors$2.neutral.navyGrayLight[100],highContrast:colors$2.neutral.navyGrayLight[900]},400:{lowContrast:colors$2.neutral.navyGrayLight[300],highContrast:colors$2.neutral.navyGrayLight[800]},500:{lowContrast:colors$2.neutral.navyGrayLight[500],highContrast:colors$2.neutral.navyGrayLight[700]},600:{lowContrast:colors$2.neutral.navyGrayLight[600],highContrast:colors$2.neutral.navyGrayLight[500]},700:{lowContrast:colors$2.neutral.navyGrayLight[800],highContrast:colors$2.neutral.navyGrayLight[100]},a50:{lowContrast:colors$2.neutral.navyGrayLight.a50,highContrast:colors$2.neutral.navyGrayLight.a300},a100:{lowContrast:colors$2.neutral.navyGrayLight.a100,highContrast:colors$2.neutral.navyGrayLight.a400}},secondary:{500:colors$2.chromatic.cider[600]}},feedback:{background:{neutral:{lowContrast:colors$2.neutral.navyGrayLight.a50,highContrast:colors$2.neutral.navyGrayLight[1000]},positive:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[700]},information:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]}},border:{neutral:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[1000]},positive:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[700]},information:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[600]}},text:{neutral:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[0]},positive:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.neutral.navyGrayLight[0]},negative:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.neutral.navyGrayLight[0]},notice:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.neutral.navyGrayLight[0]},information:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.neutral.navyGrayLight[0]}},icon:{neutral:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[0]},positive:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.neutral.navyGrayLight[0]},negative:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.neutral.navyGrayLight[0]},notice:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.neutral.navyGrayLight[0]},information:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.neutral.navyGrayLight[0]}},neutral:{action:{background:{primary:{default:{lowContrast:colors$2.neutral.navyGrayLight.a50,highContrast:colors$2.neutral.navyGrayLight[1000]},hover:{lowContrast:colors$2.neutral.navyGrayLight.a100,highContrast:colors$2.neutral.navyGrayLight[1100]},focus:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[1200]},active:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[1200]},disabled:{lowContrast:colors$2.neutral.navyGrayLight.a50,highContrast:colors$2.neutral.navyGrayLight[1000]}}},border:{primary:{default:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[500]},hover:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[500]},focus:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[500]},active:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[500]},disabled:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[700]}}},text:{primary:{default:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},hover:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},focus:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},active:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},disabled:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[700]}},link:{default:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},hover:{lowContrast:colors$2.neutral.navyGrayLight[800],highContrast:colors$2.neutral.navyGrayLight[200]},focus:{lowContrast:colors$2.neutral.navyGrayLight[1000],highContrast:colors$2.neutral.navyGrayLight[400]},active:{lowContrast:colors$2.neutral.navyGrayLight[1000],highContrast:colors$2.neutral.navyGrayLight[400]},disabled:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[700]}}},icon:{primary:{default:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},hover:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},focus:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},active:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},disabled:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[700]}},link:{default:{lowContrast:colors$2.neutral.navyGrayLight[900],highContrast:colors$2.neutral.navyGrayLight[50]},hover:{lowContrast:colors$2.neutral.navyGrayLight[800],highContrast:colors$2.neutral.navyGrayLight[200]},focus:{lowContrast:colors$2.neutral.navyGrayLight[1000],highContrast:colors$2.neutral.navyGrayLight[400]},active:{lowContrast:colors$2.neutral.navyGrayLight[1000],highContrast:colors$2.neutral.navyGrayLight[400]},disabled:{lowContrast:colors$2.neutral.navyGrayLight.a200,highContrast:colors$2.neutral.navyGrayLight[700]}}}}},positive:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]},hover:{lowContrast:colors$2.chromatic.emerald.a100,highContrast:colors$2.chromatic.emerald[800]},focus:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[900]},active:{lowContrast:colors$2.chromatic.emerald.a100,highContrast:colors$2.chromatic.emerald[900]},disabled:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[200],highContrast:colors$2.chromatic.emerald[100]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[200],highContrast:colors$2.chromatic.emerald[100]}}}}},negative:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]},hover:{lowContrast:colors$2.chromatic.crimson.a100,highContrast:colors$2.chromatic.crimson[800]},focus:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},active:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},disabled:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[700],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[500]}}}}},notice:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[700]},hover:{lowContrast:colors$2.chromatic.cider.a100,highContrast:colors$2.chromatic.cider[800]},focus:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[900]},active:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[900]},disabled:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[700],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[500]}}}}},information:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]},hover:{lowContrast:colors$2.chromatic.sapphire.a100,highContrast:colors$2.chromatic.sapphire[700]},focus:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},active:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},disabled:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[800],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[400]}}}}}},action:{background:{primary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[900],disabled:colors$2.neutral.navyGrayLight[300]},secondary:{default:colors$2.chromatic.azure.a00,hover:colors$2.chromatic.azure.a50,focus:colors$2.chromatic.azure.a100,active:colors$2.chromatic.azure.a200,disabled:colors$2.neutral.navyGrayLight.a00},tertiary:{default:colors$2.neutral.navyGrayLight[0],hover:colors$2.neutral.navyGrayLight[50],focus:colors$2.neutral.navyGrayLight[100],active:colors$2.neutral.navyGrayLight[200],disabled:colors$2.neutral.navyGrayLight[0]}},border:{primary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[900],disabled:colors$2.neutral.navyGrayLight[300]},secondary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[600],active:colors$2.chromatic.azure[600],disabled:colors$2.neutral.navyGrayLight[400]},tertiary:{default:colors$2.neutral.navyGrayLight[400],hover:colors$2.neutral.navyGrayLight[400],focus:colors$2.neutral.navyGrayLight[400],active:colors$2.neutral.navyGrayLight[400],disabled:colors$2.neutral.navyGrayLight[300]}},text:{primary:{default:colors$2.neutral.navyGrayLight[0],hover:colors$2.neutral.navyGrayLight[0],focus:colors$2.neutral.navyGrayLight[0],active:colors$2.neutral.navyGrayLight[0],disabled:colors$2.neutral.navyGrayLight[600]},secondary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[600],active:colors$2.chromatic.azure[600],disabled:colors$2.neutral.navyGrayLight[400]},tertiary:{default:colors$2.neutral.navyGrayLight[1000],hover:colors$2.neutral.navyGrayLight[1000],focus:colors$2.neutral.navyGrayLight[1000],active:colors$2.neutral.navyGrayLight[1000],disabled:colors$2.neutral.navyGrayLight[400]},link:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.navyGrayLight[400],visited:colors$2.chromatic.orchid[400]}},icon:{primary:{default:colors$2.neutral.navyGrayLight[0],hover:colors$2.neutral.navyGrayLight[0],focus:colors$2.neutral.navyGrayLight[0],active:colors$2.neutral.navyGrayLight[0],disabled:colors$2.neutral.navyGrayLight[600]},secondary:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[600],active:colors$2.chromatic.azure[600],disabled:colors$2.neutral.navyGrayLight[400]},tertiary:{default:colors$2.neutral.navyGrayLight[1000],hover:colors$2.neutral.navyGrayLight[1000],focus:colors$2.neutral.navyGrayLight[1000],active:colors$2.neutral.navyGrayLight[1000],disabled:colors$2.neutral.navyGrayLight[400]},link:{default:colors$2.chromatic.azure[600],hover:colors$2.chromatic.azure[700],focus:colors$2.chromatic.azure[800],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.navyGrayLight[400],visited:colors$2.chromatic.orchid[400]}}},badge:{background:{blue:{lowContrast:colors$2.chromatic.azure.a50,highContrast:colors$2.chromatic.azure[600]}},border:{blue:{lowContrast:colors$2.chromatic.azure.a200,highContrast:colors$2.chromatic.azure[600]}},text:{blue:{lowContrast:colors$2.chromatic.azure[600],highContrast:colors$2.neutral.navyGrayLight[0]}},icon:{blue:{lowContrast:colors$2.chromatic.azure[600],highContrast:colors$2.neutral.navyGrayLight[0]}}}},onDark:{surface:{background:{level1:{lowContrast:colors$2.neutral.navyGrayDark[1300],highContrast:colors$2.neutral.navyGrayDark[800]},level2:{lowContrast:colors$2.neutral.navyGrayDark[1100],highContrast:colors$2.neutral.navyGrayDark[700]},level3:{lowContrast:colors$2.neutral.navyGrayDark[900],highContrast:colors$2.neutral.navyGrayDark[600]}},border:{normal:{lowContrast:colors$2.neutral.navyGrayDark.a100,highContrast:colors$2.neutral.navyGrayDark.a100},subtle:{lowContrast:colors$2.neutral.navyGrayDark.a50,highContrast:colors$2.neutral.navyGrayDark.a50}},text:{normal:{lowContrast:colors$2.neutral.navyGrayDark[0],highContrast:colors$2.neutral.navyGrayDark[0]},subtle:{lowContrast:colors$2.neutral.navyGrayDark[50],highContrast:colors$2.neutral.navyGrayDark[50]},subdued:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[100]},muted:{lowContrast:colors$2.neutral.navyGrayDark[200],highContrast:colors$2.neutral.navyGrayDark[200]},placeholder:{lowContrast:colors$2.neutral.navyGrayDark[300],highContrast:colors$2.neutral.navyGrayDark[300]}},action:{icon:{default:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark.a200},hover:{lowContrast:colors$2.neutral.navyGrayDark[200],highContrast:colors$2.neutral.navyGrayDark[0]},focus:{lowContrast:colors$2.neutral.navyGrayDark[200],highContrast:colors$2.neutral.navyGrayDark[0]},active:{lowContrast:colors$2.neutral.navyGrayDark[200],highContrast:colors$2.neutral.navyGrayDark[0]},disabled:{lowContrast:colors$2.neutral.navyGrayDark[600],highContrast:colors$2.neutral.navyGrayDark.a100}}}},overlay:{background:colors$2.neutral.ashGrayDark.a1100},brand:{primary:{300:colors$2.chromatic.azure.a100,400:colors$2.chromatic.azure.a200,500:colors$2.chromatic.azure[400],600:colors$2.chromatic.azure[500],700:colors$2.chromatic.azure[600],800:colors$2.chromatic.azure[900]},gray:{200:{lowContrast:colors$2.neutral.navyGrayDark[800],highContrast:colors$2.neutral.navyGrayDark[600]},300:{lowContrast:colors$2.neutral.navyGrayDark[700],highContrast:colors$2.neutral.navyGrayDark[500]},400:{lowContrast:colors$2.neutral.navyGrayDark[600],highContrast:colors$2.neutral.navyGrayDark[400]},500:{lowContrast:colors$2.neutral.navyGrayDark[500],highContrast:colors$2.neutral.navyGrayDark[300]},600:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[200]},700:{lowContrast:colors$2.neutral.navyGrayDark[200],highContrast:colors$2.neutral.navyGrayDark[50]},a50:{lowContrast:colors$2.neutral.navyGrayDark.a50,highContrast:colors$2.neutral.navyGrayDark.a300},a100:{lowContrast:colors$2.neutral.navyGrayDark.a100,highContrast:colors$2.neutral.navyGrayDark.a400}},secondary:{500:colors$2.chromatic.cider[600]}},feedback:{background:{neutral:{lowContrast:colors$2.neutral.navyGrayDark.a100,highContrast:colors$2.neutral.navyGrayDark.a100},positive:{lowContrast:colors$2.chromatic.emerald.a100,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a100,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a100,highContrast:colors$2.chromatic.cider[800]},information:{lowContrast:colors$2.chromatic.sapphire.a100,highContrast:colors$2.chromatic.sapphire[600]}},border:{neutral:{lowContrast:colors$2.neutral.navyGrayDark.a200,highContrast:colors$2.neutral.navyGrayDark[50]},positive:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[700]},negative:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[700]},notice:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[800]},information:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[600]}},text:{neutral:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[50]},positive:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.neutral.navyGrayDark[0]},negative:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.neutral.navyGrayDark[0]},notice:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.neutral.navyGrayDark[0]},information:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.neutral.navyGrayDark[0]}},icon:{neutral:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[50]},positive:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.neutral.navyGrayDark[0]},negative:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.neutral.navyGrayDark[0]},notice:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.neutral.navyGrayDark[0]},information:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.neutral.navyGrayDark[0]}},neutral:{action:{background:{primary:{default:{lowContrast:colors$2.neutral.navyGrayDark.a50,highContrast:colors$2.neutral.navyGrayDark[50]},hover:{lowContrast:colors$2.neutral.navyGrayDark.a100,highContrast:colors$2.neutral.navyGrayDark[100]},focus:{lowContrast:colors$2.neutral.navyGrayDark.a200,highContrast:colors$2.neutral.navyGrayDark[200]},active:{lowContrast:colors$2.neutral.navyGrayDark.a200,highContrast:colors$2.neutral.navyGrayDark[200]},disabled:{lowContrast:colors$2.neutral.navyGrayDark.a50,highContrast:colors$2.neutral.navyGrayDark[50]}}},border:{primary:{default:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[300]},hover:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[300]},focus:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[300]},active:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[300]},disabled:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[300]}}},text:{primary:{default:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},hover:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},focus:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},active:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},disabled:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[300]}},link:{default:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[100]},hover:{lowContrast:colors$2.neutral.navyGrayDark[200],highContrast:colors$2.neutral.navyGrayDark[200]},focus:{lowContrast:colors$2.neutral.navyGrayDark[300],highContrast:colors$2.neutral.navyGrayDark[300]},active:{lowContrast:colors$2.neutral.navyGrayDark[300],highContrast:colors$2.neutral.navyGrayDark[300]},disabled:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[400]}}},icon:{primary:{default:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},hover:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},focus:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},active:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[700]},disabled:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[300]}},link:{default:{lowContrast:colors$2.neutral.navyGrayDark[100],highContrast:colors$2.neutral.navyGrayDark[100]},hover:{lowContrast:colors$2.neutral.navyGrayDark[200],highContrast:colors$2.neutral.navyGrayDark[200]},focus:{lowContrast:colors$2.neutral.navyGrayDark[300],highContrast:colors$2.neutral.navyGrayDark[300]},active:{lowContrast:colors$2.neutral.navyGrayDark[300],highContrast:colors$2.neutral.navyGrayDark[300]},disabled:{lowContrast:colors$2.neutral.navyGrayDark[400],highContrast:colors$2.neutral.navyGrayDark[400]}}}}},positive:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]},hover:{lowContrast:colors$2.chromatic.emerald.a100,highContrast:colors$2.chromatic.emerald[800]},focus:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[900]},active:{lowContrast:colors$2.chromatic.emerald.a200,highContrast:colors$2.chromatic.emerald[900]},disabled:{lowContrast:colors$2.chromatic.emerald.a50,highContrast:colors$2.chromatic.emerald[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},active:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[500]}},link:{default:{lowContrast:colors$2.chromatic.emerald[500],highContrast:colors$2.chromatic.emerald[50]},hover:{lowContrast:colors$2.chromatic.emerald[600],highContrast:colors$2.chromatic.emerald[50]},focus:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},active:{lowContrast:colors$2.chromatic.emerald[700],highContrast:colors$2.chromatic.emerald[100]},disabled:{lowContrast:colors$2.chromatic.emerald[800],highContrast:colors$2.chromatic.emerald[100]}}}}},negative:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]},hover:{lowContrast:colors$2.chromatic.crimson.a100,highContrast:colors$2.chromatic.crimson[800]},focus:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},active:{lowContrast:colors$2.chromatic.crimson.a200,highContrast:colors$2.chromatic.crimson[900]},disabled:{lowContrast:colors$2.chromatic.crimson.a50,highContrast:colors$2.chromatic.crimson[700]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson[900],highContrast:colors$2.chromatic.crimson[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson[900],highContrast:colors$2.chromatic.crimson[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},active:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},disabled:{lowContrast:colors$2.chromatic.crimson[800],highContrast:colors$2.chromatic.crimson[500]}},link:{default:{lowContrast:colors$2.chromatic.crimson[500],highContrast:colors$2.chromatic.crimson[50]},hover:{lowContrast:colors$2.chromatic.crimson[400],highContrast:colors$2.chromatic.crimson[50]},focus:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},active:{lowContrast:colors$2.chromatic.crimson[600],highContrast:colors$2.chromatic.crimson[100]},disabled:{lowContrast:colors$2.chromatic.crimson[900],highContrast:colors$2.chromatic.crimson[500]}}}}},notice:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[800]},hover:{lowContrast:colors$2.chromatic.cider.a100,highContrast:colors$2.chromatic.cider[900]},focus:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[950]},active:{lowContrast:colors$2.chromatic.cider.a200,highContrast:colors$2.chromatic.cider[950]},disabled:{lowContrast:colors$2.chromatic.cider.a50,highContrast:colors$2.chromatic.cider[800]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[800],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[500]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},active:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},disabled:{lowContrast:colors$2.chromatic.cider[900],highContrast:colors$2.chromatic.cider[500]}},link:{default:{lowContrast:colors$2.chromatic.cider[500],highContrast:colors$2.chromatic.cider[50]},hover:{lowContrast:colors$2.chromatic.cider[400],highContrast:colors$2.chromatic.cider[50]},focus:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},active:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[100]},disabled:{lowContrast:colors$2.chromatic.cider[600],highContrast:colors$2.chromatic.cider[500]}}}}},information:{action:{background:{primary:{default:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]},hover:{lowContrast:colors$2.chromatic.sapphire.a100,highContrast:colors$2.chromatic.sapphire[700]},focus:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},active:{lowContrast:colors$2.chromatic.sapphire.a200,highContrast:colors$2.chromatic.sapphire[800]},disabled:{lowContrast:colors$2.chromatic.sapphire.a50,highContrast:colors$2.chromatic.sapphire[600]}}},border:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[700],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}}},text:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}}},icon:{primary:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},active:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}},link:{default:{lowContrast:colors$2.chromatic.sapphire[500],highContrast:colors$2.chromatic.sapphire[50]},hover:{lowContrast:colors$2.chromatic.sapphire[400],highContrast:colors$2.chromatic.sapphire[50]},focus:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},active:{lowContrast:colors$2.chromatic.sapphire[600],highContrast:colors$2.chromatic.sapphire[100]},disabled:{lowContrast:colors$2.chromatic.sapphire[900],highContrast:colors$2.chromatic.sapphire[400]}}}}}},action:{background:{primary:{default:colors$2.chromatic.azure[500],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[700],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.navyGrayDark[600]},secondary:{default:colors$2.chromatic.azure.a00,hover:colors$2.chromatic.azure.a50,focus:colors$2.chromatic.azure.a100,active:colors$2.chromatic.azure.a200,disabled:colors$2.neutral.navyGrayDark.a00},tertiary:{default:colors$2.neutral.navyGrayDark[900],hover:colors$2.neutral.navyGrayDark[700],focus:colors$2.neutral.navyGrayDark[600],active:colors$2.neutral.navyGrayDark[600],disabled:colors$2.neutral.navyGrayDark[1000]}},border:{primary:{default:colors$2.chromatic.azure[500],hover:colors$2.chromatic.azure[600],focus:colors$2.chromatic.azure[700],active:colors$2.chromatic.azure[800],disabled:colors$2.neutral.navyGrayDark[600]},secondary:{default:colors$2.chromatic.azure[400],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[400],active:colors$2.chromatic.azure[400],disabled:colors$2.neutral.navyGrayDark[500]},tertiary:{default:colors$2.neutral.navyGrayDark[400],hover:colors$2.neutral.navyGrayDark[400],focus:colors$2.neutral.navyGrayDark[400],active:colors$2.neutral.navyGrayDark[400],disabled:colors$2.neutral.navyGrayDark[600]}},text:{primary:{default:colors$2.neutral.navyGrayDark[0],hover:colors$2.neutral.navyGrayDark[0],focus:colors$2.neutral.navyGrayDark[0],active:colors$2.neutral.navyGrayDark[0],disabled:colors$2.neutral.navyGrayDark[300]},secondary:{default:colors$2.chromatic.azure[400],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[400],active:colors$2.chromatic.azure[400],disabled:colors$2.neutral.navyGrayDark[500]},tertiary:{default:colors$2.neutral.navyGrayDark[100],hover:colors$2.neutral.navyGrayDark[100],focus:colors$2.neutral.navyGrayDark[100],active:colors$2.neutral.navyGrayDark[100],disabled:colors$2.neutral.navyGrayDark[400]},link:{default:colors$2.chromatic.azure[300],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[500],active:colors$2.chromatic.azure[500],disabled:colors$2.neutral.navyGrayDark[400],visited:colors$2.chromatic.orchid[300]}},icon:{primary:{default:colors$2.neutral.navyGrayDark[0],hover:colors$2.neutral.navyGrayDark[0],focus:colors$2.neutral.navyGrayDark[0],active:colors$2.neutral.navyGrayDark[0],disabled:colors$2.neutral.navyGrayDark[300]},secondary:{default:colors$2.chromatic.azure[400],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[400],active:colors$2.chromatic.azure[400],disabled:colors$2.neutral.navyGrayDark[500]},tertiary:{default:colors$2.neutral.navyGrayDark[100],hover:colors$2.neutral.navyGrayDark[100],focus:colors$2.neutral.navyGrayDark[100],active:colors$2.neutral.navyGrayDark[100],disabled:colors$2.neutral.navyGrayDark[400]},link:{default:colors$2.chromatic.azure[300],hover:colors$2.chromatic.azure[400],focus:colors$2.chromatic.azure[500],active:colors$2.chromatic.azure[500],disabled:colors$2.neutral.navyGrayDark[400],visited:colors$2.chromatic.orchid[300]}}},badge:{background:{blue:{lowContrast:colors$2.chromatic.azure.a100,highContrast:colors$2.chromatic.azure[600]}},border:{blue:{lowContrast:colors$2.chromatic.azure.a200,highContrast:colors$2.chromatic.azure[600]}},text:{blue:{lowContrast:colors$2.chromatic.azure[400],highContrast:colors$2.neutral.navyGrayDark[0]}},icon:{blue:{lowContrast:colors$2.chromatic.azure[400],highContrast:colors$2.neutral.navyGrayDark[0]}}}}};var bankingTheme={name:'bankingTheme',border:border,breakpoints:breakpoints,colors:colors,motion:motion,spacing:spacing,elevation:elevation,typography:typography};
|
|
4070
|
+
var isPartialMatchObjectKeys=function isPartialMatchObjectKeys(_ref){var objectToMatch=_ref.objectToMatch,objectToInspect=_ref.objectToInspect;var matchResponses=[];var matchObjectKeys=function matchObjectKeys(_ref2){var innerObjectToMatch=_ref2.innerObjectToMatch,innerObjectToInspect=_ref2.innerObjectToInspect;for(var _i=0,_Object$entries=Object.entries(innerObjectToMatch);_i<_Object$entries.length;_i++){var _ref3=_Object$entries[_i];var _ref4=_slicedToArray(_ref3,2);var key=_ref4[0];var valueToMatch=_ref4[1];var valueToInspect=innerObjectToInspect[key];if(innerObjectToInspect.hasOwnProperty(key)){if(valueToMatch===null||valueToMatch===undefined||valueToMatch===''||Array.isArray(valueToMatch)||!(valueToMatch instanceof Object)&&typeof valueToMatch!==typeof valueToInspect){console.error("[isPartialMatchObjectKeys]: Unexpected value: "+JSON.stringify(valueToMatch)+" of type "+typeof valueToMatch+" for key: "+key);matchResponses.push(false);}if(typeof valueToMatch==='string'){matchResponses.push(true);}if(isObject_1(valueToMatch)&&isObject_1(valueToInspect)){matchObjectKeys({innerObjectToMatch:valueToMatch,innerObjectToInspect:valueToInspect});}}else {console.error("[isPartialMatchObjectKeys]: "+key+" doesn't exist in "+JSON.stringify(innerObjectToInspect,null,2));matchResponses.push(false);}}};matchObjectKeys({innerObjectToMatch:objectToMatch,innerObjectToInspect:objectToInspect});return matchResponses.every(Boolean);};
|
|
4208
4071
|
|
|
4209
4072
|
var overrideTheme=function overrideTheme(_ref){var baseThemeTokens=_ref.baseThemeTokens,overrides=_ref.overrides;if(!isEqual_1(baseThemeTokens,paymentTheme)&&!isEqual_1(baseThemeTokens,bankingTheme)){throw new Error('[@razorpay/blade:overrideTheme]: The base theme provided is not a valid Blade theme');}if(!isPartialMatchObjectKeys({objectToMatch:overrides,objectToInspect:baseThemeTokens})){throw new Error('[@razorpay/blade:overrideTheme]: The overrides object is not valid');}return merge_1(cloneDeep_1(baseThemeTokens),overrides);};
|
|
4210
4073
|
|