scu-web-components 1.3.2 → 1.3.4

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.
Files changed (98) hide show
  1. package/dist/custom-elements.json +39 -2
  2. package/dist/custom-elements.json.gz +0 -0
  3. package/dist/docs/components/ScwButton.json +1 -0
  4. package/dist/docs/components/ScwInput.json +33 -10
  5. package/dist/docs/components/ScwLink.json +1 -0
  6. package/dist/docs/components/ScwSelect.json +23 -1
  7. package/dist/docs/components/manifest.json +30 -30
  8. package/dist/docs/config.json +5 -5
  9. package/dist/scw-components.js +149 -130
  10. package/dist/scw-components.js.gz +0 -0
  11. package/dist/scw.js +93 -74
  12. package/dist/scw.js.gz +0 -0
  13. package/dist/tokens/segments/comp-scw-select/_default-mixins.scss +2 -2
  14. package/dist/tokens/segments/comp-scw-select/_default-vars.scss +1 -2
  15. package/dist/tokens/segments/comp-scw-select/_size-small-mixins.scss +2 -2
  16. package/dist/tokens/segments/comp-scw-select/_size-small-vars.scss +1 -2
  17. package/dist/tokens/segments/comp-scw-select/_state-disabled-mixins.scss +2 -2
  18. package/dist/tokens/segments/comp-scw-select/_state-disabled-size-small-mixins.scss +2 -2
  19. package/dist/tokens/segments/comp-scw-select/_state-disabled-size-small-vars.scss +1 -2
  20. package/dist/tokens/segments/comp-scw-select/_state-disabled-vars.scss +1 -2
  21. package/dist/tokens/segments/comp-scw-select/_state-error-mixins.scss +2 -2
  22. package/dist/tokens/segments/comp-scw-select/_state-error-size-small-mixins.scss +2 -2
  23. package/dist/tokens/segments/comp-scw-select/_state-error-size-small-vars.scss +1 -2
  24. package/dist/tokens/segments/comp-scw-select/_state-error-vars.scss +1 -2
  25. package/dist/tokens/segments/comp-scw-select/_state-focus-mixins.scss +2 -2
  26. package/dist/tokens/segments/comp-scw-select/_state-focus-size-small-mixins.scss +2 -2
  27. package/dist/tokens/segments/comp-scw-select/_state-focus-size-small-vars.scss +1 -2
  28. package/dist/tokens/segments/comp-scw-select/_state-focus-vars.scss +1 -2
  29. package/dist/tokens/source/assets/graphic-apple-app-store.js +1 -1
  30. package/dist/tokens/source/assets/graphic-apple-app-store.js.gz +0 -0
  31. package/dist/tokens/source/assets/graphic-apple-app-store.svg +1 -1
  32. package/dist/tokens/source/assets/graphic-apple-app-store.svg.gz +0 -0
  33. package/dist/tokens/source/assets/graphic-ehl.js +1 -1
  34. package/dist/tokens/source/assets/graphic-ehl.js.gz +0 -0
  35. package/dist/tokens/source/assets/graphic-ehl.svg +1 -1
  36. package/dist/tokens/source/assets/graphic-ehl.svg.gz +0 -0
  37. package/dist/tokens/source/assets/graphic-google-play-store.js +1 -1
  38. package/dist/tokens/source/assets/graphic-google-play-store.js.gz +0 -0
  39. package/dist/tokens/source/assets/graphic-google-play-store.svg +1 -1
  40. package/dist/tokens/source/assets/graphic-google-play-store.svg.gz +0 -0
  41. package/dist/tokens/source/assets/graphic-logo.js +1 -1
  42. package/dist/tokens/source/assets/graphic-logo.js.gz +0 -0
  43. package/dist/tokens/source/assets/graphic-logo.svg +1 -1
  44. package/dist/tokens/source/assets/graphic-logo.svg.gz +0 -0
  45. package/dist/tokens/source/assets/icon-clipboard-calculator.js +1 -1
  46. package/dist/tokens/source/assets/icon-clipboard-calculator.js.gz +0 -0
  47. package/dist/tokens/source/assets/icon-clipboard-calculator.svg +1 -1
  48. package/dist/tokens/source/assets/icon-clipboard-calculator.svg.gz +0 -0
  49. package/dist/tokens/source/componentScssMixins/components-scw-select-default-.json +2 -2
  50. package/dist/tokens/source/componentScssMixins/components-scw-select-default-.json.gz +0 -0
  51. package/dist/tokens/source/componentScssMixins/components-scw-select-size-small-.json +2 -2
  52. package/dist/tokens/source/componentScssMixins/components-scw-select-size-small-.json.gz +0 -0
  53. package/dist/tokens/source/componentScssMixins/components-scw-select-state-disabled-.json +2 -2
  54. package/dist/tokens/source/componentScssMixins/components-scw-select-state-disabled-.json.gz +0 -0
  55. package/dist/tokens/source/componentScssMixins/components-scw-select-state-disabled-size-small-.json +2 -2
  56. package/dist/tokens/source/componentScssMixins/components-scw-select-state-disabled-size-small-.json.gz +0 -0
  57. package/dist/tokens/source/componentScssMixins/components-scw-select-state-error-.json +2 -2
  58. package/dist/tokens/source/componentScssMixins/components-scw-select-state-error-.json.gz +0 -0
  59. package/dist/tokens/source/componentScssMixins/components-scw-select-state-error-size-small-.json +2 -2
  60. package/dist/tokens/source/componentScssMixins/components-scw-select-state-error-size-small-.json.gz +0 -0
  61. package/dist/tokens/source/componentScssMixins/components-scw-select-state-focus-.json +2 -2
  62. package/dist/tokens/source/componentScssMixins/components-scw-select-state-focus-.json.gz +0 -0
  63. package/dist/tokens/source/componentScssMixins/components-scw-select-state-focus-size-small-.json +2 -2
  64. package/dist/tokens/source/componentScssMixins/components-scw-select-state-focus-size-small-.json.gz +0 -0
  65. package/dist/tokens/source/componentScssMixins.json +16 -16
  66. package/dist/tokens/source/componentScssMixins.json.gz +0 -0
  67. package/dist/tokens/source/componentScssMixins.scss +16 -16
  68. package/dist/tokens/source/jsCss.js +1 -1
  69. package/dist/tokens/source/jsCss.js.gz +0 -0
  70. package/dist/tokens/source/jsCssGenerator.js +1 -1
  71. package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
  72. package/dist/tokens/source/jsCssGeneratorSansAssets.js +1 -1
  73. package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
  74. package/dist/tokens/source/scssVariables/components-scw-select-default-.json +2 -7
  75. package/dist/tokens/source/scssVariables/components-scw-select-default-.json.gz +0 -0
  76. package/dist/tokens/source/scssVariables/components-scw-select-size-small-.json +2 -7
  77. package/dist/tokens/source/scssVariables/components-scw-select-size-small-.json.gz +0 -0
  78. package/dist/tokens/source/scssVariables/components-scw-select-state-disabled-.json +2 -7
  79. package/dist/tokens/source/scssVariables/components-scw-select-state-disabled-.json.gz +0 -0
  80. package/dist/tokens/source/scssVariables/components-scw-select-state-disabled-size-small-.json +2 -7
  81. package/dist/tokens/source/scssVariables/components-scw-select-state-disabled-size-small-.json.gz +0 -0
  82. package/dist/tokens/source/scssVariables/components-scw-select-state-error-.json +2 -7
  83. package/dist/tokens/source/scssVariables/components-scw-select-state-error-.json.gz +0 -0
  84. package/dist/tokens/source/scssVariables/components-scw-select-state-error-size-small-.json +2 -7
  85. package/dist/tokens/source/scssVariables/components-scw-select-state-error-size-small-.json.gz +0 -0
  86. package/dist/tokens/source/scssVariables/components-scw-select-state-focus-.json +2 -7
  87. package/dist/tokens/source/scssVariables/components-scw-select-state-focus-.json.gz +0 -0
  88. package/dist/tokens/source/scssVariables/components-scw-select-state-focus-size-small-.json +2 -7
  89. package/dist/tokens/source/scssVariables/components-scw-select-state-focus-size-small-.json.gz +0 -0
  90. package/dist/tokens/source/scssVariables.json +16 -56
  91. package/dist/tokens/source/scssVariables.json.gz +0 -0
  92. package/dist/tokens/source/scssVariables.scss +8 -16
  93. package/dist/tokens/source/tokens.json +13 -45
  94. package/dist/tokens/source/tokens.json.gz +0 -0
  95. package/dist-node/scw-components.js +131 -112
  96. package/dist-node/scw.js +137 -118
  97. package/package.json +1 -1
  98. package/scripts/publish/releaseNotes.mjs +10 -0
