@orangesk/orange-design-system 2.1.0 → 3.0.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 (117) hide show
  1. package/build/components/Accordion/style.css +1 -1
  2. package/build/components/Accordion/style.css.map +1 -1
  3. package/build/components/BlockAction/style.css +1 -1
  4. package/build/components/BlockAction/style.css.map +1 -1
  5. package/build/components/Card/style.css +1 -1
  6. package/build/components/Card/style.css.map +1 -1
  7. package/build/components/Carousel/style.css +1 -1
  8. package/build/components/Carousel/style.css.map +1 -1
  9. package/build/components/CarouselHero/style.css +1 -1
  10. package/build/components/CarouselHero/style.css.map +1 -1
  11. package/build/components/CarouselPromotions/style.css +1 -1
  12. package/build/components/CarouselPromotions/style.css.map +1 -1
  13. package/build/components/Cover/style.css +1 -1
  14. package/build/components/Cover/style.css.map +1 -1
  15. package/build/components/Dropdown/style.css +1 -1
  16. package/build/components/Dropdown/style.css.map +1 -1
  17. package/build/components/FeatureAccordion/style.css +1 -1
  18. package/build/components/FeatureAccordion/style.css.map +1 -1
  19. package/build/components/Footer/style.css +1 -1
  20. package/build/components/Footer/style.css.map +1 -1
  21. package/build/components/Icon/style.css +1 -1
  22. package/build/components/Icon/style.css.map +1 -1
  23. package/build/components/IconList/style.css +1 -1
  24. package/build/components/IconList/style.css.map +1 -1
  25. package/build/components/Link/style.css +1 -1
  26. package/build/components/Link/style.css.map +1 -1
  27. package/build/components/Megamenu/style.css +1 -1
  28. package/build/components/Megamenu/style.css.map +1 -1
  29. package/build/components/PromoBanner/style.css +1 -1
  30. package/build/components/PromoBanner/style.css.map +1 -1
  31. package/build/components/Tile/style.css +1 -1
  32. package/build/components/Tile/style.css.map +1 -1
  33. package/build/components/Timeline/style.css +2 -0
  34. package/build/components/Timeline/style.css.map +1 -0
  35. package/build/components/Tooltip/style.css +1 -1
  36. package/build/components/Tooltip/style.css.map +1 -1
  37. package/build/components/index.js +1 -1
  38. package/build/components/index.js.map +1 -1
  39. package/build/components/tsconfig.tsbuildinfo +1 -1
  40. package/build/components/types/index.d.ts +30 -2
  41. package/build/components/types/src/components/FeatureAccordion/FeatureAccordion.d.ts +3 -0
  42. package/build/components/types/src/components/FeatureAccordion/FeatureAccordion.static.d.ts +0 -3
  43. package/build/components/types/src/components/FeatureAccordion/FeatureAccordionItem.d.ts +2 -1
  44. package/build/components/types/src/components/Timeline/Timeline.d.ts +13 -0
  45. package/build/components/types/src/components/Timeline/index.d.ts +2 -0
  46. package/build/components/types/src/components/index.d.ts +2 -1
  47. package/build/images/card-device-example.png +0 -0
  48. package/build/lib/base.css +1 -1
  49. package/build/lib/base.css.map +1 -1
  50. package/build/lib/components.css +1 -1
  51. package/build/lib/components.css.map +1 -1
  52. package/build/lib/footer.css +1 -1
  53. package/build/lib/footer.css.map +1 -1
  54. package/build/lib/footer.js +1 -1
  55. package/build/lib/footer.js.map +1 -1
  56. package/build/lib/megamenu.css +1 -1
  57. package/build/lib/megamenu.css.map +1 -1
  58. package/build/lib/megamenu.js +1 -1
  59. package/build/lib/megamenu.js.map +1 -1
  60. package/build/lib/scripts.js +1 -1
  61. package/build/lib/scripts.js.map +1 -1
  62. package/build/lib/style.css +1 -1
  63. package/build/lib/style.css.map +1 -1
  64. package/build/search-index.json +10 -6
  65. package/build/sprite.svg +1 -1
  66. package/package.json +21 -21
  67. package/src/assets/icons/pictogram-communication--dark.svg +4 -0
  68. package/src/assets/icons/pictogram-communication.svg +4 -0
  69. package/src/assets/icons/pictogram-coverage--dark.svg +5 -0
  70. package/src/assets/icons/pictogram-coverage.svg +5 -0
  71. package/src/assets/icons/pictogram-credit--dark.svg +7 -0
  72. package/src/assets/icons/pictogram-credit.svg +6 -0
  73. package/src/assets/icons/pictogram-disney--dark.svg +5 -14
  74. package/src/assets/icons/pictogram-disney.svg +5 -9
  75. package/src/assets/icons/pictogram-modem--dark.svg +9 -0
  76. package/src/assets/icons/pictogram-modem.svg +9 -0
  77. package/src/assets/icons/pictogram-speed--dark.svg +7 -0
  78. package/src/assets/icons/pictogram-speed.svg +7 -0
  79. package/src/assets/icons/pictogram-sunset--dark.svg +10 -0
  80. package/src/assets/icons/pictogram-sunset.svg +10 -0
  81. package/src/assets/icons/pictogram-tariffs--dark.svg +4 -8
  82. package/src/assets/icons/pictogram-tariffs.svg +4 -8
  83. package/src/assets/icons/pictogram-wallet--dark.svg +6 -0
  84. package/src/assets/icons/pictogram-wallet.svg +6 -0
  85. package/src/components/Accordion/styles/mixins.scss +2 -4
  86. package/src/components/BlockAction/styles/mixins.scss +1 -1
  87. package/src/components/BlockAction/styles/style.scss +1 -1
  88. package/src/components/BlockAction/tests/BlockAction.styles.unit.test.jsx +18 -0
  89. package/src/components/Card/styles/mixins.scss +4 -0
  90. package/src/components/Card/styles/style.scss +1 -0
  91. package/src/components/Carousel/Carousel.tsx +6 -3
  92. package/src/components/CarouselHero/styles/mixins.scss +1 -3
  93. package/src/components/CarouselPromotions/styles/mixins.scss +2 -2
  94. package/src/components/Cover/styles/mixins.scss +2 -0
  95. package/src/components/FeatureAccordion/FeatureAccordion.static.ts +3 -71
  96. package/src/components/FeatureAccordion/FeatureAccordion.tsx +23 -59
  97. package/src/components/FeatureAccordion/FeatureAccordionItem.tsx +9 -14
  98. package/src/components/FeatureAccordion/styles/mixins.scss +67 -23
  99. package/src/components/FeatureAccordion/tests/FeatureAccordion.unit.test.jsx +9 -0
  100. package/src/components/Forms/File/styles/style.scss +1 -1
  101. package/src/components/Forms/styles/mixins.scss +1 -1
  102. package/src/components/Icon/styles/mixins.scss +4 -4
  103. package/src/components/IconList/styles/mixins.scss +2 -1
  104. package/src/components/Link/styles/style.scss +4 -1
  105. package/src/components/PromoBanner/styles/mixins.scss +2 -0
  106. package/src/components/Tile/styles/mixins.scss +25 -7
  107. package/src/components/Tile/styles/style.scss +5 -1
  108. package/src/components/Timeline/Timeline.tsx +60 -0
  109. package/src/components/Timeline/index.ts +2 -0
  110. package/src/components/Timeline/styles/config.scss +25 -0
  111. package/src/components/Timeline/styles/mixins.scss +102 -0
  112. package/src/components/Timeline/styles/style.scss +60 -0
  113. package/src/components/Timeline/tests/Timeline.conformance.test.jsx +29 -0
  114. package/src/components/Timeline/tests/Timeline.unit.test.jsx +89 -0
  115. package/src/components/index.ts +2 -0
  116. package/src/styles/tokens/base.scss +0 -16
  117. package/src/styles/typography/mixins.scss +13 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orangesk/orange-design-system",
