@db-ux/core-foundations 4.10.1 → 4.11.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 (51) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +1 -1
  3. package/assets/icons/LICENCES.json +12 -0
  4. package/assets/icons/arrows_vertical.svg +1 -0
  5. package/assets/icons/fonts/all/db-ux.woff2 +0 -0
  6. package/assets/icons/fonts/default/db-ux.woff2 +0 -0
  7. package/assets/icons/fonts/default_12/db-ux.woff2 +0 -0
  8. package/assets/icons/fonts/default_14/db-ux.woff2 +0 -0
  9. package/assets/icons/fonts/default_16/db-ux.woff2 +0 -0
  10. package/assets/icons/fonts/default_20/db-ux.woff2 +0 -0
  11. package/assets/icons/fonts/default_24/db-ux.woff2 +0 -0
  12. package/assets/icons/fonts/default_28/db-ux.woff2 +0 -0
  13. package/assets/icons/fonts/default_32/db-ux.woff2 +0 -0
  14. package/assets/icons/fonts/default_48/db-ux.woff2 +0 -0
  15. package/assets/icons/fonts/default_64/db-ux.woff2 +0 -0
  16. package/assets/icons/fonts/filled/db-ux.woff2 +0 -0
  17. package/assets/icons/fonts/filled_12/db-ux.woff2 +0 -0
  18. package/assets/icons/fonts/filled_14/db-ux.woff2 +0 -0
  19. package/assets/icons/fonts/filled_16/db-ux.woff2 +0 -0
  20. package/assets/icons/fonts/filled_20/db-ux.woff2 +0 -0
  21. package/assets/icons/fonts/filled_24/db-ux.woff2 +0 -0
  22. package/assets/icons/fonts/filled_28/db-ux.woff2 +0 -0
  23. package/assets/icons/fonts/filled_32/db-ux.woff2 +0 -0
  24. package/assets/icons/fonts/filled_48/db-ux.woff2 +0 -0
  25. package/assets/icons/fonts/filled_64/db-ux.woff2 +0 -0
  26. package/assets/icons/more_vertical.svg +1 -0
  27. package/build/all-icons.js +2 -0
  28. package/build/base-icon-types.d.ts +1 -1
  29. package/build/styles/animation/_transitions.scss +13 -7
  30. package/build/styles/bundle.css +11 -25
  31. package/build/styles/defaults/default-icons.css +1 -1
  32. package/build/styles/defaults/default-icons.scss +8 -0
  33. package/build/styles/defaults/default-required.css +1 -1
  34. package/build/styles/defaults/default-required.scss +3 -13
  35. package/build/styles/helpers/_focus.scss +0 -7
  36. package/build/styles/helpers/_index.scss +1 -0
  37. package/build/styles/helpers/_interactive.scss +1 -0
  38. package/build/styles/helpers/classes/all.css +0 -6
  39. package/build/styles/helpers/classes/focus.css +0 -6
  40. package/build/styles/icons/_icon-helpers.scss +2 -0
  41. package/build/styles/icons/absolute.css +1 -1
  42. package/build/styles/icons/relative.css +1 -1
  43. package/build/styles/icons/relative.scss +0 -17
  44. package/build/styles/icons/rollup.css +1 -1
  45. package/build/styles/icons/webpack.css +1 -1
  46. package/build/styles/theme/absolute.css +1 -1
  47. package/build/styles/theme/relative.css +1 -1
  48. package/build/styles/theme/rollup.css +1 -1
  49. package/build/styles/theme/webpack.css +1 -1
  50. package/package.json +3 -3
  51. package/assets/icons/fonts/fallback/icon-font-fallback.woff2 +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @db-ux/core-foundations
2
2
 