@@ -4,7 +4,7 @@
4
4
  constructor (config) { // (version, extraCssPromise, assetsUrl, config ) {
5
5
  this.tokens = {"COLORS|color":{"primary":{"01":["rgba(31,74,5,1)"],"02":["rgba(51,111,3,1)"],"03":["rgba(65,134,9,1)"],"04":["rgba(79,151,21,1)"],"05":["rgba(99,166,10,1)"],"":["rgba(99,166,10,1)"],"06":["rgba(132,201,41,1)"],"07":["rgba(165,228,85,1)"],"08":["rgba(187,234,128,1)"],"09":["rgba(214,244,174,1)"],"092":["rgba(231,250,200,1)"],"095":["rgba(243,252,230,1)"]},"grey":{"10":["rgba(255,255,255,1)"],"00":["rgba(0,0,0,1)"],"01":["rgba(29,31,32,1)"],"02":["rgba(73,77,79,1)"],"03":["rgba(96,100,102,1)"],"04":["rgba(114,118,121,1)"],"05":["rgba(146,147,150,1)"],"":["rgba(146,147,150,1)"],"06":["rgba(176,176,176,1)"],"07":["rgba(202,202,202,1)"],"08":["rgba(226,226,226,1)"],"09":["rgba(239,239,239,1)"],"092":["rgba(246,246,246,1)"],"095":["rgba(248,248,248,1)"]},"error":{"":["rgba(218,52,61,1)"],"light":["rgba(249,230,230,1)"],"dark":["rgba(158,0,0,1)"]},"warning":{"":["rgba(255,134,66,1)"],"light":["rgba(255,214,191,1)"],"dark":["rgba(128,46,0,1)"]},"success":{"":["rgba(123,209,8,1)"],"light":["rgba(213,233,187,1)"],"dark":["rgba(72,121,6,1)"]},"information":{"":["rgba(252,231,40,1)"],"light":["rgba(255,250,208,1)"],"dark":["rgba(170,153,0,1)"]},"icon":{"":["rgba(1,1,1,1)"]},"secondary":{"":["rgba(87,90,93,1)"]},"mortgage":{"01":["rgba(74,2,57,1)"],"02":["rgba(92,1,75,1)"],"03":["rgba(107,4,83,1)"],"04":["rgba(136,6,105,1)"],"05":["rgba(162,0,125,1)"],"":["rgba(162,0,125,1)"],"06":["rgba(193,64,164,1)"],"07":["rgba(214,121,192,1)"],"08":["rgba(235,169,220,1)"],"09":["rgba(247,220,242,1)"],"092":["rgba(204,218,222,1)"],"095":["rgba(253,240,250,1)"]},"investments":{"01":["rgba(15,14,88,1)"],"02":["rgba(37,37,124,1)"],"03":["rgba(52,52,145,1)"],"04":["rgba(65,64,157,1)"],"05":["rgba(85,84,177,1)"],"":["rgba(85,84,177,1)"],"06":["rgba(117,116,195,1)"],"07":["rgba(160,159,219,1)"],"08":["rgba(200,199,237,1)"],"09":["rgba(227,226,248,1)"],"092":["rgba(232,231,249,1)"],"095":["rgba(244,244,255,1)"]},"credit-cards":{"01":["rgba(1,51,77,1)"],"02":["rgba(1,70,106,1)"],"03":["rgba(1,88,132,1)"],"04":["rgba(1,104,157,1)"],"05":["rgba(0,122,185,1)"],"":["rgba(0,122,185,1)"],"06":["rgba(46,147,199,1)"],"07":["rgba(94,173,213,1)"],"08":["rgba(140,197,227,1)"],"09":["rgba(189,224,242,1)"],"092":["rgba(227,241,249,1)"],"095":["rgba(236,249,255,1)"]},"student":{"01":["rgba(1,56,49,1)"],"02":["rgba(0,75,67,1)"],"03":["rgba(0,94,83,1)"],"04":["rgba(0,113,100,1)"],"05":["rgba(0,131,116,1)"],"":["rgba(0,131,116,1)"],"06":["rgba(46,156,143,1)"],"07":["rgba(105,185,176,1)"],"08":["rgba(157,217,211,1)"],"09":["rgba(209,240,237,1)"],"092":["rgba(204,218,222,1)"],"095":["rgba(237,253,252,1)"]},"savings":{"01":["rgba(119,33,0,1)"],"02":["rgba(149,41,0,1)"],"03":["rgba(163,46,2,1)"],"04":["rgba(178,51,3,1)"],"05":["rgba(195,75,0,1)"],"":["rgba(195,75,0,1)"],"06":["rgba(230,118,47,1)"],"07":["rgba(242,165,109,1)"],"08":["rgba(250,209,167,1)"],"09":["rgba(255,235,211,1)"],"092":["rgba(204,218,222,1)"],"095":["rgba(253,247,239,1)"]},"checking":{"01":["rgba(49,6,67,1)"],"02":["rgba(64,21,83,1)"],"03":["rgba(92,40,114,1)"],"04":["rgba(119,57,145,1)"],"05":["rgba(148,77,178,1)"],"":["rgba(148,77,178,1)"],"06":["rgba(168,108,193,1)"],"07":["rgba(198,151,217,1)"],"08":["rgba(218,187,232,1)"],"09":["rgba(233,213,240,1)"],"092":["rgba(204,218,222,1)"],"095":["rgba(249,237,252,1)"]},"red-shoes":{"01":["rgba(90,7,9,1)"],"02":["rgba(117,15,18,1)"],"03":["rgba(143,23,27,1)"],"04":["rgba(171,31,36,1)"],"05":["rgba(201,40,45,1)"],"":["rgba(201,40,45,1)"],"06":["rgba(214,80,84,1)"],"07":["rgba(226,119,121,1)"],"08":["rgba(240,162,164,1)"],"09":["rgba(255,219,220,1)"],"092":["rgba(255,236,236,1)"],"095":["rgba(255,240,241,1)"]},"business":{"01":["rgba(83,72,1,1)"],"02":["rgba(111,96,1,1)"],"03":["rgba(141,122,1,1)"],"04":["rgba(168,145,1,1)"],"05":["rgba(199,172,0,1)"],"":["rgba(199,172,0,1)"],"06":["rgba(212,190,46,1)"],"07":["rgba(227,209,98,1)"],"08":["rgba(241,229,149,1)"],"09":["rgba(251,246,214,1)"],"092":["rgba(204,218,222,1)"],"095":["rgba(255,252,231,1)"]},"personal":{"01":["rgba(1,40,60,1)"],"02":["rgba(1,59,90,1)"],"03":["rgba(1,80,121,1)"],"04":["rgba(1,99,150,1)"],"05":["rgba(0,122,185,1)"],"":["rgba(0,122,185,1)"],"06":["rgba(48,149,202,1)"],"07":["rgba(100,179,220,1)"],"08":["rgba(154,210,238,1)"],"09":["rgba(202,237,255,1)"],"092":["rgba(204,218,222,1)"],"095":["rgba(226,245,255,1)"]},"heloc":{"01":["rgba(41,17,75,1)"],"02":["rgba(56,28,92,1)"],"03":["rgba(76,44,118,1)"],"04":["rgba(101,63,149,1)"],"05":["rgba(128,91,177,1)"],"":["rgba(128,91,177,1)"],"06":["rgba(159,126,201,1)"],"07":["rgba(189,164,221,1)"],"08":["rgba(207,191,229,1)"],"09":["rgba(229,219,244,1)"],"092":["rgba(204,218,222,1)"],"095":["rgba(243,239,252,1)"]}},"TYPOGRAPHY|type":{"text":{"10":["3.375rem","'Proxima Nova'","400","3.875rem","0rem","none"],"09":["2.5rem","'Proxima Nova'","400","3.045rem","0rem","none"],"08":["2rem","'Proxima Nova'","400","2.436rem","0rem","none"],"07":["1.5rem","'Proxima Nova'","400","1.827rem","0rem","none"],"06":["1.25rem","'Proxima Nova'","400","1.938rem","0rem","none"],"05":["1.125rem","'Proxima Nova'","400","1.688rem","0rem","none"],"":["1.125rem","'Proxima Nova'","400","1.688rem","0rem","none"],"04":["1rem","'Proxima Nova'","400","1.5rem","0rem","none"],"03":["0.9375rem","'Proxima Nova'","400","1.406rem","0rem","none"],"02":["0.8125rem","'Proxima Nova'","400","1.219rem","0rem","none"],"01":["0.6875rem","'Proxima Nova'","400","1.031rem","0rem","none"]},"text-semibold":{"10":["3.375rem","'Proxima Nova'","600","3.875rem","0rem","none"],"09":["3rem","'Proxima Nova'","600","3.654rem","0rem","none"],"08":["2rem","'Proxima Nova'","600","2.436rem","0rem","none"],"07":["1.5rem","'Proxima Nova'","600","1.827rem","0rem","none"],"06":["1.25rem","'Proxima Nova'","600","1.938rem","0rem","none"],"05":["1.125rem","'Proxima Nova'","600","1.688rem","0rem","none"],"":["1.125rem","'Proxima Nova'","600","1.688rem","0rem","none"],"04":["1rem","'Proxima Nova'","600","1.5rem","0rem","none"],"03":["0.9375rem","'Proxima Nova'","600","1.406rem","0rem","none"],"02":["0.8125rem","'Proxima Nova'","600","1.219rem","0rem","none"],"01":["0.6875rem","'Proxima Nova'","600","1.031rem","0rem","none"]},"text-extrabold":{"10":["3.375rem","'Proxima Nova'","800","3.875rem","0rem","none"],"09":["2.5rem","'Proxima Nova'","800","3.045rem","0rem","none"],"08":["1.875rem","'Proxima Nova'","800","2.284rem","0rem","none"],"07":["1.5rem","'Proxima Nova'","800","1.827rem","0rem","none"],"06":["1.25rem","'Proxima Nova'","800","1.875rem","0rem","none"],"05":["1.125rem","'Proxima Nova'","800","1.688rem","0rem","none"],"":["1.125rem","'Proxima Nova'","800","1.688rem","0rem","none"],"04":["1rem","'Proxima Nova'","800","1.5rem","0rem","none"],"03":["0.9375rem","'Proxima Nova'","800","1.406rem","0rem","none"],"02":["0.8125rem","'Proxima Nova'","800","1.219rem","0rem","none"],"01":["0.6875rem","'Proxima Nova'","800","1.031rem","0rem","none"]},"text-bold":{"10":["3.375rem","'Proxima Nova'","700","3.875rem","0rem","none"],"09":["2.5rem","'Proxima Nova'","700","3.045rem","0rem","none"],"08":["2rem","'Proxima Nova'","700","2.436rem","0rem","none"],"07":["1.5rem","'Proxima Nova'","700","1.827rem","0rem","none"],"06":["1.25rem","'Proxima Nova'","700","1.938rem","0rem","none"],"05":["1.125rem","'Proxima Nova'","700","1.688rem","0rem","none"],"":["1.125rem","'Proxima Nova'","700","1.688rem","0rem","none"],"04":["1rem","'Proxima Nova'","700","1.5rem","0rem","none"],"03":["0.9375rem","'Proxima Nova'","700","1.406rem","0rem","none"],"02":["0.8125rem","'Proxima Nova'","700","1.219rem","0rem","none"],"01":["0.6875rem","'Proxima Nova'","700","1.031rem","0rem","none"]},"text-mono":{"10":["3.375rem","'Proxima Nova'","400","4.111rem","0rem","none","\"lnum\", \"tnum\""],"09":["2.5rem","'Proxima Nova'","400","3.045rem","0rem","none","\"lnum\", \"tnum\""],"08":["1.875rem","'Proxima Nova'","400","2.284rem","0rem","none","\"lnum\", \"tnum\""],"07":["1.5rem","'Proxima Nova'","400","1.827rem","0rem","none","\"lnum\", \"tnum\""],"06":["1.25rem","'Proxima Nova'","400","1.875rem","0rem","none","\"lnum\", \"tnum\""],"05":["1.125rem","'Proxima Nova'","400","1.688rem","0rem","none","\"lnum\", \"tnum\""],"":["1.125rem","'Proxima Nova'","400","1.688rem","0rem","none","\"lnum\", \"tnum\""],"04":["1rem","'Proxima Nova'","400","1.5rem","0rem","none","\"lnum\", \"tnum\""],"03":["0.9375rem","'Proxima Nova'","400","1.172rem","0rem","none","\"lnum\", \"tnum\""],"02":["0.8125rem","'Proxima Nova'","400","1.016rem","0rem","none","\"lnum\", \"tnum\""],"01":["0.6875rem","'Proxima Nova'","400","0.859rem","0rem","none","\"lnum\", \"tnum\""]},"text-bold-condensed":{"10":["2.5rem","'Proxima Nova Condensed'","700","3.375rem","0rem","none"],"09":["1.875rem","'Proxima Nova Condensed'","700","2.531rem","0rem","none"],"08":["1.5rem","'Proxima Nova Condensed'","700","2.025rem","0rem","none"],"07":["1.25rem","'Proxima Nova Condensed'","700","1.688rem","0rem","none"],"06":["1.125rem","'Proxima Nova Condensed'","700","1.688rem","0rem","none"],"05":["1rem","'Proxima Nova Condensed'","700","1.5rem","0rem","none"],"":["1rem","'Proxima Nova Condensed'","700","1.5rem","0rem","none"],"04":["0.875rem","'Proxima Nova Condensed'","700","1.313rem","0rem","none"],"03":["0.75rem","'Proxima Nova Condensed'","700","0.938rem","0rem","none"],"02":["0.6875rem","'Proxima Nova Condensed'","700","0.859rem","0rem","none"],"01":["0.5625rem","'Proxima Nova Condensed'","700","0.703rem","0rem","none"]}},"EFFECTS|effect":{"shadow":{"":["0px 0px 8px 0px rgba(0,0,0,0.27)"]},"focus":{"":["0px 0px 0px 2px rgba(53,155,249,1)"]}},"ICONS|icon":{"placeholder":{"svg":[""]},"close":{"svg":[""]},"instagram":{"svg":[""]},"check":{"svg":[""]},"download":{"svg":[""]},"upload":{"svg":[""]},"menu":{"svg":[""]},"tester":{"svg":[""]},"loading-spinner":{"svg":[""]},"copy":{"svg":[""]},"quote-left":{"svg":[""]},"location-arrow":{"svg":[""]},"linkedin":{"svg":[""]},"facebook":{"svg":[""]},"tiktok":{"svg":[""]},"location":{"svg":[""]},"location-dot":{"svg":[""]},"search":{"svg":[""]},"visible":{"svg":[""]},"hidden":{"svg":[""]},"lock":{"svg":[""]},"edit":{"svg":[""]},"envelope":{"svg":[""]},"external-link":{"svg":[""]},"crosshairs":{"svg":[""]},"message":{"svg":[""]},"message-outline":{"svg":[""]},"minus":{"svg":[""]},"mobile":{"svg":[""]},"pdf":{"svg":[""]},"plus":{"svg":[""]},"chevron-up":{"svg":[""]},"chevron-down":{"svg":[""]},"chevron-left":{"svg":[""]},"chevron-right":{"svg":[""]},"clock":{"svg":[""]},"star":{"svg":[""]},"info":{"svg":[""]},"question-circle":{"svg":[""]},"user":{"svg":[""]},"circle":{"svg":[""]},"code":{"svg":[""]},"print":{"svg":[""]},"close-circle":{"svg":[""]},"exclamation-circle":{"svg":[""]},"phone":{"svg":[""]},"check-circle":{"svg":[""]},"envelope-solid":{"svg":[""]},"instant-issue":{"svg":[""]},"night-deposit":{"svg":[""]},"drive-through-video-teller":{"svg":[""]},"drive-through":{"svg":[""]},"safe-deposit-box":{"svg":[""]},"smart-locker":{"svg":[""]},"notary":{"svg":[""]},"video-teller":{"svg":[""]},"car":{"svg":[""]},"zelle-1":{"svg":[""]},"zelle-2":{"svg":[""]},"zelle-3":{"svg":[""]},"cash-stack-large":{"svg":[""]},"cash-stack-small":{"svg":[""]},"resource-checklist":{"svg":[""]},"resource-worksheet":{"svg":[""]},"check-book":{"svg":[""]},"no-check":{"svg":[""]},"checklist":{"svg":[""]},"computer-mortgage":{"svg":[""]},"connection":{"svg":[""]},"graph":{"svg":[""]},"credit-card":{"svg":[""]},"debit-card":{"svg":[""]},"debit-card-stars":{"svg":[""]},"debit-card-rate":{"svg":[""]},"card-group":{"svg":[""]},"mobile-money-chat":{"svg":[""]},"mobile-phone-diagonal":{"svg":[""]},"mobile-phone":{"svg":[""]},"mobile-wallet":{"svg":[""]},"heart-outlines":{"svg":[""]},"mobile-phone-location":{"svg":[""]},"mobile-transfer":{"svg":[""]},"contactless-payment-2":{"svg":[""]},"resource-calculator":{"svg":[""]},"resources":{"svg":[""]},"branch":{"svg":[""]},"chat-calculator":{"svg":[""]},"magnifying-glass-secure":{"svg":[""]},"mobile-deposit":{"svg":[""]},"testimonial":{"svg":[""]},"chat-house":{"svg":[""]},"hand-wave":{"svg":[""]},"heart-hand":{"svg":[""]},"handshake":{"svg":[""]},"women":{"svg":[""]},"contract":{"svg":[""]},"percentage":{"svg":[""]},"alert-thermometer":{"svg":[""]},"alert-sad-face":{"svg":[""]},"alert-light-bulb":{"svg":[""]},"alert-exclamation":{"svg":[""]},"alert-snowflake":{"svg":[""]},"alert-thumbs-up":{"svg":[""]},"atm-circle":{"svg":[""]},"24-hr-atm":{"svg":[""]},"coin-machine":{"svg":[""]},"drive-through-teller":{"svg":[""]},"slider":{"svg":[""]},"document":{"svg":[""]},"checkbox":{"svg":[""]},"radio":{"svg":[""]},"checkbox-selected":{"svg":[""]},"radio-selected":{"svg":[""]},"checkbox-hover":{"svg":[""]},"radio-hover":{"svg":[""]},"checkbox-selected-hover":{"svg":[""]},"radio-selected-hover":{"svg":[""]},"checkbox-disabled":{"svg":[""]},"radio-disabled":{"svg":[""]},"checkbox-selected-disabled":{"svg":[""]},"radio-selected-disabled":{"svg":[""]},"color-test":{"svg":[""]},"alert-warning":{"svg":[""]},"alert-success":{"svg":[""]},"alert-info":{"svg":[""]},"alert-fail":{"svg":[""]},"circle-plus":{"svg":[""]},"card-shopping":{"svg":[""]},"card-lock":{"svg":[""]},"card-heart":{"svg":[""]},"card-coins":{"svg":[""]},"card-money":{"svg":[""]},"card-security":{"svg":[""]},"card-transfers":{"svg":[""]},"card-hand":{"svg":[""]},"contactless-payment":{"svg":[""]},"card-contactless-hand":{"svg":[""]},"card-contactless-hand-summit":{"svg":[""]},"card-twenty-plus":{"svg":[""]},"atm-summit":{"svg":[""]},"atm":{"svg":[""]},"no-fee-vertical":{"svg":[""]},"no-fee-horizontal":{"svg":[""]},"globe-money":{"svg":[""]},"money-bills":{"svg":[""]},"money-bills-arrows":{"svg":[""]},"money-bag":{"svg":[""]},"money-bag-spending":{"svg":[""]},"money-income-2":{"svg":[""]},"money-click":{"svg":[""]},"money-decrease":{"svg":[""]},"money-transfer":{"svg":[""]},"money-zelle":{"svg":[""]},"money-arrow":{"svg":[""]},"money-income":{"svg":[""]},"money-budget":{"svg":[""]},"money-flower":{"svg":[""]},"money-equity":{"svg":[""]},"check-checkmark":{"svg":[""]},"money-growth":{"svg":[""]},"money-rocket":{"svg":[""]},"money-expense":{"svg":[""]},"money-bills-2":{"svg":[""]},"money-stack":{"svg":[""]},"money-clock":{"svg":[""]},"money-clock-arrow":{"svg":[""]},"money-bag-stack":{"svg":[""]},"money-garden":{"svg":[""]},"money-plant":{"svg":[""]},"money-increase":{"svg":[""]},"money-bill-cut":{"svg":[""]},"money-deposit":{"svg":[""]},"money-chart":{"svg":[""]},"money-trophy":{"svg":[""]},"money-withdraw":{"svg":[""]},"graph-search":{"svg":[""]},"graph-growth":{"svg":[""]},"graph-check":{"svg":[""]},"graph-growth-money":{"svg":[""]},"graph-growth-rocket":{"svg":[""]},"graph-growth-arrow-down":{"svg":[""]},"graph-growth-arrow-up":{"svg":[""]},"graph-growth-check":{"svg":[""]},"graph-shrink-arrow-up":{"svg":[""]},"graph-shrink-arrow-down":{"svg":[""]},"growth-woman-climb":{"svg":[""]},"list-money":{"svg":[""]},"list-check":{"svg":[""]},"document-check":{"svg":[""]},"clipboard-clock":{"svg":[""]},"clipboard-graph":{"svg":[""]},"clipboard-pencil":{"svg":[""]},"document-pencil-check":{"svg":[""]},"document-signature":{"svg":[""]},"statement-check":{"svg":[""]},"clipboard-calculator":{"svg":[""]},"list-check-pencil":{"svg":[""]},"list-stars-pencil":{"svg":[""]},"document-graph":{"svg":[""]},"signature":{"svg":[""]},"certificate-cd":{"svg":[""]},"certificate-deed":{"svg":[""]},"award-certificate":{"svg":[""]},"blog":{"svg":[""]},"note-star-reward":{"svg":[""]},"ribbon-award":{"svg":[""]},"ribbon-check":{"svg":[""]},"ribbon-star":{"svg":[""]},"star-circle":{"svg":[""]},"lightbulb-book":{"svg":[""]},"lightbulb-check":{"svg":[""]},"lightbulb":{"svg":[""]},"lightbulb-money":{"svg":[""]},"target":{"svg":[""]},"target-moneybag":{"svg":[""]},"target-star":{"svg":[""]},"calculator-pencil":{"svg":[""]},"calculator-chat":{"svg":[""]},"calculator-check":{"svg":[""]},"calculator":{"svg":[""]},"calculator-money":{"svg":[""]},"calculator-home":{"svg":[""]},"calculator-roof":{"svg":[""]},"horn-celebrate":{"svg":[""]},"firework":{"svg":[""]},"balloons":{"svg":[""]},"beers":{"svg":[""]},"chat-compact":{"svg":[""]},"chat":{"svg":[""]},"chat-summit-compact":{"svg":[""]},"chat-summit":{"svg":[""]},"checkmark":{"svg":[""]},"clock-check":{"svg":[""]},"clock-dials":{"svg":[""]},"clock-rocket":{"svg":[""]},"speedometer":{"svg":[""]},"stopwatch":{"svg":[""]},"compass":{"svg":[""]},"compass-2":{"svg":[""]},"map-path":{"svg":[""]},"map-pin":{"svg":[""]},"map-money":{"svg":[""]},"roadsign":{"svg":[""]},"email-check":{"svg":[""]},"email-newsletter":{"svg":[""]},"email-fraud-summit":{"svg":[""]},"auto-90":{"svg":[""]},"auto-coverage":{"svg":[""]},"auto-green":{"svg":[""]},"auto-loan":{"svg":[""]},"auto-wheel":{"svg":[""]},"graduation-money":{"svg":[""]},"graduation-cap-diploma":{"svg":[""]},"graduation-cap-globe":{"svg":[""]},"graduation-hat":{"svg":[""]},"graduation-money-circle":{"svg":[""]},"heart-cursor":{"svg":[""]},"charity-donation":{"svg":[""]},"hand-heart-select":{"svg":[""]},"hand-clap":{"svg":[""]},"handshake-check":{"svg":[""]},"high-five":{"svg":[""]},"hands-heart":{"svg":[""]},"hands":{"svg":[""]},"hand-deposit":{"svg":[""]},"hand-coins":{"svg":[""]},"hand-heart":{"svg":[""]},"hand-flower-money":{"svg":[""]},"hand-money":{"svg":[""]},"card-swipe":{"svg":[""]},"home-heart":{"svg":[""]},"home-laptop":{"svg":[""]},"home-lock":{"svg":[""]},"home-money":{"svg":[""]},"home-paint":{"svg":[""]},"home-play-button":{"svg":[""]},"home-calculator":{"svg":[""]},"home-tree":{"svg":[""]},"property-investment":{"svg":[""]},"school":{"svg":[""]},"university":{"svg":[""]},"keys":{"svg":[""]},"tools":{"svg":[""]},"rewards-box-star":{"svg":[""]},"shipping-box":{"svg":[""]},"paint-roller":{"svg":[""]},"paintbrush":{"svg":[""]},"bath":{"svg":[""]},"home-construction-plan":{"svg":[""]},"desktop-banking":{"svg":[""]},"desktop-checklist":{"svg":[""]},"desktop-download":{"svg":[""]},"desktop-check":{"svg":[""]},"desktop-shopping":{"svg":[""]},"laptop-budget-calculator":{"svg":[""]},"laptop-calculator":{"svg":[""]},"laptop-check":{"svg":[""]},"laptop-checklist":{"svg":[""]},"laptop-banking":{"svg":[""]},"laptop-card-pin":{"svg":[""]},"laptop-money":{"svg":[""]},"laptop-banking-summit":{"svg":[""]},"phone-transfer":{"svg":[""]},"phone-banking-select":{"svg":[""]},"phone-wallet":{"svg":[""]},"phone-deposit-check":{"svg":[""]},"phone-deposit":{"svg":[""]},"phone-contactless-payment":{"svg":[""]},"phone-money":{"svg":[""]},"phone-contactless-payment-2":{"svg":[""]},"phone-banking-summit":{"svg":[""]},"phone-summit":{"svg":[""]},"smartwatch":{"svg":[""]},"podcast":{"svg":[""]},"cash-register":{"svg":[""]},"people-celebrate":{"svg":[""]},"people-celebrate-star":{"svg":[""]},"people-chatting":{"svg":[""]},"people-community-chat":{"svg":[""]},"people-community-heart":{"svg":[""]},"people-pair":{"svg":[""]},"people-budget":{"svg":[""]},"people-chatting-2":{"svg":[""]},"people-summit-staff":{"svg":[""]},"people-pair-2":{"svg":[""]},"person-woman-help":{"svg":[""]},"people-community-heart-2":{"svg":[""]},"pie-chart":{"svg":[""]},"pie-chart-outline":{"svg":[""]},"pie-chart-money":{"svg":[""]},"ladder-cloud":{"svg":[""]},"cash-boomerang":{"svg":[""]},"umbrella":{"svg":[""]},"piggy-bank":{"svg":[""]},"premium-account":{"svg":[""]},"search-glass":{"svg":[""]},"search-check":{"svg":[""]},"search-graph":{"svg":[""]},"search-bar":{"svg":[""]},"thumbs-up":{"svg":[""]},"rating-review-thumbs":{"svg":[""]},"rating-hand-star":{"svg":[""]},"star-shooting":{"svg":[""]},"security-shield-money":{"svg":[""]},"security-shield-check":{"svg":[""]},"security-hand":{"svg":[""]},"security-locked-pin":{"svg":[""]},"security-unlocked-pin":{"svg":[""]},"security-ongoing":{"svg":[""]},"security-check":{"svg":[""]},"pin-pad":{"svg":[""]},"profile-security":{"svg":[""]},"vote-select":{"svg":[""]},"chart-percent":{"svg":[""]},"configure":{"svg":[""]},"mountain-check":{"svg":[""]},"mountain":{"svg":[""]},"traffic-light":{"svg":[""]},"travel-plane":{"svg":[""]},"travel-ship":{"svg":[""]},"travel-suitcase":{"svg":[""]},"travel-suitcase-multiple":{"svg":[""]},"wallet":{"svg":[""]},"shopping-cart":{"svg":[""]},"shopping-purse":{"svg":[""]},"gift-reward":{"svg":[""]},"reward-star":{"svg":[""]},"utensils":{"svg":[""]},"utensils-plate":{"svg":[""]},"meal-food":{"svg":[""]}},"GRAPHICS|graphic":{"apple-app-store":{"svg":[""],"":["159px","47px"]},"logo":{"svg":[""],"":["143px","64px"]},"ncua":{"svg":[""],"":["108px","50px"]},"ehl":{"svg":[""],"":["53px","53px"]},"google-play-store":{"svg":[""],"":["159px","47px"]}},"LAYOUTS|":{"spacing":{"1":["0.625rem"]},"col":{"1":["8.3333%"]},"colvw":{"1":["8.3333vw"]}},"FONTS|font":{"proxima_nova condensed-700-normal":{"":["Proxima Nova Condensed","font-proxima_nova condensed-700-normal.otf","700","normal"]},"proxima_nova-700-normal":{"":["Proxima Nova","font-proxima_nova-700-normal.otf","700","normal"]},"proxima_nova-600-normal":{"":["Proxima Nova","font-proxima_nova-600-normal.otf","600","normal"]},"proxima_nova-800-normal":{"":["Proxima Nova","font-proxima_nova-800-normal.otf","800","normal"]},"proxima_nova-300-normal":{"":["Proxima Nova","font-proxima_nova-300-normal.otf","300","normal"]}},"BREAKPOINTS|breakpoint":{"sm":{"":["sm","0px","576px","1"]},"md":{"":["md","0px","768px","2"]},"lg":{"":["lg","0px","992px","3"]},"xlg":{"":["xlg","0px","1200px","4"]}}};
6
6
  this.prefix = 'scw';// dynamic
7
- this.uuid = '133a624e-3d2a-46c6-b4b2-036533d5abbe';// dynamic
7
+ this.uuid = 'b1ff3411-7841-4826-9fcf-021cf86bf187';// dynamic
8
8
 
9
9
  this.initialized = false;
10
10
  this.lookup;
@@ -5,15 +5,10 @@
5
5
  "namespace": "default-vars"
6
6
  },
