@casinogate/ui 1.10.17 → 1.10.18

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.
@@ -436,6 +436,9 @@
436
436
  .cgui\:h-34 {
437
437
  height: calc(var(--cgui-spacing) * 34);
438
438
  }
439
+ .cgui\:h-120 {
440
+ height: calc(var(--cgui-spacing) * 120);
441
+ }
439
442
  .cgui\:h-\[300px\] {
440
443
  height: 300px;
441
444
  }
@@ -9,7 +9,7 @@ export const dataTableVariants = tv({
9
9
  'cgui:border cgui:border-stroke-divider',
10
10
  'cgui:transition-all cgui:duration-250 cgui:ease-in-out',
11
11
  ],
12
- table: ['cgui:size-full'],
12
+ table: ['cgui:w-full'],
13
13
  header: ['cgui:font-medium cgui:text-body-2 cgui:text-fg-darkest cgui:sticky cgui:z-1 cgui:top-0'],
14
14
  body: [
15
15
  'cgui:relative',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@casinogate/ui",
3
- "version": "1.10.17",
3
+ "version": "1.10.18",
4
4
  "svelte": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",