3
- "version": "2.1.0",
3
+ "version": "3.0.0",
4
4
  "private": false,
5
5
  "engines": {
6
6
  "node": ">=20.x"
@@ -55,7 +55,7 @@
55
55
  "@cloudfour/transition-hidden-element": "^2.0.2",
56
56
  "@mdx-js/loader": "^3.1.1",
57
57
  "@mdx-js/react": "^3.1.1",
58
- "@next/mdx": "16.2.7",
58
+ "@next/mdx": "16.2.9",
59
59
  "@orangesk/accessible-autocomplete": "3.2.2",
60
60
  "@popperjs/core": "^2.11.8",
61
61
  "@types/mdx": "^2.0.14",
@@ -63,11 +63,11 @@
63
63
  "classnames": "^2.5.1",
64
64
  "daypickr": "^0.3.4",
65
65
  "diff2html": "^3.4.56",
66
- "dompurify": "^3.4.8",
66
+ "dompurify": "^3.4.11",
67
67
  "html-react-parser": "6.1.3",
68
68
  "lorem-ipsum": "3.0.0",
69
69
  "minisearch": "7.2.0",
70
- "next": "16.2.7",
70
+ "next": "16.2.9",
71
71
  "normalize.css": "^8.0.1",
72
72
  "nouislider": "^15.8.1",
73
73
  "prism-react-renderer": "^2.4.1",
@@ -81,15 +81,15 @@
81
81
  "remark-gemoji": "^8.0.0",
82
82
  "remark-gfm": "^4.0.1",
83
83
  "swiper": "12.2.0",
84
- "tabbable": "^6.4.0",
84
+ "tabbable": "^6.5.0",
85
85
  "unescape-html": "^1.1.0",
86
86
  "wnumb": "^1.2.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@babel/core": "^7.29.7",
90
- "@babel/preset-env": "^7.29.7",
91
- "@babel/preset-react": "^7.29.7",
92
- "@babel/preset-typescript": "^7.29.7",
89
+ "@babel/core": "8.0.1",
90
+ "@babel/preset-env": "8.0.2",
91
+ "@babel/preset-react": "8.0.1",
92
+ "@babel/preset-typescript": "8.0.1",
93
93
  "@biomejs/biome": "latest",
94
94
  "@rollup/plugin-alias": "6.0.0",
95
95
  "@rollup/plugin-babel": "7.1.0",
@@ -99,20 +99,20 @@
99
99
  "@rollup/plugin-terser": "1.0.0",
100
100
  "@rollup/plugin-typescript": "^12.3.0",
101
101
  "@rollup/plugin-url": "^8.0.2",
102
- "@rollup/rollup-darwin-arm64": "^4.61.1",
102
+ "@rollup/rollup-darwin-arm64": "^4.62.2",
103
103
  "@testing-library/dom": "^10.4.1",
104
104
  "@testing-library/jest-dom": "^6.9.1",
105
105
  "@testing-library/react": "^16.3.2",
106
106
  "@testing-library/user-event": "^14.6.1",
107
- "@types/node": "25.9.2",
107
+ "@types/node": "26.0.1",
108
108
  "@types/react": "19.2.17",
109
109
  "@types/react-dom": "19.2.3",
110
110
  "@types/wnumb": "^1.2.3",
111
- "@vitejs/plugin-react": "6.0.2",
112
- "@vitest/browser": "^4.1.8",
113
- "@vitest/browser-playwright": "^4.1.8",
114
- "@vitest/coverage-v8": "^4.1.8",
115
- "@vitest/ui": "^4.1.8",
111
+ "@vitejs/plugin-react": "6.0.3",
112
+ "@vitest/browser": "^4.1.9",
113
+ "@vitest/browser-playwright": "^4.1.9",
114
+ "@vitest/coverage-v8": "^4.1.9",
115
+ "@vitest/ui": "^4.1.9",
116
116
  "canvas": "^3.2.3",
117
117
  "fs-extra": "^11.3.5",
118
118
  "glob": "13.0.6",
@@ -120,17 +120,17 @@
120
120
  "husky": "^9.1.7",
121
121
  "identity-obj-proxy": "^3.0.0",
122
122
  "jsdom": "29.1.1",
123
- "lint-staged": "17.0.7",
124
- "playwright": "^1.60.0",
123
+ "lint-staged": "17.0.8",
124
+ "playwright": "^1.61.1",
125
125
  "prettier": "^3.8.4",
126
- "rollup": "^4.61.1",
126
+ "rollup": "^4.62.2",
127
127
  "rollup-plugin-copy": "^3.5.0",
128
128
  "rollup-plugin-dts": "^6.4.1",
129
129
  "rollup-plugin-postcss": "^4.0.2",
130
- "sass": "^1.100.0",
130
+ "sass": "^1.101.0",
131
131
  "svg-sprite": "^2.0.4",
132
132
  "typescript": "6.0.3",
133
- "vitest": "^4.1.8",
133
+ "vitest": "^4.1.9",
134
134
  "vitest-axe": "^0.1.0",
135
135
  "vitest-browser-react": "^2.2.0"
136
136
  },