7
7
  "background-color": {
8
- "output": "$comp-scw-select-default-background-color: rgba(255,255,255,1);",
9
- "outputSegment": "$background-color: rgba(255,255,255,1);",
8
+ "output": "$comp-scw-select-default-background-color: rgba(0,0,0,0);",
9
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
10
10
  "outputSegmentRef": "default-vars.$background-color"
11
11
  },
12
- "blend-mode": {
13
- "output": "$comp-scw-select-default-blend-mode: NORMAL;",
14
- "outputSegment": "$blend-mode: NORMAL;",
15
- "outputSegmentRef": "default-vars.$blend-mode"
16
- },
17
12
  "width": {
18
13
  "output": "$comp-scw-select-default-width: 282px;",
19
14
  "outputSegment": "$width: 282px;",
@@ -5,15 +5,10 @@
5
5
  "namespace": "size-small-vars"
6
6
  },
7
7
  "background-color": {
8
- "output": "$comp-scw-select-size-small-background-color: rgba(255,255,255,1);",
9
- "outputSegment": "$background-color: rgba(255,255,255,1);",
8
+ "output": "$comp-scw-select-size-small-background-color: rgba(0,0,0,0);",
9
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
10
10
  "outputSegmentRef": "size-small-vars.$background-color"
11
11
  },
