@ilo-org/twig 1.1.5 → 1.1.6

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 (64) hide show
  1. package/dist/components/accordion/accordion.behavior.js +1 -1
  2. package/dist/components/accordion/accordion.css +1 -1
  3. package/dist/components/breadcrumb/breadcrumb.behavior.js +1 -1
  4. package/dist/components/breadcrumb/breadcrumb.css +1 -1
  5. package/dist/components/button/button.css +1 -1
  6. package/dist/components/button/button.twig +2 -2
  7. package/dist/components/callout/callout.behavior.js +1 -1
  8. package/dist/components/callout/callout.css +1 -1
  9. package/dist/components/callout/callout.twig +8 -8
  10. package/dist/components/card/card.css +1 -1
  11. package/dist/components/checkbox/checkbox.css +1 -1
  12. package/dist/components/contextmenu/contextmenu.css +1 -1
  13. package/dist/components/datacard/datacard.css +1 -1
  14. package/dist/components/dropdown/dropdown.css +1 -1
  15. package/dist/components/featurecard/featurecard.css +1 -1
  16. package/dist/components/fieldset/fieldset.css +1 -1
  17. package/dist/components/file-upload/file-upload.css +1 -1
  18. package/dist/components/fileupload/fileupload.behavior.js +1 -1
  19. package/dist/components/footer/footer.css +1 -1
  20. package/dist/components/formcontrol/formcontrol.css +1 -1
  21. package/dist/components/heading/heading.css +1 -1
  22. package/dist/components/herocard/herocard.css +1 -1
  23. package/dist/components/icon/icon.behavior.js +1 -1
  24. package/dist/components/icon/icon.twig +1 -1
  25. package/dist/components/input/input.css +1 -1
  26. package/dist/components/linklist/linklist.behavior.js +1 -1
  27. package/dist/components/linklist/linklist.css +1 -1
  28. package/dist/components/list/list.css +1 -1
  29. package/dist/components/loading/loading.behavior.js +1 -1
  30. package/dist/components/loading/loading.css +1 -1
  31. package/dist/components/logo/logo.css +1 -1
  32. package/dist/components/modal/modal.behavior.js +1 -1
  33. package/dist/components/navigation/navigation.behavior.js +1 -1
  34. package/dist/components/navigation/navigation.css +1 -1
  35. package/dist/components/notification/notification.behavior.js +1 -1
  36. package/dist/components/pagination/pagination.css +1 -1
  37. package/dist/components/profile/profile.css +1 -1
  38. package/dist/components/readmore/readmore.behavior.js +1 -1
  39. package/dist/components/readmore/readmore.css +1 -1
  40. package/dist/components/richtext/richtext.css +1 -1
  41. package/dist/components/search/search.behavior.js +1 -1
  42. package/dist/components/searchfield/searchfield.css +1 -1
  43. package/dist/components/socialmedia/socialmedia.css +1 -1
  44. package/dist/components/statcard/statcard.css +1 -1
  45. package/dist/components/table/table.behavior.js +1 -1
  46. package/dist/components/table/table.css +1 -1
  47. package/dist/components/tableofcontents/tableofcontents.behavior.js +1 -1
  48. package/dist/components/tableofcontents/tableofcontents.css +1 -1
  49. package/dist/components/tabs/tabs.behavior.js +1 -1
  50. package/dist/components/tabs/tabs.css +1 -1
  51. package/dist/components/tag/tag.behavior.js +1 -1
  52. package/dist/components/tag/tag.css +1 -1
  53. package/dist/components/textarea/textarea.css +1 -1
  54. package/dist/components/textinput/textinput.css +1 -1
  55. package/dist/components/tooltip/tooltip.behavior.js +1 -1
  56. package/dist/components/tooltip/tooltip.css +1 -1
  57. package/dist/components/video/video.behavior.js +5 -5
  58. package/dist/global/styles.css +2 -2
  59. package/package.json +3 -3
  60. package/src/patterns/components/button/button.twig +2 -2
  61. package/src/patterns/components/callout/callout.twig +8 -8
  62. package/src/patterns/components/icon/icon.twig +1 -1
  63. package/dist/components/icon/icon.css +0 -1
  64. package/src/tokens/exports/_font-families.scss +0 -6
