@public-ui/sample-react 2.1.0 → 2.1.2

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 (252) hide show
  1. package/dist/1016.js +2 -0
  2. package/dist/121.js +2 -0
  3. package/dist/1278.js +2 -0
  4. package/dist/{7163.js → 1443.js} +2 -2
  5. package/dist/149.js +2 -0
  6. package/dist/1524.js +2 -0
  7. package/dist/2072.js +2 -0
  8. package/dist/{3845.js → 2221.js} +2 -2
  9. package/dist/2252.js +2 -0
  10. package/dist/2256.js +2 -0
  11. package/dist/2381.js +2 -0
  12. package/dist/2416.js +2 -0
  13. package/dist/2545.js +2 -0
  14. package/dist/2615.js +2 -0
  15. package/dist/263.js +2 -0
  16. package/dist/{5399.js → 2639.js} +2 -2
  17. package/dist/2657.js +2 -0
  18. package/dist/2669.js +2 -0
  19. package/dist/277.js +2 -0
  20. package/dist/2858.js +2 -0
  21. package/dist/2879.js +2 -0
  22. package/dist/3110.js +2 -0
  23. package/dist/3261.js +2 -0
  24. package/dist/3353.js +2 -0
  25. package/dist/{8286.js → 3510.js} +2 -2
  26. package/dist/3563.js +2 -0
  27. package/dist/3869.js +2 -0
  28. package/dist/4014.js +2 -0
  29. package/dist/4082.js +2 -0
  30. package/dist/4156.js +2 -0
  31. package/dist/4177.js +2 -0
  32. package/dist/4178.js +2 -0
  33. package/dist/4179.js +2 -0
  34. package/dist/4212.js +2 -0
  35. package/dist/{1430.js → 4318.js} +2 -2
  36. package/dist/4346.js +2 -0
  37. package/dist/4486.js +2 -0
  38. package/dist/{4294.js → 4702.js} +2 -2
  39. package/dist/{8251.js → 4723.js} +2 -2
  40. package/dist/{8855.js → 4893.js} +2 -2
  41. package/dist/5018.js +2 -0
  42. package/dist/5157.js +2 -0
  43. package/dist/5244.js +2 -0
  44. package/dist/5350.js +2 -0
  45. package/dist/5599.js +2 -0
  46. package/dist/{7582.js → 5670.js} +2 -2
  47. package/dist/{5020.js → 5716.js} +2 -2
  48. package/dist/5973.js +2 -0
  49. package/dist/605.js +2 -0
  50. package/dist/{3460.js → 6284.js} +2 -2
  51. package/dist/6295.js +2 -0
  52. package/dist/6402.js +2 -0
  53. package/dist/6596.js +2 -0
  54. package/dist/6629.js +2 -0
  55. package/dist/6636.js +2 -0
  56. package/dist/6716.js +2 -0
  57. package/dist/{8471.js → 7055.js} +2 -2
  58. package/dist/7132.js +2 -0
  59. package/dist/{6971.js → 7219.js} +2 -2
  60. package/dist/7305.js +2 -0
  61. package/dist/7367.js +2 -0
  62. package/dist/7372.js +2 -0
  63. package/dist/7533.js +2 -0
  64. package/dist/7677.js +2 -0
  65. package/dist/8310.js +2 -0
  66. package/dist/8516.js +2 -0
  67. package/dist/8642.js +2 -0
  68. package/dist/8797.js +2 -0
  69. package/dist/8804.js +2 -0
  70. package/dist/8809.js +2 -0
  71. package/dist/8928.js +2 -0
  72. package/dist/{2462.js → 9031.js} +2 -2
  73. package/dist/{1396.js → 9116.js} +2 -2
  74. package/dist/9344.js +2 -0
  75. package/dist/9673.js +2 -0
  76. package/dist/9673.js.LICENSE.txt +3 -0
  77. package/dist/9730.js +2 -0
  78. package/dist/9730.js.LICENSE.txt +3 -0
  79. package/dist/main.css +1 -1
  80. package/dist/main.js +1 -1
  81. package/dist/main.js.LICENSE.txt +2 -2
  82. package/package.json +16 -16
  83. package/src/App.tsx +2 -0
  84. package/src/components/Sidebar.tsx +12 -8
  85. package/src/components/combobox/basic.tsx +13 -0
  86. package/src/components/combobox/partials/cases.tsx +38 -0
  87. package/src/components/combobox/partials/variants.tsx +19 -0
  88. package/src/components/combobox/routes.ts +8 -0
  89. package/src/components/form/basic.tsx +19 -0
  90. package/src/components/form/error-list.tsx +26 -0
  91. package/src/components/form/routes.ts +6 -1
  92. package/src/components/handout/basic.tsx +0 -7
  93. package/src/components/input-checkbox/partials/cases.tsx +7 -0
  94. package/src/components/input-number/partials/cases.tsx +4 -0
  95. package/src/components/input-password/show-password.tsx +19 -0
  96. package/src/components/input-text/partials/cases.tsx +3 -1
  97. package/src/components/pagination/basic.tsx +2 -2
  98. package/src/components/select/partials/cases.tsx +1 -14
  99. package/src/components/table/routes.ts +4 -0
  100. package/src/components/table/stateful-with-selection.tsx +78 -0
  101. package/src/components/table/stateless-with-selection.tsx +60 -0
  102. package/src/components/tabs/basic.tsx +5 -0
  103. package/src/components/textarea/partials/cases.tsx +3 -0
  104. package/src/components/toolbar/basic.tsx +48 -0
  105. package/src/components/toolbar/disabled.tsx +50 -0
  106. package/src/components/toolbar/routes.ts +10 -0
  107. package/src/react.main.tsx +2 -2
  108. package/src/scenarios/appointment-form/AppointmentForm.tsx +1 -2
  109. package/src/scenarios/appointment-form/AvailableAppointmentsForm.tsx +55 -49
  110. package/src/scenarios/appointment-form/DistrictForm.tsx +15 -9
  111. package/src/scenarios/appointment-form/PersonalInformationForm.tsx +18 -6
  112. package/src/scenarios/appointment-form/formUtils.ts +2 -4
  113. package/src/scenarios/inputs-get-value.tsx +109 -83
  114. package/src/shares/country.ts +18 -0
  115. package/src/shares/routes.ts +4 -2
  116. package/src/shares/theme.ts +2 -6
  117. package/webpack.config.js +3 -0
  118. package/dist/1266.js +0 -2
  119. package/dist/1601.js +0 -2
  120. package/dist/1786.js +0 -2
  121. package/dist/1797.js +0 -2
  122. package/dist/1832.js +0 -2
  123. package/dist/2441.js +0 -2
  124. package/dist/2605.js +0 -2
  125. package/dist/2728.js +0 -2
  126. package/dist/2960.js +0 -2
  127. package/dist/3492.js +0 -2
  128. package/dist/3503.js +0 -2
  129. package/dist/3801.js +0 -2
  130. package/dist/3882.js +0 -2
  131. package/dist/3965.js +0 -2
  132. package/dist/4181.js +0 -2
  133. package/dist/4604.js +0 -2
  134. package/dist/4737.js +0 -2
  135. package/dist/4972.js +0 -2
  136. package/dist/5076.js +0 -2
  137. package/dist/5204.js +0 -2
  138. package/dist/5398.js +0 -2
  139. package/dist/5514.js +0 -2
  140. package/dist/5522.js +0 -2
  141. package/dist/5677.js +0 -2
  142. package/dist/5781.js +0 -2
  143. package/dist/5813.js +0 -2
  144. package/dist/5829.js +0 -2
  145. package/dist/6320.js +0 -2
  146. package/dist/6324.js +0 -2
  147. package/dist/6473.js +0 -2
  148. package/dist/6567.js +0 -2
  149. package/dist/6649.js +0 -2
  150. package/dist/6717.js +0 -2
  151. package/dist/6731.js +0 -2
  152. package/dist/6809.js +0 -2
  153. package/dist/6974.js +0 -2
  154. package/dist/7157.js +0 -2
  155. package/dist/7162.js +0 -2
  156. package/dist/7183.js +0 -2
  157. package/dist/7310.js +0 -2
  158. package/dist/7391.js +0 -2
  159. package/dist/7461.js +0 -2
  160. package/dist/7560.js +0 -2
  161. package/dist/8100.js +0 -2
  162. package/dist/8116.js +0 -2
  163. package/dist/8126.js +0 -2
  164. package/dist/8210.js +0 -2
  165. package/dist/85.js +0 -2
  166. package/dist/8799.js +0 -2
  167. package/dist/8902.js +0 -2
  168. package/dist/8956.js +0 -2
  169. package/dist/92.js +0 -2
  170. package/dist/9558.js +0 -2
  171. package/dist/9768.js +0 -2
  172. package/dist/9818.js +0 -2
  173. package/dist/9849.js +0 -2
  174. package/dist/989.js +0 -2
  175. package/dist/9975.js +0 -2
  176. package/dist/9980.js +0 -2
  177. package/src/components/logo/basic.tsx +0 -15
  178. package/src/components/logo/routes.ts +0 -8
  179. /package/dist/{1266.js.LICENSE.txt → 1016.js.LICENSE.txt} +0 -0
  180. /package/dist/{1396.js.LICENSE.txt → 121.js.LICENSE.txt} +0 -0
  181. /package/dist/{1430.js.LICENSE.txt → 1278.js.LICENSE.txt} +0 -0
  182. /package/dist/{1601.js.LICENSE.txt → 1443.js.LICENSE.txt} +0 -0
  183. /package/dist/{1786.js.LICENSE.txt → 149.js.LICENSE.txt} +0 -0
  184. /package/dist/{1797.js.LICENSE.txt → 1524.js.LICENSE.txt} +0 -0
  185. /package/dist/{1832.js.LICENSE.txt → 2072.js.LICENSE.txt} +0 -0
  186. /package/dist/{2441.js.LICENSE.txt → 2221.js.LICENSE.txt} +0 -0
  187. /package/dist/{2462.js.LICENSE.txt → 2252.js.LICENSE.txt} +0 -0
  188. /package/dist/{2605.js.LICENSE.txt → 2256.js.LICENSE.txt} +0 -0
  189. /package/dist/{2728.js.LICENSE.txt → 2381.js.LICENSE.txt} +0 -0
  190. /package/dist/{2960.js.LICENSE.txt → 2416.js.LICENSE.txt} +0 -0
  191. /package/dist/{3460.js.LICENSE.txt → 2545.js.LICENSE.txt} +0 -0
  192. /package/dist/{3492.js.LICENSE.txt → 2615.js.LICENSE.txt} +0 -0
  193. /package/dist/{3503.js.LICENSE.txt → 263.js.LICENSE.txt} +0 -0
  194. /package/dist/{3801.js.LICENSE.txt → 2639.js.LICENSE.txt} +0 -0
  195. /package/dist/{3845.js.LICENSE.txt → 2657.js.LICENSE.txt} +0 -0
  196. /package/dist/{3882.js.LICENSE.txt → 2669.js.LICENSE.txt} +0 -0
  197. /package/dist/{3965.js.LICENSE.txt → 277.js.LICENSE.txt} +0 -0
  198. /package/dist/{4181.js.LICENSE.txt → 2858.js.LICENSE.txt} +0 -0
  199. /package/dist/{4294.js.LICENSE.txt → 2879.js.LICENSE.txt} +0 -0
  200. /package/dist/{4604.js.LICENSE.txt → 3110.js.LICENSE.txt} +0 -0
  201. /package/dist/{4737.js.LICENSE.txt → 3261.js.LICENSE.txt} +0 -0
  202. /package/dist/{4972.js.LICENSE.txt → 3353.js.LICENSE.txt} +0 -0
  203. /package/dist/{5020.js.LICENSE.txt → 3510.js.LICENSE.txt} +0 -0
  204. /package/dist/{5076.js.LICENSE.txt → 3563.js.LICENSE.txt} +0 -0
  205. /package/dist/{5204.js.LICENSE.txt → 3869.js.LICENSE.txt} +0 -0
  206. /package/dist/{5398.js.LICENSE.txt → 4014.js.LICENSE.txt} +0 -0
  207. /package/dist/{5399.js.LICENSE.txt → 4082.js.LICENSE.txt} +0 -0
  208. /package/dist/{5514.js.LICENSE.txt → 4156.js.LICENSE.txt} +0 -0
  209. /package/dist/{5522.js.LICENSE.txt → 4177.js.LICENSE.txt} +0 -0
  210. /package/dist/{5677.js.LICENSE.txt → 4178.js.LICENSE.txt} +0 -0
  211. /package/dist/{5781.js.LICENSE.txt → 4179.js.LICENSE.txt} +0 -0
  212. /package/dist/{5813.js.LICENSE.txt → 4212.js.LICENSE.txt} +0 -0
  213. /package/dist/{5829.js.LICENSE.txt → 4318.js.LICENSE.txt} +0 -0
  214. /package/dist/{6320.js.LICENSE.txt → 4346.js.LICENSE.txt} +0 -0
  215. /package/dist/{6324.js.LICENSE.txt → 4486.js.LICENSE.txt} +0 -0
  216. /package/dist/{6473.js.LICENSE.txt → 4702.js.LICENSE.txt} +0 -0
  217. /package/dist/{6567.js.LICENSE.txt → 4723.js.LICENSE.txt} +0 -0
  218. /package/dist/{6649.js.LICENSE.txt → 4893.js.LICENSE.txt} +0 -0
  219. /package/dist/{6717.js.LICENSE.txt → 5018.js.LICENSE.txt} +0 -0
  220. /package/dist/{6731.js.LICENSE.txt → 5157.js.LICENSE.txt} +0 -0
  221. /package/dist/{6809.js.LICENSE.txt → 5244.js.LICENSE.txt} +0 -0
  222. /package/dist/{6971.js.LICENSE.txt → 5350.js.LICENSE.txt} +0 -0
  223. /package/dist/{6974.js.LICENSE.txt → 5599.js.LICENSE.txt} +0 -0
  224. /package/dist/{7157.js.LICENSE.txt → 5670.js.LICENSE.txt} +0 -0
  225. /package/dist/{7162.js.LICENSE.txt → 5716.js.LICENSE.txt} +0 -0
  226. /package/dist/{7163.js.LICENSE.txt → 5973.js.LICENSE.txt} +0 -0
  227. /package/dist/{7183.js.LICENSE.txt → 605.js.LICENSE.txt} +0 -0
  228. /package/dist/{7310.js.LICENSE.txt → 6284.js.LICENSE.txt} +0 -0
  229. /package/dist/{7391.js.LICENSE.txt → 6295.js.LICENSE.txt} +0 -0
  230. /package/dist/{7461.js.LICENSE.txt → 6402.js.LICENSE.txt} +0 -0
  231. /package/dist/{7560.js.LICENSE.txt → 6596.js.LICENSE.txt} +0 -0
  232. /package/dist/{7582.js.LICENSE.txt → 6629.js.LICENSE.txt} +0 -0
  233. /package/dist/{8100.js.LICENSE.txt → 6636.js.LICENSE.txt} +0 -0
  234. /package/dist/{8116.js.LICENSE.txt → 6716.js.LICENSE.txt} +0 -0
  235. /package/dist/{8126.js.LICENSE.txt → 7055.js.LICENSE.txt} +0 -0
  236. /package/dist/{8210.js.LICENSE.txt → 7132.js.LICENSE.txt} +0 -0
  237. /package/dist/{8251.js.LICENSE.txt → 7219.js.LICENSE.txt} +0 -0
  238. /package/dist/{8286.js.LICENSE.txt → 7305.js.LICENSE.txt} +0 -0
  239. /package/dist/{8471.js.LICENSE.txt → 7367.js.LICENSE.txt} +0 -0
  240. /package/dist/{85.js.LICENSE.txt → 7372.js.LICENSE.txt} +0 -0
  241. /package/dist/{8799.js.LICENSE.txt → 7533.js.LICENSE.txt} +0 -0
  242. /package/dist/{8855.js.LICENSE.txt → 7677.js.LICENSE.txt} +0 -0
  243. /package/dist/{8902.js.LICENSE.txt → 8310.js.LICENSE.txt} +0 -0
  244. /package/dist/{8956.js.LICENSE.txt → 8516.js.LICENSE.txt} +0 -0
  245. /package/dist/{92.js.LICENSE.txt → 8642.js.LICENSE.txt} +0 -0
  246. /package/dist/{9558.js.LICENSE.txt → 8797.js.LICENSE.txt} +0 -0
  247. /package/dist/{9768.js.LICENSE.txt → 8804.js.LICENSE.txt} +0 -0
  248. /package/dist/{9818.js.LICENSE.txt → 8809.js.LICENSE.txt} +0 -0
  249. /package/dist/{9849.js.LICENSE.txt → 8928.js.LICENSE.txt} +0 -0
  250. /package/dist/{989.js.LICENSE.txt → 9031.js.LICENSE.txt} +0 -0
  251. /package/dist/{9975.js.LICENSE.txt → 9116.js.LICENSE.txt} +0 -0
  252. /package/dist/{9980.js.LICENSE.txt → 9344.js.LICENSE.txt} +0 -0