12
- "blend-mode": {
13
- "output": "$comp-scw-select-size-small-blend-mode: NORMAL;",
14
- "outputSegment": "$blend-mode: NORMAL;",
15
- "outputSegmentRef": "size-small-vars.$blend-mode"
16
- },
17
12
  "width": {
18
13
  "output": "$comp-scw-select-size-small-width: 282px;",
19
14
  "outputSegment": "$width: 282px;",
@@ -5,15 +5,10 @@
5
5
  "namespace": "state-disabled-vars"
6
6
  },
7
7
  "background-color": {
8
- "output": "$comp-scw-select-state-disabled-background-color: rgba(255,255,255,1);",
9
- "outputSegment": "$background-color: rgba(255,255,255,1);",
8
+ "output": "$comp-scw-select-state-disabled-background-color: rgba(0,0,0,0);",
9
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
10
10
  "outputSegmentRef": "state-disabled-vars.$background-color"
11
11
  },
12
- "blend-mode": {
13
- "output": "$comp-scw-select-state-disabled-blend-mode: NORMAL;",
14
- "outputSegment": "$blend-mode: NORMAL;",
15
- "outputSegmentRef": "state-disabled-vars.$blend-mode"
16
- },
17
12
  "width": {
18
13
  "output": "$comp-scw-select-state-disabled-width: 282px;",
19
14
  "outputSegment": "$width: 282px;",
@@ -5,15 +5,10 @@
5
5
  "namespace": "state-disabled-size-small-vars"
6
6
  },
