@inntechcorp/it-design 4.0.0-beta.10 → 4.0.0-beta.11
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.
- package/CHANGELOG.md +47 -0
- package/dist/cjs/accordion/item/Item.js +1 -1
- package/dist/cjs/accordion/submenu/SubMenu.js +1 -1
- package/dist/cjs/alink/index.js +1 -1
- package/dist/cjs/blocks/banner/index.js +1 -1
- package/dist/cjs/blocks/casino-featured/index.js +1 -1
- package/dist/cjs/blocks/featured-games/index.js +1 -1
- package/dist/cjs/blocks/game-box/index.js +1 -1
- package/dist/cjs/blocks/game-carousel/index.js +1 -1
- package/dist/cjs/blocks/promotions-grid/index.js +1 -1
- package/dist/cjs/blocks/sub-page-header/index.js +1 -1
- package/dist/cjs/button/index.js +1 -1
- package/dist/cjs/form/wrapper/FormWrapper.js +1 -1
- package/dist/cjs/hooks/useMultiQuery.js +1 -1
- package/dist/cjs/hooks/useNaturalRatio.js +1 -1
- package/dist/cjs/hooks/useSingleQuery.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/modal/modal/Modal.js +1 -1
- package/dist/cjs/page/background.js +1 -1
- package/dist/cjs/page/blocks.js +1 -1
- package/dist/cjs/page/blocks.query.js +1 -1
- package/dist/cjs/page/context.js +1 -1
- package/dist/cjs/page/index.js +1 -1
- package/dist/cjs/page/types.js +1 -1
- package/dist/cjs/select/index.js +1 -1
- package/dist/cjs/tabs/TabsTrigger.js +1 -1
- package/dist/css/page.css +1 -1
- package/dist/es/accordion/item/Item.js +1 -1
- package/dist/es/accordion/submenu/SubMenu.js +1 -1
- package/dist/es/alink/index.js +1 -1
- package/dist/es/blocks/banner/index.js +1 -1
- package/dist/es/blocks/casino-featured/index.js +1 -1
- package/dist/es/blocks/featured-games/index.js +1 -1
- package/dist/es/blocks/game-box/index.js +1 -1
- package/dist/es/blocks/game-carousel/index.js +1 -1
- package/dist/es/blocks/promotions-grid/index.js +1 -1
- package/dist/es/blocks/sub-page-header/index.js +1 -1
- package/dist/es/button/index.js +1 -1
- package/dist/es/form/wrapper/FormWrapper.js +1 -1
- package/dist/es/hooks/useMultiQuery.js +1 -1
- package/dist/es/hooks/useNaturalRatio.js +1 -1
- package/dist/es/hooks/useSingleQuery.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/modal/modal/Modal.js +1 -1
- package/dist/es/page/background.js +1 -1
- package/dist/es/page/blocks.js +1 -1
- package/dist/es/page/blocks.query.js +1 -1
- package/dist/es/page/context.js +1 -1
- package/dist/es/page/index.js +1 -1
- package/dist/es/page/types.js +1 -1
- package/dist/es/select/index.js +1 -1
- package/dist/es/tabs/TabsTrigger.js +1 -1
- package/dist/global.css +1 -1
- package/dist/index.d.ts +186 -24
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
);--_table-surface:var(--itd-color-background-alt);--_table-head-color:var(--itd-color-table-head, var(--itd-color-text));--_table-row-hover:var(--itd-color-background-alt-hover);overflow-x:auto;overflow-y:hidden}}@layer components{.itd-table-wrapper:focus-visible{outline:var(--itd-ring-width) solid var(--itd-color-border-focus-ring);outline-offset:var(--itd-ring-offset)}[data-theme=dark] .itd-table-wrapper{--_table-row-border:var(
|
|
411
411
|
--itd-color-table-border,
|
|
412
412
|
color-mix(in oklch, var(--itd-foreground) 12%, var(--itd-background))
|
|
413
|
-
);--_table-surface:color-mix(in oklch, var(--itd-color-background-alt) 50%, #0000);--_table-row-hover:color-mix(in oklch, var(--itd-color-background-alt) 50%, #0000)}.itd-table-wrapper:has(table.itd-table-empty),.itd-table-wrapper:has(table.itd-table-no-data){height:100%}:is(.itd-table-wrapper:has(table.itd-table-no-data),.itd-table-wrapper:has(table.itd-table-empty)) table{height:100%}.itd-table-wrapper .itd-table th span{color:var(--_table-head-color);font-size:var(--_table-head-font);line-height:var(--itd-leading-tight)}.itd-table.itd-table-md,.itd-table.itd-table-sm,.itd-table.itd-table-xs{--_table-head-font:var(--itd-text-xs)}.itd-table.itd-table-df,.itd-table.itd-table-lg,.itd-table.itd-table-xlg{--_table-head-font:var(--itd-text-13)}.itd-table-wrapper .itd-table.itd-table-accent-head{--_table-head-color:var(--itd-primary)}.itd-table-wrapper .expand-button{width:100%;height:100%;cursor:pointer;position:absolute;top:0;left:0;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}:is(.itd-table-wrapper .expand-button) button{border:1px solid var(--itd-color-border)}:is(.itd-table-wrapper .expand-button) button:hover:where(:root:not(.itd-touch) *){background-color:var(--itd-color-border)}.itd-table-wrapper :is(.itd-table.itd-table-sm,.itd-table.itd-table-xs) .expand-button svg{width:10px;height:10px}.itd-table-wrapper :is(.itd-table.itd-table-df,.itd-table.itd-table-md) .expand-button svg{width:14px;height:14px}.itd-table-wrapper table{width:100%;caption-side:bottom;border-collapse:collapse;text-indent:0;border-spacing:0}:is(.itd-table-wrapper table) th{text-align:left}:is(:is(.itd-table-wrapper table) th) span{font-weight:var(--itd-font-weight-semibold)}:is(.itd-table-wrapper table) td{font-weight:var(--itd-font-weight-normal);overflow-wrap:break-word}:is(.itd-table-wrapper table) th{font-weight:var(--itd-font-weight-medium);overflow-wrap:break-word}:is(.itd-table-wrapper table) :is(td,th){position:relative;width:auto;vertical-align:middle}:is(.itd-table-wrapper table) tbody>tr{transition:background-color .12s ease-out}@media (prefers-reduced-motion:reduce){:is(.itd-table-wrapper table) tbody>tr{transition:none}}:is(.itd-table-wrapper table) tfoot{background-color:var(--_table-surface);border-top:1px solid var(--_table-row-border)}:is(:is(.itd-table-wrapper table) tfoot) td>span{font-weight:var(--itd-font-weight-medium)}.itd-table tr[data-level]:not([data-level="0"]){background-color:color-mix(in oklch,var(--itd-color-background-alt) 50%,#0000);animation:itd-row-reveal .2s ease-out both}:is(.itd-table tr[data-level]:not([data-level="0"]))>td:first-child{box-shadow:inset 3px 0 0 var(--itd-color-table-level-marker,var(--itd-primary))}@keyframes itd-row-reveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.itd-table tr[data-level]:not([data-level="0"]){animation:none}}.itd-table-detail-row{background-color:color-mix(in oklch,var(--itd-color-background-alt) 70%,#0000)}[data-theme=dark] .itd-table-detail-row{background-color:color-mix(in oklch,var(--itd-color-background-alt) 40%,#0000)}.itd-table-detail-row>td{padding:0!important}.itd-table-detail-panel{display:grid;grid-template-rows:1fr;overflow:hidden;animation:itd-detail-open var(--itd-table-detail-duration,.2s) ease-out}.itd-table-detail-panel.itd-table-detail-closing{animation:itd-detail-close var(--itd-table-detail-duration,.2s) ease-out forwards}.itd-table-detail-panel>*{min-height:0;overflow:hidden}.itd-table-detail-content{padding:calc(var(--itd-spacing) * 4) calc(var(--itd-spacing) * 3.75)}@keyframes itd-detail-open{0%{grid-template-rows:0fr;opacity:0}to{grid-template-rows:1fr;opacity:1}}@keyframes itd-detail-close{0%{grid-template-rows:1fr;opacity:1}to{grid-template-rows:0fr;opacity:0}}@media (prefers-reduced-motion:reduce){.itd-table-detail-panel,.itd-table-detail-panel.itd-table-detail-closing{animation:none}.itd-table-wrapper{--itd-table-detail-duration:0ms}}.itd-table-overflow{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative;display:block}.itd-table-empty-body{height:150px;display:flex;align-items:center;justify-content:center}.itd-table-empty-body>div{display:flex;flex-direction:column;gap:calc(var(--itd-spacing) * 1.75)}.itd-table-empty-body span{font-size:var(--itd-text-xs);font-weight:var(--itd-font-weight-medium);color:var(--itd-color-text-neutral)}.itd-table-empty-body svg{fill:var(--itd-color-text-neutral)}.itd-table.itd-table-xs>tbody td,.itd-table.itd-table-xs>tbody th,.itd-table.itd-table-xs>tfoot td,.itd-table.itd-table-xs>thead td,.itd-table.itd-table-xs>thead th{padding-block:calc(var(--itd-spacing) * 1.25);font-size:var(--itd-text-xs);line-height:var(--itd-leading-tight)}.itd-table.itd-table-sm>tbody td,.itd-table.itd-table-sm>tbody th,.itd-table.itd-table-sm>tfoot td,.itd-table.itd-table-sm>thead td,.itd-table.itd-table-sm>thead th{padding-block:calc(var(--itd-spacing) * 2);font-size:var(--itd-text-xs);line-height:var(--itd-leading-tight)}.itd-table.itd-table-md>tbody td,.itd-table.itd-table-md>tbody th,.itd-table.itd-table-md>tfoot td,.itd-table.itd-table-md>thead td,.itd-table.itd-table-md>thead th{padding-block:calc(var(--itd-spacing) * 3);font-size:var(--itd-text-13);line-height:var(--itd-leading-tight)}.itd-table.itd-table-df>tbody td,.itd-table.itd-table-df>tbody th,.itd-table.itd-table-df>tfoot td,.itd-table.itd-table-df>thead td,.itd-table.itd-table-df>thead th{padding-block:calc(var(--itd-spacing) * 3);font-size:var(--itd-text-sm);line-height:var(--itd-leading-tight)}.itd-table.itd-table-lg>tbody td,.itd-table.itd-table-lg>tbody th,.itd-table.itd-table-lg>tfoot td,.itd-table.itd-table-lg>thead td,.itd-table.itd-table-lg>thead th{padding-block:calc(var(--itd-spacing) * 4.5);font-size:var(--itd-text-sm);line-height:var(--itd-leading-tight)}.itd-table.itd-table-xlg>tbody td,.itd-table.itd-table-xlg>tbody th,.itd-table.itd-table-xlg>tfoot td,.itd-table.itd-table-xlg>thead td,.itd-table.itd-table-xlg>thead th{padding-block:calc(var(--itd-spacing) * 5);font-size:var(--itd-text-sm);line-height:var(--itd-leading-tight)}.itd-table.itd-table-no-gaps>tbody td,.itd-table.itd-table-no-gaps>tbody th,.itd-table.itd-table-no-gaps>tfoot td,.itd-table.itd-table-no-gaps>thead td,.itd-table.itd-table-no-gaps>thead th{padding-inline:0}.itd-table:not(.itd-table-no-gaps).itd-table-xs>tbody td,.itd-table:not(.itd-table-no-gaps).itd-table-xs>tbody th,.itd-table:not(.itd-table-no-gaps).itd-table-xs>tfoot td,.itd-table:not(.itd-table-no-gaps).itd-table-xs>thead td,.itd-table:not(.itd-table-no-gaps).itd-table-xs>thead th{padding-inline:calc(var(--itd-spacing) * 2.5)}.itd-table:not(.itd-table-no-gaps):is(.itd-table-sm,.itd-table-md,.itd-table-df)>tbody td,.itd-table:not(.itd-table-no-gaps):is(.itd-table-sm,.itd-table-md,.itd-table-df)>tbody th,.itd-table:not(.itd-table-no-gaps):is(.itd-table-sm,.itd-table-md,.itd-table-df)>tfoot td,.itd-table:not(.itd-table-no-gaps):is(.itd-table-sm,.itd-table-md,.itd-table-df)>thead td,.itd-table:not(.itd-table-no-gaps):is(.itd-table-sm,.itd-table-md,.itd-table-df)>thead th{padding-inline:calc(var(--itd-spacing) * 3.75)}.itd-table:not(.itd-table-no-gaps):is(.itd-table-lg,.itd-table-xlg)>tbody td,.itd-table:not(.itd-table-no-gaps):is(.itd-table-lg,.itd-table-xlg)>tbody th,.itd-table:not(.itd-table-no-gaps):is(.itd-table-lg,.itd-table-xlg)>tfoot td,.itd-table:not(.itd-table-no-gaps):is(.itd-table-lg,.itd-table-xlg)>thead td,.itd-table:not(.itd-table-no-gaps):is(.itd-table-lg,.itd-table-xlg)>thead th{padding-inline:calc(var(--itd-spacing) * 5)}.itd-card-content>.itd-table-wrapper{--_table-edge-padding:1.5rem}:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table:not(.itd-table-no-gaps)>tbody td:first-child,:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table:not(.itd-table-no-gaps)>tfoot td:first-child,:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table:not(.itd-table-no-gaps)>thead th:first-child{padding-left:var(--_table-edge-padding)}:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table:not(.itd-table-no-gaps)>tbody td:last-child,:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table:not(.itd-table-no-gaps)>tfoot td:last-child,:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table:not(.itd-table-no-gaps)>thead th:last-child{padding-right:var(--_table-edge-padding)}:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table.itd-table-expandable:not(.itd-table-no-gaps)>tbody td:first-child,:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table.itd-table-expandable:not(.itd-table-no-gaps)>tfoot td:first-child,:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table.itd-table-expandable:not(.itd-table-no-gaps)>thead th:first-child{padding-inline:0}:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .expand-button{padding-left:var(--_table-edge-padding);justify-content:flex-start}:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table-detail-content{padding-left:var(--_table-edge-padding);padding-right:var(--_table-edge-padding)}.itd-table:not(.itd-table-no-gaps)>thead{background-color:var(--_table-surface);border-radius:calc(var(--itd-border-radius) * .6)}.itd-table.itd-table-no-header-bg:not(.itd-table-no-gaps)>thead{background-color:initial}.itd-table.itd-table-no-data:not(.itd-table-no-gaps)>tbody>tr{background-color:var(--_table-surface)}.itd-table:not(.itd-table-no-gaps):not(.itd-table-empty)>tbody>tr:not(.itd-table-row-inner):hover:where(:root:not(.itd-touch) *){background-color:var(--_table-row-hover)}.itd-table:not(.itd-table-no-gaps):not(.itd-table-empty) .itd-table-inner-table>tbody>tr:hover:where(:root:not(.itd-touch) *){background-color:var(--_table-row-hover)}.itd-table.itd-table-solid:not(.itd-table-bordered)>:is(tbody,thead)>tr{border-top:1px solid var(--_table-row-border);border-bottom:1px solid var(--_table-row-border)}:is(.itd-table.itd-table-solid:not(.itd-table-bordered) .itd-table-inner-table>tbody>tr):not(:first-child){border-top:1px solid var(--_table-row-border)}:is(.itd-table.itd-table-solid:not(.itd-table-bordered) .itd-table-inner-table>tbody>tr):not(:last-child){border-bottom:1px solid var(--_table-row-border)}.itd-table.itd-table-solid.itd-table-bordered>:is(tbody,thead)>tr{border:1px solid var(--_table-row-border)}:is(.itd-table.itd-table-solid.itd-table-bordered>tbody>tr,.itd-table.itd-table-solid.itd-table-bordered>thead>tr)>:is(td,th){border-left:1px solid var(--_table-row-border);border-right:1px solid var(--_table-row-border)}:is(.itd-table.itd-table-solid.itd-table-bordered .itd-table-inner-table>tbody>tr):not(:first-child){border-top:1px solid var(--_table-row-border)}:is(.itd-table.itd-table-solid.itd-table-bordered .itd-table-inner-table>tbody>tr):not(:last-child){border-bottom:1px solid var(--_table-row-border)}:is(.itd-table.itd-table-solid.itd-table-bordered .itd-table-inner-table>tbody>tr)>td:not(:first-child){border-left:1px solid var(--_table-row-border)}:is(.itd-table.itd-table-solid.itd-table-bordered .itd-table-inner-table>tbody>tr)>td:not(:last-child){border-right:1px solid var(--_table-row-border)}.itd-table.itd-table-dashed:not(.itd-table-bordered)>:is(tbody,thead)>tr{border-top:1px dashed var(--_table-row-border);border-bottom:1px dashed var(--_table-row-border)}:is(.itd-table.itd-table-dashed:not(.itd-table-bordered) .itd-table-inner-table>tbody>tr):not(:first-child){border-top:1px dashed var(--_table-row-border)}:is(.itd-table.itd-table-dashed:not(.itd-table-bordered) .itd-table-inner-table>tbody>tr):not(:last-child){border-bottom:1px dashed var(--_table-row-border)}.itd-table.itd-table-dashed.itd-table-bordered>:is(tbody,thead)>tr{border:1px dashed var(--_table-row-border)}:is(.itd-table.itd-table-dashed.itd-table-bordered>tbody>tr,.itd-table.itd-table-dashed.itd-table-bordered>thead>tr)>:is(td,th){border-left:1px dashed var(--_table-row-border);border-right:1px dashed var(--_table-row-border)}:is(.itd-table.itd-table-dashed.itd-table-bordered .itd-table-inner-table>tbody>tr):not(:first-child){border-top:1px dashed var(--_table-row-border)}:is(.itd-table.itd-table-dashed.itd-table-bordered .itd-table-inner-table>tbody>tr):not(:last-child){border-bottom:1px dashed var(--_table-row-border)}:is(.itd-table.itd-table-dashed.itd-table-bordered .itd-table-inner-table>tbody>tr)>td:not(:first-child){border-left:1px dashed var(--_table-row-border)}:is(.itd-table.itd-table-dashed.itd-table-bordered .itd-table-inner-table>tbody>tr)>td:not(:last-child){border-right:1px dashed var(--_table-row-border)}.itd-table:not(.itd-table-bordered)>thead>tr:first-child{border-top-style:none}.itd-table:not(.itd-table-bordered)>tbody>tr:last-child{border-bottom-style:none}.itd-table.itd-table-headless:not(.itd-table-bordered)>tbody>tr:first-child{border-top-style:none}.itd-table-caption{margin-top:calc(var(--itd-spacing) * 3);font-size:var(--itd-text-sm);color:var(--itd-muted-foreground)}[data-itd-elevation=raised] .itd-table:not(.itd-table-no-gaps){--_table-row-hover:oklch(from var(--itd-background) 0.96 c h)}[data-itd-elevation=raised] .itd-table .itd-button.itd-button-solid{background-color:oklch(from var(--itd-background) .93 c h)}[data-itd-elevation=raised] .itd-table .itd-button.itd-button-ghost:not(.itd-table-sort-trigger):hover:where(:root:not(.itd-touch) *):not([disabled]),[data-itd-elevation=raised] .itd-table .itd-button.itd-button-solid:hover:where(:root:not(.itd-touch) *):not([disabled]){background-color:oklch(from var(--itd-background) .9 c h)}.itd-table .itd-table-sort-trigger{width:100%;height:auto;padding:0;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;gap:calc(var(--itd-spacing) * 1.5);background:none}.itd-table .itd-table-sort-trigger:active,.itd-table .itd-table-sort-trigger:hover:where(:root:not(.itd-touch) *){background:none}.itd-table-wrapper .itd-table th .itd-table-sort-trigger span{color:var(--_table-head-color)}.itd-table .itd-table-sort-indicator{display:inline-flex;flex:none;align-items:center}.itd-table .itd-table-sort-indicator svg:not(.itd-spinner){width:1em;height:1em}.itd-table thead th[aria-sort=none] .itd-table-sort-indicator{opacity:.35;transition:opacity var(--itd-transition-duration) var(--itd-transition-timing-function)}.itd-table thead th[aria-sort=none] .itd-table-sort-trigger:focus-visible .itd-table-sort-indicator,.itd-table thead th[aria-sort=none] .itd-table-sort-trigger:hover:where(:root:not(.itd-touch) *) .itd-table-sort-indicator{opacity:1}:root.itd-touch .itd-table thead th[aria-sort=none] .itd-table-sort-indicator{opacity:1}.itd-error-tooltip{position:absolute;display:flex;justify-content:center;align-items:flex-end;font-size:var(--itd-text-xs);line-height:var(--itd-leading-tight);border-radius:calc(var(--itd-radius) - 2px);padding:8px 7px;color:var(--itd-color-error-text);background:var(--itd-color-error);width:max-content;max-width:210px;z-index:1;--_offset-x:var(--itd-error-offset-x, 0px);--_offset-y:var(--itd-error-offset-y, 0px)}.itd-error-tooltip:after{content:"";width:0;height:0;position:absolute;border-left:7px solid #0000;border-right:7px solid #0000}.itd-error-tooltip:not([data-position]),.itd-error-tooltip[data-position=top-right]{right:-16px;bottom:30px}:is(.itd-error-tooltip[data-position=top-right],.itd-error-tooltip:not([data-position])):after{bottom:calc(-6px + var(--_offset-y));right:calc(17px + var(--_offset-x));border-top:10px solid var(--itd-color-error)}.itd-error-tooltip[data-position=top-left]{left:-10px;bottom:30px}.itd-error-tooltip[data-position=top-left]:after{bottom:calc(-6px + var(--_offset-y));left:calc(17px + var(--_offset-x));border-top:10px solid var(--itd-color-error)}.itd-error-tooltip[data-position=bottom-left]{left:-95px;top:-40px}.itd-error-tooltip[data-position=bottom-left]:after{top:calc(-6px + var(--_offset-y));left:calc(17px + var(--_offset-x));border-bottom:10px solid var(--itd-color-error)}.itd-error-tooltip[data-position=bottom-right]{right:-95px;bottom:-40px}.itd-error-tooltip[data-position=bottom-right]:after{top:calc(-6px + var(--_offset-y));right:calc(17px + var(--_offset-x));border-bottom:10px solid var(--itd-color-error)}.itd-error-border{position:absolute;border:1px solid var(--itd-color-error-border);width:calc(100% + 2px);height:calc(100% + 2px);border-radius:calc(var(--itd-radius) - 2px);top:-1px;left:-1px;pointer-events:none}.itd-error-border[data-full-size]{width:100%;height:100%;top:0;left:0}.itd-error-icon-wrapper{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.itd-error-icon-wrapper svg circle{fill:var(--itd-color-error)}.itd-error-icon-wrapper svg path{fill:var(--itd-color-error-text)}.itd-upload{position:relative;font-size:var(--itd-text-sm);font-weight:var(--itd-font-weight-normal)}.itd-upload[data-fluid=true]{width:100%}.itd-upload[data-fluid=false]{width:max-content}.itd-upload[data-disabled=true]{pointer-events:none;cursor:not-allowed}.itd-upload[data-disabled=true] img{filter:grayscale(1);opacity:.5}.itd-upload[data-locked=true]{cursor:not-allowed}.itd-upload[data-locked=true] input[type=file]{pointer-events:none}.itd-upload input[type=file]{width:100%;height:100%;position:absolute;opacity:0;z-index:1}.itd-upload-content{transition-property:border-color;transition-duration:.5s;transition-timing-function:cubic-bezier(.075,.82,.165,1);border-radius:var(--itd-radius);padding:var(--upload-padding,10px);display:flex;justify-content:center;align-items:center;position:relative;min-height:100px;width:var(--container-width,100%);height:var(--container-height,auto);border:1px dashed var(--itd-color-border);overflow:hidden}.itd-upload-content>picture{display:contents}.itd-upload-content>img,.itd-upload-content>picture>img{display:block;width:var(--file-width,100%);height:var(--file-height,auto);max-width:100%;max-width:var(--max-file-width);max-height:100%;max-height:var(--max-file-height);object-fit:contain;border-radius:var(--itd-radius)}.itd-upload-content img.itd-image-error-broken{width:2rem}.itd-upload-content[data-ratio]{height:auto;aspect-ratio:var(--container-ratio);min-height:0}.itd-upload-content[data-ratio]>img,.itd-upload-content[data-ratio]>picture>img{width:100%;height:100%;object-fit:cover}.itd-upload-content .itd-upload-icon{color:var(--itd-color-text)}.itd-upload-content[data-variant=filled]{background-color:var(--itd-color-background-input,var(--itd-color-background-alt))}.itd-upload-content[data-variant=default]{background-color:var(--itd-color-background-alt)}.itd-upload-content[data-state=uploading]{border:1px solid var(--itd-color-upload-overlay-uploading-bar)}.itd-upload-content[data-state=disabled]{border:1px solid var(--itd-color-disabled-border)}.itd-upload-content[data-state=disabled] .itd-upload-icon{color:var(--itd-color-disabled-text)}.itd-upload-content[data-state=disabled]{--itd-image-broken-ink:var(--itd-color-disabled-text)}.itd-upload-content[data-state=error]:not([data-state=uploading]){border-color:var(--itd-color-error-border)}.itd-upload-content[data-border=hover]:not([data-disabled=true]):not([data-state=uploading]){border-color:var(--itd-color-border-hover)}.itd-upload-content[data-focus=true]:not([data-disabled=true]):not([data-state=uploading]){border-color:var(--itd-color-focus-primary)}.itd-upload-label{display:block;outline:0 solid #0000;outline-offset:var(--itd-ring-offset);border-radius:var(--itd-radius);transition:outline .1s linear}.itd-upload-label[data-focus=true]{outline:var(--itd-ring-width) solid var(--itd-color-focus-primary-ring)}.itd-upload-label[data-focus=true][data-error=true]{outline:var(--itd-ring-width) solid var(--itd-color-error-outline)}.itd-upload-icons-wrapper{position:absolute;top:50%;transform:translateY(-50%);z-index:2}.itd-upload-icons-wrapper :is(.itd-upload-delete-button,.itd-upload-preview-button){background-color:var(--itd-color-background-alt-alpha85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.itd-upload-icons-wrapper[data-position=default]{right:15px;height:auto}.itd-upload-icons-wrapper[data-position=corners]{right:-17px;height:100%}.itd-upload-icons-wrapper[data-position=corners] .delete-icon{position:absolute;bottom:-17px;right:0}.itd-upload-icons-wrapper[data-position=corners] .preview-icon{position:absolute;top:-17px;right:0}.itd-upload-icons-wrapper .locked-icon,.itd-upload-preview-content{display:flex;align-items:center;justify-content:center}.itd-upload-preview-content{padding:var(--preview-padding,0)}.itd-upload-preview-content img{width:var(--preview-width,100%);height:var(--preview-height,100%)}.itd-upload-overlay-content{transition-property:all;transition-duration:0s;transition-timing-function:var(--itd-transition-timing-function);transition-delay:0s;position:absolute;top:150%;left:50%;transform:translateX(-50%) translateY(-50%);display:flex;flex-direction:column;width:100%}.itd-upload-overlay-content span:first-child{color:var(--itd-color-upload-text);text-align:center;font-weight:var(--itd-font-weight-medium)}.itd-upload-overlay-content span:nth-child(2){color:var(--itd-color-upload-text-alpha50);text-align:center;font-weight:var(--itd-font-weight-normal)}.itd-upload-overlay-content[data-hover=true]{top:50%}.itd-upload-overlay{position:absolute;display:flex;pointer-events:all;container-type:size;transition-property:all;transition-duration:var(--itd-transition-duration);transition-timing-function:var(--itd-transition-timing-function);animation-direction:reverse;width:100%;height:100%;background-color:initial;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);border-radius:var(--itd-radius);overflow:hidden}.itd-upload-overlay[data-hover=true]{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:var(--itd-color-background-alt-alpha75)}.itd-upload-status{position:absolute;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%;background-color:initial;border-radius:var(--itd-radius);overflow:hidden}.itd-upload-status,.itd-upload-status :is(div,span){transition-property:all;transition-duration:var(--itd-transition-duration);transition-timing-function:var(--itd-transition-timing-function)}.itd-upload-status :is(div,span){color:#0000;z-index:1;pointer-events:none}.itd-upload-status[data-active=true]{background-color:var(--itd-color-upload-overlay-uploading)}.itd-upload-status[data-active=true] span{color:var(--itd-color-uploading-text)}.itd-upload-status[data-active=true][data-status=success]{background-color:var(--itd-color-upload-overlay-completed)}.itd-upload-status[data-active=true][data-status=success] span{color:var(--itd-color-upload-completed-text)}.itd-upload-status[data-active=true][data-status=error]{background-color:var(--itd-color-upload-overlay-error)}.itd-upload-status[data-active=true][data-status=error] span{color:var(--itd-color-upload-error-text)}.itd-upload-status-box{transition-property:all;transition-duration:var(--itd-transition-duration);transition-timing-function:var(--itd-transition-timing-function);position:absolute;top:0;left:0;height:100%;width:var(--upload-progress,0)}.itd-upload-status-box[data-status=success]{background-color:var(--itd-color-upload-overlay-completed)}.itd-upload-status-box[data-status=error]{background-color:var(--itd-color-upload-overlay-error)}.itd-upload-status-box:not([data-status]){background-color:var(--itd-color-upload-overlay-uploading-bar)}.itd-upload-failed{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.itd-upload-failed[data-icon=i]:before{padding:4px;border-radius:50px}.itd-upload-failed:before{background-color:var(--itd-color-error)}.itd-upload-failed svg circle{fill:var(--itd-color-error)}.itd-upload-failed svg{color:var(--itd-color-error-text)}}@layer components{@container (max-height: 12rem){.itd-upload-overlay-content span:first-child{font-size:var(--itd-text-xs)}.itd-upload-overlay-content span:nth-child(2){display:none}}}@layer components{.itd-result{width:100%;height:100%;position:relative;overflow:hidden}.itd-result-content-wrapper{height:100%}.itd-result-content,.itd-result-content-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.itd-result-content{opacity:1;padding:var(--itd-result-padding,50px 20px 40px);border-radius:var(--itd-radius-sm);height:auto;max-width:500px;background-color:var(--itd-color-background-result,var(--itd-color-background-alt));flex-direction:column;gap:var(--itd-result-gap,20px)}.itd-result-fill .itd-result-content{height:100%;max-width:100%}.itd-result:not(.itd-result-default) .itd-result-content{background-color:color-mix(in oklch,var(--itd-color-background-result,var(--itd-color-background-alt)) 50%,#0000)}.itd-result-no-background .itd-result-content{background-color:initial}.itd-result-animated .itd-result-content{animation:itd-result-bounce .5s ease-out;transform-origin:50% 50%}.itd-result-body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.itd-result .itd-image-wrapper:empty{display:none}.itd-result .itd-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:84px;height:84px;margin-bottom:1rem;background-color:color-mix(in oklch,var(--itd-background) 50%,#0000);border-radius:100px;overflow:hidden}:is(.itd-result .itd-image-wrapper) img{z-index:0;width:var(--itd-result-image-size,44px);height:auto}.itd-result-title{color:var(--itd-primary);font-size:var(--itd-text-default);line-height:var(--itd-text-default--line-height);font-weight:var(--itd-font-weight-semibold);text-align:center;max-width:80%}.itd-result-sub-title{color:var(--itd-color-text-neutral);font-size:var(--itd-text-13);line-height:var(--itd-text-13--line-height);font-weight:var(--itd-font-weight-medium);text-align:center;max-width:var(--itd-result-sub-max-width,80%)}.itd-result-extras{display:flex;justify-content:center;margin-top:20px}.itd-result-extras a{min-width:150px}:is(.itd-result-extras a):not(:last-child){margin-right:20px}.itd-result-footer{display:flex;justify-content:center;width:100%}.itd-result-footer>div{width:100%}@keyframes itd-result-bounce{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.05);opacity:1}75%{transform:scale(.95);opacity:1}to{transform:scale(1);opacity:1}}}@layer components{.itd-coming-soon{position:relative;width:100%;height:100%}.itd-coming-soon-content{width:100%}.itd-coming-soon-veil{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;border-radius:var(--itd-coming-soon-radius,var(--itd-radius-md));background-color:var(--itd-coming-soon-bg,oklch(from var(--itd-background) l c h/.5));-webkit-backdrop-filter:blur(var(--itd-coming-soon-blur,.625rem));backdrop-filter:blur(var(--itd-coming-soon-blur,.625rem));pointer-events:none}.itd-coming-soon-label{color:var(--itd-coming-soon-ink,var(--itd-color-text-muted));font-size:var(--itd-text-default);font-weight:var(--itd-font-weight-semibold);text-align:center;padding-inline:calc(var(--itd-spacing) * 4)}:root{--itd-page-chrome-layer:2147482000}.itd-page{display:flow-root;width:100%;padding-inline:var(--itd-page-gutter,0)}.itd-page[data-itd-page-settling]{position:relative;block-size:var(--itd-page-settling-height,24rem);overflow:clip;visibility:hidden}.itd-page:not([data-itd-page-settling]){animation:itd-page-in .24s ease both}}@layer components{@keyframes itd-page-in{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.itd-page:not([data-itd-page-settling]){animation:none}}.itd-page-settling{visibility:visible;position:absolute;inset:0;display:grid;place-items:center;color:var(--itd-color-text-muted)}.itd-page-block{display:contents}.itd-page[data-itd-page-mode=editor] .itd-page-block{display:block;position:relative;border-radius:var(--itd-radius-md);z-index:0}.itd-page[data-itd-page-mode=editor] .itd-page-block>:not(.itd-page-block-chrome){transition:opacity .14s ease}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-hovered]:not([data-itd-block-selected])>:not(.itd-page-block-chrome){opacity:.75}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-disabled]{opacity:.4}.itd-page[data-itd-page-mode=editor] .itd-page-block>*{pointer-events:none!important}.itd-page[data-itd-page-mode=editor] .itd-page-block:after{content:"";position:absolute;inset:-4px;z-index:var(--itd-page-chrome-layer);border-radius:calc(var(--itd-radius-md) + 4px);pointer-events:none;border:0 solid #0000;transition:opacity .14s ease;opacity:0}.itd-page[data-itd-page-mode=editor] .itd-page-block:is([data-itd-block-hovered],[data-itd-block-selected]):after{opacity:1}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-hovered]:after{border:var(--itd-page-hover-ring,1px dotted var(--itd-primary))!important}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-selected]:after{border:var(--itd-page-select-ring,2px solid var(--itd-primary))!important}.itd-page[data-itd-page-mode=editor]:has(.itd-page-block[data-itd-block-hovered]:not([data-itd-block-selected])) .itd-page-block[data-itd-block-selected]:not([data-itd-block-hovered])>.itd-page-block-chrome{display:none}[data-itd-show-spacers] .itd-page[data-itd-page-mode=editor] .itd-page-block:is([data-itd-block-type=spacer],[data-itd-block-type=mobile-spacer]){border-radius:0;background:repeating-linear-gradient(-45deg,#0000,#0000 6px,var(--itd-color-background-alt-hover) 6px,var(--itd-color-background-alt-hover) 12px)}.itd-page[data-itd-page-mode=editor] .itd-skeleton:after{content:none}.itd-page[data-itd-page-mode=editor] .itd-skeleton-pulse{animation:none}.itd-page[data-itd-page-mode=editor] .itd-casino-featured-box .itd-gamebox-item:not(:has(img)),.itd-page[data-itd-page-mode=editor] .itd-page-ref-pending:empty{background:color-mix(in srgb,var(--itd-foreground) 12%,#0000)}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing] :is(.itd-layout-boxes>*,.itd-casino-featured-box,.itd-banner,.itd-page-ref-pending,.itd-featured-games-lead),.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-edit-tiles] .itd-featured-games-tiles>*{pointer-events:auto!important}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing] :is(.itd-layout-boxes>*,.itd-casino-featured-box,.itd-banner,.itd-featured-games-lead) *,.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-edit-tiles] .itd-featured-games-tiles>* *{pointer-events:none!important}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing] [data-itd-edit-title]{pointer-events:auto!important;user-select:text;-webkit-user-select:text;cursor:text;border-radius:.25rem;outline:1px dashed #0000;outline-offset:.25rem}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing] [data-itd-edit-title]:hover:where(:root:not(.itd-touch) *):not([contenteditable]){outline-color:color-mix(in srgb,var(--itd-ring) 55%,#0000)}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing] [data-itd-edit-title][contenteditable]{outline:var(--itd-ring-width) solid var(--itd-ring);outline-offset:.25rem;caret-color:var(--itd-ring)}.itd-page-block[data-itd-block-editing] .itd-gamebox:hover .itd-gamebox-item{transform:none;outline:none}.itd-page-block[data-itd-block-editing] .itd-gamebox :is(.itd-gamebox-play,.info-container,.itd-gamebox-demo,.itd-gamebox-live){opacity:0;transition:none}.itd-page-block[data-itd-block-editing] .itd-gamebox .info-container{transform:translate(-50%,var(--_pill-travel))}.itd-page-block[data-itd-block-editing] .itd-gamebox .itd-gamebox-demo{transform:translateX(var(--_demo-travel));visibility:hidden}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing]{outline:2px dashed var(--itd-primary);outline-offset:2px;z-index:4;user-select:none;-webkit-user-select:none}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing]:after{opacity:0!important}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing]>.itd-page-block-chrome{display:none!important}[data-itd-page-editing] .itd-page-block:not([data-itd-block-editing]){opacity:.45;transition:opacity .14s ease}body:has([data-itd-page-editing]) .itd-page-chrome{opacity:.45;transition:opacity .14s ease;position:relative;z-index:0;isolation:isolate}body:has(.itd-page[data-itd-page-settling]) .itd-page-chrome{visibility:hidden}body:has(.itd-page:not([data-itd-page-settling])) .itd-page-chrome{animation:itd-page-in .24s ease both}@media (prefers-reduced-motion:reduce){body:has(.itd-page:not([data-itd-page-settling])) .itd-page-chrome{animation:none}}[data-itd-edit-snap] .itd-page-block,[data-itd-edit-snap] .itd-page-block-chrome,[data-itd-edit-snap] .itd-page-block-tag,[data-itd-edit-snap] .itd-page-block:after,[data-itd-edit-snap] .itd-page-block>*{transition:none!important}.itd-page-block[data-itd-block-editing] :is(.itd-banner,.itd-page-ref-pending,.itd-featured-games-lead){cursor:pointer}[data-itd-tile-lifted]{z-index:5;position:relative;opacity:.92;cursor:grabbing!important}.itd-page-drop-hint{position:fixed;z-index:2147483000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(var(--itd-spacing) * 1.5);border:2px dashed var(--itd-primary);border-radius:var(--itd-radius-md);background:var(--itd-page-drop-hint-bg,#090b0fad);color:#f5f5f5;color:oklch(.97 0 0);font-size:var(--itd-text-sm);font-weight:var(--itd-font-weight-medium);pointer-events:none;opacity:1;transition:opacity .14s ease,left .14s ease,top .14s ease,width .14s ease,height .14s ease}
|
|
413
|
+
);--_table-surface:color-mix(in oklch, var(--itd-color-background-alt) 50%, #0000);--_table-row-hover:color-mix(in oklch, var(--itd-color-background-alt) 50%, #0000)}.itd-table-wrapper:has(table.itd-table-empty),.itd-table-wrapper:has(table.itd-table-no-data){height:100%}:is(.itd-table-wrapper:has(table.itd-table-no-data),.itd-table-wrapper:has(table.itd-table-empty)) table{height:100%}.itd-table-wrapper .itd-table th span{color:var(--_table-head-color);font-size:var(--_table-head-font);line-height:var(--itd-leading-tight)}.itd-table.itd-table-md,.itd-table.itd-table-sm,.itd-table.itd-table-xs{--_table-head-font:var(--itd-text-xs)}.itd-table.itd-table-df,.itd-table.itd-table-lg,.itd-table.itd-table-xlg{--_table-head-font:var(--itd-text-13)}.itd-table-wrapper .itd-table.itd-table-accent-head{--_table-head-color:var(--itd-primary)}.itd-table-wrapper .expand-button{width:100%;height:100%;cursor:pointer;position:absolute;top:0;left:0;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}:is(.itd-table-wrapper .expand-button) button{border:1px solid var(--itd-color-border)}:is(.itd-table-wrapper .expand-button) button:hover:where(:root:not(.itd-touch) *){background-color:var(--itd-color-border)}.itd-table-wrapper :is(.itd-table.itd-table-sm,.itd-table.itd-table-xs) .expand-button svg{width:10px;height:10px}.itd-table-wrapper :is(.itd-table.itd-table-df,.itd-table.itd-table-md) .expand-button svg{width:14px;height:14px}.itd-table-wrapper table{width:100%;caption-side:bottom;border-collapse:collapse;text-indent:0;border-spacing:0}:is(.itd-table-wrapper table) th{text-align:left}:is(:is(.itd-table-wrapper table) th) span{font-weight:var(--itd-font-weight-semibold)}:is(.itd-table-wrapper table) td{font-weight:var(--itd-font-weight-normal);overflow-wrap:break-word}:is(.itd-table-wrapper table) th{font-weight:var(--itd-font-weight-medium);overflow-wrap:break-word}:is(.itd-table-wrapper table) :is(td,th){position:relative;width:auto;vertical-align:middle}:is(.itd-table-wrapper table) tbody>tr{transition:background-color .12s ease-out}@media (prefers-reduced-motion:reduce){:is(.itd-table-wrapper table) tbody>tr{transition:none}}:is(.itd-table-wrapper table) tfoot{background-color:var(--_table-surface);border-top:1px solid var(--_table-row-border)}:is(:is(.itd-table-wrapper table) tfoot) td>span{font-weight:var(--itd-font-weight-medium)}.itd-table tr[data-level]:not([data-level="0"]){background-color:color-mix(in oklch,var(--itd-color-background-alt) 50%,#0000);animation:itd-row-reveal .2s ease-out both}:is(.itd-table tr[data-level]:not([data-level="0"]))>td:first-child{box-shadow:inset 3px 0 0 var(--itd-color-table-level-marker,var(--itd-primary))}@keyframes itd-row-reveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.itd-table tr[data-level]:not([data-level="0"]){animation:none}}.itd-table-detail-row{background-color:color-mix(in oklch,var(--itd-color-background-alt) 70%,#0000)}[data-theme=dark] .itd-table-detail-row{background-color:color-mix(in oklch,var(--itd-color-background-alt) 40%,#0000)}.itd-table-detail-row>td{padding:0!important}.itd-table-detail-panel{display:grid;grid-template-rows:1fr;overflow:hidden;animation:itd-detail-open var(--itd-table-detail-duration,.2s) ease-out}.itd-table-detail-panel.itd-table-detail-closing{animation:itd-detail-close var(--itd-table-detail-duration,.2s) ease-out forwards}.itd-table-detail-panel>*{min-height:0;overflow:hidden}.itd-table-detail-content{padding:calc(var(--itd-spacing) * 4) calc(var(--itd-spacing) * 3.75)}@keyframes itd-detail-open{0%{grid-template-rows:0fr;opacity:0}to{grid-template-rows:1fr;opacity:1}}@keyframes itd-detail-close{0%{grid-template-rows:1fr;opacity:1}to{grid-template-rows:0fr;opacity:0}}@media (prefers-reduced-motion:reduce){.itd-table-detail-panel,.itd-table-detail-panel.itd-table-detail-closing{animation:none}.itd-table-wrapper{--itd-table-detail-duration:0ms}}.itd-table-overflow{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative;display:block}.itd-table-empty-body{height:150px;display:flex;align-items:center;justify-content:center}.itd-table-empty-body>div{display:flex;flex-direction:column;gap:calc(var(--itd-spacing) * 1.75)}.itd-table-empty-body span{font-size:var(--itd-text-xs);font-weight:var(--itd-font-weight-medium);color:var(--itd-color-text-neutral)}.itd-table-empty-body svg{fill:var(--itd-color-text-neutral)}.itd-table.itd-table-xs>tbody td,.itd-table.itd-table-xs>tbody th,.itd-table.itd-table-xs>tfoot td,.itd-table.itd-table-xs>thead td,.itd-table.itd-table-xs>thead th{padding-block:calc(var(--itd-spacing) * 1.25);font-size:var(--itd-text-xs);line-height:var(--itd-leading-tight)}.itd-table.itd-table-sm>tbody td,.itd-table.itd-table-sm>tbody th,.itd-table.itd-table-sm>tfoot td,.itd-table.itd-table-sm>thead td,.itd-table.itd-table-sm>thead th{padding-block:calc(var(--itd-spacing) * 2);font-size:var(--itd-text-xs);line-height:var(--itd-leading-tight)}.itd-table.itd-table-md>tbody td,.itd-table.itd-table-md>tbody th,.itd-table.itd-table-md>tfoot td,.itd-table.itd-table-md>thead td,.itd-table.itd-table-md>thead th{padding-block:calc(var(--itd-spacing) * 3);font-size:var(--itd-text-13);line-height:var(--itd-leading-tight)}.itd-table.itd-table-df>tbody td,.itd-table.itd-table-df>tbody th,.itd-table.itd-table-df>tfoot td,.itd-table.itd-table-df>thead td,.itd-table.itd-table-df>thead th{padding-block:calc(var(--itd-spacing) * 3);font-size:var(--itd-text-sm);line-height:var(--itd-leading-tight)}.itd-table.itd-table-lg>tbody td,.itd-table.itd-table-lg>tbody th,.itd-table.itd-table-lg>tfoot td,.itd-table.itd-table-lg>thead td,.itd-table.itd-table-lg>thead th{padding-block:calc(var(--itd-spacing) * 4.5);font-size:var(--itd-text-sm);line-height:var(--itd-leading-tight)}.itd-table.itd-table-xlg>tbody td,.itd-table.itd-table-xlg>tbody th,.itd-table.itd-table-xlg>tfoot td,.itd-table.itd-table-xlg>thead td,.itd-table.itd-table-xlg>thead th{padding-block:calc(var(--itd-spacing) * 5);font-size:var(--itd-text-sm);line-height:var(--itd-leading-tight)}.itd-table.itd-table-no-gaps>tbody td,.itd-table.itd-table-no-gaps>tbody th,.itd-table.itd-table-no-gaps>tfoot td,.itd-table.itd-table-no-gaps>thead td,.itd-table.itd-table-no-gaps>thead th{padding-inline:0}.itd-table:not(.itd-table-no-gaps).itd-table-xs>tbody td,.itd-table:not(.itd-table-no-gaps).itd-table-xs>tbody th,.itd-table:not(.itd-table-no-gaps).itd-table-xs>tfoot td,.itd-table:not(.itd-table-no-gaps).itd-table-xs>thead td,.itd-table:not(.itd-table-no-gaps).itd-table-xs>thead th{padding-inline:calc(var(--itd-spacing) * 2.5)}.itd-table:not(.itd-table-no-gaps):is(.itd-table-sm,.itd-table-md,.itd-table-df)>tbody td,.itd-table:not(.itd-table-no-gaps):is(.itd-table-sm,.itd-table-md,.itd-table-df)>tbody th,.itd-table:not(.itd-table-no-gaps):is(.itd-table-sm,.itd-table-md,.itd-table-df)>tfoot td,.itd-table:not(.itd-table-no-gaps):is(.itd-table-sm,.itd-table-md,.itd-table-df)>thead td,.itd-table:not(.itd-table-no-gaps):is(.itd-table-sm,.itd-table-md,.itd-table-df)>thead th{padding-inline:calc(var(--itd-spacing) * 3.75)}.itd-table:not(.itd-table-no-gaps):is(.itd-table-lg,.itd-table-xlg)>tbody td,.itd-table:not(.itd-table-no-gaps):is(.itd-table-lg,.itd-table-xlg)>tbody th,.itd-table:not(.itd-table-no-gaps):is(.itd-table-lg,.itd-table-xlg)>tfoot td,.itd-table:not(.itd-table-no-gaps):is(.itd-table-lg,.itd-table-xlg)>thead td,.itd-table:not(.itd-table-no-gaps):is(.itd-table-lg,.itd-table-xlg)>thead th{padding-inline:calc(var(--itd-spacing) * 5)}.itd-card-content>.itd-table-wrapper{--_table-edge-padding:1.5rem}:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table:not(.itd-table-no-gaps)>tbody td:first-child,:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table:not(.itd-table-no-gaps)>tfoot td:first-child,:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table:not(.itd-table-no-gaps)>thead th:first-child{padding-left:var(--_table-edge-padding)}:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table:not(.itd-table-no-gaps)>tbody td:last-child,:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table:not(.itd-table-no-gaps)>tfoot td:last-child,:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table:not(.itd-table-no-gaps)>thead th:last-child{padding-right:var(--_table-edge-padding)}:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table.itd-table-expandable:not(.itd-table-no-gaps)>tbody td:first-child,:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table.itd-table-expandable:not(.itd-table-no-gaps)>tfoot td:first-child,:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table.itd-table-expandable:not(.itd-table-no-gaps)>thead th:first-child{padding-inline:0}:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .expand-button{padding-left:var(--_table-edge-padding);justify-content:flex-start}:is(.itd-table-wrapper[style*="--_table-edge-padding"],.itd-card-content>.itd-table-wrapper) .itd-table-detail-content{padding-left:var(--_table-edge-padding);padding-right:var(--_table-edge-padding)}.itd-table:not(.itd-table-no-gaps)>thead{background-color:var(--_table-surface);border-radius:calc(var(--itd-border-radius) * .6)}.itd-table.itd-table-no-header-bg:not(.itd-table-no-gaps)>thead{background-color:initial}.itd-table.itd-table-no-data:not(.itd-table-no-gaps)>tbody>tr{background-color:var(--_table-surface)}.itd-table:not(.itd-table-no-gaps):not(.itd-table-empty)>tbody>tr:not(.itd-table-row-inner):hover:where(:root:not(.itd-touch) *){background-color:var(--_table-row-hover)}.itd-table:not(.itd-table-no-gaps):not(.itd-table-empty) .itd-table-inner-table>tbody>tr:hover:where(:root:not(.itd-touch) *){background-color:var(--_table-row-hover)}.itd-table.itd-table-solid:not(.itd-table-bordered)>:is(tbody,thead)>tr{border-top:1px solid var(--_table-row-border);border-bottom:1px solid var(--_table-row-border)}:is(.itd-table.itd-table-solid:not(.itd-table-bordered) .itd-table-inner-table>tbody>tr):not(:first-child){border-top:1px solid var(--_table-row-border)}:is(.itd-table.itd-table-solid:not(.itd-table-bordered) .itd-table-inner-table>tbody>tr):not(:last-child){border-bottom:1px solid var(--_table-row-border)}.itd-table.itd-table-solid.itd-table-bordered>:is(tbody,thead)>tr{border:1px solid var(--_table-row-border)}:is(.itd-table.itd-table-solid.itd-table-bordered>tbody>tr,.itd-table.itd-table-solid.itd-table-bordered>thead>tr)>:is(td,th){border-left:1px solid var(--_table-row-border);border-right:1px solid var(--_table-row-border)}:is(.itd-table.itd-table-solid.itd-table-bordered .itd-table-inner-table>tbody>tr):not(:first-child){border-top:1px solid var(--_table-row-border)}:is(.itd-table.itd-table-solid.itd-table-bordered .itd-table-inner-table>tbody>tr):not(:last-child){border-bottom:1px solid var(--_table-row-border)}:is(.itd-table.itd-table-solid.itd-table-bordered .itd-table-inner-table>tbody>tr)>td:not(:first-child){border-left:1px solid var(--_table-row-border)}:is(.itd-table.itd-table-solid.itd-table-bordered .itd-table-inner-table>tbody>tr)>td:not(:last-child){border-right:1px solid var(--_table-row-border)}.itd-table.itd-table-dashed:not(.itd-table-bordered)>:is(tbody,thead)>tr{border-top:1px dashed var(--_table-row-border);border-bottom:1px dashed var(--_table-row-border)}:is(.itd-table.itd-table-dashed:not(.itd-table-bordered) .itd-table-inner-table>tbody>tr):not(:first-child){border-top:1px dashed var(--_table-row-border)}:is(.itd-table.itd-table-dashed:not(.itd-table-bordered) .itd-table-inner-table>tbody>tr):not(:last-child){border-bottom:1px dashed var(--_table-row-border)}.itd-table.itd-table-dashed.itd-table-bordered>:is(tbody,thead)>tr{border:1px dashed var(--_table-row-border)}:is(.itd-table.itd-table-dashed.itd-table-bordered>tbody>tr,.itd-table.itd-table-dashed.itd-table-bordered>thead>tr)>:is(td,th){border-left:1px dashed var(--_table-row-border);border-right:1px dashed var(--_table-row-border)}:is(.itd-table.itd-table-dashed.itd-table-bordered .itd-table-inner-table>tbody>tr):not(:first-child){border-top:1px dashed var(--_table-row-border)}:is(.itd-table.itd-table-dashed.itd-table-bordered .itd-table-inner-table>tbody>tr):not(:last-child){border-bottom:1px dashed var(--_table-row-border)}:is(.itd-table.itd-table-dashed.itd-table-bordered .itd-table-inner-table>tbody>tr)>td:not(:first-child){border-left:1px dashed var(--_table-row-border)}:is(.itd-table.itd-table-dashed.itd-table-bordered .itd-table-inner-table>tbody>tr)>td:not(:last-child){border-right:1px dashed var(--_table-row-border)}.itd-table:not(.itd-table-bordered)>thead>tr:first-child{border-top-style:none}.itd-table:not(.itd-table-bordered)>tbody>tr:last-child{border-bottom-style:none}.itd-table.itd-table-headless:not(.itd-table-bordered)>tbody>tr:first-child{border-top-style:none}.itd-table-caption{margin-top:calc(var(--itd-spacing) * 3);font-size:var(--itd-text-sm);color:var(--itd-muted-foreground)}[data-itd-elevation=raised] .itd-table:not(.itd-table-no-gaps){--_table-row-hover:oklch(from var(--itd-background) 0.96 c h)}[data-itd-elevation=raised] .itd-table .itd-button.itd-button-solid{background-color:oklch(from var(--itd-background) .93 c h)}[data-itd-elevation=raised] .itd-table .itd-button.itd-button-ghost:not(.itd-table-sort-trigger):hover:where(:root:not(.itd-touch) *):not([disabled]),[data-itd-elevation=raised] .itd-table .itd-button.itd-button-solid:hover:where(:root:not(.itd-touch) *):not([disabled]){background-color:oklch(from var(--itd-background) .9 c h)}.itd-table .itd-table-sort-trigger{width:100%;height:auto;padding:0;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;gap:calc(var(--itd-spacing) * 1.5);background:none}.itd-table .itd-table-sort-trigger:active,.itd-table .itd-table-sort-trigger:hover:where(:root:not(.itd-touch) *){background:none}.itd-table-wrapper .itd-table th .itd-table-sort-trigger span{color:var(--_table-head-color)}.itd-table .itd-table-sort-indicator{display:inline-flex;flex:none;align-items:center}.itd-table .itd-table-sort-indicator svg:not(.itd-spinner){width:1em;height:1em}.itd-table thead th[aria-sort=none] .itd-table-sort-indicator{opacity:.35;transition:opacity var(--itd-transition-duration) var(--itd-transition-timing-function)}.itd-table thead th[aria-sort=none] .itd-table-sort-trigger:focus-visible .itd-table-sort-indicator,.itd-table thead th[aria-sort=none] .itd-table-sort-trigger:hover:where(:root:not(.itd-touch) *) .itd-table-sort-indicator{opacity:1}:root.itd-touch .itd-table thead th[aria-sort=none] .itd-table-sort-indicator{opacity:1}.itd-error-tooltip{position:absolute;display:flex;justify-content:center;align-items:flex-end;font-size:var(--itd-text-xs);line-height:var(--itd-leading-tight);border-radius:calc(var(--itd-radius) - 2px);padding:8px 7px;color:var(--itd-color-error-text);background:var(--itd-color-error);width:max-content;max-width:210px;z-index:1;--_offset-x:var(--itd-error-offset-x, 0px);--_offset-y:var(--itd-error-offset-y, 0px)}.itd-error-tooltip:after{content:"";width:0;height:0;position:absolute;border-left:7px solid #0000;border-right:7px solid #0000}.itd-error-tooltip:not([data-position]),.itd-error-tooltip[data-position=top-right]{right:-16px;bottom:30px}:is(.itd-error-tooltip[data-position=top-right],.itd-error-tooltip:not([data-position])):after{bottom:calc(-6px + var(--_offset-y));right:calc(17px + var(--_offset-x));border-top:10px solid var(--itd-color-error)}.itd-error-tooltip[data-position=top-left]{left:-10px;bottom:30px}.itd-error-tooltip[data-position=top-left]:after{bottom:calc(-6px + var(--_offset-y));left:calc(17px + var(--_offset-x));border-top:10px solid var(--itd-color-error)}.itd-error-tooltip[data-position=bottom-left]{left:-95px;top:-40px}.itd-error-tooltip[data-position=bottom-left]:after{top:calc(-6px + var(--_offset-y));left:calc(17px + var(--_offset-x));border-bottom:10px solid var(--itd-color-error)}.itd-error-tooltip[data-position=bottom-right]{right:-95px;bottom:-40px}.itd-error-tooltip[data-position=bottom-right]:after{top:calc(-6px + var(--_offset-y));right:calc(17px + var(--_offset-x));border-bottom:10px solid var(--itd-color-error)}.itd-error-border{position:absolute;border:1px solid var(--itd-color-error-border);width:calc(100% + 2px);height:calc(100% + 2px);border-radius:calc(var(--itd-radius) - 2px);top:-1px;left:-1px;pointer-events:none}.itd-error-border[data-full-size]{width:100%;height:100%;top:0;left:0}.itd-error-icon-wrapper{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.itd-error-icon-wrapper svg circle{fill:var(--itd-color-error)}.itd-error-icon-wrapper svg path{fill:var(--itd-color-error-text)}.itd-upload{position:relative;font-size:var(--itd-text-sm);font-weight:var(--itd-font-weight-normal)}.itd-upload[data-fluid=true]{width:100%}.itd-upload[data-fluid=false]{width:max-content}.itd-upload[data-disabled=true]{pointer-events:none;cursor:not-allowed}.itd-upload[data-disabled=true] img{filter:grayscale(1);opacity:.5}.itd-upload[data-locked=true]{cursor:not-allowed}.itd-upload[data-locked=true] input[type=file]{pointer-events:none}.itd-upload input[type=file]{width:100%;height:100%;position:absolute;opacity:0;z-index:1}.itd-upload-content{transition-property:border-color;transition-duration:.5s;transition-timing-function:cubic-bezier(.075,.82,.165,1);border-radius:var(--itd-radius);padding:var(--upload-padding,10px);display:flex;justify-content:center;align-items:center;position:relative;min-height:100px;width:var(--container-width,100%);height:var(--container-height,auto);border:1px dashed var(--itd-color-border);overflow:hidden}.itd-upload-content>picture{display:contents}.itd-upload-content>img,.itd-upload-content>picture>img{display:block;width:var(--file-width,100%);height:var(--file-height,auto);max-width:100%;max-width:var(--max-file-width);max-height:100%;max-height:var(--max-file-height);object-fit:contain;border-radius:var(--itd-radius)}.itd-upload-content img.itd-image-error-broken{width:2rem}.itd-upload-content[data-ratio]{height:auto;aspect-ratio:var(--container-ratio);min-height:0}.itd-upload-content[data-ratio]>img,.itd-upload-content[data-ratio]>picture>img{width:100%;height:100%;object-fit:cover}.itd-upload-content .itd-upload-icon{color:var(--itd-color-text)}.itd-upload-content[data-variant=filled]{background-color:var(--itd-color-background-input,var(--itd-color-background-alt))}.itd-upload-content[data-variant=default]{background-color:var(--itd-color-background-alt)}.itd-upload-content[data-state=uploading]{border:1px solid var(--itd-color-upload-overlay-uploading-bar)}.itd-upload-content[data-state=disabled]{border:1px solid var(--itd-color-disabled-border)}.itd-upload-content[data-state=disabled] .itd-upload-icon{color:var(--itd-color-disabled-text)}.itd-upload-content[data-state=disabled]{--itd-image-broken-ink:var(--itd-color-disabled-text)}.itd-upload-content[data-state=error]:not([data-state=uploading]){border-color:var(--itd-color-error-border)}.itd-upload-content[data-border=hover]:not([data-disabled=true]):not([data-state=uploading]){border-color:var(--itd-color-border-hover)}.itd-upload-content[data-focus=true]:not([data-disabled=true]):not([data-state=uploading]){border-color:var(--itd-color-focus-primary)}.itd-upload-label{display:block;outline:0 solid #0000;outline-offset:var(--itd-ring-offset);border-radius:var(--itd-radius);transition:outline .1s linear}.itd-upload-label[data-focus=true]{outline:var(--itd-ring-width) solid var(--itd-color-focus-primary-ring)}.itd-upload-label[data-focus=true][data-error=true]{outline:var(--itd-ring-width) solid var(--itd-color-error-outline)}.itd-upload-icons-wrapper{position:absolute;top:50%;transform:translateY(-50%);z-index:2}.itd-upload-icons-wrapper :is(.itd-upload-delete-button,.itd-upload-preview-button){background-color:var(--itd-color-background-alt-alpha85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.itd-upload-icons-wrapper[data-position=default]{right:15px;height:auto}.itd-upload-icons-wrapper[data-position=corners]{right:-17px;height:100%}.itd-upload-icons-wrapper[data-position=corners] .delete-icon{position:absolute;bottom:-17px;right:0}.itd-upload-icons-wrapper[data-position=corners] .preview-icon{position:absolute;top:-17px;right:0}.itd-upload-icons-wrapper .locked-icon,.itd-upload-preview-content{display:flex;align-items:center;justify-content:center}.itd-upload-preview-content{padding:var(--preview-padding,0)}.itd-upload-preview-content img{width:var(--preview-width,100%);height:var(--preview-height,100%)}.itd-upload-overlay-content{transition-property:all;transition-duration:0s;transition-timing-function:var(--itd-transition-timing-function);transition-delay:0s;position:absolute;top:150%;left:50%;transform:translateX(-50%) translateY(-50%);display:flex;flex-direction:column;width:100%}.itd-upload-overlay-content span:first-child{color:var(--itd-color-upload-text);text-align:center;font-weight:var(--itd-font-weight-medium)}.itd-upload-overlay-content span:nth-child(2){color:var(--itd-color-upload-text-alpha50);text-align:center;font-weight:var(--itd-font-weight-normal)}.itd-upload-overlay-content[data-hover=true]{top:50%}.itd-upload-overlay{position:absolute;display:flex;pointer-events:all;container-type:size;transition-property:all;transition-duration:var(--itd-transition-duration);transition-timing-function:var(--itd-transition-timing-function);animation-direction:reverse;width:100%;height:100%;background-color:initial;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);border-radius:var(--itd-radius);overflow:hidden}.itd-upload-overlay[data-hover=true]{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:var(--itd-color-background-alt-alpha75)}.itd-upload-status{position:absolute;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%;background-color:initial;border-radius:var(--itd-radius);overflow:hidden}.itd-upload-status,.itd-upload-status :is(div,span){transition-property:all;transition-duration:var(--itd-transition-duration);transition-timing-function:var(--itd-transition-timing-function)}.itd-upload-status :is(div,span){color:#0000;z-index:1;pointer-events:none}.itd-upload-status[data-active=true]{background-color:var(--itd-color-upload-overlay-uploading)}.itd-upload-status[data-active=true] span{color:var(--itd-color-uploading-text)}.itd-upload-status[data-active=true][data-status=success]{background-color:var(--itd-color-upload-overlay-completed)}.itd-upload-status[data-active=true][data-status=success] span{color:var(--itd-color-upload-completed-text)}.itd-upload-status[data-active=true][data-status=error]{background-color:var(--itd-color-upload-overlay-error)}.itd-upload-status[data-active=true][data-status=error] span{color:var(--itd-color-upload-error-text)}.itd-upload-status-box{transition-property:all;transition-duration:var(--itd-transition-duration);transition-timing-function:var(--itd-transition-timing-function);position:absolute;top:0;left:0;height:100%;width:var(--upload-progress,0)}.itd-upload-status-box[data-status=success]{background-color:var(--itd-color-upload-overlay-completed)}.itd-upload-status-box[data-status=error]{background-color:var(--itd-color-upload-overlay-error)}.itd-upload-status-box:not([data-status]){background-color:var(--itd-color-upload-overlay-uploading-bar)}.itd-upload-failed{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.itd-upload-failed[data-icon=i]:before{padding:4px;border-radius:50px}.itd-upload-failed:before{background-color:var(--itd-color-error)}.itd-upload-failed svg circle{fill:var(--itd-color-error)}.itd-upload-failed svg{color:var(--itd-color-error-text)}}@layer components{@container (max-height: 12rem){.itd-upload-overlay-content span:first-child{font-size:var(--itd-text-xs)}.itd-upload-overlay-content span:nth-child(2){display:none}}}@layer components{.itd-result{width:100%;height:100%;position:relative;overflow:hidden}.itd-result-content-wrapper{height:100%}.itd-result-content,.itd-result-content-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.itd-result-content{opacity:1;padding:var(--itd-result-padding,50px 20px 40px);border-radius:var(--itd-radius-sm);height:auto;max-width:500px;background-color:var(--itd-color-background-result,var(--itd-color-background-alt));flex-direction:column;gap:var(--itd-result-gap,20px)}.itd-result-fill .itd-result-content{height:100%;max-width:100%}.itd-result:not(.itd-result-default) .itd-result-content{background-color:color-mix(in oklch,var(--itd-color-background-result,var(--itd-color-background-alt)) 50%,#0000)}.itd-result-no-background .itd-result-content{background-color:initial}.itd-result-animated .itd-result-content{animation:itd-result-bounce .5s ease-out;transform-origin:50% 50%}.itd-result-body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.itd-result .itd-image-wrapper:empty{display:none}.itd-result .itd-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:84px;height:84px;margin-bottom:1rem;background-color:color-mix(in oklch,var(--itd-background) 50%,#0000);border-radius:100px;overflow:hidden}:is(.itd-result .itd-image-wrapper) img{z-index:0;width:var(--itd-result-image-size,44px);height:auto}.itd-result-title{color:var(--itd-primary);font-size:var(--itd-text-default);line-height:var(--itd-text-default--line-height);font-weight:var(--itd-font-weight-semibold);text-align:center;max-width:80%}.itd-result-sub-title{color:var(--itd-color-text-neutral);font-size:var(--itd-text-13);line-height:var(--itd-text-13--line-height);font-weight:var(--itd-font-weight-medium);text-align:center;max-width:var(--itd-result-sub-max-width,80%)}.itd-result-extras{display:flex;justify-content:center;margin-top:20px}.itd-result-extras a{min-width:150px}:is(.itd-result-extras a):not(:last-child){margin-right:20px}.itd-result-footer{display:flex;justify-content:center;width:100%}.itd-result-footer>div{width:100%}@keyframes itd-result-bounce{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.05);opacity:1}75%{transform:scale(.95);opacity:1}to{transform:scale(1);opacity:1}}}@layer components{.itd-coming-soon{position:relative;width:100%;height:100%}.itd-coming-soon-content{width:100%}.itd-coming-soon-veil{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;border-radius:var(--itd-coming-soon-radius,var(--itd-radius-md));background-color:var(--itd-coming-soon-bg,oklch(from var(--itd-background) l c h/.5));-webkit-backdrop-filter:blur(var(--itd-coming-soon-blur,.625rem));backdrop-filter:blur(var(--itd-coming-soon-blur,.625rem));pointer-events:none}.itd-coming-soon-label{color:var(--itd-coming-soon-ink,var(--itd-color-text-muted));font-size:var(--itd-text-default);font-weight:var(--itd-font-weight-semibold);text-align:center;padding-inline:calc(var(--itd-spacing) * 4)}:root{--itd-page-chrome-layer:2147482000}.itd-page{display:flow-root;width:100%;padding-inline:var(--itd-page-gutter,0)}.itd-page[data-itd-page-settling]{position:relative;block-size:var(--itd-page-settling-height,24rem);overflow:clip;visibility:hidden}.itd-page:not([data-itd-page-settling]){animation:itd-page-in .24s ease both}}@layer components{@keyframes itd-page-in{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.itd-page:not([data-itd-page-settling]){animation:none}}.itd-page-settling{visibility:visible;position:absolute;inset:0;display:grid;place-items:center;color:var(--itd-color-text-muted)}.itd-page-block{display:contents}.itd-page[data-itd-page-mode=editor] .itd-page-block{display:block;position:relative;border-radius:var(--itd-radius-md);z-index:0}.itd-page[data-itd-page-mode=editor] .itd-page-block>:not(.itd-page-block-chrome){transition:opacity .14s ease}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-hovered]:not([data-itd-block-selected])>:not(.itd-page-block-chrome){opacity:.75}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-disabled]{opacity:.4}.itd-page[data-itd-page-mode=editor] .itd-page-block>*{pointer-events:none!important}.itd-page[data-itd-page-mode=editor] .itd-page-block:after{content:"";position:absolute;inset:-4px;z-index:var(--itd-page-chrome-layer);border-radius:calc(var(--itd-radius-md) + 4px);pointer-events:none;border:0 solid #0000;transition:opacity .14s ease;opacity:0}.itd-page[data-itd-page-mode=editor] .itd-page-block:is([data-itd-block-hovered],[data-itd-block-selected]):after{opacity:1}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-hovered]:after{border:var(--itd-page-hover-ring,1px dotted var(--itd-primary))!important}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-selected]:after{border:var(--itd-page-select-ring,2px solid var(--itd-primary))!important}.itd-page[data-itd-page-mode=editor]:has(.itd-page-block[data-itd-block-hovered]:not([data-itd-block-selected])) .itd-page-block[data-itd-block-selected]:not([data-itd-block-hovered])>.itd-page-block-chrome{display:none}[data-itd-show-spacers] .itd-page[data-itd-page-mode=editor] .itd-page-block:is([data-itd-block-type=spacer],[data-itd-block-type=mobile-spacer]){border-radius:0;background:repeating-linear-gradient(-45deg,#0000,#0000 6px,var(--itd-color-background-alt-hover) 6px,var(--itd-color-background-alt-hover) 12px)}.itd-page[data-itd-page-mode=editor] .itd-skeleton:after{content:none}.itd-page[data-itd-page-mode=editor] .itd-skeleton-pulse{animation:none}.itd-page-more{display:flex;justify-content:center;margin-top:calc(var(--itd-spacing) * 4)}.itd-page[data-itd-page-mode=editor] .itd-casino-featured-box .itd-gamebox-item:not(:has(img)),.itd-page[data-itd-page-mode=editor] .itd-page-ref-pending:empty{background:color-mix(in srgb,var(--itd-foreground) 12%,#0000)}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing] :is(.itd-layout-boxes>*,.itd-casino-featured-box,.itd-banner,.itd-page-ref-pending,.itd-featured-games-lead),.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-edit-tiles] .itd-featured-games-tiles>*{pointer-events:auto!important}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing] :is(.itd-layout-boxes>*,.itd-casino-featured-box,.itd-banner,.itd-featured-games-lead) *,.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-edit-tiles] .itd-featured-games-tiles>* *{pointer-events:none!important}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing] [data-itd-edit-title]{pointer-events:auto!important;user-select:text;-webkit-user-select:text;cursor:text;border-radius:.25rem;outline:1px dashed #0000;outline-offset:.25rem}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing] [data-itd-edit-title]:hover:where(:root:not(.itd-touch) *):not([contenteditable]){outline-color:color-mix(in srgb,var(--itd-ring) 55%,#0000)}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing] [data-itd-edit-title][contenteditable]{outline:var(--itd-ring-width) solid var(--itd-ring);outline-offset:.25rem;caret-color:var(--itd-ring)}.itd-page-block[data-itd-block-editing] .itd-gamebox:hover .itd-gamebox-item{transform:none;outline:none}.itd-page-block[data-itd-block-editing] .itd-gamebox :is(.itd-gamebox-play,.info-container,.itd-gamebox-demo,.itd-gamebox-live){opacity:0;transition:none}.itd-page-block[data-itd-block-editing] .itd-gamebox .info-container{transform:translate(-50%,var(--_pill-travel))}.itd-page-block[data-itd-block-editing] .itd-gamebox .itd-gamebox-demo{transform:translateX(var(--_demo-travel));visibility:hidden}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing]{outline:2px dashed var(--itd-primary);outline-offset:2px;z-index:4;user-select:none;-webkit-user-select:none}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing]:after{opacity:0!important}.itd-page[data-itd-page-mode=editor] .itd-page-block[data-itd-block-editing]>.itd-page-block-chrome{display:none!important}[data-itd-page-editing] .itd-page-block:not([data-itd-block-editing]){opacity:.45;transition:opacity .14s ease}body:has([data-itd-page-editing]) .itd-page-chrome{opacity:.45;transition:opacity .14s ease;position:relative;z-index:0;isolation:isolate}body:has(.itd-page[data-itd-page-settling]) .itd-page-chrome{visibility:hidden}body:has(.itd-page:not([data-itd-page-settling])) .itd-page-chrome{animation:itd-page-in .24s ease both}@media (prefers-reduced-motion:reduce){body:has(.itd-page:not([data-itd-page-settling])) .itd-page-chrome{animation:none}}[data-itd-edit-snap] .itd-page-block,[data-itd-edit-snap] .itd-page-block-chrome,[data-itd-edit-snap] .itd-page-block-tag,[data-itd-edit-snap] .itd-page-block:after,[data-itd-edit-snap] .itd-page-block>*{transition:none!important}.itd-page-block[data-itd-block-editing] :is(.itd-banner,.itd-page-ref-pending,.itd-featured-games-lead){cursor:pointer}[data-itd-tile-lifted]{z-index:5;position:relative;opacity:.92;cursor:grabbing!important}.itd-page-drop-hint{position:fixed;z-index:2147483000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(var(--itd-spacing) * 1.5);border:2px dashed var(--itd-primary);border-radius:var(--itd-radius-md);background:var(--itd-page-drop-hint-bg,#090b0fad);color:#f5f5f5;color:oklch(.97 0 0);font-size:var(--itd-text-sm);font-weight:var(--itd-font-weight-medium);pointer-events:none;opacity:1;transition:opacity .14s ease,left .14s ease,top .14s ease,width .14s ease,height .14s ease}
|
|
414
414
|
|
|
415
415
|
@supports (color: oklab(0% 0 0%)){
|
|
416
416
|
.itd-page-drop-hint{background:var(--itd-page-drop-hint-bg,oklch(.15 .01 260/.68))}
|
package/dist/index.d.ts
CHANGED
|
@@ -1214,7 +1214,7 @@ declare const isPhoneComplete: (country: PhoneCountry | undefined, value?: strin
|
|
|
1214
1214
|
*/
|
|
1215
1215
|
declare const usePhoneCountry: (iso2?: string | null) => PhoneCountry | undefined;
|
|
1216
1216
|
|
|
1217
|
-
declare function GetCurrencySymbol(currency?: string): "
|
|
1217
|
+
declare function GetCurrencySymbol(currency?: string): "₺" | "$" | "€" | "?";
|
|
1218
1218
|
|
|
1219
1219
|
declare function GetDecimalByCurrency(currency?: string): "," | ".";
|
|
1220
1220
|
|
|
@@ -1627,13 +1627,18 @@ declare const useAvoidCollision: ({ obstacles, corner, autoAvoid, extraBottom, m
|
|
|
1627
1627
|
* authored ratio) means no watch at all.
|
|
1628
1628
|
*/
|
|
1629
1629
|
declare const useNaturalRatio: (
|
|
1630
|
-
/** The element to look inside; the first `
|
|
1630
|
+
/** The element to look inside; the first match of `selector` is the picture. */
|
|
1631
1631
|
ref: RefObject<HTMLElement | null>,
|
|
1632
|
-
/** The source. Changing it forgets the last answer.
|
|
1632
|
+
/** The source. Changing it forgets the last answer. Pass `undefined` when
|
|
1633
|
+
* the shape is settled by something else - there is then nothing to ask
|
|
1634
|
+
* about, and no watch at all. */
|
|
1633
1635
|
src?: string,
|
|
1634
|
-
/**
|
|
1635
|
-
*
|
|
1636
|
-
done?: boolean
|
|
1636
|
+
/** The picture has STOPPED ARRIVING (it loaded, or it errored): one last
|
|
1637
|
+
* look, and then no more watching. */
|
|
1638
|
+
done?: boolean,
|
|
1639
|
+
/** Which picture. A box may hold more than one (a placeholder under the
|
|
1640
|
+
* real one) and only one of them decides the shape. */
|
|
1641
|
+
selector?: string) => string | null;
|
|
1637
1642
|
|
|
1638
1643
|
/**
|
|
1639
1644
|
* WHICH DOCUMENT AM I ACTUALLY IN.
|
|
@@ -2268,7 +2273,7 @@ declare const ColorInput: ({ value, size, disabled, placeholder, onChange, }: Co
|
|
|
2268
2273
|
* http://sanniassin.github.io/react-input-mask/demo.html
|
|
2269
2274
|
* https://dev.to/adrianbdesigns/let-s-create-a-floating-label-input-with-html-and-css-only-4mo8
|
|
2270
2275
|
*/
|
|
2271
|
-
declare const Input: react.ForwardRefExoticComponent<Omit<react.InputHTMLAttributes<HTMLInputElement>, "children" | "style" | "size" | "
|
|
2276
|
+
declare const Input: react.ForwardRefExoticComponent<Omit<react.InputHTMLAttributes<HTMLInputElement>, "children" | "style" | "size" | "prefix" | "onChange" | "onFocus" | "onBlur" | "onKeyDown" | "type"> & {
|
|
2272
2277
|
style?: React.CSSProperties;
|
|
2273
2278
|
type?: InputType;
|
|
2274
2279
|
size?: ITDSize;
|
|
@@ -2314,7 +2319,7 @@ declare const Input: react.ForwardRefExoticComponent<Omit<react.InputHTMLAttribu
|
|
|
2314
2319
|
* stray drag are intercepted, the real input is held collapsed, and the
|
|
2315
2320
|
* highlight is drawn on the cells instead.
|
|
2316
2321
|
*/
|
|
2317
|
-
declare const CodeInput: react.ForwardRefExoticComponent<Omit<react.InputHTMLAttributes<HTMLInputElement>, "className" | "id" | "
|
|
2322
|
+
declare const CodeInput: react.ForwardRefExoticComponent<Omit<react.InputHTMLAttributes<HTMLInputElement>, "className" | "id" | "defaultValue" | "value" | "size" | "placeholder" | "disabled" | "onChange" | "readOnly" | "onFocus" | "onBlur" | "type" | "autoComplete" | "maxLength" | "autoFocus" | "inputMode" | "onSelect"> & {
|
|
2318
2323
|
id?: string;
|
|
2319
2324
|
length?: number;
|
|
2320
2325
|
value?: string;
|
|
@@ -3020,7 +3025,7 @@ type RadioGroupItemProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'type' |
|
|
|
3020
3025
|
* - no children — just the dot; compose labels, descriptions and choice-cards
|
|
3021
3026
|
* with the `Field` family (`FieldLabel htmlFor`).
|
|
3022
3027
|
*/
|
|
3023
|
-
declare const RadioGroupItem: react.ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "value" | "
|
|
3028
|
+
declare const RadioGroupItem: react.ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "value" | "size" | "onChange" | "checked" | "type" | "name" | "defaultChecked"> & {
|
|
3024
3029
|
/** The value this item selects in the enclosing group. */
|
|
3025
3030
|
value: string;
|
|
3026
3031
|
} & react.RefAttributes<HTMLInputElement>>;
|
|
@@ -3918,6 +3923,11 @@ type GameBrowseWinner = {
|
|
|
3918
3923
|
/** Formatted amount string. */
|
|
3919
3924
|
amount: string;
|
|
3920
3925
|
image?: string;
|
|
3926
|
+
/** The game the win was on - both winner surfaces open it on a tap, and
|
|
3927
|
+
* the row's own id is the WIN's, never the game's. */
|
|
3928
|
+
slug?: string;
|
|
3929
|
+
/** Production `game.category`: 'casino' takes the horizontal thumb. */
|
|
3930
|
+
category?: string;
|
|
3921
3931
|
};
|
|
3922
3932
|
type GameShellBrowseProps = {
|
|
3923
3933
|
open: boolean;
|
|
@@ -4719,7 +4729,7 @@ declare const pageVisibility: (page: Pick<PageDocument, "status" | "user_type">
|
|
|
4719
4729
|
reason?: "status" | "audience";
|
|
4720
4730
|
audience?: PageAudience;
|
|
4721
4731
|
};
|
|
4722
|
-
type ItdActionKind = 'no-action' | 'url' | 'page' | 'game' | 'popup' | 'promotion' | 'system-actions';
|
|
4732
|
+
type ItdActionKind = 'no-action' | 'url' | 'page' | 'game' | 'popup' | 'promotion' | 'tournament' | 'system-actions';
|
|
4723
4733
|
/**
|
|
4724
4734
|
* What a clickable thing does. This is the RUNTIME shape — the one the site
|
|
4725
4735
|
* receives — not the `{ type, data }` the panel stores. The library is
|
|
@@ -4748,6 +4758,11 @@ type ItdAction = {
|
|
|
4748
4758
|
promotion?: {
|
|
4749
4759
|
id?: string;
|
|
4750
4760
|
};
|
|
4761
|
+
/** Open a tournament by id - the same species as `promotion`: the host owns
|
|
4762
|
+
* the route, the block only names the thing. */
|
|
4763
|
+
tournament?: {
|
|
4764
|
+
id?: string;
|
|
4765
|
+
};
|
|
4751
4766
|
system_action?: {
|
|
4752
4767
|
type?: string;
|
|
4753
4768
|
};
|
|
@@ -4830,6 +4845,84 @@ type PageGame = {
|
|
|
4830
4845
|
* questions, so they get two different answers, and the block id is the only
|
|
4831
4846
|
* thing guaranteed to tell them apart.
|
|
4832
4847
|
*/
|
|
4848
|
+
/**
|
|
4849
|
+
* A CONTROL WAS TOUCHED, AND THE QUESTION HAS TO CHANGE.
|
|
4850
|
+
*
|
|
4851
|
+
* A block never fetches, so it cannot answer its own filter: picking a
|
|
4852
|
+
* category, typing in a grid's search box, asking for another page - none of
|
|
4853
|
+
* them is an action the host PERFORMS, it is the same block asking a
|
|
4854
|
+
* different question. That leaves through here, and the host re-asks and
|
|
4855
|
+
* hands back a new `refs.queries[id]`.
|
|
4856
|
+
*
|
|
4857
|
+
* The payload names the block whose control was touched, NOT the block that
|
|
4858
|
+
* must be re-asked: on the site a mobile search box and the grid it filters
|
|
4859
|
+
* are two separate CMS blocks coupled only through the querystring, so
|
|
4860
|
+
* fanning one change out to several answers is the host's business.
|
|
4861
|
+
*/
|
|
4862
|
+
type PageQueryChange = {
|
|
4863
|
+
/** A category strip's selection. `null` is the ALL chip. Carries the slug
|
|
4864
|
+
* because the site's own route is built from id AND slug. */
|
|
4865
|
+
category?: {
|
|
4866
|
+
id: string;
|
|
4867
|
+
slug?: string;
|
|
4868
|
+
name?: string;
|
|
4869
|
+
} | null;
|
|
4870
|
+
/** Every selected provider; `[]` means all of them. */
|
|
4871
|
+
providers?: string[];
|
|
4872
|
+
/** A grid's search box; `''` is cleared. */
|
|
4873
|
+
search?: string;
|
|
4874
|
+
sorting?: string;
|
|
4875
|
+
/** The block's own named sub-list: winners last/top, a tournament status,
|
|
4876
|
+
* a promotion tab's category. */
|
|
4877
|
+
filter?: string;
|
|
4878
|
+
/** A help centre article slug. */
|
|
4879
|
+
section?: string;
|
|
4880
|
+
/** The next page of the block's MAIN list, or a named sub-list
|
|
4881
|
+
* (`'participants'`, `'standings'`). */
|
|
4882
|
+
more?: true | string;
|
|
4883
|
+
};
|
|
4884
|
+
type PageQueryRequest = {
|
|
4885
|
+
/** The block whose control was touched - the key into `refs.queries`. */
|
|
4886
|
+
id: string;
|
|
4887
|
+
component: string;
|
|
4888
|
+
platform: PagePlatform;
|
|
4889
|
+
change: PageQueryChange;
|
|
4890
|
+
};
|
|
4891
|
+
/**
|
|
4892
|
+
* THE ECHO THAT MAKES A CONTROL CONTROLLED. The host answers with the state
|
|
4893
|
+
* its own query is in, and the block shows that rather than what it last
|
|
4894
|
+
* remembered - so the back button, a deep link and a second block writing the
|
|
4895
|
+
* same querystring all leave the strip telling the truth. Leave it out and
|
|
4896
|
+
* every control stays exactly as uncontrolled as it is today.
|
|
4897
|
+
*/
|
|
4898
|
+
type PageQueryState = {
|
|
4899
|
+
category?: string | null;
|
|
4900
|
+
providers?: string[];
|
|
4901
|
+
search?: string;
|
|
4902
|
+
sorting?: string;
|
|
4903
|
+
filter?: string;
|
|
4904
|
+
section?: string;
|
|
4905
|
+
};
|
|
4906
|
+
/**
|
|
4907
|
+
* HOW MUCH MORE THERE IS. `hasMore` wins when both are present; with only a
|
|
4908
|
+
* `total` the block compares it against what it was handed.
|
|
4909
|
+
*
|
|
4910
|
+
* `loadingMore` is deliberately NOT `loading`: `loading` means the whole
|
|
4911
|
+
* answer is being re-asked and blanks the list to skeletons (it is also what
|
|
4912
|
+
* the page-load hold reads), while another page is arriving underneath a list
|
|
4913
|
+
* that stays on screen.
|
|
4914
|
+
*/
|
|
4915
|
+
type PageQueryPaging = {
|
|
4916
|
+
total?: number;
|
|
4917
|
+
hasMore?: boolean;
|
|
4918
|
+
loadingMore?: boolean;
|
|
4919
|
+
/** For a block that pages a SECOND list (raffle participants, tournament
|
|
4920
|
+
* standings), keyed by the name the block asks for with `more`. */
|
|
4921
|
+
more?: Record<string, {
|
|
4922
|
+
hasMore?: boolean;
|
|
4923
|
+
loading?: boolean;
|
|
4924
|
+
}>;
|
|
4925
|
+
};
|
|
4833
4926
|
type PageQueryResult = {
|
|
4834
4927
|
loading?: boolean;
|
|
4835
4928
|
/** Marked by a host that answered with SAMPLE content (see `sample.ts`);
|
|
@@ -4847,6 +4940,16 @@ type PageQueryResult = {
|
|
|
4847
4940
|
/** A help centre's navigation, and the article currently open in it. */
|
|
4848
4941
|
sections?: HelpSection[];
|
|
4849
4942
|
blocks?: PostViewerBlock[];
|
|
4943
|
+
/** The promotion cards a promotions grid shows. Hosts that have been
|
|
4944
|
+
* filling `extra.promotions` keep working - the manifest reads both. */
|
|
4945
|
+
promotions?: PromotionCardData[];
|
|
4946
|
+
/** The catalogue's own "everything" chip - not part of the query, which is
|
|
4947
|
+
* why it does not live in `query`. Selecting it reports `category: null`. */
|
|
4948
|
+
allCategoryId?: string | number;
|
|
4949
|
+
/** What the block's controls should be SHOWING (see PageQueryState). */
|
|
4950
|
+
query?: PageQueryState;
|
|
4951
|
+
/** How much more there is, and whether it is on its way. */
|
|
4952
|
+
paging?: PageQueryPaging;
|
|
4850
4953
|
/** Anything else the host wants to hand a block it has taught itself. */
|
|
4851
4954
|
extra?: Record<string, unknown>;
|
|
4852
4955
|
};
|
|
@@ -4877,6 +4980,9 @@ type PageLabels = {
|
|
|
4877
4980
|
next?: string;
|
|
4878
4981
|
/** Placeholder for a grid's own search box. */
|
|
4879
4982
|
search?: string;
|
|
4983
|
+
/** "Nothing matched" - for the blocks that carry no empty copy of their
|
|
4984
|
+
* own (the grids, the category strips, the promotion tabs). */
|
|
4985
|
+
empty?: string;
|
|
4880
4986
|
};
|
|
4881
4987
|
type BlockRenderArgs = {
|
|
4882
4988
|
id: string;
|
|
@@ -4972,6 +5078,15 @@ type PageContextValue = {
|
|
|
4972
5078
|
viewer?: PageViewer;
|
|
4973
5079
|
/** Perform the action. Not called in editor mode. */
|
|
4974
5080
|
onAction?: (action: ItdAction) => void;
|
|
5081
|
+
/**
|
|
5082
|
+
* A BLOCK'S OWN QUESTION CHANGED - a category picked, a provider filtered,
|
|
5083
|
+
* a search typed, another page asked for. Not an action the host performs:
|
|
5084
|
+
* the host re-asks and hands back a new `refs.queries[id]`.
|
|
5085
|
+
*
|
|
5086
|
+
* Not called in editor mode, for the same reason `onAction` is not: a click
|
|
5087
|
+
* while designing selects the block.
|
|
5088
|
+
*/
|
|
5089
|
+
onQueryChange?: (request: PageQueryRequest) => void;
|
|
4975
5090
|
/** Return an href when the action is navigable, so the block can render a
|
|
4976
5091
|
* real anchor instead of a click handler — right-click, middle-click and
|
|
4977
5092
|
* "copy link" all keep working, which a div with onClick never gives you. */
|
|
@@ -4997,7 +5112,7 @@ type PageContextValue = {
|
|
|
4997
5112
|
resolveImageSource?: (src: string) => string | undefined;
|
|
4998
5113
|
};
|
|
4999
5114
|
declare const usePageContext: () => PageContextValue;
|
|
5000
|
-
declare const PageProvider: ({ mode, viewer, onAction, resolveHref, onUnknownBlock, onBlockCommand, resolveImageSource, children, }: Partial<PageContextValue> & {
|
|
5115
|
+
declare const PageProvider: ({ mode, viewer, onAction, onQueryChange, resolveHref, onUnknownBlock, onBlockCommand, resolveImageSource, children, }: Partial<PageContextValue> & {
|
|
5001
5116
|
children: ReactNode;
|
|
5002
5117
|
}) => react.JSX.Element;
|
|
5003
5118
|
/** Who the page is being drawn for. */
|
|
@@ -5153,11 +5268,18 @@ declare const PageCustomCode: ({ codes, id, mode, allowScripts, onScriptsSkipped
|
|
|
5153
5268
|
* the chrome, and painting it is what lets the COLOUR replace the theme's
|
|
5154
5269
|
* canvas rather than tint a sheet in front of it.
|
|
5155
5270
|
*
|
|
5156
|
-
*
|
|
5157
|
-
*
|
|
5158
|
-
*
|
|
5159
|
-
*
|
|
5160
|
-
*
|
|
5271
|
+
* THE COLOUR IS EVERYWHERE; THE PICTURE IS DESKTOP'S. Production puts every
|
|
5272
|
+
* background-image declaration inside `html[platform="desktop"]` and leaves
|
|
5273
|
+
* background-color outside it (GlobalStyle: the colour sits on `body`, the
|
|
5274
|
+
* image and its repeat/size/position/attachment live in the desktop block).
|
|
5275
|
+
* A 1920-wide picture behind a 390-wide screen is a crop of one corner, which
|
|
5276
|
+
* is why the site never draws one.
|
|
5277
|
+
*
|
|
5278
|
+
* The objection this used to raise - that suppressing the image made the
|
|
5279
|
+
* mobile field a control that stored a value and did nothing - is answered
|
|
5280
|
+
* from the other side now: on a mobile page the form stops ASKING for a
|
|
5281
|
+
* picture (see `pageBackgroundFields`), rather than the renderer starting to
|
|
5282
|
+
* paint one nobody will see.
|
|
5161
5283
|
*/
|
|
5162
5284
|
type PageBackgroundProps = {
|
|
5163
5285
|
background?: PageBackground$1;
|
|
@@ -5170,14 +5292,25 @@ type PageBackgroundProps = {
|
|
|
5170
5292
|
* its aspect; on the real site `cover` is passed through untouched.
|
|
5171
5293
|
*/
|
|
5172
5294
|
mode?: 'site' | 'editor';
|
|
5295
|
+
/**
|
|
5296
|
+
* WHICH PLATFORM'S DOCUMENT THIS IS - the record's platform, not the
|
|
5297
|
+
* reader's device. In the editor an operator sits at a desktop browser
|
|
5298
|
+
* designing the phone page, and that page must look like the phone's: the
|
|
5299
|
+
* honest answer is what the page says it is, never the session cookie.
|
|
5300
|
+
*/
|
|
5301
|
+
platform?: PagePlatform;
|
|
5173
5302
|
className?: string;
|
|
5174
5303
|
};
|
|
5175
|
-
declare const PageBackground: ({ background, mode, className }: PageBackgroundProps) => react.JSX.Element;
|
|
5304
|
+
declare const PageBackground: ({ background, mode, platform, className, }: PageBackgroundProps) => react.JSX.Element;
|
|
5176
5305
|
declare const PAGE_BACKGROUND_FIELDS: FieldsSchema;
|
|
5177
5306
|
/**
|
|
5178
|
-
* The
|
|
5179
|
-
*
|
|
5180
|
-
*
|
|
5307
|
+
* The schema, told which platform is being edited.
|
|
5308
|
+
*
|
|
5309
|
+
* A PHONE PAGE HAS NO PICTURE TO SET. The site paints the image only under
|
|
5310
|
+
* `html[platform="desktop"]`, so a visual stored here would be a control that
|
|
5311
|
+
* took an upload and changed nothing - which is worse than not asking. The
|
|
5312
|
+
* colour is the whole of a mobile background, and every field below the
|
|
5313
|
+
* visual is a setting ABOUT the visual.
|
|
5181
5314
|
*/
|
|
5182
5315
|
declare const pageBackgroundFields: (platform?: PagePlatform) => FieldsSchema;
|
|
5183
5316
|
|
|
@@ -6183,7 +6316,7 @@ type PageRendererProps = Partial<PageContextValue> & {
|
|
|
6183
6316
|
}) => void;
|
|
6184
6317
|
className?: string;
|
|
6185
6318
|
};
|
|
6186
|
-
declare const PageRenderer: ({ page, components, platform, refs, labels, selectedId, hoveredId, className, mode, viewer, customCode, onScriptsSkipped, settle, loading, onSettle, onAction, resolveHref, onUnknownBlock, onBlockCommand, onBlockError, resolveImageSource, }: PageRendererProps) => react.JSX.Element;
|
|
6319
|
+
declare const PageRenderer: ({ page, components, platform, refs, labels, selectedId, hoveredId, className, mode, viewer, customCode, onScriptsSkipped, settle, loading, onSettle, onAction, onQueryChange, resolveHref, onUnknownBlock, onBlockCommand, onBlockError, resolveImageSource, }: PageRendererProps) => react.JSX.Element;
|
|
6187
6320
|
|
|
6188
6321
|
type ALinkProps = {
|
|
6189
6322
|
to: string;
|
|
@@ -6291,6 +6424,29 @@ declare const ITDLink: react.ForwardRefExoticComponent<Omit<AnchorHTMLAttributes
|
|
|
6291
6424
|
children?: ReactNode;
|
|
6292
6425
|
} & react.RefAttributes<HTMLAnchorElement>>;
|
|
6293
6426
|
|
|
6427
|
+
/**
|
|
6428
|
+
* The BLOCKS' link: an ITDLink with the active machinery switched OFF.
|
|
6429
|
+
*
|
|
6430
|
+
* Site blocks (header, footer, mega menu, bottom nav) carry their own
|
|
6431
|
+
* `active` props from the CMS, so a URL-matched class or aria-current from
|
|
6432
|
+
* the router seam would be a second, unasked-for source of truth - and a DOM
|
|
6433
|
+
* delta against production. This renders exactly the anchor the block used
|
|
6434
|
+
* to render (same href, class, target), while a plain left click now reaches
|
|
6435
|
+
* the host router when an adapter is wired. External URLs stay the
|
|
6436
|
+
* browser's (ITDLink's own rule).
|
|
6437
|
+
*
|
|
6438
|
+
* A block-provided `aria-current` (the bottom nav computes its own) still
|
|
6439
|
+
* wins - it arrives in rest, after the undefined pin.
|
|
6440
|
+
*/
|
|
6441
|
+
type BlockLinkProps = AnchorHTMLAttributes<HTMLAnchorElement> & {
|
|
6442
|
+
href: string;
|
|
6443
|
+
children?: ReactNode;
|
|
6444
|
+
};
|
|
6445
|
+
declare const BlockLink: react.ForwardRefExoticComponent<AnchorHTMLAttributes<HTMLAnchorElement> & {
|
|
6446
|
+
href: string;
|
|
6447
|
+
children?: ReactNode;
|
|
6448
|
+
} & react.RefAttributes<HTMLAnchorElement>>;
|
|
6449
|
+
|
|
6294
6450
|
interface ISpin {
|
|
6295
6451
|
updating?: boolean;
|
|
6296
6452
|
opacity?: boolean;
|
|
@@ -6365,6 +6521,12 @@ type GameBoxProps = {
|
|
|
6365
6521
|
playText?: string;
|
|
6366
6522
|
/** CSS aspect-ratio of the tile, e.g. '440/310' (casino), '1/1' (live). */
|
|
6367
6523
|
ratio?: string;
|
|
6524
|
+
/** THE SHAPE THE TILE HOLDS WHEN NOTHING ELSE DECIDES: no authored `ratio`
|
|
6525
|
+
* and no picture yet (or ever). Production reserves the same space with a
|
|
6526
|
+
* transparent placeholder of the block's design size; this is that size,
|
|
6527
|
+
* restated as an aspect. A tile is never allowed to have no shape - with
|
|
6528
|
+
* none it is zero pixels tall and its whole row collapses. */
|
|
6529
|
+
reserveRatio?: string;
|
|
6368
6530
|
background?: boolean;
|
|
6369
6531
|
outline?: boolean;
|
|
6370
6532
|
overflow?: boolean;
|
|
@@ -6400,7 +6562,7 @@ type GameBoxProps = {
|
|
|
6400
6562
|
onPlay?: (slug: string, fun: boolean) => void;
|
|
6401
6563
|
className?: string;
|
|
6402
6564
|
};
|
|
6403
|
-
declare const GameBox: ({ id, slug, image, imageSource, art, emptyArt, artContent, alt, name, description, playText, ratio, background, outline, overflow, hasFunSupport, action, link, target, liveData, players, showPlayers, limit, formatLimit, onlineText, offlineText, skeleton, loading, broken, onPlay, className, }: GameBoxProps) => react__default.JSX.Element;
|
|
6565
|
+
declare const GameBox: ({ id, slug, image, imageSource, art, emptyArt, artContent, alt, name, description, playText, ratio, reserveRatio, background, outline, overflow, hasFunSupport, action, link, target, liveData, players, showPlayers, limit, formatLimit, onlineText, offlineText, skeleton, loading, broken, onPlay, className, }: GameBoxProps) => react__default.JSX.Element;
|
|
6404
6566
|
|
|
6405
6567
|
/**
|
|
6406
6568
|
* The page builder's only vertical-rhythm tool (CMS `Components.SPACER`).
|
|
@@ -11636,5 +11798,5 @@ declare const resources: {
|
|
|
11636
11798
|
};
|
|
11637
11799
|
};
|
|
11638
11800
|
|
|
11639
|
-
export { _default as ALink, Accordion, AddDefaultThemeStyle, AddDefaultUnit, AddZero, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, AlertTitle, Amount, AnnouncementBar, Arrow as ArrowIcon, AuthPage, AuthPageSeparator, AuthPageTitle, Avatar, AvatarFallback, AvatarImage, BLOCK_ENTRIES, BLOCK_MANIFEST, BackToTop, BackTop, Badge, Banner, Base64Decode, Base64Encode, BlockForm, BlockPreview, BoxTitle, Button, ButtonGroup, ButtonGroupText, ButtonSizes, ButtonSizesSlug, ButtonTypes, Calendar, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTabs, CardTitle, CasinoFeatured, CasinoFeaturedWinners, CategoryChip, CheckFileURL, Checkbox, Checkmark, ChunkArray, CodeEditor, CodeInput, ColorInput, ComingSoon, CompletionPanel, ComponentPositions, ComponentSizes, ComponentSizesSlug, ComponentVariants, ComponentXPositions, ComponentYPositions, ConnectionStatus, ConsoleLog, ContextMenu, DropdownMenuCheckboxItem as ContextMenuCheckboxItem, DropdownMenuContent as ContextMenuContent, DropdownMenuItem as ContextMenuItem, DropdownMenuLabel as ContextMenuLabel, DropdownMenuRadioGroup as ContextMenuRadioGroup, DropdownMenuRadioItem as ContextMenuRadioItem, DropdownMenuSeparator as ContextMenuSeparator, DropdownMenuSub as ContextMenuSub, DropdownMenuSubContent as ContextMenuSubContent, DropdownMenuSubTrigger as ContextMenuSubTrigger, ContextMenuTrigger, ConvertCurrency, DatePicker, DefaultAvatar, DetectPlatform, DetermineNewHeight, DetermineNewWidth, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EXAMPLE_SITE, EmailVerification, FeaturedGames, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileChecker, FileDocument, FileExcel, FileExtensions, FilePdf, FileTypes, FilterTabs, FindSelector, Flex, Footer, ForceChangePassword, Form, FormDefaultsContext, FormValidationTypes, FormValidations, FormatBytes, FormatDate, FormatDateTime, FormatSimpleDate, FormatSimpleDateTime, FormatTime, GameBox, GameCarousel, GameCategories, GameProviders, GameShell, GameShellBrowse, GameShellSettings, GameShellSwipeHint, GamesGrid, generateColorScaleFromBase as GenerateColorScale, GetByCurrency, GetClassNameByPlatform, GetCountryCodeByCurrencyCode, GetCountryCodeByLanguage, GetCurrencyFormat, GetCurrencySymbol, GetDecimalByCurrency, GetPlatform, GetTypeByFileType, H1, H2, H3, H4, HUB_NAME_KEYS, HUB_PRIZE_TONE, HUB_STATUS_TONE, Header, Help, HoverCard, HoverCardContent, HoverCardTrigger, HubAccountModal, HubActiveBonus, HubBonusActivation, HubBonusHistory, HubBonusRequest, HubChangePassword, HubComingSoon, HubCopyBtn, HubDepositModal, HubDepositPage, HubDt, HubFreespinActivation, HubFreespinHistory, HubGameHistory, HubHistName, HubMedalButton, HubMedalDetail, HubMedals, HubMessageInbox, HubNewTicketForm, HubNotificationPrefs, HubPayFieldRow, HubPayFilter, HubPayLogoBadge, HubPayModalCard, HubPayModalTiles, HubPayName, HubPaymentHistory, HubPrizesModal, HubProfileSummary, HubRaffleActive, HubRaffleJoined, HubSecurity, HubSettingsDetails, HubStatistics, HubStatusBadge, HubStatusCard, HubTable, HubTicketThread, HubTicketsModal, HubVipClub, HubVipLevels, HubWithdrawModal, HubWithdrawPage, ITDContext, ITDLink, ITDProvider, ITDRouterContext, ITDThemeProvider, _default$1 as Image, ImageCropper, InitPlatform, _default$2 as InlineSVGCached, InlineSelectArrow, Input, IsValidJSON, KNOWN_BLOCKS, Label, LayoutBoxes, LineChart, Lock as LockIcon, LoginPanel, MaskProvider, MegaMenu, MinWidthGate, MobileBottomNav, MobileGameCategories, MobileGameFilter, MobileGameNavigator, MobileGameSearch, MobileLastWinners, ModalManager, ModalState, MultipleJackpots, NoData, NotificationsPanel, PAGE_BACKGROUND_FIELDS, PAGE_EDITOR_CHANNEL, PAGE_EDITOR_PROTOCOL, PAGE_SETTLE_DEADLINE, PAGE_TYPES, PHONE_COUNTRIES, PageBackground, PageCustomCode, PageProvider, PageRenderer, Picture, PlatformTypes, Popover, PopoverContent, PopoverTrigger, PortalDocumentProvider, PostViewer, Progress, PromotionsGrid, RadioGroup, RadioGroupItem, Raffle, RaffleShowcase, RangePicker, RemoveUnits, ResetPassword, Result, SITE_THEME_DEFAULTS, SITE_THEME_FIELDS, SVGLoader, SVGUrlToPNGDataUrl, Select, SelectGroup, SelectItem, SelectLabel, SelectSeparator, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, SignupPanel, Skeleton, Slider, SliderDouble, Spacer, Spin, StatCard, SubPageHeader, Switch, Table$1 as Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, Table as TablePrimitive, TableRow as TableRowPrimitive, TableWrapper, Tabs, TabsContent, TabsList, TabsTrigger, TextArea, ThemeAppearances, TinyScrollbar, Toaster, ToggleGroup, ToggleGroupItem, TokenSetError, Tooltip, TooltipContent, TooltipPositions, TooltipTrigger, TournamentCard, TournamentDetail, TournamentList, Tournaments, Trash, TriggerTypes, UniUpperCase, Upload, Upload$1 as UploadIcon, UserHub, Wait, ZoomIn, ZoomOut, actionHasTarget, applyLayout, applySampleImages, applySampleRefs, applyTouchMode, arrayMove, blockName, blocksForPageType, cn, darkTheme, decodeCustomCode, defaultData, defineITDConfig, defineTokenSet, deriveSteps, dropTargetAt, editableBlock, export_default as enCalendarLocale, findCssError, generateColorScaleFromBase, getContrastText, getPhoneCountry, hexToRgba, hubVipMedalSrc, importShadcnTheme, injectThemeColors, isPhoneComplete, isTouchDevice, lightTheme, locales, lockScroll, matchActive, moveIndex, normalizeAction, pageBackgroundFields, pageBlocks, pageChecks, pageKey, pageTypeLabel, pageVisibility, parseCustomCode, pathnameOf, phoneDigits, phoneLength, pushOverlayLayer, readField, realmOf, resolveSitePresetOverrides, resolveSiteTheme, resolveTokenSet, resources, sampleAnswer, sampleArt, sampleSlider, stepOf, toE164, toKebabCase, toTurkishTitleCase, export_default$1 as trCalendarLocale, unwrap, useActionProps, useAddExternalCSS, useAmountMask, useAvoidCollision, useComponentSize, useConnectionStatus, useConstructor, useContextBridge, useCoreFetch, useDefaultVariant, useEditorBridge, useHubMobile, useITD, useITDHref, useITDLocation, useITDNavigate, useITDRouterAdapter, useITDSearchParams, useKeyboardShortcut, useMediaQuery, useModal, useModalContent, useMultiQuery, useNaturalRatio, useNotificationsFeed, useOnClickOutside, useOnESCKeyDown, useOnResize, useOrientation, usePageContext, usePhoneCountry, usePortalDocument, useReCaptcha, useRealm, useScrollLock, useSingleQuery, useViewer, validateSitePreset, validateTokenSet, withOpacity, worstLevel, wrap, writeField };
|
|
11640
|
-
export type { AccordionItemProps, AccordionProps, AccordionSubMenuProps, AlertDialogContentProps, AlertProps, AlertType, AmountMaskContextValue, AmountProps, AnnouncementBarHideMode, AnnouncementBarProps, AuthPageProps, AuthPageTitleProps, BadgeColor, BadgeProps, BadgeVariant, BannerProps, BlockFormProps, BlockKind, BlockManifestEntry, BlockNotification, BlockPreviewProps, BoxTitleProps, ButtonGroupOrientation, ButtonGroupProps, ButtonGroupTextProps, ButtonGroupVariant, ButtonProps, ButtonSize, ButtonStates, ButtonVariants, CalendarDayProps, CalendarLocale, CalendarProps, CalendarValueProps, CardProps, CasinoFeaturedItem, CasinoFeaturedProps, CasinoFeaturedTournament, CasinoWinnersProps, ChartSeries, CheckCode, CheckLevel, CheckboxEvent, CheckboxGroupProps, CheckboxProps, CodeEditorProps, CodeInputProps, ComingSoonProps, CompletionPanelProps, CompletionTexts, DropdownMenuCheckboxItemProps as ContextMenuCheckboxItemProps, DropdownMenuContentProps as ContextMenuContentProps, DropdownMenuItemProps as ContextMenuItemProps, DropdownMenuLabelProps as ContextMenuLabelProps, ContextMenuProps, DropdownMenuRadioGroupProps as ContextMenuRadioGroupProps, DropdownMenuRadioItemProps as ContextMenuRadioItemProps, DropdownMenuSeparatorProps as ContextMenuSeparatorProps, DropdownMenuSubContentProps$1 as ContextMenuSubContentProps, DropdownMenuSubProps$1 as ContextMenuSubProps, DropdownMenuSubTriggerProps as ContextMenuSubTriggerProps, ContextMenuTriggerProps, CropArea, CropSettings, DatePickerProps, DialogSide, DropTarget, DropdownMenuCheckboxItemProps, DropdownMenuContentProps, DropdownMenuItemProps, DropdownMenuLabelProps, DropdownMenuProps, DropdownMenuRadioGroupProps, DropdownMenuRadioItemProps, DropdownMenuSeparatorProps, DropdownMenuSubContentProps$1 as DropdownMenuSubContentProps, DropdownMenuSubProps$1 as DropdownMenuSubProps, DropdownMenuSubTriggerProps, DropdownMenuTriggerProps, EditorBlockRect, EditorBridge, EditorBridgeOptions, EditorCommand, EditorEnvelope, EditorEvent, EditorRect, EmailVerificationProps, EmailVerificationState, FeaturedGamesProps, FieldLegendProps, FieldOption, FieldProps, FieldSchema, FieldSource, FieldUpdateProps, FieldsSchema, FilterTabOption, FilterTabsProps, FlexAlignProps, FlexGapProps, FlexJustifyProps, FlexProps, FooterApp, FooterLink, FooterProps, FooterSeal, FooterSitemapGroup, FooterSocial, ForceChangePasswordProps, ForceChangePasswordValues, FormContextType, FormDefaults, FormItemProps, FormProps, FormRuleProps, FormSubComponentProps, FormValueProps, GameBoxLiveData, GameBoxProps, GameBrowseGame, GameBrowseJackpot, GameBrowseProvider, GameBrowseTab, GameBrowseWinner, GameCarouselProps, GameCategoriesProps, GameCategory, GameFilterSort, GameProvider, GameProvidersProps, GameShellBrowseProps, GameShellContent, GameShellNotice, GameShellProps, GameShellSettingsAction, GameShellSettingsProps, GameShellSwipeHintProps, GamesGridProps, GroupCheckboxOptionType, HeaderLanguage, HeaderNavItem, HeaderProps, HeaderUser, HelpProps, HelpSection, HubActiveBonusData, HubBonusActRow, HubBonusReqRow, HubBonusRow, HubFsActRow, HubFsRow, HubGameRow, HubGameStat, HubHistFilter, HubMedal, HubMsg, HubPayField, HubPayFilterOption, HubPayHRow, HubPayLogo, HubPayMethod, HubPayRow, HubPayTableRow, HubPrizeTone, HubRafflePrize, HubRaffleRow, HubRewardTier, HubRewardTip, HubSecurityRow, HubSettingsField, HubSettingsGroup, HubStat, HubStatusField, HubStatusTone, HubTableMarker, HubTicket, HubTopSlot, HubTypeFieldMap, HubVipArt, HubVipBonus, HubVipGroup, HubVipHero, HubVipLevel, HubVipSummary, HubVipTier, HubWagerRow, HubWdAccount, ITDContextType, ITDHorizontalPosition, ITDImperativeFuncProps, ITDImportConfig, ITDInitConfig, ITDLinkProps, ITDLinkRenderProps, ITDLocation, ITDNavigateOptions, ITDProviderProps, ITDRouterAdapter, ITDSize, ITDSizeSlug, ITDTheme, ITDVariant, ITDVerticalPosition, ImageCropperProps, ImageCropperRef, InputProps, InputVariant, ItdAction, ItdActionKind, JackpotGame, JackpotSlide, JackpotTier, JackpotTierStats, JackpotWin, LabelProps, LayoutBoxesProps, LineChartProps, LoginAlternate, LoginCredentials, LoginIdentifier, LoginPanelProps, LoginStep, LoginTexts, MaskProviderProps, MatchActiveOptions, MegaMenuEntry, MegaMenuLink, MegaMenuProps, MinWidthGateProps, MobileBottomNavItem, MobileBottomNavProps, MobileGameCategoriesProps, MobileGameFilterProps, MobileGameNavigatorProps, MobileGameSearchProps, MobileLastWinner, MobileLastWinnersProps, ModalContentProps, ModalProps, ModalRefProps, MultipleJackpotsProps, NotificationsFeed, NotificationsSource, OverlayLayerHandle, OverlayLayerOptions, PageAudience, PageBackground$1 as PageBackgroundData, PageCheckFinding, PageCheckInput, PageComponent, PageContextValue, PageCustomCodes, PageDocument, PageGame, PageLabels, PageLayout, PageLayoutPages, PagePayload, PagePlatform, PageQueryResult, PageRefs, PageRenderMode, PageRendererProps, PageStatus, PageType, PageViewer, PasswordlessChannel, PhoneCountry, PopoverProps, PostViewerBlock, ProgressProps, ProgressStatus, PromotionCardData, PromotionsGridProps, QueryValueProps, RadioGroupItemProps, RadioGroupProps, RaffleData, RaffleParticipant, RafflePrize, RangePickerProps, RangePreset, RangeValue, RangeValueProps, Realm, ResetPasswordProps, ResetPasswordValues, ResolvedSiteTheme, ResultProps, SampleSource, SelectOptionProps, SelectProps, SelectToggleProps, SelectValue, SeparatorProps, ShadcnImportResult, SheetContentProps, SheetSide, SignupField, SignupFieldKind, SignupFieldOption, SignupLayout, SignupPanelProps, SignupStepId, SignupTexts, SignupVerificationTiming, SingleQueryProps, SiteChromeSettings, SitePreset, SiteThemeSettings, SkeletonAnimation, SkeletonProps, SkeletonVariant, SliderDoubleProps, SliderProps, SliderRef, SliderSlide, SpacerProps, StatCardProps, StatCardTrend, SubPageHeaderProps, SvgToPngOptions, SwitchProps, TableColumnType, TableProps, TableRefProps, TableRow$1 as TableRow, TableSortDirection, TableSortMode, TableSortState, TableTRProps, TabsContentProps, TabsListProps, TabsOrientation, TabsProps, TabsTriggerProps, TabsVariant, TextAreaEvent, TextAreaProps, TextAreaVariant, ToasterProps, ToggleGroupItemProps, ToggleGroupProps, TokenDef, TokenSet, Tournament, TournamentFilter, TournamentGame, TournamentPrizeRow, TournamentStanding, TournamentStatBox, TournamentStatus, UploadProgressProps, UploadProps, UploadResultMessageProps, UserHubBalance, UserHubBalanceRow, UserHubNavItem, UserHubProps, UserHubTab };
|
|
11801
|
+
export { _default as ALink, Accordion, AddDefaultThemeStyle, AddDefaultUnit, AddZero, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, AlertTitle, Amount, AnnouncementBar, Arrow as ArrowIcon, AuthPage, AuthPageSeparator, AuthPageTitle, Avatar, AvatarFallback, AvatarImage, BLOCK_ENTRIES, BLOCK_MANIFEST, BackToTop, BackTop, Badge, Banner, Base64Decode, Base64Encode, BlockForm, BlockLink, BlockPreview, BoxTitle, Button, ButtonGroup, ButtonGroupText, ButtonSizes, ButtonSizesSlug, ButtonTypes, Calendar, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTabs, CardTitle, CasinoFeatured, CasinoFeaturedWinners, CategoryChip, CheckFileURL, Checkbox, Checkmark, ChunkArray, CodeEditor, CodeInput, ColorInput, ComingSoon, CompletionPanel, ComponentPositions, ComponentSizes, ComponentSizesSlug, ComponentVariants, ComponentXPositions, ComponentYPositions, ConnectionStatus, ConsoleLog, ContextMenu, DropdownMenuCheckboxItem as ContextMenuCheckboxItem, DropdownMenuContent as ContextMenuContent, DropdownMenuItem as ContextMenuItem, DropdownMenuLabel as ContextMenuLabel, DropdownMenuRadioGroup as ContextMenuRadioGroup, DropdownMenuRadioItem as ContextMenuRadioItem, DropdownMenuSeparator as ContextMenuSeparator, DropdownMenuSub as ContextMenuSub, DropdownMenuSubContent as ContextMenuSubContent, DropdownMenuSubTrigger as ContextMenuSubTrigger, ContextMenuTrigger, ConvertCurrency, DatePicker, DefaultAvatar, DetectPlatform, DetermineNewHeight, DetermineNewWidth, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EXAMPLE_SITE, EmailVerification, FeaturedGames, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileChecker, FileDocument, FileExcel, FileExtensions, FilePdf, FileTypes, FilterTabs, FindSelector, Flex, Footer, ForceChangePassword, Form, FormDefaultsContext, FormValidationTypes, FormValidations, FormatBytes, FormatDate, FormatDateTime, FormatSimpleDate, FormatSimpleDateTime, FormatTime, GameBox, GameCarousel, GameCategories, GameProviders, GameShell, GameShellBrowse, GameShellSettings, GameShellSwipeHint, GamesGrid, generateColorScaleFromBase as GenerateColorScale, GetByCurrency, GetClassNameByPlatform, GetCountryCodeByCurrencyCode, GetCountryCodeByLanguage, GetCurrencyFormat, GetCurrencySymbol, GetDecimalByCurrency, GetPlatform, GetTypeByFileType, H1, H2, H3, H4, HUB_NAME_KEYS, HUB_PRIZE_TONE, HUB_STATUS_TONE, Header, Help, HoverCard, HoverCardContent, HoverCardTrigger, HubAccountModal, HubActiveBonus, HubBonusActivation, HubBonusHistory, HubBonusRequest, HubChangePassword, HubComingSoon, HubCopyBtn, HubDepositModal, HubDepositPage, HubDt, HubFreespinActivation, HubFreespinHistory, HubGameHistory, HubHistName, HubMedalButton, HubMedalDetail, HubMedals, HubMessageInbox, HubNewTicketForm, HubNotificationPrefs, HubPayFieldRow, HubPayFilter, HubPayLogoBadge, HubPayModalCard, HubPayModalTiles, HubPayName, HubPaymentHistory, HubPrizesModal, HubProfileSummary, HubRaffleActive, HubRaffleJoined, HubSecurity, HubSettingsDetails, HubStatistics, HubStatusBadge, HubStatusCard, HubTable, HubTicketThread, HubTicketsModal, HubVipClub, HubVipLevels, HubWithdrawModal, HubWithdrawPage, ITDContext, ITDLink, ITDProvider, ITDRouterContext, ITDThemeProvider, _default$1 as Image, ImageCropper, InitPlatform, _default$2 as InlineSVGCached, InlineSelectArrow, Input, IsValidJSON, KNOWN_BLOCKS, Label, LayoutBoxes, LineChart, Lock as LockIcon, LoginPanel, MaskProvider, MegaMenu, MinWidthGate, MobileBottomNav, MobileGameCategories, MobileGameFilter, MobileGameNavigator, MobileGameSearch, MobileLastWinners, ModalManager, ModalState, MultipleJackpots, NoData, NotificationsPanel, PAGE_BACKGROUND_FIELDS, PAGE_EDITOR_CHANNEL, PAGE_EDITOR_PROTOCOL, PAGE_SETTLE_DEADLINE, PAGE_TYPES, PHONE_COUNTRIES, PageBackground, PageCustomCode, PageProvider, PageRenderer, Picture, PlatformTypes, Popover, PopoverContent, PopoverTrigger, PortalDocumentProvider, PostViewer, Progress, PromotionsGrid, RadioGroup, RadioGroupItem, Raffle, RaffleShowcase, RangePicker, RemoveUnits, ResetPassword, Result, SITE_THEME_DEFAULTS, SITE_THEME_FIELDS, SVGLoader, SVGUrlToPNGDataUrl, Select, SelectGroup, SelectItem, SelectLabel, SelectSeparator, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, SignupPanel, Skeleton, Slider, SliderDouble, Spacer, Spin, StatCard, SubPageHeader, Switch, Table$1 as Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, Table as TablePrimitive, TableRow as TableRowPrimitive, TableWrapper, Tabs, TabsContent, TabsList, TabsTrigger, TextArea, ThemeAppearances, TinyScrollbar, Toaster, ToggleGroup, ToggleGroupItem, TokenSetError, Tooltip, TooltipContent, TooltipPositions, TooltipTrigger, TournamentCard, TournamentDetail, TournamentList, Tournaments, Trash, TriggerTypes, UniUpperCase, Upload, Upload$1 as UploadIcon, UserHub, Wait, ZoomIn, ZoomOut, actionHasTarget, applyLayout, applySampleImages, applySampleRefs, applyTouchMode, arrayMove, blockName, blocksForPageType, cn, darkTheme, decodeCustomCode, defaultData, defineITDConfig, defineTokenSet, deriveSteps, dropTargetAt, editableBlock, export_default as enCalendarLocale, findCssError, generateColorScaleFromBase, getContrastText, getPhoneCountry, hexToRgba, hubVipMedalSrc, importShadcnTheme, injectThemeColors, isPhoneComplete, isTouchDevice, lightTheme, locales, lockScroll, matchActive, moveIndex, normalizeAction, pageBackgroundFields, pageBlocks, pageChecks, pageKey, pageTypeLabel, pageVisibility, parseCustomCode, pathnameOf, phoneDigits, phoneLength, pushOverlayLayer, readField, realmOf, resolveSitePresetOverrides, resolveSiteTheme, resolveTokenSet, resources, sampleAnswer, sampleArt, sampleSlider, stepOf, toE164, toKebabCase, toTurkishTitleCase, export_default$1 as trCalendarLocale, unwrap, useActionProps, useAddExternalCSS, useAmountMask, useAvoidCollision, useComponentSize, useConnectionStatus, useConstructor, useContextBridge, useCoreFetch, useDefaultVariant, useEditorBridge, useHubMobile, useITD, useITDHref, useITDLocation, useITDNavigate, useITDRouterAdapter, useITDSearchParams, useKeyboardShortcut, useMediaQuery, useModal, useModalContent, useMultiQuery, useNaturalRatio, useNotificationsFeed, useOnClickOutside, useOnESCKeyDown, useOnResize, useOrientation, usePageContext, usePhoneCountry, usePortalDocument, useReCaptcha, useRealm, useScrollLock, useSingleQuery, useViewer, validateSitePreset, validateTokenSet, withOpacity, worstLevel, wrap, writeField };
|
|
11802
|
+
export type { AccordionItemProps, AccordionProps, AccordionSubMenuProps, AlertDialogContentProps, AlertProps, AlertType, AmountMaskContextValue, AmountProps, AnnouncementBarHideMode, AnnouncementBarProps, AuthPageProps, AuthPageTitleProps, BadgeColor, BadgeProps, BadgeVariant, BannerProps, BlockFormProps, BlockKind, BlockLinkProps, BlockManifestEntry, BlockNotification, BlockPreviewProps, BoxTitleProps, ButtonGroupOrientation, ButtonGroupProps, ButtonGroupTextProps, ButtonGroupVariant, ButtonProps, ButtonSize, ButtonStates, ButtonVariants, CalendarDayProps, CalendarLocale, CalendarProps, CalendarValueProps, CardProps, CasinoFeaturedItem, CasinoFeaturedProps, CasinoFeaturedTournament, CasinoWinnersProps, ChartSeries, CheckCode, CheckLevel, CheckboxEvent, CheckboxGroupProps, CheckboxProps, CodeEditorProps, CodeInputProps, ComingSoonProps, CompletionPanelProps, CompletionTexts, DropdownMenuCheckboxItemProps as ContextMenuCheckboxItemProps, DropdownMenuContentProps as ContextMenuContentProps, DropdownMenuItemProps as ContextMenuItemProps, DropdownMenuLabelProps as ContextMenuLabelProps, ContextMenuProps, DropdownMenuRadioGroupProps as ContextMenuRadioGroupProps, DropdownMenuRadioItemProps as ContextMenuRadioItemProps, DropdownMenuSeparatorProps as ContextMenuSeparatorProps, DropdownMenuSubContentProps$1 as ContextMenuSubContentProps, DropdownMenuSubProps$1 as ContextMenuSubProps, DropdownMenuSubTriggerProps as ContextMenuSubTriggerProps, ContextMenuTriggerProps, CropArea, CropSettings, DatePickerProps, DialogSide, DropTarget, DropdownMenuCheckboxItemProps, DropdownMenuContentProps, DropdownMenuItemProps, DropdownMenuLabelProps, DropdownMenuProps, DropdownMenuRadioGroupProps, DropdownMenuRadioItemProps, DropdownMenuSeparatorProps, DropdownMenuSubContentProps$1 as DropdownMenuSubContentProps, DropdownMenuSubProps$1 as DropdownMenuSubProps, DropdownMenuSubTriggerProps, DropdownMenuTriggerProps, EditorBlockRect, EditorBridge, EditorBridgeOptions, EditorCommand, EditorEnvelope, EditorEvent, EditorRect, EmailVerificationProps, EmailVerificationState, FeaturedGamesProps, FieldLegendProps, FieldOption, FieldProps, FieldSchema, FieldSource, FieldUpdateProps, FieldsSchema, FilterTabOption, FilterTabsProps, FlexAlignProps, FlexGapProps, FlexJustifyProps, FlexProps, FooterApp, FooterLink, FooterProps, FooterSeal, FooterSitemapGroup, FooterSocial, ForceChangePasswordProps, ForceChangePasswordValues, FormContextType, FormDefaults, FormItemProps, FormProps, FormRuleProps, FormSubComponentProps, FormValueProps, GameBoxLiveData, GameBoxProps, GameBrowseGame, GameBrowseJackpot, GameBrowseProvider, GameBrowseTab, GameBrowseWinner, GameCarouselProps, GameCategoriesProps, GameCategory, GameFilterSort, GameProvider, GameProvidersProps, GameShellBrowseProps, GameShellContent, GameShellNotice, GameShellProps, GameShellSettingsAction, GameShellSettingsProps, GameShellSwipeHintProps, GamesGridProps, GroupCheckboxOptionType, HeaderLanguage, HeaderNavItem, HeaderProps, HeaderUser, HelpProps, HelpSection, HubActiveBonusData, HubBonusActRow, HubBonusReqRow, HubBonusRow, HubFsActRow, HubFsRow, HubGameRow, HubGameStat, HubHistFilter, HubMedal, HubMsg, HubPayField, HubPayFilterOption, HubPayHRow, HubPayLogo, HubPayMethod, HubPayRow, HubPayTableRow, HubPrizeTone, HubRafflePrize, HubRaffleRow, HubRewardTier, HubRewardTip, HubSecurityRow, HubSettingsField, HubSettingsGroup, HubStat, HubStatusField, HubStatusTone, HubTableMarker, HubTicket, HubTopSlot, HubTypeFieldMap, HubVipArt, HubVipBonus, HubVipGroup, HubVipHero, HubVipLevel, HubVipSummary, HubVipTier, HubWagerRow, HubWdAccount, ITDContextType, ITDHorizontalPosition, ITDImperativeFuncProps, ITDImportConfig, ITDInitConfig, ITDLinkProps, ITDLinkRenderProps, ITDLocation, ITDNavigateOptions, ITDProviderProps, ITDRouterAdapter, ITDSize, ITDSizeSlug, ITDTheme, ITDVariant, ITDVerticalPosition, ImageCropperProps, ImageCropperRef, InputProps, InputVariant, ItdAction, ItdActionKind, JackpotGame, JackpotSlide, JackpotTier, JackpotTierStats, JackpotWin, LabelProps, LayoutBoxesProps, LineChartProps, LoginAlternate, LoginCredentials, LoginIdentifier, LoginPanelProps, LoginStep, LoginTexts, MaskProviderProps, MatchActiveOptions, MegaMenuEntry, MegaMenuLink, MegaMenuProps, MinWidthGateProps, MobileBottomNavItem, MobileBottomNavProps, MobileGameCategoriesProps, MobileGameFilterProps, MobileGameNavigatorProps, MobileGameSearchProps, MobileLastWinner, MobileLastWinnersProps, ModalContentProps, ModalProps, ModalRefProps, MultipleJackpotsProps, NotificationsFeed, NotificationsSource, OverlayLayerHandle, OverlayLayerOptions, PageAudience, PageBackground$1 as PageBackgroundData, PageCheckFinding, PageCheckInput, PageComponent, PageContextValue, PageCustomCodes, PageDocument, PageGame, PageLabels, PageLayout, PageLayoutPages, PagePayload, PagePlatform, PageQueryResult, PageRefs, PageRenderMode, PageRendererProps, PageStatus, PageType, PageViewer, PasswordlessChannel, PhoneCountry, PopoverProps, PostViewerBlock, ProgressProps, ProgressStatus, PromotionCardData, PromotionsGridProps, QueryValueProps, RadioGroupItemProps, RadioGroupProps, RaffleData, RaffleParticipant, RafflePrize, RangePickerProps, RangePreset, RangeValue, RangeValueProps, Realm, ResetPasswordProps, ResetPasswordValues, ResolvedSiteTheme, ResultProps, SampleSource, SelectOptionProps, SelectProps, SelectToggleProps, SelectValue, SeparatorProps, ShadcnImportResult, SheetContentProps, SheetSide, SignupField, SignupFieldKind, SignupFieldOption, SignupLayout, SignupPanelProps, SignupStepId, SignupTexts, SignupVerificationTiming, SingleQueryProps, SiteChromeSettings, SitePreset, SiteThemeSettings, SkeletonAnimation, SkeletonProps, SkeletonVariant, SliderDoubleProps, SliderProps, SliderRef, SliderSlide, SpacerProps, StatCardProps, StatCardTrend, SubPageHeaderProps, SvgToPngOptions, SwitchProps, TableColumnType, TableProps, TableRefProps, TableRow$1 as TableRow, TableSortDirection, TableSortMode, TableSortState, TableTRProps, TabsContentProps, TabsListProps, TabsOrientation, TabsProps, TabsTriggerProps, TabsVariant, TextAreaEvent, TextAreaProps, TextAreaVariant, ToasterProps, ToggleGroupItemProps, ToggleGroupProps, TokenDef, TokenSet, Tournament, TournamentFilter, TournamentGame, TournamentPrizeRow, TournamentStanding, TournamentStatBox, TournamentStatus, UploadProgressProps, UploadProps, UploadResultMessageProps, UserHubBalance, UserHubBalanceRow, UserHubNavItem, UserHubProps, UserHubTab };
|