@@ -1 +1 @@
1
- @charset "UTF-8";.ilo--tooltip{font-size:14.93px;letter-spacing:normal;line-height:20.3px;font-family:Noto Sans,Noto Sans CJK JP,Yu Gothic,Hiragino Sans,TakaoPGothic,PingFang SC,Microsoft YaHei,微软雅黑,sans-serif;font-weight:400;background:#fff;border:none;border-radius:.1071811361rem;display:inline-block;filter:drop-shadow(0 .8px 1.6px rgba(30,45,190,.038)) drop-shadow(0 4px 8px rgba(30,45,190,.054)) drop-shadow(0 10px 20px rgba(30,45,190,.08)) drop-shadow(0 -4px 16px rgba(30,45,190,.054));color:#2d2d2d;opacity:0;padding:calc(2 * var(--ilo-spacing-base)) calc(4 * var(--ilo-spacing-base)) calc(3 * var(--ilo-spacing-base));position:absolute;visibility:hidden;width:max-content;max-width:9.6463022508rem}@media screen and (min-width:610px){.ilo--tooltip--long{max-width:21.436227224rem}}.ilo--tooltip--fade{opacity:1}.ilo--tooltip--visible{visibility:visible;z-index:2;opacity:1}.ilo--tooltip--arrow,.ilo--tooltip--arrow:before{position:absolute;visibility:hidden;width:10px;height:10px;background:inherit}.ilo--tooltip--arrow:before{visibility:visible;content:"";transform:rotate(45deg)}.ilo--tooltip[data-popper-placement^=top]>.ilo--tooltip--arrow{bottom:-4px}.ilo--tooltip[data-popper-placement^=bottom]>.ilo--tooltip--arrow{top:-4px}.ilo--tooltip[data-popper-placement^=left]>.ilo--tooltip--arrow{right:-4px}.ilo--tooltip[data-popper-placement^=right]>.ilo--tooltip--arrow{left:-4px}.ilo--tooltip--wrapper{display:inline-block;position:relative;cursor:pointer}.ilo--tooltip--wrapper__icon{background-repeat:no-repeat;background-size:cover;height:calc(4 * var(--ilo-spacing-base));min-width:calc(4 * var(--ilo-spacing-base));background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23230050' d='M8 0C6.4 0 4.9.5 3.6 1.3c-1.4.9-2.4 2.2-3 3.6C0 6.4-.2 8 .2 9.6c.3 1.6 1.1 3 2.2 4.1 1.1 1.1 2.5 1.9 4.1 2.2s3.2.2 4.6-.5c1.5-.6 2.7-1.6 3.6-2.9.8-1.4 1.3-2.9 1.3-4.5 0-2.1-.8-4.2-2.3-5.7C12.2.8 10.1 0 8 0zm0 14c-1.2 0-2.3-.4-3.3-1-1-.7-1.8-1.6-2.2-2.7C2 9.2 1.9 8 2.1 6.8c.2-1.2.8-2.2 1.6-3.1.8-.8 1.9-1.4 3.1-1.6 1.2-.2 2.4-.1 3.5.4s2 1.2 2.7 2.2c.7 1 1 2.1 1 3.3 0 1.6-.6 3.1-1.8 4.2C11.1 13.4 9.6 14 8 14z'/%3E%3Cpath fill='%23230050' d='M9 7H7v5h2V7zM8 6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3E%3C/svg%3E")}.ilo--tooltip--wrapper__icon.ilo--tooltip--wrapper__icon__theme__dark{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23EDF0F2' d='M8 0C6.4 0 4.9.5 3.6 1.3c-1.4.9-2.4 2.2-3 3.6C0 6.4-.2 8 .2 9.6c.3 1.6 1.1 3 2.2 4.1 1.1 1.1 2.5 1.9 4.1 2.2s3.2.2 4.6-.5c1.5-.6 2.7-1.6 3.6-2.9.8-1.4 1.3-2.9 1.3-4.5 0-2.1-.8-4.2-2.3-5.7C12.2.8 10.1 0 8 0zm0 14c-1.2 0-2.3-.4-3.3-1-1-.7-1.8-1.6-2.2-2.7C2 9.2 1.9 8 2.1 6.8c.2-1.2.8-2.2 1.6-3.1.8-.8 1.9-1.4 3.1-1.6 1.2-.2 2.4-.1 3.5.4s2 1.2 2.7 2.2c.7 1 1 2.1 1 3.3 0 1.6-.6 3.1-1.8 4.2C11.1 13.4 9.6 14 8 14z'/%3E%3Cpath fill='%23EDF0F2' d='M9 7H7v5h2V7zM8 6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3E%3C/svg%3E")}.ilo--tooltip--dark{background:#2d2d2d;color:#edf0f2}.ilo--tooltip--dark.ilo--tooltip--arrow{border-bottom-color:#2d2d2d;border-top-color:#2d2d2d;border-left-color:#2d2d2d;border-right-color:#2d2d2d}.docs-story div[height]{min-height:150px}
1
+ .ilo--tooltip{font-size:14.93px;letter-spacing:normal;line-height:20.3px;font-family:var(--ilo-fonts-copy);font-weight:400;background:#fff;border:none;border-radius:.1071811361rem;display:inline-block;filter:drop-shadow(0 .8px 1.6px rgba(30,45,190,.038)) drop-shadow(0 4px 8px rgba(30,45,190,.054)) drop-shadow(0 10px 20px rgba(30,45,190,.08)) drop-shadow(0 -4px 16px rgba(30,45,190,.054));color:#2d2d2d;opacity:0;padding:calc(2 * var(--ilo-spacing-base)) calc(4 * var(--ilo-spacing-base)) calc(3 * var(--ilo-spacing-base));position:absolute;visibility:hidden;width:max-content;max-width:9.6463022508rem}@media screen and (min-width:610px){.ilo--tooltip--long{max-width:21.436227224rem}}.ilo--tooltip--fade{opacity:1}.ilo--tooltip--visible{visibility:visible;z-index:2;opacity:1}.ilo--tooltip--arrow,.ilo--tooltip--arrow:before{position:absolute;visibility:hidden;width:10px;height:10px;background:inherit}.ilo--tooltip--arrow:before{visibility:visible;content:"";transform:rotate(45deg)}.ilo--tooltip[data-popper-placement^=top]>.ilo--tooltip--arrow{bottom:-4px}.ilo--tooltip[data-popper-placement^=bottom]>.ilo--tooltip--arrow{top:-4px}.ilo--tooltip[data-popper-placement^=left]>.ilo--tooltip--arrow{right:-4px}.ilo--tooltip[data-popper-placement^=right]>.ilo--tooltip--arrow{left:-4px}.ilo--tooltip--wrapper{display:inline-block;position:relative;cursor:pointer}.ilo--tooltip--wrapper__icon{background-repeat:no-repeat;background-size:cover;height:calc(4 * var(--ilo-spacing-base));min-width:calc(4 * var(--ilo-spacing-base));background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23230050' d='M8 0C6.4 0 4.9.5 3.6 1.3c-1.4.9-2.4 2.2-3 3.6C0 6.4-.2 8 .2 9.6c.3 1.6 1.1 3 2.2 4.1 1.1 1.1 2.5 1.9 4.1 2.2s3.2.2 4.6-.5c1.5-.6 2.7-1.6 3.6-2.9.8-1.4 1.3-2.9 1.3-4.5 0-2.1-.8-4.2-2.3-5.7C12.2.8 10.1 0 8 0zm0 14c-1.2 0-2.3-.4-3.3-1-1-.7-1.8-1.6-2.2-2.7C2 9.2 1.9 8 2.1 6.8c.2-1.2.8-2.2 1.6-3.1.8-.8 1.9-1.4 3.1-1.6 1.2-.2 2.4-.1 3.5.4s2 1.2 2.7 2.2c.7 1 1 2.1 1 3.3 0 1.6-.6 3.1-1.8 4.2C11.1 13.4 9.6 14 8 14z'/%3E%3Cpath fill='%23230050' d='M9 7H7v5h2V7zM8 6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3E%3C/svg%3E")}.ilo--tooltip--wrapper__icon.ilo--tooltip--wrapper__icon__theme__dark{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23EDF0F2' d='M8 0C6.4 0 4.9.5 3.6 1.3c-1.4.9-2.4 2.2-3 3.6C0 6.4-.2 8 .2 9.6c.3 1.6 1.1 3 2.2 4.1 1.1 1.1 2.5 1.9 4.1 2.2s3.2.2 4.6-.5c1.5-.6 2.7-1.6 3.6-2.9.8-1.4 1.3-2.9 1.3-4.5 0-2.1-.8-4.2-2.3-5.7C12.2.8 10.1 0 8 0zm0 14c-1.2 0-2.3-.4-3.3-1-1-.7-1.8-1.6-2.2-2.7C2 9.2 1.9 8 2.1 6.8c.2-1.2.8-2.2 1.6-3.1.8-.8 1.9-1.4 3.1-1.6 1.2-.2 2.4-.1 3.5.4s2 1.2 2.7 2.2c.7 1 1 2.1 1 3.3 0 1.6-.6 3.1-1.8 4.2C11.1 13.4 9.6 14 8 14z'/%3E%3Cpath fill='%23EDF0F2' d='M9 7H7v5h2V7zM8 6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3E%3C/svg%3E")}.ilo--tooltip--dark{background:#2d2d2d;color:#edf0f2}.ilo--tooltip--dark.ilo--tooltip--arrow{border-bottom-color:#2d2d2d;border-top-color:#2d2d2d;border-left-color:#2d2d2d;border-right-color:#2d2d2d}.docs-story div[height]{min-height:150px}