package/dist/9975.js DELETED
@@ -1,2 +0,0 @@
1
- /*! For license information please see 9975.js.LICENSE.txt */
2
- "use strict";(self.webpackChunk_public_ui_sample_react=self.webpackChunk_public_ui_sample_react||[]).push([[9975],{8137:(t,e,n)=>{n.d(e,{a:()=>l,v:()=>i});var o=n(3801);const i=(t,e,n)=>{(0,o.w)(t,e,(t=>"string"==typeof t&&r.includes(t)),new Set(r),n,{defaultValue:"top"})},r=["left","right","top","bottom"],l=(t,e)=>{i(t,"_align",e)}},9599:(t,e,n)=>{n.d(e,{a:()=>xt,b:()=>mt});var o=n(2714),i=Object.defineProperty,r=Object.defineProperties,l=Object.getOwnPropertyDescriptors,c=Object.getOwnPropertySymbols,s=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,a=(t,e,n)=>e in t?i(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,u=(t,e)=>{for(var n in e||(e={}))s.call(e,n)&&a(t,n,e[n]);if(c)for(var n of c(e))f.call(e,n)&&a(t,n,e[n]);return t},d=(t,e)=>r(t,l(e)),p=(t,e)=>{var n={};for(var o in t)s.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&c)for(var o of c(t))e.indexOf(o)<0&&f.call(t,o)&&(n[o]=t[o]);return n},m=(t,e,n)=>new Promise(((o,i)=>{var r=t=>{try{c(n.next(t))}catch(t){i(t)}},l=t=>{try{c(n.throw(t))}catch(t){i(t)}},c=t=>t.done?o(t.value):Promise.resolve(t.value).then(r,l);c((n=n.apply(t,e)).next())}));const h=Math.min,y=Math.max,g=Math.round,x=Math.floor,v=t=>({x:t,y:t}),w={left:"right",right:"left",bottom:"top",top:"bottom"},b={start:"end",end:"start"};function R(t,e,n){return y(t,h(e,n))}function E(t,e){return"function"==typeof t?t(e):t}function O(t){return t.split("-")[0]}function T(t){return t.split("-")[1]}function L(t){return"x"===t?"y":"x"}function A(t){return"y"===t?"height":"width"}function P(t){return["top","bottom"].includes(O(t))?"y":"x"}function D(t){return L(P(t))}function S(t){return t.replace(/start|end/g,(t=>b[t]))}function k(t){return t.replace(/left|right|bottom|top/g,(t=>w[t]))}function C(t){return"number"!=typeof t?function(t){return u({top:0,right:0,bottom:0,left:0},t)}(t):{top:t,right:t,bottom:t,left:t}}function F(t){return d(u({},t),{top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height})}function H(t,e,n){let{reference:o,floating:i}=t;const r=P(e),l=D(e),c=A(l),s=O(e),f="y"===r,a=o.x+o.width/2-i.width/2,u=o.y+o.height/2-i.height/2,d=o[c]/2-i[c]/2;let p;switch(s){case"top":p={x:a,y:o.y-i.height};break;case"bottom":p={x:a,y:o.y+o.height};break;case"right":p={x:o.x+o.width,y:u};break;case"left":p={x:o.x-i.width,y:u};break;default:p={x:o.x,y:o.y}}switch(T(e)){case"start":p[l]-=d*(n&&f?-1:1);break;case"end":p[l]+=d*(n&&f?-1:1)}return p}function W(t,e){return m(this,null,(function*(){var n;void 0===e&&(e={});const{x:o,y:i,platform:r,rects:l,elements:c,strategy:s}=t,{boundary:f="clippingAncestors",rootBoundary:a="viewport",elementContext:p="floating",altBoundary:m=!1,padding:h=0}=E(e,t),y=C(h),g=c[m?"floating"===p?"reference":"floating":p],x=F(yield r.getClippingRect({element:null==(n=yield null==r.isElement?void 0:r.isElement(g))||n?g:g.contextElement||(yield null==r.getDocumentElement?void 0:r.getDocumentElement(c.floating)),boundary:f,rootBoundary:a,strategy:s})),v="floating"===p?d(u({},l.floating),{x:o,y:i}):l.reference,w=yield null==r.getOffsetParent?void 0:r.getOffsetParent(c.floating),b=(yield null==r.isElement?void 0:r.isElement(w))&&(yield null==r.getScale?void 0:r.getScale(w))||{x:1,y:1},R=F(r.convertOffsetParentRelativeRectToViewportRelativeRect?yield r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:v,offsetParent:w,strategy:s}):v);return{top:(x.top-R.top+y.top)/b.y,bottom:(R.bottom-x.bottom+y.bottom)/b.y,left:(x.left-R.left+y.left)/b.x,right:(R.right-x.right+y.right)/b.x}}))}function _(t){return B(t)?(t.nodeName||"").toLowerCase():"#document"}function j(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function V(t){var e;return null==(e=(B(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function B(t){return t instanceof Node||t instanceof j(t).Node}function M(t){return t instanceof Element||t instanceof j(t).Element}function z(t){return t instanceof HTMLElement||t instanceof j(t).HTMLElement}function N(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof j(t).ShadowRoot)}function $(t){const{overflow:e,overflowX:n,overflowY:o,display:i}=G(t);return/auto|scroll|overlay|hidden|clip/.test(e+o+n)&&!["inline","contents"].includes(i)}function I(t){return["table","td","th"].includes(_(t))}function q(t){const e=X(),n=G(t);return"none"!==n.transform||"none"!==n.perspective||!!n.containerType&&"normal"!==n.containerType||!e&&!!n.backdropFilter&&"none"!==n.backdropFilter||!e&&!!n.filter&&"none"!==n.filter||["transform","perspective","filter"].some((t=>(n.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(n.contain||"").includes(t)))}function X(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Y(t){return["html","body","#document"].includes(_(t))}function G(t){return j(t).getComputedStyle(t)}function J(t){return M(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function K(t){if("html"===_(t))return t;const e=t.assignedSlot||t.parentNode||N(t)&&t.host||V(t);return N(e)?e.host:e}function Q(t){const e=K(t);return Y(e)?t.ownerDocument?t.ownerDocument.body:t.body:z(e)&&$(e)?e:Q(e)}function U(t,e,n){var o;void 0===e&&(e=[]),void 0===n&&(n=!0);const i=Q(t),r=i===(null==(o=t.ownerDocument)?void 0:o.body),l=j(i);return r?e.concat(l,l.visualViewport||[],$(i)?i:[],l.frameElement&&n?U(l.frameElement):[]):e.concat(i,U(i,[],n))}function Z(t){const e=G(t);let n=parseFloat(e.width)||0,o=parseFloat(e.height)||0;const i=z(t),r=i?t.offsetWidth:n,l=i?t.offsetHeight:o,c=g(n)!==r||g(o)!==l;return c&&(n=r,o=l),{width:n,height:o,$:c}}function tt(t){return M(t)?t:t.contextElement}function et(t){const e=tt(t);if(!z(e))return v(1);const n=e.getBoundingClientRect(),{width:o,height:i,$:r}=Z(e);let l=(r?g(n.width):n.width)/o,c=(r?g(n.height):n.height)/i;return l&&Number.isFinite(l)||(l=1),c&&Number.isFinite(c)||(c=1),{x:l,y:c}}const nt=v(0);function ot(t){const e=j(t);return X()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:nt}function it(t,e,n,o){void 0===e&&(e=!1),void 0===n&&(n=!1);const i=t.getBoundingClientRect(),r=tt(t);let l=v(1);e&&(o?M(o)&&(l=et(o)):l=et(t));const c=function(t,e,n){return void 0===e&&(e=!1),!(!n||e&&n!==j(t))&&e}(r,n,o)?ot(r):v(0);let s=(i.left+c.x)/l.x,f=(i.top+c.y)/l.y,a=i.width/l.x,u=i.height/l.y;if(r){const t=j(r),e=o&&M(o)?j(o):o;let n=t,i=n.frameElement;for(;i&&o&&e!==n;){const t=et(i),e=i.getBoundingClientRect(),o=G(i),r=e.left+(i.clientLeft+parseFloat(o.paddingLeft))*t.x,l=e.top+(i.clientTop+parseFloat(o.paddingTop))*t.y;s*=t.x,f*=t.y,a*=t.x,u*=t.y,s+=r,f+=l,n=j(i),i=n.frameElement}}return F({width:a,height:u,x:s,y:f})}const rt=[":popover-open",":modal"];function lt(t){return rt.some((e=>{try{return t.matches(e)}catch(t){return!1}}))}function ct(t){return it(V(t)).left+J(t).scrollLeft}function st(t,e,n){let o;if("viewport"===e)o=function(t,e){const n=j(t),o=V(t),i=n.visualViewport;let r=o.clientWidth,l=o.clientHeight,c=0,s=0;if(i){r=i.width,l=i.height;const t=X();(!t||t&&"fixed"===e)&&(c=i.offsetLeft,s=i.offsetTop)}return{width:r,height:l,x:c,y:s}}(t,n);else if("document"===e)o=function(t){const e=V(t),n=J(t),o=t.ownerDocument.body,i=y(e.scrollWidth,e.clientWidth,o.scrollWidth,o.clientWidth),r=y(e.scrollHeight,e.clientHeight,o.scrollHeight,o.clientHeight);let l=-n.scrollLeft+ct(t);const c=-n.scrollTop;return"rtl"===G(o).direction&&(l+=y(e.clientWidth,o.clientWidth)-i),{width:i,height:r,x:l,y:c}}(V(t));else if(M(e))o=function(t,e){const n=it(t,!0,"fixed"===e),o=n.top+t.clientTop,i=n.left+t.clientLeft,r=z(t)?et(t):v(1);return{width:t.clientWidth*r.x,height:t.clientHeight*r.y,x:i*r.x,y:o*r.y}}(e,n);else{const n=ot(t);o=d(u({},e),{x:e.x-n.x,y:e.y-n.y})}return F(o)}function ft(t,e){const n=K(t);return!(n===e||!M(n)||Y(n))&&("fixed"===G(n).position||ft(n,e))}function at(t,e,n){const o=z(e),i=V(e),r="fixed"===n,l=it(t,!0,r,e);let c={scrollLeft:0,scrollTop:0};const s=v(0);if(o||!o&&!r)if(("body"!==_(e)||$(i))&&(c=J(e)),o){const t=it(e,!0,r,e);s.x=t.x+e.clientLeft,s.y=t.y+e.clientTop}else i&&(s.x=ct(i));return{x:l.left+c.scrollLeft-s.x,y:l.top+c.scrollTop-s.y,width:l.width,height:l.height}}function ut(t,e){return z(t)&&"fixed"!==G(t).position?e?e(t):t.offsetParent:null}function dt(t,e){const n=j(t);if(!z(t)||lt(t))return n;let o=ut(t,e);for(;o&&I(o)&&"static"===G(o).position;)o=ut(o,e);return o&&("html"===_(o)||"body"===_(o)&&"static"===G(o).position&&!q(o))?n:o||function(t){let e=K(t);for(;z(e)&&!Y(e);){if(q(e))return e;e=K(e)}return null}(t)||n}const pt={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{elements:e,rect:n,offsetParent:o,strategy:i}=t;const r="fixed"===i,l=V(o),c=!!e&&lt(e.floating);if(o===l||c&&r)return n;let s={scrollLeft:0,scrollTop:0},f=v(1);const a=v(0),u=z(o);if((u||!u&&!r)&&(("body"!==_(o)||$(l))&&(s=J(o)),z(o))){const t=it(o);f=et(o),a.x=t.x+o.clientLeft,a.y=t.y+o.clientTop}return{width:n.width*f.x,height:n.height*f.y,x:n.x*f.x-s.scrollLeft*f.x+a.x,y:n.y*f.y-s.scrollTop*f.y+a.y}},getDocumentElement:V,getClippingRect:function(t){let{element:e,boundary:n,rootBoundary:o,strategy:i}=t;const r=[..."clippingAncestors"===n?function(t,e){const n=e.get(t);if(n)return n;let o=U(t,[],!1).filter((t=>M(t)&&"body"!==_(t))),i=null;const r="fixed"===G(t).position;let l=r?K(t):t;for(;M(l)&&!Y(l);){const e=G(l),n=q(l);n||"fixed"!==e.position||(i=null),(r?!n&&!i:!n&&"static"===e.position&&i&&["absolute","fixed"].includes(i.position)||$(l)&&!n&&ft(t,l))?o=o.filter((t=>t!==l)):i=e,l=K(l)}return e.set(t,o),o}(e,this._c):[].concat(n),o],l=r[0],c=r.reduce(((t,n)=>{const o=st(e,n,i);return t.top=y(o.top,t.top),t.right=h(o.right,t.right),t.bottom=h(o.bottom,t.bottom),t.left=y(o.left,t.left),t}),st(e,l,i));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}},getOffsetParent:dt,getElementRects:function(t){return m(this,null,(function*(){const e=this.getOffsetParent||dt,n=this.getDimensions;return{reference:at(t.reference,yield e(t.floating),t.strategy),floating:u({x:0,y:0},yield n(t.floating))}}))},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){const{width:e,height:n}=Z(t);return{width:e,height:n}},getScale:et,isElement:M,isRTL:function(t){return"rtl"===G(t).direction}};function mt(t,e,n,o){void 0===o&&(o={});const{ancestorScroll:i=!0,ancestorResize:r=!0,elementResize:l="function"==typeof ResizeObserver,layoutShift:c="function"==typeof IntersectionObserver,animationFrame:s=!1}=o,f=tt(t),a=i||r?[...f?U(f):[],...U(e)]:[];a.forEach((t=>{i&&t.addEventListener("scroll",n,{passive:!0}),r&&t.addEventListener("resize",n)}));const p=f&&c?function(t,e){let n,o=null;const i=V(t);function r(){var t;clearTimeout(n),null==(t=o)||t.disconnect(),o=null}return function l(c,s){void 0===c&&(c=!1),void 0===s&&(s=1),r();const{left:f,top:a,width:p,height:m}=t.getBoundingClientRect();if(c||e(),!p||!m)return;const g={rootMargin:-x(a)+"px "+-x(i.clientWidth-(f+p))+"px "+-x(i.clientHeight-(a+m))+"px "+-x(f)+"px",threshold:y(0,h(1,s))||1};let v=!0;function w(t){const e=t[0].intersectionRatio;if(e!==s){if(!v)return l();e?l(!1,e):n=setTimeout((()=>{l(!1,1e-7)}),100)}v=!1}try{o=new IntersectionObserver(w,d(u({},g),{root:i.ownerDocument}))}catch(t){o=new IntersectionObserver(w,g)}o.observe(t)}(!0),r}(f,n):null;let m,g=-1,v=null;l&&(v=new ResizeObserver((t=>{let[o]=t;o&&o.target===f&&v&&(v.unobserve(e),cancelAnimationFrame(g),g=requestAnimationFrame((()=>{var t;null==(t=v)||t.observe(e)}))),n()})),f&&!s&&v.observe(f),v.observe(e));let w=s?it(t):null;return s&&function e(){const o=it(t);!w||o.x===w.x&&o.y===w.y&&o.width===w.width&&o.height===w.height||n(),w=o,m=requestAnimationFrame(e)}(),n(),()=>{var t;a.forEach((t=>{i&&t.removeEventListener("scroll",n),r&&t.removeEventListener("resize",n)})),null==p||p(),null==(t=v)||t.disconnect(),v=null,s&&cancelAnimationFrame(m)}}const ht=function(t){return void 0===t&&(t={}),{name:"shift",options:t,fn(e){return m(this,null,(function*(){const{x:n,y:o,placement:i}=e,r=E(t,e),{mainAxis:l=!0,crossAxis:c=!1,limiter:s={fn:t=>{let{x:e,y:n}=t;return{x:e,y:n}}}}=r,f=p(r,["mainAxis","crossAxis","limiter"]),a={x:n,y:o},m=yield W(e,f),h=P(O(i)),y=L(h);let g=a[y],x=a[h];if(l){const t="y"===y?"bottom":"right";g=R(g+m["y"===y?"top":"left"],g,g-m[t])}if(c){const t="y"===h?"bottom":"right";x=R(x+m["y"===h?"top":"left"],x,x-m[t])}const v=s.fn(d(u({},e),{[y]:g,[h]:x}));return d(u({},v),{data:{x:v.x-n,y:v.y-o}})}))}}},yt=function(t){return void 0===t&&(t={}),{name:"flip",options:t,fn(e){return m(this,null,(function*(){var n,o;const{placement:i,middlewareData:r,rects:l,initialPlacement:c,platform:s,elements:f}=e,a=E(t,e),{mainAxis:u=!0,crossAxis:d=!0,fallbackPlacements:m,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:y="none",flipAlignment:g=!0}=a,x=p(a,["mainAxis","crossAxis","fallbackPlacements","fallbackStrategy","fallbackAxisSideDirection","flipAlignment"]);if(null!=(n=r.arrow)&&n.alignmentOffset)return{};const v=O(i),w=O(c)===c,b=yield null==s.isRTL?void 0:s.isRTL(f.floating),R=m||(w||!g?[k(c)]:function(t){const e=k(t);return[S(t),e,S(e)]}(c));m||"none"===y||R.push(...function(t,e,n,o){const i=T(t);let r=function(t,e,n){const o=["left","right"],i=["right","left"],r=["top","bottom"],l=["bottom","top"];switch(t){case"top":case"bottom":return n?e?i:o:e?o:i;case"left":case"right":return e?r:l;default:return[]}}(O(t),"start"===n,o);return i&&(r=r.map((t=>t+"-"+i)),e&&(r=r.concat(r.map(S)))),r}(c,g,y,b));const L=[c,...R],P=yield W(e,x),C=[];let F=(null==(o=r.flip)?void 0:o.overflows)||[];if(u&&C.push(P[v]),d){const t=function(t,e,n){void 0===n&&(n=!1);const o=T(t),i=D(t),r=A(i);let l="x"===i?o===(n?"end":"start")?"right":"left":"start"===o?"bottom":"top";return e.reference[r]>e.floating[r]&&(l=k(l)),[l,k(l)]}(i,l,b);C.push(P[t[0]],P[t[1]])}if(F=[...F,{placement:i,overflows:C}],!C.every((t=>t<=0))){var H,_;const t=((null==(H=r.flip)?void 0:H.index)||0)+1,e=L[t];if(e)return{data:{index:t,overflows:F},reset:{placement:e}};let n=null==(_=F.filter((t=>t.overflows[0]<=0)).sort(((t,e)=>t.overflows[1]-e.overflows[1]))[0])?void 0:_.placement;if(!n)switch(h){case"bestFit":{var j;const t=null==(j=F.map((t=>[t.placement,t.overflows.filter((t=>t>0)).reduce(((t,e)=>t+e),0)])).sort(((t,e)=>t[1]-e[1]))[0])?void 0:j[0];t&&(n=t);break}case"initialPlacement":n=c}if(i!==n)return{reset:{placement:n}}}return{}}))}}},gt=t=>({name:"arrow",options:t,fn(e){return m(this,null,(function*(){const{x:n,y:o,placement:i,rects:r,platform:l,elements:c,middlewareData:s}=e,{element:f,padding:a=0}=E(t,e)||{};if(null==f)return{};const d=C(a),p={x:n,y:o},m=D(i),y=A(m),g=yield l.getDimensions(f),x="y"===m,v=x?"top":"left",w=x?"bottom":"right",b=x?"clientHeight":"clientWidth",O=r.reference[y]+r.reference[m]-p[m]-r.floating[y],L=p[m]-r.reference[m],P=yield null==l.getOffsetParent?void 0:l.getOffsetParent(f);let S=P?P[b]:0;S&&(yield null==l.isElement?void 0:l.isElement(P))||(S=c.floating[b]||r.floating[y]);const k=O/2-L/2,F=S/2-g[y]/2-1,H=h(d[v],F),W=h(d[w],F),_=H,j=S-g[y]-W,V=S/2-g[y]/2+k,B=R(_,V,j),M=!s.arrow&&null!=T(i)&&V!==B&&r.reference[y]/2-(V<_?H:W)-g[y]/2<0,z=M?V<_?V-_:V-j:0;return{[m]:p[m]+z,data:u({[m]:B,centerOffset:V-B-z},M&&{alignmentOffset:z}),reset:M}}))}}),xt=t=>m(void 0,[t],(function*({floatingElement:t,referenceElement:e,arrowElement:n,align:i="top"}){var r,l,c,s;if("test"!==o.p){const o=[(s=null!==(r=null==n?void 0:n.offsetHeight)&&void 0!==r?r:10,void 0===s&&(s=0),{name:"offset",options:s,fn(t){return m(this,null,(function*(){var e,n;const{x:o,y:i,placement:r,middlewareData:l}=t,c=yield function(t,e){return m(this,null,(function*(){const{placement:n,platform:o,elements:i}=t,r=yield null==o.isRTL?void 0:o.isRTL(i.floating),l=O(n),c=T(n),s="y"===P(n),f=["left","top"].includes(l)?-1:1,a=r&&s?-1:1,d=E(e,t);let{mainAxis:p,crossAxis:m,alignmentAxis:h}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:u({mainAxis:0,crossAxis:0,alignmentAxis:null},d);return c&&"number"==typeof h&&(m="end"===c?-1*h:h),s?{x:m*a,y:p*f}:{x:p*f,y:m*a}}))}(t,s);return r===(null==(e=l.offset)?void 0:e.placement)&&null!=(n=l.arrow)&&n.alignmentOffset?{}:{x:o+c.x,y:i+c.y,data:d(u({},c),{placement:r})}}))}}),yt(),ht()];n&&o.push(gt({element:n}));const{x:f,y:a,middlewareData:p,placement:h}=yield((t,e,n)=>{const o=new Map,i=u({platform:pt},n),r=d(u({},i.platform),{_c:o});return((t,e,n)=>m(void 0,null,(function*(){const{placement:o="bottom",strategy:i="absolute",middleware:r=[],platform:l}=n,c=r.filter(Boolean),s=yield null==l.isRTL?void 0:l.isRTL(e);let f=yield l.getElementRects({reference:t,floating:e,strategy:i}),{x:a,y:p}=H(f,o,s),m=o,h={},y=0;for(let n=0;n<c.length;n++){const{name:r,fn:g}=c[n],{x,y:v,data:w,reset:b}=yield g({x:a,y:p,initialPlacement:o,placement:m,strategy:i,middlewareData:h,rects:f,platform:l,elements:{reference:t,floating:e}});a=null!=x?x:a,p=null!=v?v:p,h=d(u({},h),{[r]:u(u({},h[r]),w)}),b&&y<=50&&(y++,"object"==typeof b&&(b.placement&&(m=b.placement),b.rects&&(f=!0===b.rects?yield l.getElementRects({reference:t,floating:e,strategy:i}):b.rects),({x:a,y:p}=H(f,m,s))),n=-1)}return{x:a,y:p,placement:m,strategy:i,middlewareData:h}})))(t,e,d(u({},i),{platform:r}))})(e,t,{placement:i,middleware:o,strategy:"fixed"});Object.assign(t.style,{left:`${f}px`,top:`${a}px`,visibility:"visible"}),n&&((null===(l=p.arrow)||void 0===l?void 0:l.x)?Object.assign(n.style,{left:`${p.arrow.x}px`,top:"bottom"===h?-n.offsetHeight/2+"px":"",bottom:"top"===h?-n.offsetHeight/2+"px":""}):(null===(c=p.arrow)||void 0===c?void 0:c.y)&&Object.assign(n.style,{left:"right"===h?-n.offsetWidth/2+"px":"",right:"left"===h?-n.offsetWidth/2+"px":"",top:`${p.arrow.y}px`}))}}))}}]);
package/dist/9980.js DELETED
@@ -1,2 +0,0 @@
1
- /*! For license information please see 9980.js.LICENSE.txt */
2
- "use strict";(self.webpackChunk_public_ui_sample_react=self.webpackChunk_public_ui_sample_react||[]).push([[9980],{9980:(e,n,t)=>{t.r(n),t.d(n,{kol_popover_wc:()=>l});var i=t(5364),o=t(9599),s=t(4361),a=t(8137),r=t(6090);const l=class{constructor(e){(0,i.r)(this,e),this.hidePopoverByEscape=e=>{"Escape"===e.key&&this.hidePopover()},this.hidePopoverByClickOutside=e=>{this.host&&!this.host.contains(e.target)&&this.hidePopover()},this.catchHostAndTriggerElement=e=>{e&&(this.host=e,this.triggerElement=e.previousElementSibling)},this.catchPopoverElement=e=>{this.popoverElement=e},this.catchArrowElement=e=>{this.arrowElement=e},this._align="top",this._show=!1,this.state={_align:"top",_show:!1,_visible:!1}}showPopover(){return e=this,null,n=function*(){this.addListenersToBody(),this.triggerElement&&this.popoverElement&&(yield(0,o.a)({align:this._align,referenceElement:this.triggerElement,arrowElement:this.arrowElement,floatingElement:this.popoverElement}),this.state=Object.assign(Object.assign({},this.state),{_visible:!0}))},new Promise(((t,i)=>{var o=e=>{try{a(n.next(e))}catch(e){i(e)}},s=e=>{try{a(n.throw(e))}catch(e){i(e)}},a=e=>e.done?t(e.value):Promise.resolve(e.value).then(o,s);a((n=n.apply(e,null)).next())}));var e,n}hidePopover(){var e;this.state=Object.assign(Object.assign({},this.state),{_visible:!1}),this._show=!1,null===(e=this.triggerElement)||void 0===e||e.focus(),this.removeListenersToBody()}addListenersToBody(){var e;const n=(0,s.g)().body;n.addEventListener("keyup",this.hidePopoverByEscape),n.addEventListener("click",this.hidePopoverByClickOutside),null===(e=document.scrollingElement)||void 0===e||e.addEventListener("scroll",(()=>{this.showPopover()}),{passive:!0})}removeListenersToBody(){var e;const n=(0,s.g)().body;n.removeEventListener("keyup",this.hidePopoverByEscape),n.removeEventListener("click",this.hidePopoverByClickOutside),null===(e=document.scrollingElement)||void 0===e||e.removeEventListener("scroll",(()=>{this.showPopover()}))}render(){return(0,i.h)(i.H,{key:"300c5938b894d91a742353f79f6a96da6f4fc59f",ref:this.catchHostAndTriggerElement,class:"kol-popover-wc"},(0,i.h)("div",{key:"f1141877e7fe0cf9118e32012dcbaccf443d6067",class:{popover:!0,hidden:!this.state._show,show:this.state._visible},ref:this.catchPopoverElement},(0,i.h)("div",{key:"a4d43160414c7a0ed78edd1c7a04b88446c77e63",class:`arrow ${this.state._align}`,ref:this.catchArrowElement}),(0,i.h)("slot",{key:"8a65a9097d526128e6b548133f98eb7578314944"})))}validateAlign(e){(0,a.a)(this,e)}validateShow(e){(0,r.v)(this,e),e&&this.showPopover()}componentWillLoad(){this.validateAlign(this._align),this.validateShow(this._show)}static get watchers(){return{_align:["validateAlign"],_show:["validateShow"]}}};l.style="/*\n * This file contains all rules for accessibility.\n */\n@layer kol-global {\n :host {\n /*\n * Minimum size of interactive elements.\n */\n --a11y-min-size: 44px;\n /*\n * No element should be used without a background and font color whose contrast ratio has\n * not been checked. By initially setting the background color to white and the font color\n * to black, the contrast ratio is ensured and explicit adjustment is forced.\n */\n background-color: white;\n color: black;\n /*\n * Verdana is an accessible font that can be used without requiring additional loading time.\n */\n font-family: Verdana;\n }\n * {\n /*\n * This rule enables the word dividing for all texts. That is important for high zoom levels.\n */\n hyphens: auto;\n /*\n * Letter spacing is required for all texts.\n */\n letter-spacing: inherit;\n /*\n * This rule enables the word dividing for all texts. That is important for high zoom levels.\n */\n word-break: break-word;\n /*\n * Word spacing is required for all texts.\n */\n word-spacing: inherit;\n }\n /*\n * All interactive elements should have a minimum size of 44px.\n */\n /* input:not([type='checkbox'], [type='radio'], [type='range']), */\n /* option, */\n /* select, */\n /* textarea, */\n [role=button],\n button:not([role=link]),\n .kol-input .input {\n min-height: var(--a11y-min-size);\n min-width: var(--a11y-min-size);\n }\n /*\n * Some interactive elements should not inherit the font-family and font-size.\n */\n a,\n button,\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n input,\n option,\n select,\n textarea {\n /*\n * All elements should inherit the font family from his parent element.\n */\n font-family: inherit;\n /*\n * All elements should inherit the font size from his parent element.\n */\n font-size: inherit;\n }\n}\n/**\n * Sometimes we need the semantic element for accessibility reasons,\n * but we don't want to show it.\n *\n * - https://www.a11yproject.com/posts/how-to-hide-content/\n */\n.visually-hidden {\n clip: rect(0 0 0 0);\n clip-path: inset(50%);\n height: 1px;\n overflow: hidden;\n position: absolute;\n white-space: nowrap;\n width: 1px;\n}\n\n@layer kol-global {\n /*\n * Dieses CSS stellt sicher, dass der Standard-Style\n * von A und Button resettet werden.\n */\n :is(a, button) {\n background-color: transparent;\n border: none;\n margin: 0;\n padding: 0;\n width: 100%; /* 100% needed for custom width from outside */\n }\n /*\n * Ensure elements with hidden attribute to be actually not visible\n * @see https://meowni.ca/hidden.is.a.lie.html\n */\n [hidden] {\n display: none !important;\n }\n}\n@layer kol-global {\n :host {\n /*\n * The max-width is needed to prevent the table from overflowing the\n * parent node, if the table is wider than the parent node.\n */\n max-width: 100%;\n }\n * {\n /*\n * We prefer to box-sizing: border-box for all elements.\n */\n box-sizing: border-box;\n }\n /* KolSpan is a layout component with icons in all directions and a label text in the middle. */\n .kol-span-wc {\n display: grid;\n place-items: center;\n }\n /* The sub span in KolSpan is the horizontal span with icon left and right and the label text in the middle. */\n .kol-span-wc > span {\n display: flex;\n place-items: center;\n }\n a,\n button {\n cursor: pointer;\n }\n .hidden {\n display: none;\n visibility: hidden;\n }\n /* This is the text label. */\n .hide-label > .kol-span-wc > span > span {\n display: none;\n }\n /* Reset browser agent style. */\n button:disabled {\n color: unset;\n }\n .disabled label,\n .disabled:focus-within label,\n [aria-disabled=true],\n [aria-disabled=true]:focus,\n [disabled],\n [disabled]:focus {\n cursor: not-allowed;\n opacity: 0.5;\n outline: none;\n }\n [aria-disabled=true]:focus .kol-span-wc,\n [disabled]:focus .kol-span-wc {\n outline: none !important;\n }\n}\n@layer kol-component {\n :host {\n font-size: calc(16rem / var(--kolibri-root-font-size, 16));\n }\n .kol-popover {\n height: 0;\n position: absolute;\n }\n .kol-popover .popover {\n background-color: #fff;\n min-height: max-content;\n min-width: max-content;\n opacity: 0;\n position: absolute;\n }\n .kol-popover .show {\n animation: 0.3s ease-in forwards fadeInOpacity;\n }\n .kol-popover .disappear {\n animation: 0.3s ease-in backwards fadeInOpacity;\n }\n .kol-popover .arrow {\n background-color: inherit;\n height: var(--font-size);\n position: absolute;\n rotate: 0.125turn;\n width: var(--font-size);\n z-index: -1;\n }\n @keyframes fadeInOpacity {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n }\n}"},6090:(e,n,t)=>{t.d(n,{v:()=>o});var i=t(3801);const o=(e,n,t)=>{(0,i.b)(e,"_show",n,t)}}}]);
@@ -1,15 +0,0 @@
1
- import type { FC } from 'react';
2
- import React from 'react';
3
-
4
- import { Bundesministerium } from '@public-ui/components';
5
- import { SampleDescription } from '../SampleDescription';
6
- import { KolLogo } from '@public-ui/react';
7
-
8
- export const LogoBasic: FC = () => (
9
- <>
10
- <SampleDescription>
11
- <p>Hier ist ein Logo der Bundesregierung.</p>
12
- </SampleDescription>
13
- <KolLogo className="w-50%" _org={Bundesministerium['Die Bundesregierung']} />
14
- </>
15
- );
@@ -1,8 +0,0 @@
1
- import { Routes } from '../../shares/types';
2
- import { LogoBasic } from './basic';
3
-
4
- export const LOGO_ROUTES: Routes = {
5
- logo: {
6
- basic: LogoBasic,
7
- },
8
- };
File without changes
File without changes