7
7
  "background-color": {
8
- "output": "$comp-scw-select-state-disabled-size-small-background-color: rgba(255,255,255,1);",
9
- "outputSegment": "$background-color: rgba(255,255,255,1);",
8
+ "output": "$comp-scw-select-state-disabled-size-small-background-color: rgba(0,0,0,0);",
9
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
10
10
  "outputSegmentRef": "state-disabled-size-small-vars.$background-color"
11
11
  },
12
- "blend-mode": {
13
- "output": "$comp-scw-select-state-disabled-size-small-blend-mode: NORMAL;",
14
- "outputSegment": "$blend-mode: NORMAL;",
15
- "outputSegmentRef": "state-disabled-size-small-vars.$blend-mode"
16
- },
17
12
  "width": {
18
13
  "output": "$comp-scw-select-state-disabled-size-small-width: 282px;",
19
14
  "outputSegment": "$width: 282px;",
@@ -5,15 +5,10 @@
5
5
  "namespace": "state-error-vars"
6
6
  },
7
7
  "background-color": {
8
- "output": "$comp-scw-select-state-error-background-color: rgba(255,255,255,1);",
9
- "outputSegment": "$background-color: rgba(255,255,255,1);",
8
+ "output": "$comp-scw-select-state-error-background-color: rgba(0,0,0,0);",
9
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
10
10
  "outputSegmentRef": "state-error-vars.$background-color"
11
11
  },
