@carbon-labs/react-animated-header 0.30.0 → 0.32.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.
Files changed (134) hide show
  1. package/assets/animated/{header_1312x738_data_fabric_dark_06.json → header_animated_data_fabric_dark_06.json} +1 -1
  2. package/assets/animated/{header_1312x738_data_fabric_light_03.json → header_animated_data_fabric_light_03.json} +1 -1
  3. package/assets/animated/header_animated_watsonx_a_dark_06.json +1 -0
  4. package/assets/animated/header_animated_watsonx_a_light_06.json +1 -0
  5. package/assets/animated/header_animated_watsonx_data_dark_03.json +1 -0
  6. package/assets/animated/header_animated_watsonx_data_light_04.json +1 -0
  7. package/assets/animated/header_animated_wxbia_dark_06.json +1 -0
  8. package/assets/animated/header_animated_wxbia_light_09.json +1 -0
  9. package/assets/index.js +44 -14
  10. package/assets/static/{illustration_data_fabric_dark_05.svg → header_static_data_fabric_dark_06.svg} +3 -3
  11. package/assets/static/{illustration_data_fabric_light_04.svg → header_static_data_fabric_light_06.svg} +9 -13
  12. package/assets/static/header_static_db2_dark_02.svg +88 -0
  13. package/assets/static/header_static_db2_light_02.svg +44 -0
  14. package/assets/static/header_static_watsonx_a_dark_01.svg +99 -0
  15. package/assets/static/header_static_watsonx_a_light_01.svg +99 -0
  16. package/assets/static/header_static_watsonx_data_dark_05.svg +43 -0
  17. package/assets/static/header_static_watsonx_data_light_06.svg +46 -0
  18. package/assets/static/header_static_wxbia_dark_01.svg +69 -0
  19. package/assets/static/header_static_wxbia_light_01.svg +69 -0
  20. package/es/__stories__/AnimatedHeader.stories.d.ts +4024 -2752
  21. package/es/__stories__/data/index.d.ts +52 -225
  22. package/es/_virtual/lottie.js +1 -1
  23. package/es/assets/animated/{header_1312x738_data_fabric_dark_06.json.js → header_animated_data_fabric_dark_06.json.js} +2 -2
  24. package/es/assets/animated/{header_1312x738_data_fabric_light_03.json.js → header_animated_data_fabric_light_03.json.js} +2 -2
  25. package/es/assets/animated/header_animated_watsonx_a_dark_06.json.js +10 -0
  26. package/es/assets/animated/header_animated_watsonx_a_light_06.json.js +10 -0
  27. package/es/assets/animated/header_animated_watsonx_data_dark_03.json.js +10 -0
  28. package/es/assets/animated/header_animated_watsonx_data_light_04.json.js +10 -0
  29. package/es/assets/animated/header_animated_wxbia_dark_06.json.js +10 -0
  30. package/es/assets/animated/header_animated_wxbia_light_09.json.js +10 -0
  31. package/es/assets/index.d.ts +9 -7
  32. package/es/assets/static/header_static_data_fabric_dark_06.svg.js +10 -0
  33. package/es/assets/static/header_static_data_fabric_light_06.svg.js +10 -0
  34. package/es/assets/static/header_static_db2_dark_02.svg.js +10 -0
  35. package/es/assets/static/header_static_db2_light_02.svg.js +10 -0
  36. package/es/assets/static/header_static_watsonx_a_dark_01.svg.js +10 -0
  37. package/es/assets/static/header_static_watsonx_a_light_01.svg.js +10 -0
  38. package/es/assets/static/header_static_watsonx_data_dark_05.svg.js +10 -0
  39. package/es/assets/static/header_static_watsonx_data_light_06.svg.js +10 -0
  40. package/es/assets/static/header_static_wxbia_dark_01.svg.js +10 -0
  41. package/es/assets/static/header_static_wxbia_light_01.svg.js +10 -0
  42. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +11 -27
  43. package/es/components/AnimatedHeader/AnimatedHeader.js +61 -44
  44. package/es/components/AnimatedHeader/types.d.ts +24 -0
  45. package/es/components/HeaderTitle/HeaderTitle.d.ts +1 -1
  46. package/es/components/TasksController/TasksController.d.ts +1 -1
  47. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +10 -11
  48. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +12 -14
  49. package/es/components/Tiles/AITile/AITile.d.ts +26 -0
  50. package/es/components/Tiles/AITile/AITile.js +65 -0
  51. package/es/components/Tiles/AITile/AITileBody.d.ts +19 -0
  52. package/es/components/Tiles/AITile/AITileBody.js +59 -0
  53. package/es/components/Tiles/BaseTile/BaseTile.d.ts +15 -18
  54. package/es/components/Tiles/BaseTile/BaseTile.js +34 -4
  55. package/es/components/Tiles/GlassTile/GlassTile.d.ts +13 -9
  56. package/es/components/Tiles/GlassTile/GlassTile.js +13 -15
  57. package/es/components/Tiles/GlassTile/GlassTileBody.d.ts +4 -4
  58. package/es/components/Tiles/GlassTile/GlassTileBody.js +4 -4
  59. package/es/components/Tiles/index.d.ts +2 -1
  60. package/es/index.d.ts +3 -2
  61. package/es/index.js +18 -10
  62. package/es/node_modules/lottie-web/build/player/lottie.js +194 -193
  63. package/lib/__stories__/AnimatedHeader.stories.d.ts +4024 -2752
  64. package/lib/__stories__/data/index.d.ts +52 -225
  65. package/lib/_virtual/lottie.js +1 -1
  66. package/lib/assets/animated/{header_1312x738_data_fabric_dark_06.json.js → header_animated_data_fabric_dark_06.json.js} +2 -2
  67. package/lib/assets/animated/{header_1312x738_data_fabric_light_03.json.js → header_animated_data_fabric_light_03.json.js} +2 -2
  68. package/lib/assets/animated/header_animated_watsonx_a_dark_06.json.js +26 -0
  69. package/lib/assets/animated/header_animated_watsonx_a_light_06.json.js +26 -0
  70. package/lib/assets/animated/header_animated_watsonx_data_dark_03.json.js +26 -0
  71. package/lib/assets/animated/header_animated_watsonx_data_light_04.json.js +26 -0
  72. package/lib/assets/animated/header_animated_wxbia_dark_06.json.js +26 -0
  73. package/lib/assets/animated/header_animated_wxbia_light_09.json.js +26 -0
  74. package/lib/assets/index.d.ts +9 -7
  75. package/lib/assets/static/header_static_data_fabric_dark_06.svg.js +14 -0
  76. package/lib/assets/static/header_static_data_fabric_light_06.svg.js +14 -0
  77. package/lib/assets/static/header_static_db2_dark_02.svg.js +14 -0
  78. package/lib/assets/static/header_static_db2_light_02.svg.js +14 -0
  79. package/lib/assets/static/header_static_watsonx_a_dark_01.svg.js +14 -0
  80. package/lib/assets/static/header_static_watsonx_a_light_01.svg.js +14 -0
  81. package/lib/assets/static/header_static_watsonx_data_dark_05.svg.js +14 -0
  82. package/lib/assets/static/header_static_watsonx_data_light_06.svg.js +14 -0
  83. package/lib/assets/static/header_static_wxbia_dark_01.svg.js +14 -0
  84. package/lib/assets/static/header_static_wxbia_light_01.svg.js +14 -0
  85. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +11 -27
  86. package/lib/components/AnimatedHeader/AnimatedHeader.js +61 -44
  87. package/lib/components/AnimatedHeader/types.d.ts +24 -0
  88. package/lib/components/HeaderTitle/HeaderTitle.d.ts +1 -1
  89. package/lib/components/TasksController/TasksController.d.ts +1 -1
  90. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +10 -11
  91. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +12 -14
  92. package/lib/components/Tiles/AITile/AITile.d.ts +26 -0
  93. package/lib/components/Tiles/AITile/AITile.js +70 -0
  94. package/lib/components/Tiles/AITile/AITileBody.d.ts +19 -0
  95. package/lib/components/Tiles/AITile/AITileBody.js +61 -0
  96. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +15 -18
  97. package/lib/components/Tiles/BaseTile/BaseTile.js +34 -4
  98. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +13 -9
  99. package/lib/components/Tiles/GlassTile/GlassTile.js +13 -15
  100. package/lib/components/Tiles/GlassTile/GlassTileBody.d.ts +4 -4
  101. package/lib/components/Tiles/GlassTile/GlassTileBody.js +4 -4
  102. package/lib/components/Tiles/index.d.ts +2 -1
  103. package/lib/index.d.ts +3 -2
  104. package/lib/index.js +36 -20
  105. package/lib/node_modules/lottie-web/build/player/lottie.js +194 -193
  106. package/package.json +2 -2
  107. package/scss/Tiles/AITile/ai-tile.scss +222 -0
  108. package/scss/animated-header.scss +1 -0
  109. package/assets/animated/header_1312x738_watsonx_data_dark_02.json +0 -1
  110. package/assets/animated/header_1312x738_watsonx_data_light_03.json +0 -1
  111. package/assets/animated/header_illustration_container_watsonx_a_dark_06.json +0 -1
  112. package/assets/animated/header_illustration_container_watsonx_a_light_06.json +0 -1
  113. package/assets/animated/header_illustration_container_wxbia_dark_05.json +0 -1
  114. package/assets/animated/header_illustration_container_wxbia_light_08.json +0 -1
  115. package/assets/static/illustration_data_fabric_dark_03.svg +0 -199
  116. package/assets/static/illustration_data_fabric_light_03.svg +0 -200
  117. package/assets/static/illustration_watson_x_data_dark_03.svg +0 -72
  118. package/assets/static/illustration_watson_x_data_light_03.svg +0 -57
  119. package/es/assets/animated/header_1312x738_watsonx_data_dark_02.json.js +0 -10
  120. package/es/assets/animated/header_1312x738_watsonx_data_light_03.json.js +0 -10
  121. package/es/assets/animated/header_illustration_container_wxbia_dark_05.json.js +0 -10
  122. package/es/assets/animated/header_illustration_container_wxbia_light_08.json.js +0 -10
  123. package/es/assets/static/illustration_data_fabric_dark_05.svg.js +0 -10
  124. package/es/assets/static/illustration_data_fabric_light_04.svg.js +0 -10
  125. package/es/assets/static/illustration_watson_x_data_dark_03.svg.js +0 -10
  126. package/es/assets/static/illustration_watson_x_data_light_03.svg.js +0 -10
  127. package/lib/assets/animated/header_1312x738_watsonx_data_dark_02.json.js +0 -26
  128. package/lib/assets/animated/header_1312x738_watsonx_data_light_03.json.js +0 -26
  129. package/lib/assets/animated/header_illustration_container_wxbia_dark_05.json.js +0 -26
  130. package/lib/assets/animated/header_illustration_container_wxbia_light_08.json.js +0 -26
  131. package/lib/assets/static/illustration_data_fabric_dark_05.svg.js +0 -14
  132. package/lib/assets/static/illustration_data_fabric_light_04.svg.js +0 -14
  133. package/lib/assets/static/illustration_watson_x_data_dark_03.svg.js +0 -14
  134. package/lib/assets/static/illustration_watson_x_data_light_03.svg.js +0 -14
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var v="5.12.1";var fr=60;var ip=0;var op=1500;var w=1312;var h=738;var nm="header_animated_wxbia_light_09";var ddd=0;var assets=[{id:"comp_0",nm:"wxbia_illustration_light_10",fr:60,layers:[{ddd:0,ind:1,ty:4,nm:"circle-a-inner",parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-2.001,330.001,0],ix:2,l:2},a:{a:0,k:[-2,250,0],ix:1,l:2},s:{a:1,k:[{i:{x:[0.3,0.3,0.3],y:[1,1,1]},o:{x:[0.4,0.4,0.4],y:[0.14,0.14,0]},t:0,s:[40,40,100]},{t:300,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[500,500],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"gs",o:{a:0,k:100,ix:9},w:{a:0,k:2,ix:10,x:"var $bm_rt;\n$bm_rt = $bm_div(value, length(toComp([\n 0,\n 0\n]), toComp([\n 0.7071,\n 0.7071\n]))) || 0.001;"},g:{p:5,k:{a:0,k:[0,0.91,0.855,1,0.375,0.82,0.878,1,0.75,0.729,0.902,1,0.875,0.843,0.929,0.978,1,0.957,0.957,0.957],ix:8}},s:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.4,y:0.14},t:0,s:[0,-995.879],to:[0,0],ti:[0,0]},{t:300,s:[0,-250]}],ix:4},e:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.4,y:0.17},t:0,s:[0,-260.371],to:[0,0],ti:[0,0]},{t:300,s:[0,280]}],ix:5},t:1,lc:1,lj:1,ml:4,ml2:{a:0,k:4,ix:13},bm:0,nm:"Gradient Stroke 2",mn:"ADBE Vector Graphic - G-Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"circle-a-inner 2",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:0,op:1844,st:0,ct:1,bm:0},{ddd:0,ind:2,ty:4,nm:"circle-a-outer",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.4],y:[0.21]},t:0,s:[-180]},{t:300,s:[0]}],ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.4,y:0.14},t:0,s:[556,74,0],to:[0,0,0],ti:[0,0,0]},{t:300,s:[937,74,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:1,k:[{i:{x:[0.3,0.3,0.3],y:[1,1,1]},o:{x:[0.4,0.4,0.4],y:[0.14,0.14,0]},t:0,s:[50,50,100]},{t:300,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[660,660],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"gs",o:{a:0,k:100,ix:9},w:{a:0,k:2,ix:10,x:"var $bm_rt;\n$bm_rt = $bm_div(value, length(toComp([\n 0,\n 0\n]), toComp([\n 0.7071,\n 0.7071\n]))) || 0.001;"},g:{p:5,k:{a:0,k:[0,0.91,0.855,1,0.375,0.82,0.878,1,0.75,0.729,0.902,1,0.875,0.843,0.929,0.978,1,0.957,0.957,0.957],ix:8}},s:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.4,y:0.14},t:0,s:[0,-1263.68],to:[0,0],ti:[0,0]},{t:300,s:[0,-330]}],ix:4},e:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.4,y:0.165},t:0,s:[0,-331.297],to:[0,0],ti:[0,0]},{t:300,s:[0,454.754]}],ix:5},t:1,lc:1,lj:1,ml:4,ml2:{a:0,k:4,ix:13},bm:0,nm:"Gradient Stroke 2",mn:"ADBE Vector Graphic - G-Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"circle-a-outer 2",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:0,op:1844,st:0,ct:1,bm:0},{ddd:0,ind:3,ty:4,nm:"circle-b-inner",parent:4,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[250.002,0.002,0],ix:2,l:2},a:{a:0,k:[165,0,0],ix:1,l:2},s:{a:1,k:[{i:{x:[0.3,0.3,0.3],y:[1,1,1]},o:{x:[0.4,0.4,0.4],y:[0.14,0.14,0]},t:0,s:[125,125,100]},{t:300,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[330,330],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"gs",o:{a:0,k:100,ix:9},w:{a:0,k:2,ix:10,x:"var $bm_rt;\n$bm_rt = $bm_div(value, length(toComp([\n 0,\n 0\n]), toComp([\n 0.7071,\n 0.7071\n]))) || 0.001;"},g:{p:5,k:{a:0,k:[0,0.91,0.855,1,0.375,0.82,0.878,1,0.75,0.729,0.902,1,0.875,0.843,0.929,0.978,1,0.957,0.957,0.957],ix:8}},s:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.4,y:0.14},t:0,s:[-604.992,-8.8],to:[0,0],ti:[0,0]},{t:300,s:[-165.484,0]}],ix:4},e:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.4,y:0.165},t:0,s:[-177.631,-4.393],to:[0,0],ti:[0,0]},{t:300,s:[193.008,0]}],ix:5},t:1,lc:1,lj:1,ml:4,ml2:{a:0,k:4,ix:13},bm:0,nm:"Gradient Stroke 1",mn:"ADBE Vector Graphic - G-Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"circle-b-inner 2",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:0,op:1844,st:0,ct:1,bm:0},{ddd:0,ind:4,ty:4,nm:"circle-b-outer",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.4],y:[0.14]},t:0,s:[-270]},{t:300,s:[0]}],ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.4,y:0.14},t:0,s:[347,322,0],to:[0,0,0],ti:[0,0,0]},{t:300,s:[687,322,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:1,k:[{i:{x:[0.3,0.3,0.3],y:[1,1,1]},o:{x:[0.4,0.4,0.4],y:[0.14,0.14,0]},t:0,s:[63.7,63.7,100]},{t:300,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[500,500],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"gs",o:{a:0,k:100,ix:9},w:{a:0,k:2,ix:10,x:"var $bm_rt;\n$bm_rt = $bm_div(value, length(toComp([\n 0,\n 0\n]), toComp([\n 0.7071,\n 0.7071\n]))) || 0.001;"},g:{p:5,k:{a:0,k:[0,0.91,0.855,1,0.375,0.82,0.878,1,0.75,0.729,0.902,1,0.875,0.843,0.929,0.978,1,0.957,0.957,0.957],ix:8}},s:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.4,y:0.14},t:0,s:[21.868,832.914],to:[0,0],ti:[0,0]},{t:300,s:[-250,0]}],ix:4},e:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.4,y:0.14},t:0,s:[-44.751,274.026],to:[0,0],ti:[0,0]},{t:300,s:[334.75,0]}],ix:5},t:1,lc:1,lj:1,ml:4,ml2:{a:0,k:4,ix:13},bm:0,nm:"Gradient Stroke 1",mn:"ADBE Vector Graphic - G-Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"circle-b-outer 2",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:0,op:1844,st:0,ct:1,bm:0},{ddd:0,ind:5,ty:4,nm:"line-a",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{s:true,x:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.4],y:[0.14]},t:0,s:[-198]},{t:300,s:[476]}],ix:3},y:{a:0,k:85,ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[172.5,-1],[-800.5,-1]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"gs",o:{a:0,k:100,ix:9},w:{a:0,k:2,ix:10},g:{p:5,k:{a:0,k:[0,0.91,0.855,1,0.375,0.82,0.878,1,0.75,0.729,0.902,1,0.875,0.843,0.929,0.978,1,0.957,0.957,0.957],ix:8}},s:{a:0,k:[-563.93,0],ix:4},e:{a:0,k:[131.123,0],ix:5},t:2,h:{a:0,k:0,ix:6},a:{a:0,k:0,ix:7},lc:1,lj:1,ml:4,ml2:{a:0,k:4,ix:13},bm:0,nm:"Gradient Stroke 2",mn:"ADBE Vector Graphic - G-Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"line-a 3",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:0,op:1844,st:0,ct:1,bm:0},{ddd:0,ind:6,ty:4,nm:"line-b",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{s:true,x:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.4],y:[0.14]},t:0,s:[-198]},{t:300,s:[306]}],ix:3},y:{a:0,k:326,ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[-800.5,-1],[172.5,-1]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"gs",o:{a:0,k:100,ix:9},w:{a:0,k:2,ix:10},g:{p:5,k:{a:0,k:[0,0.91,0.855,1,0.375,0.82,0.878,1,0.75,0.729,0.902,1,0.875,0.843,0.929,0.978,1,0.957,0.957,0.957],ix:8}},s:{a:0,k:[-446.652,0],ix:4},e:{a:0,k:[131.123,0],ix:5},t:1,lc:1,lj:1,ml:4,ml2:{a:0,k:4,ix:13},bm:0,nm:"Gradient Stroke 2",mn:"ADBE Vector Graphic - G-Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"line-a 3",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:0,op:1844,st:0,ct:1,bm:0}]}];var layers=[{ddd:0,ind:1,ty:0,nm:"wxbia_illustration_light_10",refId:"comp_0",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[656,369,0],ix:2,l:2},a:{a:0,k:[656,369,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,w:1312,h:738,ip:0,op:1500,st:0,bm:0}];var markers=[{tm:0,cm:"load_anim",dr:0},{tm:300,cm:"loop_anim",dr:0}];var props={};var header_animated_wxbia_light_09 = {v:v,fr:fr,ip:ip,op:op,w:w,h:h,nm:nm,ddd:ddd,assets:assets,layers:layers,markers:markers,props:props};
13
+
14
+ exports.assets = assets;
15
+ exports.ddd = ddd;
16
+ exports.default = header_animated_wxbia_light_09;
17
+ exports.fr = fr;
18
+ exports.h = h;
19
+ exports.ip = ip;
20
+ exports.layers = layers;
21
+ exports.markers = markers;
22
+ exports.nm = nm;
23
+ exports.op = op;
24
+ exports.props = props;
25
+ exports.v = v;
26
+ exports.w = w;
@@ -1,7 +1,9 @@
1
- import dataFabricAnimatedLight from './animated/header_1312x738_data_fabric_light_03.json';
2
- import dataFabricAnimatedDark from './animated/header_1312x738_data_fabric_dark_06.json';
3
- import watsonXAnimatedLight from './animated/header_1312x738_watsonx_data_light_03.json';
4
- import watsonXAnimatedDark from './animated/header_1312x738_watsonx_data_dark_02.json';
5
- import wxbiaAnimatedLight from './animated/header_illustration_container_wxbia_light_08.json';
6
- import wxbiaAnimatedDark from './animated/header_illustration_container_wxbia_dark_05.json';
7
- export { dataFabricAnimatedLight, dataFabricAnimatedDark, dataFabricStaticLight, dataFabricStaticDark, watsonXAnimatedLight, watsonXAnimatedDark, watsonXStaticLight, watsonXStaticDark, wxbiaAnimatedLight, wxbiaAnimatedDark };
1
+ import dataFabricAnimatedLight from './animated/header_animated_data_fabric_light_03.json';
2
+ import dataFabricAnimatedDark from './animated/header_animated_data_fabric_dark_06.json';
3
+ import watsonXAnimatedLight from './animated/header_animated_watsonx_data_light_04.json';
4
+ import watsonXAnimatedDark from './animated/header_animated_watsonx_data_dark_03.json';
5
+ import watsonXAAnimatedLight from './animated/header_animated_watsonx_a_light_06.json';
6
+ import watsonXAAnimatedDark from './animated/header_animated_watsonx_a_dark_06.json';
7
+ import wxbiaAnimatedLight from './animated/header_animated_wxbia_light_09.json';
8
+ import wxbiaAnimatedDark from './animated/header_animated_wxbia_dark_06.json';
9
+ export { dataFabricAnimatedLight, dataFabricAnimatedDark, watsonXAnimatedLight, watsonXAnimatedDark, watsonXAAnimatedLight, watsonXAAnimatedDark, wxbiaAnimatedLight, wxbiaAnimatedDark, dataFabricStaticLight, dataFabricStaticDark, db2StaticLight, db2StaticDark, watsonXStaticLight, watsonXStaticDark, watsonXAStaticLight, watsonXAStaticDark, wxbiaStaticLight, wxbiaStaticDark };
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var header_static_data_fabric_dark_06 = "export default \"data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22illustrations%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%201312%20738%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%2C%20.st1%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st1%20%7B%20%20%20%20%20%20%20%20stroke%3A%20%23003a6d%3B%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st2%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23081a1c%3B%20%20%20%20%20%20%20%20stroke%3A%20%23005d5d%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st3%20%7B%20%20%20%20%20%20%20%20clip-path%3A%20url%28%23clippath%29%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%20%20%3CclipPath%20id%3D%22clippath%22%3E%20%20%20%20%20%20%3Crect%20class%3D%22st0%22%20width%3D%221312%22%20height%3D%22738%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22data_fabric_-_dark%22%3E%20%20%20%20%3Cg%20class%3D%22st3%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22uuid-3c823569-064a-40eb-a878-8af5ce6d38311%22%3E%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C162.6h824%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C217.7h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C272.6h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C327.5h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C382.5h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M395.8%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M456.9%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M640.3%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M701.5%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M762.6%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M823.8-112.1v850.1%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C107.6h824%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6-131.2-242.7-219.4-423.6-219.4%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4C1162.8-1.6%2C1004.8-112.1%2C823.8-112.1%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4C1162.8%2C64.1%2C1004.7-2%2C823.8-2%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6-65.5-242.8-109.5-423.6-109.5%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6-32.7-242.8-54.6-423.6-54.6%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cline%20class%3D%22st1%22%20x1%3D%221247.4%22%20y1%3D%22162.4%22%20x2%3D%22823.8%22%20y2%3D%22162.6%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6%2C32.9-242.7%2C55.3-423.6%2C55.3%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6%2C65.7-242.7%2C110.2-423.6%2C110.2%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6%2C98.5-242.7%2C165.1-423.6%2C165.1%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.3%2C163.6-242.7%2C275-423.6%2C275%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.3%2C130.8-242.8%2C220.1-423.6%2C220.1%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1254.4%2C162.5c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M464.1%2C107.8c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M647.5%2C107.8c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M464.1%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M402.9%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M708.6%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M464.1%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M525.2%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M586.3%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M647.5%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M708.6%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M769.8%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.2-3.2-7.2-7.1%2C3.2-7.1%2C7.2-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M964.8%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1075.6%2C122.5c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1167.2%2C223.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1129%2C258c0%2C3.9-3.2%2C7.1-7.2%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.2%2C3.2%2C7.2%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M951.4%2C420.2c0%2C3.9-3.2%2C7.1-7.2%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.2%2C3.2%2C7.2%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E\"";
13
+
14
+ exports.default = header_static_data_fabric_dark_06;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var header_static_data_fabric_light_06 = "export default \"data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22illustrations%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%201312%20738%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%2C%20.st1%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st2%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23d9fbfb%3B%20%20%20%20%20%20%20%20stroke%3A%20%2303ddbd%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st1%20%7B%20%20%20%20%20%20%20%20stroke%3A%20%23adbeaf%3B%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st3%20%7B%20%20%20%20%20%20%20%20clip-path%3A%20url%28%23clippath%29%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%20%20%3CclipPath%20id%3D%22clippath%22%3E%20%20%20%20%20%20%3Crect%20class%3D%22st0%22%20width%3D%221312%22%20height%3D%22738%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22data_fabric_-_light%22%3E%20%20%20%20%3Cg%20class%3D%22st3%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22uuid-3c823569-064a-40eb-a878-8af5ce6d3831%22%3E%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C162.6h824%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C217.7h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C272.6h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C327.5h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C382.5h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M395.8%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M456.9%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M640.3%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M701.5%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M762.6%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M823.8-112.1v850.1%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C107.6h824%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6-131.2-242.7-219.4-423.6-219.4%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4C1162.8-1.6%2C1004.8-112.1%2C823.8-112.1%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4C1162.8%2C64.1%2C1004.7-2%2C823.8-2%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6-65.5-242.8-109.5-423.6-109.5%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6-32.7-242.8-54.6-423.6-54.6%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cline%20class%3D%22st1%22%20x1%3D%221247.4%22%20y1%3D%22162.4%22%20x2%3D%22823.8%22%20y2%3D%22162.6%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6%2C32.9-242.7%2C55.3-423.6%2C55.3%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6%2C65.7-242.7%2C110.2-423.6%2C110.2%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6%2C98.5-242.7%2C165.1-423.6%2C165.1%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.3%2C163.6-242.7%2C275-423.6%2C275%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.3%2C130.8-242.8%2C220.1-423.6%2C220.1%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1254.4%2C162.5c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M464.1%2C107.8c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M647.5%2C107.8c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M464.1%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M402.9%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M708.6%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M464.1%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M525.2%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M586.3%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M647.5%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M708.6%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M769.8%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.2-3.2-7.2-7.1%2C3.2-7.1%2C7.2-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M964.8%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1075.6%2C122.5c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1167.2%2C223.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1129%2C258c0%2C3.9-3.2%2C7.1-7.2%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.2%2C3.2%2C7.2%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M951.4%2C420.2c0%2C3.9-3.2%2C7.1-7.2%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.2%2C3.2%2C7.2%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E\"";
13
+
14
+ exports.default = header_static_data_fabric_light_06;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var header_static_db2_dark_02 = "export default \"data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%201312%20738%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20stroke%3A%20%23003a6d%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-3%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23e0e0e0%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-4%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23161616%3B%20%20%20%20%20%20%20%20stroke%3A%20%23007d79%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-5%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23d9fbfb%3B%20%20%20%20%20%20%20%20stroke%3A%20%2303ddbd%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-2%20%7B%20%20%20%20%20%20%20%20stroke%3A%20%23a6c8ff%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%20%20%3Cg%3E%20%20%20%20%3Cg%20id%3D%22Layer_1%22%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M-2148.3%2C0v171.3s0%2C72%2C72.4%2C72h583.6%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M-2804.3%2C98.9h1016.5s72.5%2C1%2C72.5-73V0%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M-2805%2C315.2h1162s81.3.3%2C81.3-71.9v-45.9%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M-2804.3%2C171.3h1016.5s144.4.5%2C144.4-145.3V0%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M-2804.3%2C26h1160.3s82.3%2C0%2C82.3%2C80.9v631.1%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22M-1556.6%2C238.1c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22-1859.7%22%20x2%3D%22-1859.7%22%20y2%3D%22738%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22-2004%22%20x2%3D%22-2004%22%20y2%3D%22738%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22-2075.9%22%20x2%3D%22-2075.9%22%20y2%3D%22738%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22-1931.9%22%20x2%3D%22-1931.9%22%20y2%3D%22738%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22-1787.8%22%20x2%3D%22-1787.8%22%20y2%3D%22738%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22M-1782.6%2C20.8c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22M-1638.3%2C20.8c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22M-1926.7%2C93.7c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22M-1854.6%2C166.1c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22M-1854.6%2C310c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22M-1926.7%2C238.1c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22M-1996.9%2C25.9c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22M-2068.8%2C98.9c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22M-2068.8%2C171.3c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22M-1780.7%2C171.3c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22M-1782.6%2C238.1c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%3Crect%20class%3D%22cls-3%22%20x%3D%22-2466.1%22%20y%3D%22121.6%22%20width%3D%22223.5%22%20height%3D%22176.1%22%2F%3E%20%20%20%20%20%20%20%20%3Crect%20class%3D%22cls-3%22%20x%3D%22-2225.6%22%20y%3D%22121.6%22%20width%3D%22223.5%22%20height%3D%22176.1%22%2F%3E%20%20%20%20%20%20%20%20%3Crect%20class%3D%22cls-3%22%20x%3D%22-1986.4%22%20y%3D%22121.6%22%20width%3D%22223.5%22%20height%3D%22176.1%22%2F%3E%20%20%20%20%20%20%20%20%3Crect%20class%3D%22cls-3%22%20x%3D%22-1746.1%22%20y%3D%22121.6%22%20width%3D%22223.5%22%20height%3D%22176.1%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M656.3-.3v171.3s0%2C72%2C72.4%2C72h583.6%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.3%2C98.6h1016.5s72.5%2C1%2C72.5-73V-.3%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M-.3%2C314.8h1162s81.3.3%2C81.3-71.9v-45.9%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.3%2C170.9h1016.5s144.4.5%2C144.4-145.3V-.3%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.3%2C25.7h1160.3s82.3%2C0%2C82.3%2C80.9v631.1%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22M1248.1%2C237.7c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-1%22%20x1%3D%22944.9%22%20y1%3D%22-.3%22%20x2%3D%22944.9%22%20y2%3D%22737.7%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-1%22%20x1%3D%22800.6%22%20y1%3D%22-.3%22%20x2%3D%22800.6%22%20y2%3D%22737.7%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-1%22%20x1%3D%22728.7%22%20y1%3D%22-.3%22%20x2%3D%22728.7%22%20y2%3D%22737.7%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-1%22%20x1%3D%22872.8%22%20y1%3D%22-.3%22%20x2%3D%22872.8%22%20y2%3D%22737.7%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-1%22%20x1%3D%221016.9%22%20y1%3D%22-.3%22%20x2%3D%221016.9%22%20y2%3D%22737.7%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22M1022%2C20.5c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22M1166.4%2C20.5c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22M877.9%2C93.4c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22M950.1%2C165.8c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22M950.1%2C309.7c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22M877.9%2C237.7c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22M807.7%2C25.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22M735.8%2C98.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22M735.8%2C170.9c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22M1024%2C170.9c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22M1022%2C237.7c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E\"";
13
+
14
+ exports.default = header_static_db2_dark_02;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var header_static_db2_light_02 = "export default \"data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%201312%20738%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23d9fbfb%3B%20%20%20%20%20%20%20%20stroke%3A%20%2303ddbd%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-2%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%20%20stroke%3A%20%23a6c8ff%3B%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%20%20%3Cg%3E%20%20%20%20%3Cg%20id%3D%22Layer_1%22%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M656%2C0v171.3s0%2C72%2C72.4%2C72h583.6%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M0%2C98.9h1016.5s72.5%2C1%2C72.5-73V0%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M-.6%2C315.2h1162s81.3.3%2C81.3-71.9v-45.9%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M0%2C171.3h1016.5s144.4.5%2C144.4-145.3V0%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M0%2C26h1160.3s82.3%2C0%2C82.3%2C80.9v631.1%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1247.8%2C238.1c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22944.6%22%20x2%3D%22944.6%22%20y2%3D%22738%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22800.3%22%20x2%3D%22800.3%22%20y2%3D%22738%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22728.4%22%20x2%3D%22728.4%22%20y2%3D%22738%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-2%22%20x1%3D%22872.5%22%20x2%3D%22872.5%22%20y2%3D%22738%22%2F%3E%20%20%20%20%20%20%3Cline%20class%3D%22cls-2%22%20x1%3D%221016.5%22%20x2%3D%221016.5%22%20y2%3D%22738%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1021.7%2C20.8c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1166.1%2C20.8c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M877.6%2C93.7c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M949.8%2C166.1c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M949.8%2C310c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M877.6%2C238.1c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M807.4%2C25.9c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M735.5%2C98.9c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M735.5%2C171.3c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1023.6%2C171.3c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1021.7%2C238.1c5.9%2C7.5-2.9%2C16.2-10.3%2C10.3-5.9-7.5%2C2.9-16.2%2C10.3-10.3Z%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E\"";
13
+
14
+ exports.default = header_static_db2_light_02;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var header_static_watsonx_a_dark_01 = "export default \"data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22illustrations%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%201312%20738%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%20%7B%20%20%20%20%20%20%20%20stroke%3A%20url%28%23linear-gradient1%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st0%2C%20.st1%2C%20.st2%2C%20.st3%2C%20.st4%2C%20.st5%2C%20.st6%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st0%2C%20.st1%2C%20.st4%2C%20.st5%2C%20.st6%20%7B%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st1%20%7B%20%20%20%20%20%20%20%20stroke%3A%20url%28%23linear-gradient3%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st2%20%7B%20%20%20%20%20%20%20%20stroke%3A%20url%28%23linear-gradient6%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st2%2C%20.st3%20%7B%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st3%20%7B%20%20%20%20%20%20%20%20stroke%3A%20url%28%23linear-gradient2%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st3%2C%20.st4%2C%20.st5%20%7B%20%20%20%20%20%20%20%20display%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st4%20%7B%20%20%20%20%20%20%20%20stroke%3A%20url%28%23linear-gradient5%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st5%20%7B%20%20%20%20%20%20%20%20stroke%3A%20url%28%23linear-gradient4%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st6%20%7B%20%20%20%20%20%20%20%20stroke%3A%20url%28%23linear-gradient%29%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%22221.3%22%20y1%3D%22-12.1%22%20x2%3D%22929.8%22%20y2%3D%22696.5%22%20gradientTransform%3D%22translate%28157%2011%29%20rotate%28-45%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2331135e%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23012749%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient1%22%20x1%3D%22430%22%20y1%3D%227%22%20x2%3D%221182%22%20y2%3D%227%22%20gradientTransform%3D%22translate%280%20-286%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2331135e%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23012749%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient2%22%20x1%3D%22731.8%22%20y1%3D%22-44.8%22%20x2%3D%221233.8%22%20y2%3D%22-44.8%22%20gradientTransform%3D%22translate%28256.2%20-994%29%20rotate%2845%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2331135e%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23012749%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient3%22%20x1%3D%22169%22%20y1%3D%22527.7%22%20x2%3D%22671%22%20y2%3D%22527.7%22%20gradientTransform%3D%22translate%28-41%20-53.4%29%20rotate%28-45%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2331135e%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23012749%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient4%22%20x1%3D%22305%22%20y1%3D%22132%22%20x2%3D%22557%22%20y2%3D%22132%22%20gradientTransform%3D%22translate%280%20-286%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2331135e%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23012749%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient5%22%20x1%3D%221055%22%20y1%3D%22132%22%20x2%3D%221307%22%20y2%3D%22132%22%20gradientTransform%3D%22translate%280%20-286%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2331135e%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23012749%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient6%22%20x1%3D%22-301%22%20y1%3D%22213.8%22%20x2%3D%22451%22%20y2%3D%22213.8%22%20gradientTransform%3D%22translate%28707.8%20175.2%29%20rotate%28-135%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2331135e%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23012749%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22watsonx_a_-_dark%22%3E%20%20%20%20%3Cg%20id%3D%22Layer_11%22%3E%20%20%20%20%20%20%3Ccircle%20class%3D%22st6%22%20cx%3D%22806%22%20cy%3D%22-154%22%20r%3D%22500%22%2F%3E%20%20%20%20%20%20%3Ccircle%20class%3D%22st0%22%20cx%3D%22806%22%20cy%3D%22-279%22%20r%3D%22375%22%2F%3E%20%20%20%20%20%20%3Ccircle%20class%3D%22st3%22%20cx%3D%22982.8%22%20cy%3D%22-330.8%22%20r%3D%22250%22%20transform%3D%22translate%28521.7%20598.1%29%20rotate%28-45%29%22%2F%3E%20%20%20%20%20%20%3Ccircle%20class%3D%22st1%22%20cx%3D%22629.2%22%20cy%3D%2222.8%22%20r%3D%22250%22%2F%3E%20%20%20%20%20%20%3Ccircle%20class%3D%22st5%22%20cx%3D%22431%22%20cy%3D%22-154%22%20r%3D%22125%22%2F%3E%20%20%20%20%20%20%3Ccircle%20class%3D%22st4%22%20cx%3D%221181%22%20cy%3D%22-154%22%20r%3D%22125%22%2F%3E%20%20%20%20%20%20%3Ccircle%20class%3D%22st2%22%20cx%3D%22806%22%20cy%3D%22-29%22%20r%3D%22375%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E\"";
13
+
14
+ exports.default = header_static_watsonx_a_dark_01;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var header_static_watsonx_a_light_01 = "export default \"data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22illustrations%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%201312%20738%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%20%7B%20%20%20%20%20%20%20%20stroke%3A%20url%28%23linear-gradient1%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st0%2C%20.st1%2C%20.st2%2C%20.st3%2C%20.st4%2C%20.st5%2C%20.st6%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st0%2C%20.st1%2C%20.st4%2C%20.st5%2C%20.st6%20%7B%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st1%20%7B%20%20%20%20%20%20%20%20stroke%3A%20url%28%23linear-gradient3%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st2%20%7B%20%20%20%20%20%20%20%20stroke%3A%20url%28%23linear-gradient6%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st2%2C%20.st3%20%7B%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st3%20%7B%20%20%20%20%20%20%20%20stroke%3A%20url%28%23linear-gradient2%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st3%2C%20.st4%2C%20.st5%20%7B%20%20%20%20%20%20%20%20display%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st4%20%7B%20%20%20%20%20%20%20%20stroke%3A%20url%28%23linear-gradient5%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st5%20%7B%20%20%20%20%20%20%20%20stroke%3A%20url%28%23linear-gradient4%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st6%20%7B%20%20%20%20%20%20%20%20stroke%3A%20url%28%23linear-gradient%29%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%22221.3%22%20y1%3D%22-12.1%22%20x2%3D%22929.8%22%20y2%3D%22696.5%22%20gradientTransform%3D%22translate%28157%2011%29%20rotate%28-45%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e8daff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23bae6ff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4f4f4%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient1%22%20x1%3D%22430%22%20y1%3D%227%22%20x2%3D%221182%22%20y2%3D%227%22%20gradientTransform%3D%22translate%280%20-286%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e8daff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23bae6ff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4f4f4%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient2%22%20x1%3D%22731.8%22%20y1%3D%22-44.8%22%20x2%3D%221233.8%22%20y2%3D%22-44.8%22%20gradientTransform%3D%22translate%28256.2%20-994%29%20rotate%2845%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2331135e%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23012749%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient3%22%20x1%3D%22169%22%20y1%3D%22527.7%22%20x2%3D%22671%22%20y2%3D%22527.7%22%20gradientTransform%3D%22translate%28-41%20-53.4%29%20rotate%28-45%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e8daff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23bae6ff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4f4f4%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient4%22%20x1%3D%22305%22%20y1%3D%22132%22%20x2%3D%22557%22%20y2%3D%22132%22%20gradientTransform%3D%22translate%280%20-286%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2331135e%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23012749%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient5%22%20x1%3D%221055%22%20y1%3D%22132%22%20x2%3D%221307%22%20y2%3D%22132%22%20gradientTransform%3D%22translate%280%20-286%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2331135e%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23012749%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient6%22%20x1%3D%22-301%22%20y1%3D%22213.8%22%20x2%3D%22451%22%20y2%3D%22213.8%22%20gradientTransform%3D%22translate%28707.8%20175.2%29%20rotate%28-135%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e8daff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23bae6ff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4f4f4%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22watsonx_a_-_light%22%3E%20%20%20%20%3Cg%20id%3D%22Layer_1%22%3E%20%20%20%20%20%20%3Ccircle%20class%3D%22st6%22%20cx%3D%22806%22%20cy%3D%22-154%22%20r%3D%22500%22%2F%3E%20%20%20%20%20%20%3Ccircle%20class%3D%22st0%22%20cx%3D%22806%22%20cy%3D%22-279%22%20r%3D%22375%22%2F%3E%20%20%20%20%20%20%3Ccircle%20class%3D%22st3%22%20cx%3D%22982.8%22%20cy%3D%22-330.8%22%20r%3D%22250%22%20transform%3D%22translate%28521.7%20598.1%29%20rotate%28-45%29%22%2F%3E%20%20%20%20%20%20%3Ccircle%20class%3D%22st1%22%20cx%3D%22629.2%22%20cy%3D%2222.8%22%20r%3D%22250%22%2F%3E%20%20%20%20%20%20%3Ccircle%20class%3D%22st5%22%20cx%3D%22431%22%20cy%3D%22-154%22%20r%3D%22125%22%2F%3E%20%20%20%20%20%20%3Ccircle%20class%3D%22st4%22%20cx%3D%221181%22%20cy%3D%22-154%22%20r%3D%22125%22%2F%3E%20%20%20%20%20%20%3Ccircle%20class%3D%22st2%22%20cx%3D%22806%22%20cy%3D%22-29%22%20r%3D%22375%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E\"";
13
+
14
+ exports.default = header_static_watsonx_a_light_01;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var header_static_watsonx_data_dark_05 = "export default \"data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22illustrations%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%201312%20738%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%20%20stroke%3A%20%23003a6d%3B%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st1%20%7B%20%20%20%20%20%20%20%20fill%3A%20%231c0f30%3B%20%20%20%20%20%20%20%20stroke%3A%20%23491d8b%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22watsonx.data_-_dark%22%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M843.1.4v737.6%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M780.1.4v737.6%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M717.2.4v737.6%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M654.2.4v737.6%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M717.2%2C62.8H0%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M717.3%2C311.7H0%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M843.1%2C62.8h-63.2%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M843.1%2C125.8H0%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M843.1%2C188.7H0%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M843.1%2C251.6H0%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M677.7%2C94.3c0%2C4.4%2C3.5%2C8%2C8%2C8s8-3.6%2C8-8-3.5-8-8-8-8%2C3.6-8%2C8Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M677.7%2C157.2c0%2C4.4%2C3.5%2C8%2C8%2C8s8-3.6%2C8-8-3.5-8-8-8-8%2C3.6-8%2C8Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M677.7%2C220.1c0%2C4.4%2C3.5%2C8.1%2C8%2C8.1s8-3.6%2C8-8.1-3.5-7.9-8-7.9-8%2C3.6-8%2C7.9Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M878.1%2C153.7c-5%2C0-9%2C4-9%2C9s4.1%2C9%2C9%2C9%2C9-4%2C9-9-4.1-9-9-9Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M913.1%2C118.7c-5%2C0-9%2C4-9%2C9s4.1%2C9%2C9%2C9%2C9-4%2C9-9-4.1-9-9-9Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M948.1%2C83.7c-5%2C0-9%2C4-9%2C9s4.1%2C9%2C9%2C9%2C9-4%2C9-9-4.1-9-9-9Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M981.1%2C48.7c-5%2C0-9%2C4-9%2C9s4.1%2C9%2C9%2C9%2C9-4%2C9-9-4.1-9-9-9Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1018.1%2C13.7c-5%2C0-9%2C4-9%2C9s4.1%2C9%2C9%2C9%2C9-4%2C9-9-4.1-9-9-9Z%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22circle5%22%20class%3D%22st0%22%20cx%3D%22878.1%22%20cy%3D%22188.7%22%20r%3D%2235%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22circle11%22%20class%3D%22st0%22%20cx%3D%22913.1%22%20cy%3D%22188.7%22%20r%3D%2270%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22circle21%22%20class%3D%22st0%22%20cx%3D%22948.1%22%20cy%3D%22188.7%22%20r%3D%22105%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22circle31%22%20class%3D%22st0%22%20cx%3D%22983.1%22%20cy%3D%22188.7%22%20r%3D%22140%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22circle41%22%20class%3D%22st0%22%20cx%3D%221018.1%22%20cy%3D%22188.7%22%20r%3D%22175%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E\"";
13
+
14
+ exports.default = header_static_watsonx_data_dark_05;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var header_static_watsonx_data_light_06 = "export default \"data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22illustrations%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%201312%20738%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23f6f2ff%3B%20%20%20%20%20%20%20%20stroke%3A%20%23d4bbff%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st0%2C%20.st1%20%7B%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st1%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%20%20stroke%3A%20%23a6c8ff%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22watsonx.data_-_light%22%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1.4v737.6%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M780.1.4v737.6%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M717.2.4v737.6%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M654.2.4v737.6%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M717.2%2C62.8H0%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M717.3%2C311.7H0%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C62.8h-63.2%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C125.8H0%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C188.7H0%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C251.6H0%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M677.7%2C94.3c0%2C4.4%2C3.5%2C8%2C8%2C8s8-3.6%2C8-8-3.5-8-8-8-8%2C3.6-8%2C8Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M677.7%2C157.2c0%2C4.4%2C3.5%2C8%2C8%2C8s8-3.6%2C8-8-3.5-8-8-8-8%2C3.6-8%2C8Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M677.7%2C220.1c0%2C4.4%2C3.5%2C8.1%2C8%2C8.1s8-3.6%2C8-8.1-3.5-7.9-8-7.9-8%2C3.6-8%2C7.9Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M878.1%2C153.7c-5%2C0-9%2C4-9%2C9s4.1%2C9%2C9%2C9%2C9-4%2C9-9-4.1-9-9-9Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M913.1%2C118.7c-5%2C0-9%2C4-9%2C9s4.1%2C9%2C9%2C9%2C9-4%2C9-9-4.1-9-9-9Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M948.1%2C83.7c-5%2C0-9%2C4-9%2C9s4.1%2C9%2C9%2C9%2C9-4%2C9-9-4.1-9-9-9Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M981.1%2C48.7c-5%2C0-9%2C4-9%2C9s4.1%2C9%2C9%2C9%2C9-4%2C9-9-4.1-9-9-9Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1018.1%2C13.7c-5%2C0-9%2C4-9%2C9s4.1%2C9%2C9%2C9%2C9-4%2C9-9-4.1-9-9-9Z%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22circle%22%20class%3D%22st1%22%20cx%3D%22878.1%22%20cy%3D%22188.7%22%20r%3D%2235%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22circle1%22%20class%3D%22st1%22%20cx%3D%22913.1%22%20cy%3D%22188.7%22%20r%3D%2270%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22circle2%22%20class%3D%22st1%22%20cx%3D%22948.1%22%20cy%3D%22188.7%22%20r%3D%22105%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22circle3%22%20class%3D%22st1%22%20cx%3D%22983.1%22%20cy%3D%22188.7%22%20r%3D%22140%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22circle4%22%20class%3D%22st1%22%20cx%3D%221018.1%22%20cy%3D%22188.7%22%20r%3D%22175%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E\"";
13
+
14
+ exports.default = header_static_watsonx_data_light_06;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var header_static_wxbia_dark_01 = "export default \"data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22illustrations%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%201312%20738%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%20%7B%20%20%20%20%20%20%20%20fill%3A%20url%28%23linear-gradient2%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st1%20%7B%20%20%20%20%20%20%20%20fill%3A%20url%28%23linear-gradient1%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st2%20%7B%20%20%20%20%20%20%20%20fill%3A%20url%28%23linear-gradient3%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st3%20%7B%20%20%20%20%20%20%20%20fill%3A%20url%28%23linear-gradient5%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st4%20%7B%20%20%20%20%20%20%20%20fill%3A%20url%28%23linear-gradient4%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st5%20%7B%20%20%20%20%20%20%20%20fill%3A%20url%28%23linear-gradient%29%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%22-53.3%22%20y1%3D%22656.5%22%20x2%3D%22596.6%22%20y2%3D%22656.5%22%20gradientTransform%3D%22translate%280%20740%29%20scale%281%20-1%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23491d8b%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23003a6d%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient1%22%20x1%3D%22-70.7%22%20y1%3D%22414.7%22%20x2%3D%22431.3%22%20y2%3D%22414.7%22%20gradientTransform%3D%22translate%280%20740%29%20scale%281%20-1%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23491d8b%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23003a6d%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient2%22%20x1%3D%22439%22%20y1%3D%22418%22%20x2%3D%22989.1%22%20y2%3D%22418%22%20gradientTransform%3D%22translate%280%20740%29%20scale%281%20-1%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23491d8b%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23003a6d%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient3%22%20x1%3D%22603.4%22%20y1%3D%22418%22%20x2%3D%22968.3%22%20y2%3D%22418%22%20gradientTransform%3D%22translate%280%20740%29%20scale%281%20-1%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23491d8b%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23003a6d%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient4%22%20x1%3D%22937%22%20y1%3D%22998%22%20x2%3D%22937%22%20y2%3D%22258%22%20gradientTransform%3D%22translate%280%20740%29%20scale%281%20-1%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23491d8b%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23003a6d%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient5%22%20x1%3D%22937%22%20y1%3D%22838.3%22%20x2%3D%22937%22%20y2%3D%22313.7%22%20gradientTransform%3D%22translate%280%20740%29%20scale%281%20-1%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23491d8b%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23003a6d%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23161616%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22wxbia_-_dark__x28_outlined_x29_%22%3E%20%20%20%20%3Crect%20class%3D%22st5%22%20y%3D%2282.5%22%20width%3D%22607.1%22%20height%3D%222%22%2F%3E%20%20%20%20%3Crect%20class%3D%22st1%22%20y%3D%22324.3%22%20width%3D%22439.9%22%20height%3D%222%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M690%2C573c-67%2C0-130.1-26.1-177.5-73.5s-73.5-110.4-73.5-177.5%2C26.1-130.1%2C73.5-177.5c47.4-47.4%2C110.4-73.5%2C177.5-73.5s130.1%2C26.1%2C177.5%2C73.5c47.4%2C47.4%2C73.5%2C110.4%2C73.5%2C177.5s-26.1%2C130.1-73.5%2C177.5c-47.4%2C47.4-110.4%2C73.5-177.5%2C73.5ZM690%2C73c-66.5%2C0-129%2C25.9-176.1%2C72.9-47%2C47-72.9%2C109.6-72.9%2C176.1s25.9%2C129%2C72.9%2C176.1c47%2C47%2C109.6%2C72.9%2C176.1%2C72.9s129-25.9%2C176.1-72.9c47-47%2C72.9-109.6%2C72.9-176.1s-25.9-129-72.9-176.1c-47-47-109.6-72.9-176.1-72.9Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M773%2C489c-92.1%2C0-167-74.9-167-167s74.9-167%2C167-167%2C167%2C74.9%2C167%2C167-74.9%2C167-167%2C167ZM773%2C157c-91%2C0-165%2C74-165%2C165s74%2C165%2C165%2C165%2C165-74%2C165-165-74-165-165-165Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st4%22%20d%3D%22M937%2C404c-88.4%2C0-171.5-34.4-234.1-96.9-62.5-62.5-96.9-145.6-96.9-234.1s34.4-171.5%2C96.9-234.1c62.5-62.5%2C145.6-96.9%2C234.1-96.9s171.5%2C34.4%2C234.1%2C96.9c62.5%2C62.5%2C96.9%2C145.6%2C96.9%2C234.1s-34.4%2C171.5-96.9%2C234.1c-62.5%2C62.5-145.6%2C96.9-234.1%2C96.9ZM937-256c-87.9%2C0-170.5%2C34.2-232.6%2C96.4s-96.4%2C144.8-96.4%2C232.6%2C34.2%2C170.5%2C96.4%2C232.6%2C144.8%2C96.4%2C232.6%2C96.4%2C170.5-34.2%2C232.6-96.4c62.1-62.1%2C96.4-144.8%2C96.4-232.6s-34.2-170.5-96.4-232.6c-62.1-62.1-144.8-96.4-232.6-96.4Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st3%22%20d%3D%22M937%2C403c-67%2C0-130.1-26.1-177.5-73.5s-73.5-110.4-73.5-177.5%2C26.1-130.1%2C73.5-177.5c47.4-47.4%2C110.4-73.5%2C177.5-73.5s130.1%2C26.1%2C177.5%2C73.5%2C73.5%2C110.4%2C73.5%2C177.5-26.1%2C130.1-73.5%2C177.5-110.4%2C73.5-177.5%2C73.5ZM937-97c-66.5%2C0-129%2C25.9-176.1%2C72.9-47%2C47-72.9%2C109.6-72.9%2C176.1s25.9%2C129%2C72.9%2C176.1c47%2C47%2C109.6%2C72.9%2C176.1%2C72.9s129-25.9%2C176.1-72.9c47-47%2C72.9-109.6%2C72.9-176.1s-25.9-129-72.9-176.1c-47-47-109.6-72.9-176.1-72.9Z%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E\"";
13
+
14
+ exports.default = header_static_wxbia_dark_01;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var header_static_wxbia_light_01 = "export default \"data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22illustrations%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%201312%20738%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%20%7B%20%20%20%20%20%20%20%20fill%3A%20url%28%23linear-gradient2%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st1%20%7B%20%20%20%20%20%20%20%20fill%3A%20url%28%23linear-gradient1%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st2%20%7B%20%20%20%20%20%20%20%20fill%3A%20url%28%23linear-gradient3%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st3%20%7B%20%20%20%20%20%20%20%20fill%3A%20url%28%23linear-gradient5%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st4%20%7B%20%20%20%20%20%20%20%20fill%3A%20url%28%23linear-gradient4%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st5%20%7B%20%20%20%20%20%20%20%20fill%3A%20url%28%23linear-gradient%29%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%22-53.3%22%20y1%3D%22656.5%22%20x2%3D%22596.6%22%20y2%3D%22656.5%22%20gradientTransform%3D%22translate%280%20740%29%20scale%281%20-1%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e8daff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23bae6ff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4f4f4%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient1%22%20x1%3D%22-70.7%22%20y1%3D%22414.7%22%20x2%3D%22431.3%22%20y2%3D%22414.7%22%20gradientTransform%3D%22translate%280%20740%29%20scale%281%20-1%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e8daff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23bae6ff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4f4f4%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient2%22%20x1%3D%22439%22%20y1%3D%22418%22%20x2%3D%22989.1%22%20y2%3D%22418%22%20gradientTransform%3D%22translate%280%20740%29%20scale%281%20-1%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e8daff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23bae6ff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4f4f4%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient3%22%20x1%3D%22603.4%22%20y1%3D%22418%22%20x2%3D%22968.3%22%20y2%3D%22418%22%20gradientTransform%3D%22translate%280%20740%29%20scale%281%20-1%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e8daff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23bae6ff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4f4f4%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient4%22%20x1%3D%22937%22%20y1%3D%22998%22%20x2%3D%22937%22%20y2%3D%22258%22%20gradientTransform%3D%22translate%280%20740%29%20scale%281%20-1%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e8daff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23bae6ff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4f4f4%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%20%20%3ClinearGradient%20id%3D%22linear-gradient5%22%20x1%3D%22937%22%20y1%3D%22838.3%22%20x2%3D%22937%22%20y2%3D%22313.7%22%20gradientTransform%3D%22translate%280%20740%29%20scale%281%20-1%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e8daff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%23bae6ff%22%2F%3E%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f4f4f4%22%2F%3E%20%20%20%20%3C%2FlinearGradient%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22wxbia_-_light__x28_outlined_x29_%22%3E%20%20%20%20%3Crect%20class%3D%22st5%22%20y%3D%2282.5%22%20width%3D%22607.1%22%20height%3D%222%22%2F%3E%20%20%20%20%3Crect%20class%3D%22st1%22%20y%3D%22324.3%22%20width%3D%22439.9%22%20height%3D%222%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M690%2C573c-67%2C0-130.1-26.1-177.5-73.5s-73.5-110.4-73.5-177.5%2C26.1-130.1%2C73.5-177.5c47.4-47.4%2C110.4-73.5%2C177.5-73.5s130.1%2C26.1%2C177.5%2C73.5c47.4%2C47.4%2C73.5%2C110.4%2C73.5%2C177.5s-26.1%2C130.1-73.5%2C177.5c-47.4%2C47.4-110.4%2C73.5-177.5%2C73.5ZM690%2C73c-66.5%2C0-129%2C25.9-176.1%2C72.9-47%2C47-72.9%2C109.6-72.9%2C176.1s25.9%2C129%2C72.9%2C176.1c47%2C47%2C109.6%2C72.9%2C176.1%2C72.9s129-25.9%2C176.1-72.9c47-47%2C72.9-109.6%2C72.9-176.1s-25.9-129-72.9-176.1c-47-47-109.6-72.9-176.1-72.9Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M773%2C489c-92.1%2C0-167-74.9-167-167s74.9-167%2C167-167%2C167%2C74.9%2C167%2C167-74.9%2C167-167%2C167ZM773%2C157c-91%2C0-165%2C74-165%2C165s74%2C165%2C165%2C165%2C165-74%2C165-165-74-165-165-165Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st4%22%20d%3D%22M937%2C404c-88.4%2C0-171.5-34.4-234.1-96.9-62.5-62.5-96.9-145.6-96.9-234.1s34.4-171.5%2C96.9-234.1c62.5-62.5%2C145.6-96.9%2C234.1-96.9s171.5%2C34.4%2C234.1%2C96.9c62.5%2C62.5%2C96.9%2C145.6%2C96.9%2C234.1s-34.4%2C171.5-96.9%2C234.1c-62.5%2C62.5-145.6%2C96.9-234.1%2C96.9ZM937-256c-87.9%2C0-170.5%2C34.2-232.6%2C96.4s-96.4%2C144.8-96.4%2C232.6%2C34.2%2C170.5%2C96.4%2C232.6%2C144.8%2C96.4%2C232.6%2C96.4%2C170.5-34.2%2C232.6-96.4c62.1-62.1%2C96.4-144.8%2C96.4-232.6s-34.2-170.5-96.4-232.6c-62.1-62.1-144.8-96.4-232.6-96.4Z%22%2F%3E%20%20%20%20%3Cpath%20class%3D%22st3%22%20d%3D%22M937%2C403c-67%2C0-130.1-26.1-177.5-73.5s-73.5-110.4-73.5-177.5%2C26.1-130.1%2C73.5-177.5c47.4-47.4%2C110.4-73.5%2C177.5-73.5s130.1%2C26.1%2C177.5%2C73.5%2C73.5%2C110.4%2C73.5%2C177.5-26.1%2C130.1-73.5%2C177.5-110.4%2C73.5-177.5%2C73.5ZM937-97c-66.5%2C0-129%2C25.9-176.1%2C72.9-47%2C47-72.9%2C109.6-72.9%2C176.1s25.9%2C129%2C72.9%2C176.1c47%2C47%2C109.6%2C72.9%2C176.1%2C72.9s129-25.9%2C176.1-72.9c47-47%2C72.9-109.6%2C72.9-176.1s-25.9-129-72.9-176.1c-47-47-109.6-72.9-176.1-72.9Z%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E\"";
13
+
14
+ exports.default = header_static_wxbia_light_01;
@@ -1,37 +1,21 @@
1
- import React, { ElementType, ReactNode } from 'react';
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2025
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import React from 'react';
2
10
  import { TasksControllerProps } from '../TasksController/TasksController';
3
11
  import { WorkspaceSelectorProps } from '../WorkspaceSelector/WorkspaceSelector';
12
+ import { Tile, TileGroup, AriaLabels } from './types';
4
13
  /** Animated Header */
5
- export interface AriaLabels {
6
- welcome?: string;
7
- description?: string;
8
- collapseButton?: string;
9
- expandButton?: string;
10
- tilesContainer?: string;
11
- }
12
- export interface Tile {
13
- href?: string | null;
14
- id: string;
15
- mainIcon?: ElementType | null;
16
- secondaryIcon?: ElementType | null;
17
- subtitle?: string | null;
18
- title?: string | null;
19
- customContent?: ReactNode | null;
20
- isLoading?: boolean;
21
- isDisabled?: boolean;
22
- onClick?: () => void;
23
- ariaLabel?: string;
24
- }
25
- export interface TileGroup {
26
- id: number;
27
- label: string;
28
- tiles: Tile[];
29
- }
30
14
  export type AnimatedHeaderProps = {
31
15
  allTileGroups?: TileGroup[];
32
16
  ariaLabels?: AriaLabels;
33
17
  selectedTileGroup?: TileGroup;
34
- setSelectedTileGroup: (e: any) => void;
18
+ setSelectedTileGroup?: (e: any) => void;
35
19
  description?: string;
36
20
  headerAnimation?: object;
37
21
  headerStatic?: React.JSX.Element | string;
@@ -9,11 +9,12 @@
9
9
 
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
- var PropTypes = require('prop-types');
12
+ var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
13
  var React = require('react');
14
+ var PropTypes = require('prop-types');
15
+ var lottie = require('../../_virtual/lottie.js');
14
16
  var react = require('@carbon/react');
15
17
  var iconsReact = require('@carbon/icons-react');
16
- var lottie = require('../../_virtual/lottie.js');
17
18
  var usePrefix = require('../../node_modules/@carbon-labs/utilities/es/usePrefix.js');
18
19
  require('@carbon/react/icons');
19
20
  var BaseTile = require('../Tiles/BaseTile/BaseTile.js');
@@ -45,6 +46,7 @@ const AnimatedHeader = ({
45
46
  const prefix = usePrefix.usePrefix();
46
47
  const blockClass = `${prefix}--animated-header`;
47
48
  const animationContainer = React.useRef(null);
49
+ const animRef = React.useRef(null);
48
50
  const [open, setOpen] = React.useState(true);
49
51
  const isReduced = window.matchMedia('(prefers-reduced-motion)').matches;
50
52
  const collapsed = `${blockClass}--collapsed`;
@@ -55,40 +57,52 @@ const AnimatedHeader = ({
55
57
  setOpen(!open);
56
58
  };
57
59
  React.useEffect(() => {
58
- if (!animationContainer.current) {
59
- return;
60
+ // Make sure any prior instance is destroyed before creating a new one
61
+ if (animRef.current) {
62
+ animRef.current.destroy();
63
+ animRef.current = null;
60
64
  }
65
+ if (!animationContainer.current || !headerAnimation) return;
61
66
  const animation = lottie.default.loadAnimation({
62
67
  container: animationContainer.current,
63
68
  animationData: headerAnimation,
64
69
  renderer: 'svg',
65
70
  loop: false,
66
- autoplay: false
71
+ autoplay: false,
72
+ rendererSettings: {
73
+ preserveAspectRatio: 'xMidYMid slice'
74
+ }
67
75
  });
68
- const lottieLoadSpeed = 1;
69
- const animationData = animation['animationData'];
70
- function reducedMotion() {
71
- animation.goToAndStop(5000);
72
- }
73
- function load() {
74
- animation.setSpeed(lottieLoadSpeed);
75
- animation.playSegments([animationData.markers.at(0).tm, animationData.markers.at(1).tm], true);
76
- }
77
- if (isReduced) {
78
- // reduced motion on
79
- animation.addEventListener('DOMLoaded', reducedMotion);
80
- } else {
81
- // reduced motion off
82
-
83
- // Run Start Animation
84
- animation.addEventListener('DOMLoaded', load);
85
- }
76
+ animRef.current = animation;
77
+ const onDomLoaded = () => {
78
+ const data = animation.animationData;
79
+ const markers = data?.markers ?? [];
80
+ const first = markers?.[0]?.tm ?? 0;
81
+ const totalFrames = animation.getDuration(true);
82
+ const second = markers?.[1]?.tm ?? totalFrames;
83
+ if (isReduced) {
84
+ // Respect reduced motion
85
+ const restFrame = (typeof second === 'number' ? second : totalFrames * 0.5) | 0;
86
+ animation.goToAndStop(restFrame, true);
87
+ return;
88
+ }
89
+ animation.setSpeed(1);
90
+ requestAnimationFrame(() => {
91
+ if (typeof first === 'number' && typeof second === 'number') {
92
+ animation.playSegments([first, second], true);
93
+ } else {
94
+ animation.play();
95
+ }
96
+ });
97
+ };
98
+ animation.addEventListener('DOMLoaded', onDomLoaded);
86
99
  return () => {
87
- animation?.removeEventListener('DOMLoaded', reducedMotion);
88
- animation?.removeEventListener('DOMLoaded', load);
100
+ animation.removeEventListener('DOMLoaded', onDomLoaded);
101
+ animation.destroy();
102
+ animRef.current = null;
89
103
  };
90
- // eslint-disable-next-line react-hooks/exhaustive-deps
91
- }, [isReduced]);
104
+ // Re-init when the JSON or reduced-motion preference changes
105
+ }, [headerAnimation, isReduced]);
92
106
  return /*#__PURE__*/React.createElement("header", {
93
107
  className: `${blockClass}${!open ? ` ${collapsed}` : ''}`
94
108
  }, /*#__PURE__*/React.createElement(react.Grid, null, /*#__PURE__*/React.createElement("div", {
@@ -150,27 +164,30 @@ const AnimatedHeader = ({
150
164
  className: `${blockClass}__tiles-container`,
151
165
  "aria-label": ariaLabels?.tilesContainer ?? `Feature tiles`,
152
166
  role: "list"
153
- }, selectedTileGroup.tiles.map(tile => {
154
- return /*#__PURE__*/React.createElement(BaseTile.BaseTile, {
155
- onClick: tile.href || tile.onClick ? () => {
156
- tileClickHandler?.(tile);
157
- tile.onClick?.();
158
- } : null,
159
- key: tile.id,
160
- id: tile.id,
167
+ }, selectedTileGroup.tiles.map((tile, index) => {
168
+ const {
169
+ tileId,
170
+ ...rest
171
+ } = tile;
172
+ const legacyId = tile.id; // old configs
173
+ const resolvedTileId = tileId ?? legacyId;
174
+ const key = resolvedTileId ?? `tile-${index}`;
175
+ const hasAction = tile.href || tile.onClick === 'function';
176
+ return /*#__PURE__*/React.createElement(BaseTile.BaseTile, _rollupPluginBabelHelpers.extends({
177
+ key: key,
178
+ tileId: resolvedTileId
179
+ }, rest, {
161
180
  open: open,
162
- href: tile.href,
163
- mainIcon: tile.mainIcon,
164
- secondaryIcon: tile.secondaryIcon,
165
- title: tile.title,
166
- subtitle: tile.subtitle,
167
181
  productName: productName,
168
- customContent: tile.customContent,
169
182
  isLoading: isLoading || tile.isLoading,
170
- isDisabled: tile.isDisabled,
171
183
  disabledTaskLabel: disabledTaskLabel,
172
- ariaLabel: tile.ariaLabel
173
- });
184
+ onClick: hasAction ? () => {
185
+ tileClickHandler?.(tile);
186
+ if (typeof tile.onClick === 'function') {
187
+ tile.onClick();
188
+ }
189
+ } : undefined
190
+ }));
174
191
  }))), /*#__PURE__*/React.createElement("div", {
175
192
  className: `${blockClass}__button-collapse--gradient`
176
193
  }), /*#__PURE__*/React.createElement("div", {
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2025
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import type { BaseTileProps } from '../../components/Tiles/BaseTile/BaseTile';
10
+ export type Tile = Omit<BaseTileProps, 'id'> & {
11
+ tileId: string;
12
+ };
13
+ export interface TileGroup {
14
+ id: number;
15
+ label: string;
16
+ tiles: Tile[];
17
+ }
18
+ export interface AriaLabels {
19
+ welcome?: string;
20
+ description?: string;
21
+ collapseButton?: string;
22
+ expandButton?: string;
23
+ tilesContainer?: string;
24
+ }
@@ -7,7 +7,7 @@
7
7
  * LICENSE file in the root directory of this source tree.
8
8
  */
9
9
  import React from 'react';
10
- import { AriaLabels } from '../AnimatedHeader/AnimatedHeader';
10
+ import { AriaLabels } from '../AnimatedHeader/types';
11
11
  export type HeaderTitleProps = {
12
12
  userName?: string;
13
13
  welcomeText?: string;
@@ -7,7 +7,7 @@
7
7
  * LICENSE file in the root directory of this source tree.
8
8
  */
9
9
  import { ButtonBaseProps, DropdownProps } from '@carbon/react';
10
- import { TileGroup } from '../AnimatedHeader/AnimatedHeader';
10
+ import { TileGroup } from '../AnimatedHeader/types';
11
11
  export interface TasksControllerConfig {
12
12
  type: 'button' | 'dropdown' | null;
13
13
  isLoading?: boolean;
@@ -7,19 +7,18 @@
7
7
  * LICENSE file in the root directory of this source tree.
8
8
  */
9
9
  import React, { ElementType } from 'react';
10
- /** Primary UI component for user interaction */
11
- interface AIPromptTileProps {
10
+ export type AIPromptTileProps = {
11
+ tileId: string | null;
12
12
  href?: string | null;
13
- id?: string;
14
- mainIcon?: ElementType | null;
15
- open?: boolean;
16
- productName?: string;
17
13
  title?: string | null;
18
- isLoading?: boolean;
19
- isDisabled?: boolean;
20
- disabledTaskLabel?: string;
14
+ disabledTaskLabel?: string | null;
15
+ productName?: string;
16
+ promptPlaceholder?: string;
17
+ primaryIcon?: ElementType | null;
21
18
  onClick?: (() => void) | null;
22
19
  ariaLabel?: string;
23
- }
20
+ open?: boolean;
21
+ isLoading?: boolean;
22
+ isDisabled?: boolean;
23
+ } & Record<string, unknown>;
24
24
  export declare const AIPromptTile: React.FC<AIPromptTileProps>;
25
- export {};