@@ -0,0 +1,4 @@
1
+ <svg width="62" height="64" viewBox="0 0 62 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M52.2187 10C54.8594 10 57 12.1043 57 14.7V47.6H26.7187L17.1562 57V47.6H10.7812C8.14064 47.6 6 45.4957 6 42.9V10H52.2187Z" fill="#DA8436"/>
3
+ <path d="M32.6629 37.3735C29.4817 34.1855 26.4411 30.4931 27.8953 29.0376C31.5515 25.3741 31.7953 25.6594 28.1019 21.0573C24.4002 16.451 24.5489 17.278 19.9136 22.0083C17.4761 24.6381 19.7896 33.0484 28.3828 41.649C36.9842 50.2495 45.6104 52.4658 48.0149 50.1296C52.9518 45.2215 53.3401 45.4986 48.9651 41.9426C44.3669 38.2377 44.6354 38.5023 40.9916 42.1493C39.5374 43.6006 35.8481 40.5532 32.6629 37.3694V37.3735Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="62" height="64" viewBox="0 0 62 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M52.2187 10C54.8594 10 57 12.1043 57 14.7V47.6H26.7187L17.1562 57V47.6H10.7812C8.14064 47.6 6 45.4957 6 42.9V10H52.2187Z" fill="#FFC48F"/>
3
+ <path d="M32.6629 37.3735C29.4817 34.1855 26.4411 30.4931 27.8953 29.0376C31.5515 25.3741 31.7953 25.6594 28.1019 21.0573C24.4002 16.451 24.5489 17.278 19.9136 22.0083C17.4761 24.6381 19.7896 33.0484 28.3828 41.649C36.9842 50.2495 45.6104 52.4658 48.0149 50.1296C52.9518 45.2215 53.3401 45.4986 48.9651 41.9426C44.3669 38.2377 44.6354 38.5023 40.9916 42.1493C39.5374 43.6006 35.8481 40.5532 32.6629 37.3694V37.3735Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none"
2
+ xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M29.5322 20C30.7293 20.4927 29.8769 22.9723 31.3925 23.0258C31.3813 24.3843 32.1503 23.5344 32.75 23.9404C32.9084 24.1832 32.9512 25.1498 32.9767 25.4789C32.863 25.7566 33.2456 26.0804 33.1339 26.2367C32.8922 26.5788 32.1387 27.5427 32.8969 27.7123C33.6259 27.8752 33.8016 27.1056 34.427 27.026C36.1749 28.0769 35.7215 27.0712 36.3445 25.4902C36.7258 25.5604 36.7279 25.3777 36.9797 25.0492C38.0305 24.7432 37.497 24.7994 38.0807 24.026C38.298 23.7387 38.8919 24.2782 39.2381 23.7683C39.4562 23.7397 40.0337 24.2065 40.3804 24.3426C42.6267 23.1012 42.9122 26.8019 45.0857 24.6258C45.8215 24.6289 45.5709 24.1933 45.1809 23.8145C45.779 22.8361 46.0138 23.7516 46.5735 23.7963C46.9772 23.8287 47.1838 23.0584 47.4451 22.8362C48.8282 23.6192 49.4719 23.316 50.8993 23.3038C51.5709 23.7706 51.7727 24.1981 52.3248 24.7487C52.4652 24.5611 52.7853 24.0776 52.9916 24.2766C54.051 25.2967 54.5911 25.7495 54.8317 27.31C55.3278 27.8105 56.5971 27.734 56.7212 28.4016C56.8111 28.8855 57.6667 28.7212 57.9321 28.8186C58.1937 28.9147 58.3302 29.3581 58.5685 29.4867C59.1504 29.8011 59.4427 29.4557 60.0001 29.8836C59.8651 30.3795 59.8589 30.7696 59.8015 31.2786C59.7749 31.517 59.3008 31.5166 59.1741 31.7134C58.4306 32.8648 58.7983 34.629 57.9306 35.7023C57.8348 37.0141 57.2264 37.8705 56.2693 38.7731C55.4449 39.5502 56.9327 41.9724 55.6256 42.5643C55.3673 42.6814 54.5444 42.613 54.1431 42.6979C53.5411 42.8252 52.6769 43.7038 52.0547 43.3079C51.1642 42.7418 51.0241 41.6113 50.7548 40.7058C50.6466 40.3411 50.2925 40.5328 50.0605 40.4298C49.9399 40.3764 49.8672 39.6606 49.2229 39.349C49.0674 39.2737 48.0061 39.4988 47.8687 39.6371C47.6816 39.8257 47.7265 40.1829 47.4608 40.3126C46.7724 40.2605 46.6875 40.1407 45.9265 40.6024C45.6242 40.497 45.5642 40.3251 45.2902 40.164C44.9181 39.9451 43.8131 39.6434 43.3602 39.5613C43.2071 39.3978 43.0463 39.2071 42.8663 39.0987C42.1933 39.2756 41.5201 39.484 40.8477 39.6686C39.958 39.9128 39.7288 39.7595 39.7781 40.7648C39.2041 41.9246 38.8289 44.2246 37.684 44.9225C37.1201 44.318 37.1865 45.1403 36.6986 45.0384C35.9015 44.8721 36.4418 45.7911 35.7706 46.014C35.0742 46.2437 34.8167 46.9039 34.2337 47.188C33.9111 47.3455 33.552 46.7444 33.2929 46.6128C32.5293 47.0466 32.8924 45.7782 31.8905 45.9091C31.7823 45.7354 31.5784 45.3577 31.3848 45.382C30.214 45.4743 29.8896 46.3665 29.9616 47.4495C29.3468 48.0032 28.9071 47.9114 28.0839 47.8877C27.9023 48.0494 27.6209 48.2971 27.413 48.387C26.0543 48.1792 24.9038 48.3948 23.5821 48.7833C23.3776 49.0077 23.2745 49.3617 23.1523 49.6746C22.3761 49.9325 22.8098 50.2075 22.7943 50.3288C22.6219 51.6782 22.4812 51.6786 23.3961 52.5109C22.9401 52.7604 22.5817 53.3384 22.1426 53.5027C21.7472 53.6506 21.223 53.1869 20.8697 53.2346C20.193 53.3257 19.4315 53.3876 18.7678 53.5515C18.5854 53.5963 18.2371 53.8268 18.0123 53.8848C17.4397 54.0261 16.9012 53.7402 16.3132 53.7773C15.1415 53.8509 13.4079 54.4159 12.4199 53.4655C12.0284 53.0891 11.7485 52.346 11.1716 52.5841C10.6785 51.9751 10.1421 51.4338 9.7273 50.7644C9.2371 49.9742 7.94485 48.6601 7.00131 49.3967C6.54748 48.8335 5.85999 48.6471 6.30651 47.7256C6.20378 47.5693 6.0594 47.2419 5.95941 47.0499C5.22988 46.8168 5.35588 46.414 5.24708 45.6502C5.08695 44.5261 4.82278 43.6513 4.05035 42.9605C3.60838 42.1575 4.49915 40.2493 5.03062 39.6585C5.12026 39.0986 4.98318 38.7015 5.02657 38.1061C5.44848 37.6008 5.56413 36.3517 5.84763 35.7356C6.21972 34.927 6.7174 33.914 7.62529 33.6636C7.95627 33.5723 8.89655 34.5752 9.9847 34.0836C10.3383 34.2936 10.3812 34.563 10.8019 34.6532C11.9431 33.9928 12.8695 32.9594 13.9756 32.6279C14.9587 32.3334 13.8881 30.5996 15.4753 30.8538C16.8295 30.1722 16.2158 28.3095 16.6421 27.0753C17.0603 25.8558 18.3263 25.7178 19.1507 24.8565C19.1678 24.0355 19.2338 24.3269 19.6232 23.9316C19.855 23.7063 19.9868 23.2874 20.2673 23.1355C21.2502 22.6034 20.8621 21.8984 22.2485 22.2953C22.5702 22.3874 22.8183 21.9624 23.0708 21.7658C23.3796 21.7336 24.6159 21.6758 24.773 22.077C24.8298 22.2223 24.6566 23.9047 24.9234 24.0041C25.3934 24.1791 25.6725 23.371 26.1759 23.8841C26.3372 24.0485 26.7529 23.8137 26.9267 23.7258C26.9492 23.5905 27.0101 23.1555 27.0758 23.0179C27.6873 22.5873 27.0614 21.4646 28.3151 21.4621C28.5976 21.4615 29.3689 20.3105 29.5322 20Z" fill="#DA8436"/>
4
+ <path d="M27.5 18V33.4531L32.2676 28.3193L33.7324 29.6807L26.5 37.4697L19.2676 29.6807L20.7324 28.3193L25.5 33.4531V18H27.5ZM45.7324 15.3193L44.2676 16.6807L39.5 11.5459V27H37.5V11.5459L32.7324 16.6807L31.2676 15.3193L38.5 7.53027L45.7324 15.3193Z" fill="white"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none"
2
+ xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M29.5322 20C30.7293 20.4927 29.8769 22.9723 31.3925 23.0258C31.3813 24.3843 32.1503 23.5344 32.75 23.9404C32.9084 24.1832 32.9512 25.1498 32.9767 25.4789C32.863 25.7566 33.2456 26.0804 33.1339 26.2367C32.8922 26.5788 32.1387 27.5427 32.8969 27.7123C33.6259 27.8752 33.8016 27.1056 34.427 27.026C36.1749 28.0769 35.7215 27.0712 36.3445 25.4902C36.7258 25.5604 36.7279 25.3777 36.9797 25.0492C38.0305 24.7432 37.497 24.7994 38.0807 24.026C38.298 23.7387 38.8919 24.2782 39.2381 23.7683C39.4562 23.7397 40.0337 24.2065 40.3804 24.3426C42.6267 23.1012 42.9122 26.8019 45.0857 24.6258C45.8215 24.6289 45.5709 24.1933 45.1809 23.8145C45.779 22.8361 46.0138 23.7516 46.5735 23.7963C46.9772 23.8287 47.1838 23.0584 47.4451 22.8362C48.8282 23.6192 49.4719 23.316 50.8993 23.3038C51.5709 23.7706 51.7727 24.1981 52.3248 24.7487C52.4652 24.5611 52.7853 24.0776 52.9916 24.2766C54.051 25.2967 54.5911 25.7495 54.8317 27.31C55.3278 27.8105 56.5971 27.734 56.7212 28.4016C56.8111 28.8855 57.6667 28.7212 57.9321 28.8186C58.1937 28.9147 58.3302 29.3581 58.5685 29.4867C59.1504 29.8011 59.4427 29.4557 60.0001 29.8836C59.8651 30.3795 59.8589 30.7696 59.8015 31.2786C59.7749 31.517 59.3008 31.5166 59.1741 31.7134C58.4306 32.8648 58.7983 34.629 57.9306 35.7023C57.8348 37.0141 57.2264 37.8705 56.2693 38.7731C55.4449 39.5502 56.9327 41.9724 55.6256 42.5643C55.3673 42.6814 54.5444 42.613 54.1431 42.6979C53.5411 42.8252 52.6769 43.7038 52.0547 43.3079C51.1642 42.7418 51.0241 41.6113 50.7548 40.7058C50.6466 40.3411 50.2925 40.5328 50.0605 40.4298C49.9399 40.3764 49.8672 39.6606 49.2229 39.349C49.0674 39.2737 48.0061 39.4988 47.8687 39.6371C47.6816 39.8257 47.7265 40.1829 47.4608 40.3126C46.7724 40.2605 46.6875 40.1407 45.9265 40.6024C45.6242 40.497 45.5642 40.3251 45.2902 40.164C44.9181 39.9451 43.8131 39.6434 43.3602 39.5613C43.2071 39.3978 43.0463 39.2071 42.8663 39.0987C42.1933 39.2756 41.5201 39.484 40.8477 39.6686C39.958 39.9128 39.7288 39.7595 39.7781 40.7648C39.2041 41.9246 38.8289 44.2246 37.684 44.9225C37.1201 44.318 37.1865 45.1403 36.6986 45.0384C35.9015 44.8721 36.4418 45.7911 35.7706 46.014C35.0742 46.2437 34.8167 46.9039 34.2337 47.188C33.9111 47.3455 33.552 46.7444 33.2929 46.6128C32.5293 47.0466 32.8924 45.7782 31.8905 45.9091C31.7823 45.7354 31.5784 45.3577 31.3848 45.382C30.214 45.4743 29.8896 46.3665 29.9616 47.4495C29.3468 48.0032 28.9071 47.9114 28.0839 47.8877C27.9023 48.0494 27.6209 48.2971 27.413 48.387C26.0543 48.1792 24.9038 48.3948 23.5821 48.7833C23.3776 49.0077 23.2745 49.3617 23.1523 49.6746C22.3761 49.9325 22.8098 50.2075 22.7943 50.3288C22.6219 51.6782 22.4812 51.6786 23.3961 52.5109C22.9401 52.7604 22.5817 53.3384 22.1426 53.5027C21.7472 53.6506 21.223 53.1869 20.8697 53.2346C20.193 53.3257 19.4315 53.3876 18.7678 53.5515C18.5854 53.5963 18.2371 53.8268 18.0123 53.8848C17.4397 54.0261 16.9012 53.7402 16.3132 53.7773C15.1415 53.8509 13.4079 54.4159 12.4199 53.4655C12.0284 53.0891 11.7485 52.346 11.1716 52.5841C10.6785 51.9751 10.1421 51.4338 9.7273 50.7644C9.2371 49.9742 7.94485 48.6601 7.00131 49.3967C6.54748 48.8335 5.85999 48.6471 6.30651 47.7256C6.20378 47.5693 6.0594 47.2419 5.95941 47.0499C5.22988 46.8168 5.35588 46.414 5.24708 45.6502C5.08695 44.5261 4.82278 43.6513 4.05035 42.9605C3.60838 42.1575 4.49915 40.2493 5.03062 39.6585C5.12026 39.0986 4.98318 38.7015 5.02657 38.1061C5.44848 37.6008 5.56413 36.3517 5.84763 35.7356C6.21972 34.927 6.7174 33.914 7.62529 33.6636C7.95627 33.5723 8.89655 34.5752 9.9847 34.0836C10.3383 34.2936 10.3812 34.563 10.8019 34.6532C11.9431 33.9928 12.8695 32.9594 13.9756 32.6279C14.9587 32.3334 13.8881 30.5996 15.4753 30.8538C16.8295 30.1722 16.2158 28.3095 16.6421 27.0753C17.0603 25.8558 18.3263 25.7178 19.1507 24.8565C19.1678 24.0355 19.2338 24.3269 19.6232 23.9316C19.855 23.7063 19.9868 23.2874 20.2673 23.1355C21.2502 22.6034 20.8621 21.8984 22.2485 22.2953C22.5702 22.3874 22.8183 21.9624 23.0708 21.7658C23.3796 21.7336 24.6159 21.6758 24.773 22.077C24.8298 22.2223 24.6566 23.9047 24.9234 24.0041C25.3934 24.1791 25.6725 23.371 26.1759 23.8841C26.3372 24.0485 26.7529 23.8137 26.9267 23.7258C26.9492 23.5905 27.0101 23.1555 27.0758 23.0179C27.6873 22.5873 27.0614 21.4646 28.3151 21.4621C28.5976 21.4615 29.3689 20.3105 29.5322 20Z" fill="#FFC48F"/>
4
+ <path d="M27.5 18V33.4531L32.2676 28.3193L33.7324 29.6807L26.5 37.4697L19.2676 29.6807L20.7324 28.3193L25.5 33.4531V18H27.5ZM45.7324 15.3193L44.2676 16.6807L39.5 11.5459V27H37.5V11.5459L32.7324 16.6807L31.2676 15.3193L38.5 7.53027L45.7324 15.3193Z" fill="black"/>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="62" height="64" viewBox="0 0 62 64" fill="none"
2
+ xmlns="http://www.w3.org/2000/svg">
3
+ <rect x="1" y="25.564" width="29.0819" height="50.114" rx="10" transform="rotate(-45 1 25.564)" fill="#DA8436"/>
4
+ <path d="M30.2297 22.9778H48.5391" stroke="white" stroke-width="2" stroke-linecap="round"/>
5
+ <path d="M30.2297 30.1709H45.9235" stroke="white" stroke-width="2" stroke-linecap="round"/>
6
+ <path d="M53.7703 36.0562C47.2313 46.5186 33.4992 41.2873 33.4992 26.9011C33.4992 10.5536 48.5391 5.97613 53.7703 17.0927" stroke="white" stroke-width="2" stroke-linecap="round"/>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="62" height="64" viewBox="0 0 62 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="25.564" width="29.0819" height="50.114" rx="10" transform="rotate(-45 1 25.564)" fill="#FFC48F"/>
3
+ <path d="M30.2297 22.9778H48.5391" stroke="black" stroke-width="2" stroke-linecap="round"/>
4
+ <path d="M30.2297 30.1709H45.9235" stroke="black" stroke-width="2" stroke-linecap="round"/>
5
+ <path d="M53.7703 36.0562C47.2313 46.5186 33.4992 41.2873 33.4992 26.9011C33.4992 10.5536 48.5391 5.97613 53.7703 17.0927" stroke="black" stroke-width="2" stroke-linecap="round"/>
6
+ </svg>