12
- "blend-mode": {
13
- "output": "$comp-scw-select-state-error-blend-mode: NORMAL;",
14
- "outputSegment": "$blend-mode: NORMAL;",
15
- "outputSegmentRef": "state-error-vars.$blend-mode"
16
- },
17
12
  "width": {
18
13
  "output": "$comp-scw-select-state-error-width: 282px;",
19
14
  "outputSegment": "$width: 282px;",
@@ -5,15 +5,10 @@
5
5
  "namespace": "state-error-size-small-vars"
6
6
  },
7
7
  "background-color": {
8
- "output": "$comp-scw-select-state-error-size-small-background-color: rgba(255,255,255,1);",
9
- "outputSegment": "$background-color: rgba(255,255,255,1);",
8
+ "output": "$comp-scw-select-state-error-size-small-background-color: rgba(0,0,0,0);",
9
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
10
10
  "outputSegmentRef": "state-error-size-small-vars.$background-color"
11
11
  },
12
- "blend-mode": {
13
- "output": "$comp-scw-select-state-error-size-small-blend-mode: NORMAL;",
14
- "outputSegment": "$blend-mode: NORMAL;",
15
- "outputSegmentRef": "state-error-size-small-vars.$blend-mode"
16
- },
17
12
  "width": {
18
13
  "output": "$comp-scw-select-state-error-size-small-width: 282px;",
19
14
  "outputSegment": "$width: 282px;",
@@ -5,15 +5,10 @@
5
5
  "namespace": "state-focus-vars"
6
6
  },
7
7
  "background-color": {
8
- "output": "$comp-scw-select-state-focus-background-color: rgba(255,255,255,1);",
9
- "outputSegment": "$background-color: rgba(255,255,255,1);",
8
+ "output": "$comp-scw-select-state-focus-background-color: rgba(0,0,0,0);",
9
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
10
10
  "outputSegmentRef": "state-focus-vars.$background-color"
11
11
  },
12
- "blend-mode": {
13
- "output": "$comp-scw-select-state-focus-blend-mode: NORMAL;",
14
- "outputSegment": "$blend-mode: NORMAL;",
15
- "outputSegmentRef": "state-focus-vars.$blend-mode"
16
- },
17
12
  "width": {
18
13
  "output": "$comp-scw-select-state-focus-width: 282px;",
19
14
  "outputSegment": "$width: 282px;",
@@ -5,15 +5,10 @@
5
5
  "namespace": "state-focus-size-small-vars"
6
6
  },
7
7
  "background-color": {
8
- "output": "$comp-scw-select-state-focus-size-small-background-color: rgba(255,255,255,1);",
9
- "outputSegment": "$background-color: rgba(255,255,255,1);",
8
+ "output": "$comp-scw-select-state-focus-size-small-background-color: rgba(0,0,0,0);",
9
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
10
10
  "outputSegmentRef": "state-focus-size-small-vars.$background-color"
11
11
  },
