@carbon-labs/react-animated-header 0.29.0 → 0.31.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 (90) 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 +6193 -3125
  21. package/es/assets/animated/{header_1312x738_data_fabric_dark_06.json.js → header_animated_data_fabric_dark_06.json.js} +2 -2
  22. package/es/assets/animated/{header_1312x738_data_fabric_light_03.json.js → header_animated_data_fabric_light_03.json.js} +2 -2
  23. package/es/assets/animated/header_animated_watsonx_a_dark_06.json.js +10 -0
  24. package/es/assets/animated/header_animated_watsonx_a_light_06.json.js +10 -0
  25. package/es/assets/animated/header_animated_watsonx_data_dark_03.json.js +10 -0
  26. package/es/assets/animated/header_animated_watsonx_data_light_04.json.js +10 -0
  27. package/es/assets/animated/header_animated_wxbia_dark_06.json.js +10 -0
  28. package/es/assets/animated/header_animated_wxbia_light_09.json.js +10 -0
  29. package/es/assets/index.d.ts +9 -7
  30. package/es/assets/static/header_static_data_fabric_dark_06.svg.js +10 -0
  31. package/es/assets/static/header_static_data_fabric_light_06.svg.js +10 -0
  32. package/es/assets/static/header_static_db2_dark_02.svg.js +10 -0
  33. package/es/assets/static/header_static_db2_light_02.svg.js +10 -0
  34. package/es/assets/static/header_static_watsonx_a_dark_01.svg.js +10 -0
  35. package/es/assets/static/header_static_watsonx_a_light_01.svg.js +10 -0
  36. package/es/assets/static/header_static_watsonx_data_dark_05.svg.js +10 -0
  37. package/es/assets/static/header_static_watsonx_data_light_06.svg.js +10 -0
  38. package/es/assets/static/header_static_wxbia_dark_01.svg.js +10 -0
  39. package/es/assets/static/header_static_wxbia_light_01.svg.js +10 -0
  40. package/es/components/AnimatedHeader/AnimatedHeader.js +38 -25
  41. package/es/index.js +18 -10
  42. package/lib/__stories__/AnimatedHeader.stories.d.ts +6193 -3125
  43. package/lib/assets/animated/{header_1312x738_data_fabric_dark_06.json.js → header_animated_data_fabric_dark_06.json.js} +2 -2
  44. package/lib/assets/animated/{header_1312x738_data_fabric_light_03.json.js → header_animated_data_fabric_light_03.json.js} +2 -2
  45. package/lib/assets/animated/header_animated_watsonx_a_dark_06.json.js +26 -0
  46. package/lib/assets/animated/header_animated_watsonx_a_light_06.json.js +26 -0
  47. package/lib/assets/animated/header_animated_watsonx_data_dark_03.json.js +26 -0
  48. package/lib/assets/animated/header_animated_watsonx_data_light_04.json.js +26 -0
  49. package/lib/assets/animated/header_animated_wxbia_dark_06.json.js +26 -0
  50. package/lib/assets/animated/header_animated_wxbia_light_09.json.js +26 -0
  51. package/lib/assets/index.d.ts +9 -7
  52. package/lib/assets/static/header_static_data_fabric_dark_06.svg.js +14 -0
  53. package/lib/assets/static/header_static_data_fabric_light_06.svg.js +14 -0
  54. package/lib/assets/static/header_static_db2_dark_02.svg.js +14 -0
  55. package/lib/assets/static/header_static_db2_light_02.svg.js +14 -0
  56. package/lib/assets/static/header_static_watsonx_a_dark_01.svg.js +14 -0
  57. package/lib/assets/static/header_static_watsonx_a_light_01.svg.js +14 -0
  58. package/lib/assets/static/header_static_watsonx_data_dark_05.svg.js +14 -0
  59. package/lib/assets/static/header_static_watsonx_data_light_06.svg.js +14 -0
  60. package/lib/assets/static/header_static_wxbia_dark_01.svg.js +14 -0
  61. package/lib/assets/static/header_static_wxbia_light_01.svg.js +14 -0
  62. package/lib/components/AnimatedHeader/AnimatedHeader.js +38 -25
  63. package/lib/index.js +36 -20
  64. package/package.json +3 -3
  65. package/assets/animated/header_1312x738_watsonx_data_dark_02.json +0 -1
  66. package/assets/animated/header_1312x738_watsonx_data_light_03.json +0 -1
  67. package/assets/animated/header_illustration_container_watsonx_a_dark_06.json +0 -1
  68. package/assets/animated/header_illustration_container_watsonx_a_light_06.json +0 -1
  69. package/assets/animated/header_illustration_container_wxbia_dark_05.json +0 -1
  70. package/assets/animated/header_illustration_container_wxbia_light_08.json +0 -1
  71. package/assets/static/illustration_data_fabric_dark_03.svg +0 -199
  72. package/assets/static/illustration_data_fabric_light_03.svg +0 -200
  73. package/assets/static/illustration_watson_x_data_dark_03.svg +0 -72
  74. package/assets/static/illustration_watson_x_data_light_03.svg +0 -57
  75. package/es/assets/animated/header_1312x738_watsonx_data_dark_02.json.js +0 -10
  76. package/es/assets/animated/header_1312x738_watsonx_data_light_03.json.js +0 -10
  77. package/es/assets/animated/header_illustration_container_wxbia_dark_05.json.js +0 -10
  78. package/es/assets/animated/header_illustration_container_wxbia_light_08.json.js +0 -10
  79. package/es/assets/static/illustration_data_fabric_dark_05.svg.js +0 -10
  80. package/es/assets/static/illustration_data_fabric_light_04.svg.js +0 -10
  81. package/es/assets/static/illustration_watson_x_data_dark_03.svg.js +0 -10
  82. package/es/assets/static/illustration_watson_x_data_light_03.svg.js +0 -10
  83. package/lib/assets/animated/header_1312x738_watsonx_data_dark_02.json.js +0 -26
  84. package/lib/assets/animated/header_1312x738_watsonx_data_light_03.json.js +0 -26
  85. package/lib/assets/animated/header_illustration_container_wxbia_dark_05.json.js +0 -26
  86. package/lib/assets/animated/header_illustration_container_wxbia_light_08.json.js +0 -26
  87. package/lib/assets/static/illustration_data_fabric_dark_05.svg.js +0 -14
  88. package/lib/assets/static/illustration_data_fabric_light_04.svg.js +0 -14
  89. package/lib/assets/static/illustration_watson_x_data_dark_03.svg.js +0 -14
  90. 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_watsonx_data_dark_03";var ddd=0;var assets=[];var layers=[{ddd:0,ind:1,ty:3,nm:"scale 5",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:54.545,s:[843.1,236.7,0],to:[0,0,0],ti:[0,0,0]},{t:181.818359375,s:[843.1,188.7,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.187,0.187,0]},t:54.545,s:[125,125,100]},{t:236.36328125,s:[100,100,100]}],ix:6,l:2}},ao:0,ip:60,op:1560,st:60,bm:0},{ddd:0,ind:2,ty:4,nm:"circle 4",parent:1,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:54.545,s:[0]},{t:154.544921875,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[175,0,0],ix:2,l:2},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:[{d:1,ty:"el",s:{a:0,k:[350,350],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:60,op:1576,st:60,ct:1,bm:0},{ddd:0,ind:3,ty:3,nm:"scale 4",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:40.908,s:[843.1,236.7,0],to:[0,0,0],ti:[0,0,0]},{t:168.181640625,s:[843.1,188.7,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.187,0.187,0]},t:40.908,s:[125,125,100]},{t:222.7265625,s:[100,100,100]}],ix:6,l:2}},ao:0,ip:45,op:1545,st:45,bm:0},{ddd:0,ind:4,ty:4,nm:"circle 3",parent:3,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:40.908,s:[0]},{t:140.908203125,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[140,0,0],ix:2,l:2},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:[{d:1,ty:"el",s:{a:0,k:[280,280],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:45,op:1561,st:45,ct:1,bm:0},{ddd:0,ind:5,ty:3,nm:"scale 3",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:27.273,s:[843.1,236.7,0],to:[0,0,0],ti:[0,0,0]},{t:154.544921875,s:[843.1,188.7,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.187,0.187,0]},t:27.273,s:[125,125,100]},{t:209.091796875,s:[100,100,100]}],ix:6,l:2}},ao:0,ip:30,op:1530,st:30,bm:0},{ddd:0,ind:6,ty:4,nm:"circle 2",parent:5,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:27.273,s:[0]},{t:127.2734375,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[105,0,0],ix:2,l:2},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:[{d:1,ty:"el",s:{a:0,k:[210,210],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:30,op:1546,st:30,ct:1,bm:0},{ddd:0,ind:7,ty:3,nm:"scale 2",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:13.637,s:[843.1,236.7,0],to:[0,0,0],ti:[0,0,0]},{t:140.908203125,s:[843.1,188.7,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.187,0.187,0]},t:13.637,s:[125,125,100]},{t:195.455078125,s:[100,100,100]}],ix:6,l:2}},ao:0,ip:15,op:1515,st:15,bm:0},{ddd:0,ind:8,ty:4,nm:"circle 1",parent:7,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:13.637,s:[0]},{t:113.63671875,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[70,0,0],ix:2,l:2},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:[{d:1,ty:"el",s:{a:0,k:[140,140],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:15,op:1531,st:15,ct:1,bm:0},{ddd:0,ind:9,ty:3,nm:"scale",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:0,s:[843.1,236.7,0],to:[0,0,0],ti:[0,0,0]},{i:{x:0.3,y:0.3},o:{x:0.167,y:0.167},t:127.273,s:[843.1,188.7,0],to:[0,0,0],ti:[0,0,0]},{t:300,s:[843.1,188.7,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.187,0.187,0]},t:0,s:[125,125,100]},{t:181.818359375,s:[100,100,100]}],ix:6,l:2}},ao:0,ip:0,op:1500,st:0,bm:0},{ddd:0,ind:10,ty:4,nm:"circle",parent:9,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:0,s:[0]},{t:100,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[35,0,0],ix:2,l:2},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:[{d:1,ty:"el",s:{a:0,k:[70,70],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:0,op:1516,st:0,ct:1,bm:0},{ddd:0,ind:11,ty:4,nm:"illustrations 17",parent:2,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:81.818,s:[0]},{t:181.818359375,s:[100]}],ix:11},r:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.4],y:[0.14]},t:54.545,s:[405]},{t:236.36328125,s:[270]}],ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[-166,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[18,18],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.286274522543,0.113725490868,0.54509806633,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.016,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.109803922474,0.058823529631,0.188235297799,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:60,op:1576,st:60,ct:1,bm:0},{ddd:0,ind:12,ty:4,nm:"illustrations 16",parent:4,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:68.182,s:[0]},{t:168.181640625,s:[100]}],ix:11},r:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.4],y:[0.14]},t:40.908,s:[405]},{t:222.7265625,s:[270]}],ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[-130.984,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[18,18],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.286274522543,0.113725490868,0.54509806633,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.016,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.109803922474,0.058823529631,0.188235297799,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:45,op:1561,st:45,ct:1,bm:0},{ddd:0,ind:13,ty:4,nm:"illustrations 15",parent:6,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:54.545,s:[0]},{t:154.544921875,s:[100]}],ix:11},r:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.4],y:[0.14]},t:27.273,s:[405]},{t:209.091796875,s:[270]}],ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[-96,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[18,18],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.286274522543,0.113725490868,0.54509806633,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.016,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.109803922474,0.058823529631,0.188235297799,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:30,op:1546,st:30,ct:1,bm:0},{ddd:0,ind:14,ty:4,nm:"illustrations 14",parent:8,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:40.908,s:[0]},{t:140.908203125,s:[100]}],ix:11},r:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.4],y:[0.14]},t:13.637,s:[405]},{t:195.455078125,s:[270]}],ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[-61,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[18,18],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.286274522543,0.113725490868,0.54509806633,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.016,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.109803922474,0.058823529631,0.188235297799,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:15,op:1531,st:15,ct:1,bm:0},{ddd:0,ind:15,ty:4,nm:"illustrations 13",parent:10,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:27.273,s:[0]},{t:127.2734375,s:[100]}],ix:11},r:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.4],y:[0.14]},t:0,s:[405]},{i:{x:[0.833],y:[1]},o:{x:[0.167],y:[0]},t:181.818,s:[270]},{t:300,s:[270]}],ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[-26,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[18,18],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.286274522543,0.113725490868,0.54509806633,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.016,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.109803922474,0.058823529631,0.188235297799,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:0,op:1516,st:0,ct:1,bm:0},{ddd:0,ind:16,ty:4,nm:"illustrations 12",parent:28,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:136.363,s:[0]},{t:236.36328125,s:[100]}],ix:11},r:{a:0,k:180,ix:10},p:{s:true,x:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.001],y:[0]},t:81.818,s:[-77.5]},{t:218.181640625,s:[-31.5]}],ix:3},y:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.001],y:[0]},t:136.363,s:[-56.9]},{t:272.7265625,s:[-149]}],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:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:137,s:[48,48]},{t:256,s:[16,16]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.286274522543,0.113725490868,0.54509806633,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.016,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.109803922474,0.058823529631,0.188235297799,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:82,op:1606,st:90,ct:1,bm:0},{ddd:0,ind:17,ty:4,nm:"illustrations 18",parent:28,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:180,ix:10},p:{s:true,x:{a:0,k:31,ix:3},y:{a:0,k:-212,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:[{d:1,ty:"el",s:{a:0,k:[0,0],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.286274522543,0.113725490868,0.54509806633,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.016,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.109803922474,0.058823529631,0.188235297799,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:82,op:1606,st:90,ct:1,bm:0},{ddd:0,ind:18,ty:4,nm:"illustrations 11",parent:28,sr:1,ks:{o:{a:1,k:[{i:{x:[0.68],y:[0.06]},o:{x:[0.4],y:[0]},t:109.092,s:[0]},{t:209.091796875,s:[100]}],ix:11},r:{a:0,k:180,ix:10},p:{s:true,x:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.001],y:[0]},t:81.818,s:[-77.5]},{t:218.181640625,s:[-31.5]}],ix:3},y:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.001],y:[0]},t:109.092,s:[-146.9]},{t:245.455078125,s:[-212]}],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:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:109,s:[48,48]},{t:228,s:[16,16]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.286274522543,0.113725490868,0.54509806633,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.019,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.109803922474,0.058823529631,0.188235297799,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:82,op:1606,st:90,ct:1,bm:0},{ddd:0,ind:19,ty:4,nm:"illustrations 19",parent:28,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:180,ix:10},p:{s:true,x:{a:0,k:94.5,ix:3},y:{a:0,k:-274.9,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:[{d:1,ty:"el",s:{a:0,k:[0,0],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.286274522543,0.113725490868,0.54509806633,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.016,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.109803922474,0.058823529631,0.188235297799,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:82,op:1606,st:90,ct:1,bm:0},{ddd:0,ind:20,ty:4,nm:"illustrations 10",parent:28,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:81.818,s:[0]},{t:181.818359375,s:[100]}],ix:11},r:{a:0,k:180,ix:10},p:{s:true,x:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.001],y:[0]},t:81.818,s:[-77.5]},{t:218.181640625,s:[-31.5]}],ix:3},y:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.001],y:[0]},t:81.818,s:[-242.9]},{t:218.181640625,s:[-274.9]}],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:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:83,s:[48,48]},{t:202,s:[16,16]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.286274522543,0.113725490868,0.54509806633,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.019,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.109803922474,0.058823529631,0.188235297799,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:82,op:1606,st:90,ct:1,bm:0},{ddd:0,ind:21,ty:4,nm:"illustrations 5",parent:28,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:163.637,s:[0]},{t:263.63671875,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:163.637,s:[-358.55,102.5,0],to:[0,0,0],ti:[0,0,0]},{t:300,s:[-358.55,-57.5,0]}],ix:2,l:2},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:[[358.65,0],[-358.65,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:180,op:1696,st:180,ct:1,bm:0},{ddd:0,ind:22,ty:4,nm:"illustrations 9",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:136.363,s:[0]},{t:236.36328125,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:136.363,s:[421.55,379.6,0],to:[0,0,0],ti:[0,0,0]},{t:272.7265625,s:[421.55,251.6,0]}],ix:2,l:2},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:[[421.55,0],[-421.55,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:150,op:1666,st:150,ct:1,bm:0},{ddd:0,ind:23,ty:4,nm:"illustrations 8",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:109.092,s:[0]},{t:209.091796875,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:109.092,s:[421.55,284.7,0],to:[0,0,0],ti:[0,0,0]},{t:245.455078125,s:[421.55,188.7,0]}],ix:2,l:2},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:[[421.55,0],[-421.55,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:120,op:1636,st:120,ct:1,bm:0},{ddd:0,ind:24,ty:4,nm:"illustrations 7",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:81.818,s:[0]},{t:181.818359375,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:81.818,s:[421.55,189.8,0],to:[0,0,0],ti:[0,0,0]},{t:218.181640625,s:[421.55,125.8,0]}],ix:2,l:2},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:[[421.55,0],[-421.55,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:90,op:1606,st:90,ct:1,bm:0},{ddd:0,ind:25,ty:4,nm:"illustrations 6",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:54.545,s:[0]},{t:154.544921875,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[811.5,62.8,0],ix:2,l:2},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:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:27,s:[{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[31.6,0],[-93.506,-0.225]],c:false}]},{t:164,s:[{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[31.6,0],[-31.6,0]],c:false}]}],ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:55,op:1576,st:60,ct:1,bm:0},{ddd:0,ind:26,ty:4,nm:"illustrations 4",parent:28,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:54.545,s:[0]},{t:154.544921875,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-358.6,-306.4,0],ix:2,l:2},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:[[358.6,0],[-358.6,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:60,op:1576,st:60,ct:1,bm:0},{ddd:0,ind:27,ty:4,nm:"illustrations 3",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:81.818,s:[0]},{t:181.818359375,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:81.818,s:[516.2,369.2,0],to:[0,0,0],ti:[0,0,0]},{t:218.181640625,s:[654.2,369.2,0]}],ix:2,l:2},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:[[0,-368.8],[0,368.8]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:90,op:1606,st:90,ct:1,bm:0},{ddd:0,ind:28,ty:4,nm:"illustrations 2",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:54.545,s:[0]},{t:154.544921875,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:54.545,s:[621.2,369.2,0],to:[0,0,0],ti:[0,0,0]},{t:190.908203125,s:[717.2,369.2,0]}],ix:2,l:2},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:[[0,-368.8],[0,368.8]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:60,op:1576,st:60,ct:1,bm:0},{ddd:0,ind:29,ty:4,nm:"illustrations 1",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:27.273,s:[0]},{t:127.2734375,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:27.273,s:[717.1,369.2,0],to:[0,0,0],ti:[0,0,0]},{t:163.63671875,s:[780.1,369.2,0]}],ix:2,l:2},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:[[0,-368.8],[0,368.8]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:30,op:1546,st:30,ct:1,bm:0},{ddd:0,ind:30,ty:4,nm:"illustrations",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:0,s:[0]},{t:100,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[843.1,369.2,0],ix:2,l:2},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:[[0,-368.8],[0,368.8]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:0,op:1516,st:0,ct:1,bm:0}];var markers=[{tm:0,cm:"load_anim",dr:300},{tm:300,cm:"loop_anim",dr:1200}];var props={};var header_animated_watsonx_data_dark_03 = {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_watsonx_data_dark_03;
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;
@@ -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_watsonx_data_light_04";var ddd=0;var assets=[];var layers=[{ddd:0,ind:1,ty:3,nm:"scale 5",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:54.545,s:[843.1,236.7,0],to:[0,0,0],ti:[0,0,0]},{t:181.818359375,s:[843.1,188.7,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.187,0.187,0]},t:54.545,s:[125,125,100]},{t:236.36328125,s:[100,100,100]}],ix:6,l:2}},ao:0,ip:60,op:1560,st:60,bm:0},{ddd:0,ind:2,ty:4,nm:"circle 4",parent:1,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:54.545,s:[0]},{t:154.544921875,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[175,0,0],ix:2,l:2},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:[{d:1,ty:"el",s:{a:0,k:[350,350],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:60,op:1576,st:60,ct:1,bm:0},{ddd:0,ind:3,ty:3,nm:"scale 4",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:40.908,s:[843.1,236.7,0],to:[0,0,0],ti:[0,0,0]},{t:168.181640625,s:[843.1,188.7,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.187,0.187,0]},t:40.908,s:[125,125,100]},{t:222.7265625,s:[100,100,100]}],ix:6,l:2}},ao:0,ip:45,op:1545,st:45,bm:0},{ddd:0,ind:4,ty:4,nm:"circle 3",parent:3,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:40.908,s:[0]},{t:140.908203125,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[140,0,0],ix:2,l:2},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:[{d:1,ty:"el",s:{a:0,k:[280,280],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:45,op:1561,st:45,ct:1,bm:0},{ddd:0,ind:5,ty:3,nm:"scale 3",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:27.273,s:[843.1,236.7,0],to:[0,0,0],ti:[0,0,0]},{t:154.544921875,s:[843.1,188.7,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.187,0.187,0]},t:27.273,s:[125,125,100]},{t:209.091796875,s:[100,100,100]}],ix:6,l:2}},ao:0,ip:30,op:1530,st:30,bm:0},{ddd:0,ind:6,ty:4,nm:"circle 2",parent:5,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:27.273,s:[0]},{t:127.2734375,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[105,0,0],ix:2,l:2},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:[{d:1,ty:"el",s:{a:0,k:[210,210],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:30,op:1546,st:30,ct:1,bm:0},{ddd:0,ind:7,ty:3,nm:"scale 2",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:13.637,s:[843.1,236.7,0],to:[0,0,0],ti:[0,0,0]},{t:140.908203125,s:[843.1,188.7,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.187,0.187,0]},t:13.637,s:[125,125,100]},{t:195.455078125,s:[100,100,100]}],ix:6,l:2}},ao:0,ip:15,op:1515,st:15,bm:0},{ddd:0,ind:8,ty:4,nm:"circle 1",parent:7,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:13.637,s:[0]},{t:113.63671875,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[70,0,0],ix:2,l:2},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:[{d:1,ty:"el",s:{a:0,k:[140,140],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:15,op:1531,st:15,ct:1,bm:0},{ddd:0,ind:9,ty:3,nm:"scale",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:0,s:[843.1,236.7,0],to:[0,0,0],ti:[0,0,0]},{i:{x:0.3,y:0.3},o:{x:0.167,y:0.167},t:127.273,s:[843.1,188.7,0],to:[0,0,0],ti:[0,0,0]},{t:300,s:[843.1,188.7,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.187,0.187,0]},t:0,s:[125,125,100]},{t:181.818359375,s:[100,100,100]}],ix:6,l:2}},ao:0,ip:0,op:1500,st:0,bm:0},{ddd:0,ind:10,ty:4,nm:"circle",parent:9,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:0,s:[0]},{t:100,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[35,0,0],ix:2,l:2},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:[{d:1,ty:"el",s:{a:0,k:[70,70],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:0,op:1516,st:0,ct:1,bm:0},{ddd:0,ind:11,ty:4,nm:"illustrations 17",parent:2,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:81.818,s:[0]},{t:181.818359375,s:[100]}],ix:11},r:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.4],y:[0.14]},t:54.545,s:[405]},{t:236.36328125,s:[270]}],ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[-166,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[18,18],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.831372559071,0.733333349228,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.019,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.964705884457,0.949019610882,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:60,op:1576,st:60,ct:1,bm:0},{ddd:0,ind:12,ty:4,nm:"illustrations 16",parent:4,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:68.182,s:[0]},{t:168.181640625,s:[100]}],ix:11},r:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.4],y:[0.14]},t:40.908,s:[405]},{t:222.7265625,s:[270]}],ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[-130.984,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[18,18],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.831372559071,0.733333349228,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.019,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.964705884457,0.949019610882,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:45,op:1561,st:45,ct:1,bm:0},{ddd:0,ind:13,ty:4,nm:"illustrations 15",parent:6,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:54.545,s:[0]},{t:154.544921875,s:[100]}],ix:11},r:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.4],y:[0.14]},t:27.273,s:[405]},{t:209.091796875,s:[270]}],ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[-96,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[18,18],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.831372559071,0.733333349228,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.019,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.964705884457,0.949019610882,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:30,op:1546,st:30,ct:1,bm:0},{ddd:0,ind:14,ty:4,nm:"illustrations 14",parent:8,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:40.908,s:[0]},{t:140.908203125,s:[100]}],ix:11},r:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.4],y:[0.14]},t:13.637,s:[405]},{t:195.455078125,s:[270]}],ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[-61,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[18,18],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.831372559071,0.733333349228,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.019,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.964705884457,0.949019610882,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:15,op:1531,st:15,ct:1,bm:0},{ddd:0,ind:15,ty:4,nm:"illustrations 13",parent:10,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:27.273,s:[0]},{t:127.2734375,s:[100]}],ix:11},r:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.4],y:[0.14]},t:0,s:[405]},{i:{x:[0.833],y:[1]},o:{x:[0.167],y:[0]},t:181.818,s:[270]},{t:300,s:[270]}],ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[-26,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[18,18],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.831372559071,0.733333349228,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.019,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.964705884457,0.949019610882,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:0,op:1516,st:0,ct:1,bm:0},{ddd:0,ind:16,ty:4,nm:"illustrations 12",parent:28,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:136.363,s:[0]},{t:236.36328125,s:[100]}],ix:11},r:{a:0,k:180,ix:10},p:{s:true,x:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.001],y:[0]},t:81.818,s:[-77.5]},{t:218.181640625,s:[-31.5]}],ix:3},y:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.001],y:[0]},t:136.363,s:[-56.9]},{t:272.7265625,s:[-149]}],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:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:137,s:[48,48]},{t:256,s:[16,16]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.831372559071,0.733333349228,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.016,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.964705884457,0.949019610882,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:82,op:1606,st:90,ct:1,bm:0},{ddd:0,ind:17,ty:4,nm:"illustrations 18",parent:28,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:180,ix:10},p:{s:true,x:{a:0,k:31,ix:3},y:{a:0,k:-212,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:[{d:1,ty:"el",s:{a:0,k:[0,0],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.831372559071,0.733333349228,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.019,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.964705884457,0.949019610882,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:82,op:1606,st:90,ct:1,bm:0},{ddd:0,ind:18,ty:4,nm:"illustrations 11",parent:28,sr:1,ks:{o:{a:1,k:[{i:{x:[0.68],y:[0.06]},o:{x:[0.4],y:[0]},t:109.092,s:[0]},{t:209.091796875,s:[100]}],ix:11},r:{a:0,k:180,ix:10},p:{s:true,x:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.001],y:[0]},t:81.818,s:[-77.5]},{t:218.181640625,s:[-31.5]}],ix:3},y:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.001],y:[0]},t:109.092,s:[-146.9]},{t:245.455078125,s:[-212]}],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:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:109,s:[48,48]},{t:228,s:[16,16]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.831372559071,0.733333349228,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.019,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.964705884457,0.949019610882,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:82,op:1606,st:90,ct:1,bm:0},{ddd:0,ind:19,ty:4,nm:"illustrations 19",parent:28,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:180,ix:10},p:{s:true,x:{a:0,k:94.5,ix:3},y:{a:0,k:-274.9,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:[{d:1,ty:"el",s:{a:0,k:[0,0],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.831372559071,0.733333349228,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.019,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.964705884457,0.949019610882,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:82,op:1606,st:90,ct:1,bm:0},{ddd:0,ind:20,ty:4,nm:"illustrations 10",parent:28,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:81.818,s:[0]},{t:181.818359375,s:[100]}],ix:11},r:{a:0,k:180,ix:10},p:{s:true,x:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.001],y:[0]},t:81.818,s:[-77.5]},{t:218.181640625,s:[-31.5]}],ix:3},y:{a:1,k:[{i:{x:[0.3],y:[1]},o:{x:[0.001],y:[0]},t:81.818,s:[-242.9]},{t:218.181640625,s:[-274.9]}],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:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:83,s:[48,48]},{t:202,s:[16,16]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0.831372559071,0.733333349228,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1.019,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.964705884457,0.949019610882,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",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:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:82,op:1606,st:90,ct:1,bm:0},{ddd:0,ind:21,ty:4,nm:"illustrations 5",parent:28,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:163.637,s:[0]},{t:263.63671875,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:163.637,s:[-358.55,102.5,0],to:[0,0,0],ti:[0,0,0]},{t:300,s:[-358.55,-57.5,0]}],ix:2,l:2},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:[[358.65,0],[-358.65,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:180,op:1696,st:180,ct:1,bm:0},{ddd:0,ind:22,ty:4,nm:"illustrations 9",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:136.363,s:[0]},{t:236.36328125,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:136.363,s:[421.55,379.6,0],to:[0,0,0],ti:[0,0,0]},{t:272.7265625,s:[421.55,251.6,0]}],ix:2,l:2},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:[[421.55,0],[-421.55,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:150,op:1666,st:150,ct:1,bm:0},{ddd:0,ind:23,ty:4,nm:"illustrations 8",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:109.092,s:[0]},{t:209.091796875,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:109.092,s:[421.55,284.7,0],to:[0,0,0],ti:[0,0,0]},{t:245.455078125,s:[421.55,188.7,0]}],ix:2,l:2},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:[[421.55,0],[-421.55,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:120,op:1636,st:120,ct:1,bm:0},{ddd:0,ind:24,ty:4,nm:"illustrations 7",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:81.818,s:[0]},{t:181.818359375,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:81.818,s:[421.55,189.8,0],to:[0,0,0],ti:[0,0,0]},{t:218.181640625,s:[421.55,125.8,0]}],ix:2,l:2},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:[[421.55,0],[-421.55,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:90,op:1606,st:90,ct:1,bm:0},{ddd:0,ind:25,ty:4,nm:"illustrations 6",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:54.545,s:[0]},{t:154.544921875,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[811.5,62.8,0],ix:2,l:2},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:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:27,s:[{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[31.6,0],[-93.506,-0.225]],c:false}]},{t:164,s:[{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[31.6,0],[-31.6,0]],c:false}]}],ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:55,op:1576,st:60,ct:1,bm:0},{ddd:0,ind:26,ty:4,nm:"illustrations 4",parent:28,sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:54.545,s:[0]},{t:154.544921875,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-358.6,-306.4,0],ix:2,l:2},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:[[358.6,0],[-358.6,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:60,op:1576,st:60,ct:1,bm:0},{ddd:0,ind:27,ty:4,nm:"illustrations 3",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:81.818,s:[0]},{t:181.818359375,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:81.818,s:[516.2,369.2,0],to:[0,0,0],ti:[0,0,0]},{t:218.181640625,s:[654.2,369.2,0]}],ix:2,l:2},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:[[0,-368.8],[0,368.8]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:90,op:1606,st:90,ct:1,bm:0},{ddd:0,ind:28,ty:4,nm:"illustrations 2",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:54.545,s:[0]},{t:154.544921875,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:54.545,s:[621.2,369.2,0],to:[0,0,0],ti:[0,0,0]},{t:190.908203125,s:[717.2,369.2,0]}],ix:2,l:2},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:[[0,-368.8],[0,368.8]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:60,op:1576,st:60,ct:1,bm:0},{ddd:0,ind:29,ty:4,nm:"illustrations 1",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:27.273,s:[0]},{t:127.2734375,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.3,y:1},o:{x:0.001,y:0},t:27.273,s:[717.1,369.2,0],to:[0,0,0],ti:[0,0,0]},{t:163.63671875,s:[780.1,369.2,0]}],ix:2,l:2},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:[[0,-368.8],[0,368.8]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:27,op:1546,st:30,ct:1,bm:0},{ddd:0,ind:30,ty:4,nm:"illustrations",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:0,s:[0]},{t:100,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[843.1,369.2,0],ix:2,l:2},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:[[0,-368.8],[0,368.8]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0.65098041296,0.784313738346,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - 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:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:0,op:1516,st:0,ct:1,bm:0},{ddd:0,ind:31,ty:1,nm:"White Solid 6",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,sw:1312,sh:738,sc:"#f4f4f4",ip:0,op:2716,st:0,bm:0}];var markers=[{tm:0,cm:"load_anim",dr:300},{tm:300,cm:"loop_anim",dr:1200}];var props={};var header_animated_watsonx_data_light_04 = {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_watsonx_data_light_04;
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;
@@ -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_dark_06";var ddd=0;var assets=[{id:"comp_0",nm:"wxbia_illustration_dark_04",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.192,0.075,0.369,0.375,0.098,0.114,0.327,0.75,0.004,0.153,0.286,0.875,0.045,0.12,0.186,1,0.086,0.086,0.086,0,0.98,0.375,0.99,0.75,1,0.875,1,1,1],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.286,0.114,0.545,0.375,0.143,0.171,0.486,0.75,0,0.227,0.427,0.875,0.043,0.157,0.257,1,0.086,0.086,0.086,0,0.98,0.375,0.99,0.75,1,0.875,1,1,1],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.286,0.114,0.545,0.375,0.143,0.171,0.486,0.75,0,0.227,0.427,0.875,0.043,0.157,0.257,1,0.086,0.086,0.086,0,0.98,0.375,0.99,0.75,1,0.875,1,1,1],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.286,0.114,0.545,0.375,0.143,0.171,0.486,0.75,0,0.227,0.427,0.875,0.043,0.157,0.257,1,0.086,0.086,0.086,0,0.98,0.375,0.99,0.75,1,0.875,1,1,1],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.286,0.114,0.545,0.375,0.143,0.171,0.486,0.75,0,0.227,0.427,0.875,0.043,0.157,0.257,1,0.086,0.086,0.086,0,0.98,0.375,0.99,0.75,1,0.875,1,1,1],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.286,0.114,0.545,0.375,0.143,0.171,0.486,0.75,0,0.227,0.427,0.875,0.043,0.157,0.257,1,0.086,0.086,0.086,0,0.98,0.375,0.99,0.75,1,0.875,1,1,1],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_dark_04",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_dark_06 = {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_dark_06;
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;
@@ -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;