3
+ ## 4.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat: add DBTable, DBTableHead, DBTableBody, DBTableFooter, DBTableRow, DBTableHeaderCell, and DBTableDataCell components - [see commit f64b6e0](https://github.com/db-ux-design-system/core-web/commit/f64b6e0f4b36ea4987c1d9ac7a0328bf317cdcad)
8
+
9
+ ## 4.10.2
10
+
11
+ ### Patch Changes
12
+
13
+ - refactor: replaced external fallback icon font as inline base64 to ensure it loads with CSS even when the font file cannot be fetched, preventing layout shifts. - [see commit 8a6b622](https://github.com/db-ux-design-system/core-web/commit/8a6b622179dfd3fc61cecd149cd3b61a40147f92)
14
+
15
+ - fix: ensure that the icon fallback is displayed as a rectangle - [see commit 6ebc636](https://github.com/db-ux-design-system/core-web/commit/6ebc6361f06fbb44476435b1f011def97318d586)
16
+
3
17
  ## 4.10.1
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -346,7 +346,7 @@ Contributions are very welcome, please refer to the [contribution guide](https:/
346
346
  ## Code of conduct
347
347
 
348
348
  We as members, contributors, and leaders pledge to make participation in our
349
- community a harassment-free experience for everyone – have a look at our [Contributor Covenant Code of Conduct](https://github.com/db-ux-design-system/core-web/blob/main/CODE-OF-CONDUCT.md).
349
+ community a harassment-free experience for everyone – have a look at our [Contributor Covenant Code of Conduct](https://github.com/db-ux-design-system/.github/blob/main/CODE-OF-CONDUCT.md).
350
350
 
351
351
  ## License
352
352
 
@@ -1,4 +1,16 @@
1
1
  [
2
+ {
3
+ "name": "arrows_vertical.svg",
4
+ "type": "lucide",
5
+ "licence": "https://lucide.dev/license#lucide-license",
6
+ "origin": "arrow-down-up"
7
+ },
8
+ {
9
+ "name": "more_vertical.svg",
10
+ "type": "lucide",
11
+ "licence": "https://lucide.dev/license#lucide-license",
12
+ "origin": "ellipsis-vertical"
13
+ },
2
14
  {
3
15
  "name": "arrow_down.svg",
4
16
  "type": "lucide",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-down-up-icon lucide-arrow-down-up"><path d="m3 16 4 4 4-4"/><path d="M7 20V4"/><path d="m21 8-4-4-4 4"/><path d="M17 4v16"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ellipsis-vertical-icon lucide-ellipsis-vertical"><circle cx="12" cy="12" r="1"/><circle cx="12" cy="5" r="1"/><circle cx="12" cy="19" r="1"/></svg>
@@ -1,5 +1,6 @@
1
1
  /* This file was generated */
2
2
  export const ALL_ICONS = [
3
+ 'arrows_vertical',
3
4
  'arrow_down',
4
5
  'arrow_left',
5
6
  'arrow_right',
@@ -35,6 +36,7 @@ export const ALL_ICONS = [
35
36
  'menu',
36
37
  'minus',
37
38
  'moon',
39
+ 'more_vertical',
38
40
  'plus',
39
41
  'resize_handle_corner',
40
42
  'sun',
@@ -1 +1 @@
1
- export type BaseIconTypes = 'arrow_down' | 'arrow_left' | 'arrow_right' | 'arrow_up' | 'arrow_up_right' | 'brand' | 'calendar' | 'chat' | 'check' | 'check_circle' | 'chevron_down' | 'chevron_left' | 'chevron_right' | 'chevron_up' | 'circle' | 'circle_small' | 'circular_arrows' | 'clock' | 'copy' | 'cross' | 'cross_circle' | 'double_chevron_down' | 'double_chevron_left' | 'double_chevron_right' | 'double_chevron_up' | 'exclamation_mark_circle' | 'exclamation_mark_triangle' | 'eye' | 'eye_disabled' | 'house' | 'information_circle' | 'magnifying_glass' | 'menu' | 'minus' | 'moon' | 'plus' | 'resize_handle_corner' | 'sun' | 'x_placeholder';
1
+ export type BaseIconTypes = 'arrows_vertical' | 'arrow_down' | 'arrow_left' | 'arrow_right' | 'arrow_up' | 'arrow_up_right' | 'brand' | 'calendar' | 'chat' | 'check' | 'check_circle' | 'chevron_down' | 'chevron_left' | 'chevron_right' | 'chevron_up' | 'circle' | 'circle_small' | 'circular_arrows' | 'clock' | 'copy' | 'cross' | 'cross_circle' | 'double_chevron_down' | 'double_chevron_left' | 'double_chevron_right' | 'double_chevron_up' | 'exclamation_mark_circle' | 'exclamation_mark_triangle' | 'eye' | 'eye_disabled' | 'house' | 'information_circle' | 'magnifying_glass' | 'menu' | 'minus' | 'moon' | 'more_vertical' | 'plus' | 'resize_handle_corner' | 'sun' | 'x_placeholder';
@@ -1,14 +1,20 @@
1
1
  @use "../variables";
2
2
 
3
3
  %default-transition {
4
- transition:
5
- outline #{variables.$db-transition-duration-extra-fast},
6
- border-color #{variables.$db-transition-straight-emotional},
7
- background-color #{variables.$db-transition-straight-emotional};
4
+ @media (prefers-reduced-motion: no-preference) {
5
+ transition:
6
+ outline #{variables.$db-transition-duration-extra-fast},
7
+ box-shadow #{variables.$db-transition-duration-extra-fast},
8
+ border-color #{variables.$db-transition-straight-emotional},
9
+ background-color #{variables.$db-transition-straight-emotional};
10
+ }
8
11
  }
9
12
 
10
13
  %default-fg-transition {
11
- transition:
12
- outline #{variables.$db-transition-duration-extra-fast},
13
- color #{variables.$db-transition-straight-emotional};
14
+ @media (prefers-reduced-motion: no-preference) {
15
+ transition:
16
+ outline #{variables.$db-transition-duration-extra-fast},
17
+ box-shadow #{variables.$db-transition-duration-extra-fast},
18
+ color #{variables.$db-transition-straight-emotional};
19
+ }
14
20
  }
@@ -172,35 +172,12 @@ blockquote:not([class])::before, blockquote:not([class])::after {
172
172
  }
173
173
 
174
174
  /* Use this file if you want the default color and density in your project */
175
- :not([data-disable-focus=true]):is(a,
176
- button,
177
- input,
178
- textarea,
179
- summary,
180
- select,
181
- [tabindex]:not([tabindex="-1"])):focus-visible {
175
+ :not([data-disable-focus=true]):focus-visible {
182
176
  outline: var(--db-border-width-2xs) solid var(--db-focus-outline-color, var(--db-informational-on-bg-basic-emphasis-70-default));
183
177
  outline-offset: var(--db-border-width-xs);
184
178
  box-shadow: 0 0 0 var(--db-border-width-xs) var(--db-focus-box-shadow-bg-color, transparent);
185
179
  }
186
- @media (prefers-reduced-motion: no-preference) {
187
- :not([data-disable-focus=true]):is(a,
188
- button,
189
- input,
190
- textarea,
191
- summary,
192
- select,
193
- [tabindex]:not([tabindex="-1"])):focus-visible {
194
- transition: outline var(--db-transition-duration-extra-fast), box-shadow var(--db-transition-duration-extra-fast);
195
- }
196
- }
197
- :not([data-disable-focus=true]):not([type=radio], [role=switch]):is(a,
198
- button,
199
- input,
200
- textarea,
201
- summary,
202
- select,
203
- [tabindex]:not([tabindex="-1"])):focus-visible {
180
+ :not([data-disable-focus=true]):not([type=radio], [role=switch]):focus-visible {
204
181
  border-radius: var(--db-border-radius-xs);
205
182
  }
206
183
 
@@ -769,6 +746,8 @@ blockquote:not([class]) {
769
746
  vertical-align: var(--db-icon-vertical-align, middle);
770
747
  /* stylelint-disable-next-line db-ux/use-sizing */
771
748
  block-size: var(--db-icon-font-size, 1.5rem);
749
+ /* stylelint-disable-next-line db-ux/use-sizing */
750
+ inline-size: var(--db-icon-font-size, 1.5rem);
772
751
  aspect-ratio: 1;
773
752
  flex-shrink: 0;
774
753
  content: var(--db-icon, attr(data-icon));
@@ -846,6 +825,13 @@ blockquote:not([class]) {
846
825
  --db-icon-margin-start: 0;
847
826
  }
848
827
 
828
+ @font-face {
829
+ font-display: block;
830
+ font-family: icon-font-fallback;
831
+ font-style: normal;
832
+ font-weight: normal;
833
+ src: url("data:application/octet-stream;base64,d09GMgABAAAAAALAAAsAAAAAB8gAAAJzAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACFegoUPAE2AiQDCAsGAAQgBYUOBysbJAfIrjBu4YkWdj4mP/wNUwgBWAAK8Tz92uu5bzeIKpJ4PLCOwgJxKmxlVZUBVhLY/+63n6ZlVd+q+JYluo4VQv5R4ejdz9BP+Dk5hUpNjXBxv1sBaSJaC0igiNLJzS9wsNc8ihPOOIQQDhtwgIHHieM+PDyHi1tAAf8GeS/KbE3LojUWRgWST5B5exuFB3wIN0wv8NNgfEfQbtFccWvn4BgaN8+xh5YyNRvi/Ny8Zgjq3KNWw3iraG57bRo5Szkujxf+6fPVUqBoqqg37N5Cwoc5rzWOpudsgi8raEKFWaAmr+ojL1XKpCXtqeMq0KoPFcy58/oPRRSB1Op2NAA8R2mm1BqaRf4/kNsJOYtiI8CcJThDcI7gPMEFgosElwguE1whuEpwjeA6wQ2CmwS3CG4T3CG4S3CP4D7BA4KHBI8IHhM8IXhK8Izg+HBAAXXa8BOMJ38cKc/DzT/WMg9r1ILw5bU7Q/1vhVyEX53987Xt7P5KlNBG505O4806S401qeGyRnO7dvHDYvT6rJmO/t24W/TH5iq0N6GglrRp0mGZZv12aDfj8uYOA95U6jYx6h1QdPtAZdSvoJb802Q40mw00W4vc06H8XxNBN/VwbPzC2RtRmJzqMyDpVTYIXeKU5XyVfA4VFZ8ZFt5lYiVxOwF80czYtaoU3C41eRlytqAMYW1EtxbMsdxP7bsyp4IDlaEwOvSvpXDv5xYVoYIG4cU44FFUuue6ytPKUluxTaPhnoGvQTbVt9TmTBF/jzzAuUeGSOMaUhLAgdtjWRVo0QCFMt3rSkC61n2CEVjfT1Ot7X21uR1ipQK7baUlFQyBwAAAAA=");
834
+ }
849
835
  /* Required styles to normalize default css */
850
836
  :root,
851
837
  :host {
@@ -1 +1 @@
1
- [data-icon-leading]:before,[data-icon-trailing]:after,[data-icon]:before{color:var(--db-icon-color,inherit);display:inline-block;font-family:var(--db-icon-font-family,var(--db-icon-default-font-family,"db-ux-default","icon-font-fallback"))!important;font-size:var(--db-icon-font-size,1.5rem);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:var(--db-icon-font-weight,normal);line-height:1;speak:none;speak:never;text-transform:none;overflow:clip;vertical-align:var(--db-icon-vertical-align,middle);block-size:var(--db-icon-font-size,1.5rem);aspect-ratio:1;flex-shrink:0;content:var(--db-icon,attr(data-icon))}@supports (content:""/""){[data-icon-leading]:before,[data-icon-trailing]:after,[data-icon]:before{content:var(--db-icon,attr(data-icon))/""}}@media aural{[data-icon-leading]:before,[data-icon-trailing]:after,[data-icon]:before{content:none}}@media speech{[data-icon-leading]:before,[data-icon-trailing]:after,[data-icon]:before{content:none}}[data-icon-leading]:is(span):not([hidden]),[data-icon-trailing]:is(span):not([hidden]),[data-icon]:is(span):not([hidden]){display:inline-flex}[data-icon-leading]:is(span),[data-icon-trailing]:is(span),[data-icon]:is(span){vertical-align:initial}[data-icon-leading]:before,[data-icon]:before{margin-inline-end:var(--db-icon-margin-end,var(--db-spacing-fixed-xs))}[data-icon-leading=none]:before,[data-icon=none]:before,[data-show-icon-leading=false]:before,[data-show-icon=false]:before{content:none}[data-icon-trailing]:after{margin-inline-start:var(--db-icon-margin-start,var(--db-spacing-fixed-xs));content:var(--db-icon-trailing,attr(data-icon-trailing))}@supports (content:""/""){[data-icon-trailing]:after{content:var(--db-icon-trailing,attr(data-icon-trailing))/""}}[data-icon-trailing=none]:after,[data-show-icon-trailing=false]:after{content:none}.is-icon-text-replace[data-icon-leading],.is-icon-text-replace[data-icon]{font-size:0!important}.is-icon-text-replace[data-icon-leading]:before,.is-icon-text-replace[data-icon]:before{--db-icon-margin-end:0}.is-icon-text-replace[data-icon-trailing]{font-size:0!important}.is-icon-text-replace[data-icon-trailing]:after{--db-icon-margin-start:0}
1
+ [data-icon-leading]:before,[data-icon-trailing]:after,[data-icon]:before{color:var(--db-icon-color,inherit);display:inline-block;font-family:var(--db-icon-font-family,var(--db-icon-default-font-family,"db-ux-default","icon-font-fallback"))!important;font-size:var(--db-icon-font-size,1.5rem);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:var(--db-icon-font-weight,normal);line-height:1;speak:none;speak:never;text-transform:none;overflow:clip;vertical-align:var(--db-icon-vertical-align,middle);block-size:var(--db-icon-font-size,1.5rem);inline-size:var(--db-icon-font-size,1.5rem);aspect-ratio:1;flex-shrink:0;content:var(--db-icon,attr(data-icon))}@supports (content:""/""){[data-icon-leading]:before,[data-icon-trailing]:after,[data-icon]:before{content:var(--db-icon,attr(data-icon))/""}}@media aural{[data-icon-leading]:before,[data-icon-trailing]:after,[data-icon]:before{content:none}}@media speech{[data-icon-leading]:before,[data-icon-trailing]:after,[data-icon]:before{content:none}}[data-icon-leading]:is(span):not([hidden]),[data-icon-trailing]:is(span):not([hidden]),[data-icon]:is(span):not([hidden]){display:inline-flex}[data-icon-leading]:is(span),[data-icon-trailing]:is(span),[data-icon]:is(span){vertical-align:initial}[data-icon-leading]:before,[data-icon]:before{margin-inline-end:var(--db-icon-margin-end,var(--db-spacing-fixed-xs))}[data-icon-leading=none]:before,[data-icon=none]:before,[data-show-icon-leading=false]:before,[data-show-icon=false]:before{content:none}[data-icon-trailing]:after{margin-inline-start:var(--db-icon-margin-start,var(--db-spacing-fixed-xs));content:var(--db-icon-trailing,attr(data-icon-trailing))}@supports (content:""/""){[data-icon-trailing]:after{content:var(--db-icon-trailing,attr(data-icon-trailing))/""}}[data-icon-trailing=none]:after,[data-show-icon-trailing=false]:after{content:none}.is-icon-text-replace[data-icon-leading],.is-icon-text-replace[data-icon]{font-size:0!important}.is-icon-text-replace[data-icon-leading]:before,.is-icon-text-replace[data-icon]:before{--db-icon-margin-end:0}.is-icon-text-replace[data-icon-trailing]{font-size:0!important}.is-icon-text-replace[data-icon-trailing]:after{--db-icon-margin-start:0}@font-face{font-display:block;font-family:icon-font-fallback;font-style:normal;font-weight:400;src:url("data:application/octet-stream;base64,d09GMgABAAAAAALAAAsAAAAAB8gAAAJzAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACFegoUPAE2AiQDCAsGAAQgBYUOBysbJAfIrjBu4YkWdj4mP/wNUwgBWAAK8Tz92uu5bzeIKpJ4PLCOwgJxKmxlVZUBVhLY/+63n6ZlVd+q+JYluo4VQv5R4ejdz9BP+Dk5hUpNjXBxv1sBaSJaC0igiNLJzS9wsNc8ihPOOIQQDhtwgIHHieM+PDyHi1tAAf8GeS/KbE3LojUWRgWST5B5exuFB3wIN0wv8NNgfEfQbtFccWvn4BgaN8+xh5YyNRvi/Ny8Zgjq3KNWw3iraG57bRo5Szkujxf+6fPVUqBoqqg37N5Cwoc5rzWOpudsgi8raEKFWaAmr+ojL1XKpCXtqeMq0KoPFcy58/oPRRSB1Op2NAA8R2mm1BqaRf4/kNsJOYtiI8CcJThDcI7gPMEFgosElwguE1whuEpwjeA6wQ2CmwS3CG4T3CG4S3CP4D7BA4KHBI8IHhM8IXhK8Izg+HBAAXXa8BOMJ38cKc/DzT/WMg9r1ILw5bU7Q/1vhVyEX53987Xt7P5KlNBG505O4806S401qeGyRnO7dvHDYvT6rJmO/t24W/TH5iq0N6GglrRp0mGZZv12aDfj8uYOA95U6jYx6h1QdPtAZdSvoJb802Q40mw00W4vc06H8XxNBN/VwbPzC2RtRmJzqMyDpVTYIXeKU5XyVfA4VFZ8ZFt5lYiVxOwF80czYtaoU3C41eRlytqAMYW1EtxbMsdxP7bsyp4IDlaEwOvSvpXDv5xYVoYIG4cU44FFUuue6ytPKUluxTaPhnoGvQTbVt9TmTBF/jzzAuUeGSOMaUhLAgdtjWRVo0QCFMt3rSkC61n2CEVjfT1Ot7X21uR1ipQK7baUlFQyBwAAAAA=")}
@@ -57,3 +57,11 @@
57
57
  @include icons.is-icon-text-replace("after");
58
58
  }
59
59
  }
60
+
61
+ @font-face {
62
+ font-display: block;
63
+ font-family: icon-font-fallback;
64
+ font-style: normal;
65
+ font-weight: normal;
66
+ src: url("data:application/octet-stream;base64,d09GMgABAAAAAALAAAsAAAAAB8gAAAJzAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACFegoUPAE2AiQDCAsGAAQgBYUOBysbJAfIrjBu4YkWdj4mP/wNUwgBWAAK8Tz92uu5bzeIKpJ4PLCOwgJxKmxlVZUBVhLY/+63n6ZlVd+q+JYluo4VQv5R4ejdz9BP+Dk5hUpNjXBxv1sBaSJaC0igiNLJzS9wsNc8ihPOOIQQDhtwgIHHieM+PDyHi1tAAf8GeS/KbE3LojUWRgWST5B5exuFB3wIN0wv8NNgfEfQbtFccWvn4BgaN8+xh5YyNRvi/Ny8Zgjq3KNWw3iraG57bRo5Szkujxf+6fPVUqBoqqg37N5Cwoc5rzWOpudsgi8raEKFWaAmr+ojL1XKpCXtqeMq0KoPFcy58/oPRRSB1Op2NAA8R2mm1BqaRf4/kNsJOYtiI8CcJThDcI7gPMEFgosElwguE1whuEpwjeA6wQ2CmwS3CG4T3CG4S3CP4D7BA4KHBI8IHhM8IXhK8Izg+HBAAXXa8BOMJ38cKc/DzT/WMg9r1ILw5bU7Q/1vhVyEX53987Xt7P5KlNBG505O4806S401qeGyRnO7dvHDYvT6rJmO/t24W/TH5iq0N6GglrRp0mGZZv12aDfj8uYOA95U6jYx6h1QdPtAZdSvoJb802Q40mw00W4vc06H8XxNBN/VwbPzC2RtRmJzqMyDpVTYIXeKU5XyVfA4VFZ8ZFt5lYiVxOwF80czYtaoU3C41eRlytqAMYW1EtxbMsdxP7bsyp4IDlaEwOvSvpXDv5xYVoYIG4cU44FFUuue6ytPKUluxTaPhnoGvQTbVt9TmTBF/jzzAuUeGSOMaUhLAgdtjWRVo0QCFMt3rSkC61n2CEVjfT1Ot7X21uR1ipQK7baUlFQyBwAAAAA=");
67
+ }