12
- "blend-mode": {
13
- "output": "$comp-scw-select-state-focus-size-small-blend-mode: NORMAL;",
14
- "outputSegment": "$blend-mode: NORMAL;",
15
- "outputSegmentRef": "state-focus-size-small-vars.$blend-mode"
16
- },
17
12
  "width": {
18
13
  "output": "$comp-scw-select-state-focus-size-small-width: 282px;",
19
14
  "outputSegment": "$width: 282px;",
@@ -138005,15 +138005,10 @@
138005
138005
  "namespace": "default-vars"
138006
138006
  },
138007
138007
  "background-color": {
138008
- "output": "$comp-scw-select-default-background-color: rgba(255,255,255,1);",
138009
- "outputSegment": "$background-color: rgba(255,255,255,1);",
138008
+ "output": "$comp-scw-select-default-background-color: rgba(0,0,0,0);",
138009
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
138010
138010
  "outputSegmentRef": "default-vars.$background-color"
138011
138011
  },
138012
- "blend-mode": {
138013
- "output": "$comp-scw-select-default-blend-mode: NORMAL;",
138014
- "outputSegment": "$blend-mode: NORMAL;",
138015
- "outputSegmentRef": "default-vars.$blend-mode"
138016
- },
138017
138012
  "width": {
138018
138013
  "output": "$comp-scw-select-default-width: 282px;",
138019
138014
  "outputSegment": "$width: 282px;",
@@ -140847,15 +140842,10 @@
140847
140842
  "namespace": "size-small-vars"
140848
140843
  },
140849
140844
  "background-color": {
140850
- "output": "$comp-scw-select-size-small-background-color: rgba(255,255,255,1);",
140851
- "outputSegment": "$background-color: rgba(255,255,255,1);",
140845
+ "output": "$comp-scw-select-size-small-background-color: rgba(0,0,0,0);",
140846
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
140852
140847
  "outputSegmentRef": "size-small-vars.$background-color"
140853
140848
  },
140854
- "blend-mode": {
140855
- "output": "$comp-scw-select-size-small-blend-mode: NORMAL;",
140856
- "outputSegment": "$blend-mode: NORMAL;",
140857
- "outputSegmentRef": "size-small-vars.$blend-mode"
140858
- },
140859
140849
  "width": {
140860
140850
  "output": "$comp-scw-select-size-small-width: 282px;",
140861
140851
  "outputSegment": "$width: 282px;",
@@ -143689,15 +143679,10 @@
143689
143679
  "namespace": "state-focus-vars"
143690
143680
  },
143691
143681
  "background-color": {
143692
- "output": "$comp-scw-select-state-focus-background-color: rgba(255,255,255,1);",
143693
- "outputSegment": "$background-color: rgba(255,255,255,1);",
143682
+ "output": "$comp-scw-select-state-focus-background-color: rgba(0,0,0,0);",
143683
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
143694
143684
  "outputSegmentRef": "state-focus-vars.$background-color"
143695
143685
  },
143696
- "blend-mode": {
143697
- "output": "$comp-scw-select-state-focus-blend-mode: NORMAL;",
143698
- "outputSegment": "$blend-mode: NORMAL;",
143699
- "outputSegmentRef": "state-focus-vars.$blend-mode"
143700
- },
143701
143686
  "width": {
143702
143687
  "output": "$comp-scw-select-state-focus-width: 282px;",
143703
143688
  "outputSegment": "$width: 282px;",
@@ -146561,15 +146546,10 @@
146561
146546
  "namespace": "state-focus-size-small-vars"
146562
146547
  },
146563
146548
  "background-color": {
146564
- "output": "$comp-scw-select-state-focus-size-small-background-color: rgba(255,255,255,1);",
146565
- "outputSegment": "$background-color: rgba(255,255,255,1);",
146549
+ "output": "$comp-scw-select-state-focus-size-small-background-color: rgba(0,0,0,0);",
146550
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
146566
146551
  "outputSegmentRef": "state-focus-size-small-vars.$background-color"
146567
146552
  },
146568
- "blend-mode": {
146569
- "output": "$comp-scw-select-state-focus-size-small-blend-mode: NORMAL;",
146570
- "outputSegment": "$blend-mode: NORMAL;",
146571
- "outputSegmentRef": "state-focus-size-small-vars.$blend-mode"
146572
- },
146573
146553
  "width": {
146574
146554
  "output": "$comp-scw-select-state-focus-size-small-width: 282px;",
146575
146555
  "outputSegment": "$width: 282px;",
@@ -149433,15 +149413,10 @@
149433
149413
  "namespace": "state-disabled-vars"
149434
149414
  },
149435
149415
  "background-color": {
149436
- "output": "$comp-scw-select-state-disabled-background-color: rgba(255,255,255,1);",
149437
- "outputSegment": "$background-color: rgba(255,255,255,1);",
149416
+ "output": "$comp-scw-select-state-disabled-background-color: rgba(0,0,0,0);",
149417
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
149438
149418
  "outputSegmentRef": "state-disabled-vars.$background-color"
149439
149419
  },
149440
- "blend-mode": {
149441
- "output": "$comp-scw-select-state-disabled-blend-mode: NORMAL;",
149442
- "outputSegment": "$blend-mode: NORMAL;",
149443
- "outputSegmentRef": "state-disabled-vars.$blend-mode"
149444
- },
149445
149420
  "width": {
149446
149421
  "output": "$comp-scw-select-state-disabled-width: 282px;",
149447
149422
  "outputSegment": "$width: 282px;",
@@ -151555,15 +151530,10 @@
151555
151530
  "namespace": "state-disabled-size-small-vars"
151556
151531
  },
151557
151532
  "background-color": {
151558
- "output": "$comp-scw-select-state-disabled-size-small-background-color: rgba(255,255,255,1);",
151559
- "outputSegment": "$background-color: rgba(255,255,255,1);",
151533
+ "output": "$comp-scw-select-state-disabled-size-small-background-color: rgba(0,0,0,0);",
151534
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
151560
151535
  "outputSegmentRef": "state-disabled-size-small-vars.$background-color"
151561
151536
  },
151562
- "blend-mode": {
151563
- "output": "$comp-scw-select-state-disabled-size-small-blend-mode: NORMAL;",
151564
- "outputSegment": "$blend-mode: NORMAL;",
151565
- "outputSegmentRef": "state-disabled-size-small-vars.$blend-mode"
151566
- },
151567
151537
  "width": {
151568
151538
  "output": "$comp-scw-select-state-disabled-size-small-width: 282px;",
151569
151539
  "outputSegment": "$width: 282px;",
@@ -153677,15 +153647,10 @@
153677
153647
  "namespace": "state-error-vars"
153678
153648
  },
153679
153649
  "background-color": {
153680
- "output": "$comp-scw-select-state-error-background-color: rgba(255,255,255,1);",
153681
- "outputSegment": "$background-color: rgba(255,255,255,1);",
153650
+ "output": "$comp-scw-select-state-error-background-color: rgba(0,0,0,0);",
153651
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
153682
153652
  "outputSegmentRef": "state-error-vars.$background-color"
153683
153653
  },
153684
- "blend-mode": {
153685
- "output": "$comp-scw-select-state-error-blend-mode: NORMAL;",
153686
- "outputSegment": "$blend-mode: NORMAL;",
153687
- "outputSegmentRef": "state-error-vars.$blend-mode"
153688
- },
153689
153654
  "width": {
153690
153655
  "output": "$comp-scw-select-state-error-width: 282px;",
153691
153656
  "outputSegment": "$width: 282px;",
@@ -156519,15 +156484,10 @@
156519
156484
  "namespace": "state-error-size-small-vars"
156520
156485
  },
156521
156486
  "background-color": {
156522
- "output": "$comp-scw-select-state-error-size-small-background-color: rgba(255,255,255,1);",
156523
- "outputSegment": "$background-color: rgba(255,255,255,1);",
156487
+ "output": "$comp-scw-select-state-error-size-small-background-color: rgba(0,0,0,0);",
156488
+ "outputSegment": "$background-color: rgba(0,0,0,0);",
156524
156489
  "outputSegmentRef": "state-error-size-small-vars.$background-color"
156525
156490
  },
156526
- "blend-mode": {
156527
- "output": "$comp-scw-select-state-error-size-small-blend-mode: NORMAL;",
156528
- "outputSegment": "$blend-mode: NORMAL;",
156529
- "outputSegmentRef": "state-error-size-small-vars.$blend-mode"
156530
- },
156531
156491
  "width": {
156532
156492
  "output": "$comp-scw-select-state-error-size-small-width: 282px;",
156533
156493
  "outputSegment": "$width: 282px;",
@@ -27167,8 +27167,7 @@ $comp-scw-select-padding-right: 0px;
27167
27167
  $comp-scw-select-padding-top: 0px;
27168
27168
  $comp-scw-select-padding-bottom: 0px;
27169
27169
 
27170
- $comp-scw-select-default-background-color: rgba(255,255,255,1);
27171
- $comp-scw-select-default-blend-mode: NORMAL;
27170
+ $comp-scw-select-default-background-color: rgba(0,0,0,0);
27172
27171
  $comp-scw-select-default-width: 282px;
27173
27172
  $comp-scw-select-default-height: 103px;
27174
27173
  $comp-scw-select-default-constraint-horizontal: MIN;
@@ -27727,8 +27726,7 @@ $comp-scw-select-default-scw-option-select-scw-option-single-label-text-left: va
27727
27726
  $comp-scw-select-default-scw-option-select-scw-option-single-label-text-left-percent: 12.06%;
27728
27727
  $comp-scw-select-default-scw-option-select-scw-option-single-label-text-right: calc( var( --scw-spacing-1 ) * 22.4 );
27729
27728
 
27730
- $comp-scw-select-size-small-background-color: rgba(255,255,255,1);
27731
- $comp-scw-select-size-small-blend-mode: NORMAL;
27729
+ $comp-scw-select-size-small-background-color: rgba(0,0,0,0);
27732
27730
  $comp-scw-select-size-small-width: 282px;
27733
27731
  $comp-scw-select-size-small-height: 93px;
27734
27732
  $comp-scw-select-size-small-constraint-horizontal: MIN;
@@ -28287,8 +28285,7 @@ $comp-scw-select-size-small-scw-option-select-scw-option-single-label-text-left:
28287
28285
  $comp-scw-select-size-small-scw-option-select-scw-option-single-label-text-left-percent: 12.06%;
28288
28286
  $comp-scw-select-size-small-scw-option-select-scw-option-single-label-text-right: calc( var( --scw-spacing-1 ) * 22.4 );
28289
28287
 
28290
- $comp-scw-select-state-focus-background-color: rgba(255,255,255,1);
28291
- $comp-scw-select-state-focus-blend-mode: NORMAL;
28288
+ $comp-scw-select-state-focus-background-color: rgba(0,0,0,0);
28292
28289
  $comp-scw-select-state-focus-width: 282px;
28293
28290
  $comp-scw-select-state-focus-height: 103px;
28294
28291
  $comp-scw-select-state-focus-constraint-horizontal: MIN;
@@ -28853,8 +28850,7 @@ $comp-scw-select-state-focus-scw-option-select-scw-option-single-label-text-left
28853
28850
  $comp-scw-select-state-focus-scw-option-select-scw-option-single-label-text-left-percent: 12.06%;
28854
28851
  $comp-scw-select-state-focus-scw-option-select-scw-option-single-label-text-right: calc( var( --scw-spacing-1 ) * 22.4 );
28855
28852
 
28856
- $comp-scw-select-state-focus-size-small-background-color: rgba(255,255,255,1);
28857
- $comp-scw-select-state-focus-size-small-blend-mode: NORMAL;
28853
+ $comp-scw-select-state-focus-size-small-background-color: rgba(0,0,0,0);
28858
28854
  $comp-scw-select-state-focus-size-small-width: 282px;
28859
28855
  $comp-scw-select-state-focus-size-small-height: 93px;
28860
28856
  $comp-scw-select-state-focus-size-small-constraint-horizontal: MIN;
@@ -29419,8 +29415,7 @@ $comp-scw-select-state-focus-size-small-scw-option-select-scw-option-single-labe
29419
29415
  $comp-scw-select-state-focus-size-small-scw-option-select-scw-option-single-label-text-left-percent: 12.06%;
29420
29416
  $comp-scw-select-state-focus-size-small-scw-option-select-scw-option-single-label-text-right: calc( var( --scw-spacing-1 ) * 22.4 );
29421
29417
 
29422
- $comp-scw-select-state-disabled-background-color: rgba(255,255,255,1);
29423
- $comp-scw-select-state-disabled-blend-mode: NORMAL;
29418
+ $comp-scw-select-state-disabled-background-color: rgba(0,0,0,0);
29424
29419
  $comp-scw-select-state-disabled-width: 282px;
29425
29420
  $comp-scw-select-state-disabled-height: 103px;
29426
29421
  $comp-scw-select-state-disabled-constraint-horizontal: MIN;
@@ -29837,8 +29832,7 @@ $comp-scw-select-state-disabled-feedback-feedback-left: 0px;
29837
29832
  $comp-scw-select-state-disabled-feedback-feedback-left-percent: 50%;
29838
29833
  $comp-scw-select-state-disabled-feedback-feedback-right: 0px;
29839
29834
 
29840
- $comp-scw-select-state-disabled-size-small-background-color: rgba(255,255,255,1);
29841
- $comp-scw-select-state-disabled-size-small-blend-mode: NORMAL;
29835
+ $comp-scw-select-state-disabled-size-small-background-color: rgba(0,0,0,0);
29842
29836
  $comp-scw-select-state-disabled-size-small-width: 282px;
29843
29837
  $comp-scw-select-state-disabled-size-small-height: 93px;
29844
29838
  $comp-scw-select-state-disabled-size-small-constraint-horizontal: MIN;
@@ -30255,8 +30249,7 @@ $comp-scw-select-state-disabled-size-small-feedback-feedback-left: 0px;
30255
30249
  $comp-scw-select-state-disabled-size-small-feedback-feedback-left-percent: 50%;
30256
30250
  $comp-scw-select-state-disabled-size-small-feedback-feedback-right: 0px;
30257
30251
 
30258
- $comp-scw-select-state-error-background-color: rgba(255,255,255,1);
30259
- $comp-scw-select-state-error-blend-mode: NORMAL;
30252
+ $comp-scw-select-state-error-background-color: rgba(0,0,0,0);
30260
30253
  $comp-scw-select-state-error-width: 282px;
30261
30254
  $comp-scw-select-state-error-height: 103px;
30262
30255
  $comp-scw-select-state-error-constraint-horizontal: MIN;
@@ -30815,8 +30808,7 @@ $comp-scw-select-state-error-scw-option-select-scw-option-single-label-text-left
30815
30808
  $comp-scw-select-state-error-scw-option-select-scw-option-single-label-text-left-percent: 12.06%;
30816
30809
  $comp-scw-select-state-error-scw-option-select-scw-option-single-label-text-right: calc( var( --scw-spacing-1 ) * 22.4 );
30817
30810
 
30818
- $comp-scw-select-state-error-size-small-background-color: rgba(255,255,255,1);
30819
- $comp-scw-select-state-error-size-small-blend-mode: NORMAL;
30811
+ $comp-scw-select-state-error-size-small-background-color: rgba(0,0,0,0);
30820
30812
  $comp-scw-select-state-error-size-small-width: 282px;
30821
30813
  $comp-scw-select-state-error-size-small-height: 93px;
30822
30814
  $comp-scw-select-state-error-size-small-constraint-horizontal: MIN;