sellmate-design-system-react 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -926,6 +926,12 @@
926
926
  .h-\[var\(--cmp-pagination-height\)\] {
927
927
  height: var(--cmp-pagination-height);
928
928
  }
929
+ .h-\[var\(--cmp-table-bar-divider-height\)\] {
930
+ height: var(--cmp-table-bar-divider-height);
931
+ }
932
+ .h-\[var\(--cmp-table-bar-height\)\] {
933
+ height: var(--cmp-table-bar-height);
934
+ }
929
935
  .h-\[var\(--cmp-table-header-height\)\] {
930
936
  height: var(--cmp-table-header-height);
931
937
  }
@@ -1396,6 +1402,12 @@
1396
1402
  .gap-\[var\(--cmp-radio-group-gap-vertical\)\] {
1397
1403
  gap: var(--cmp-radio-group-gap-vertical);
1398
1404
  }
1405
+ .gap-\[var\(--cmp-table-bar-section-gap\)\] {
1406
+ gap: var(--cmp-table-bar-section-gap);
1407
+ }
1408
+ .gap-\[var\(--cmp-table-content-gap\)\] {
1409
+ gap: var(--cmp-table-content-gap);
1410
+ }
1399
1411
  .gap-\[var\(--cmp-table-header-gap\)\] {
1400
1412
  gap: var(--cmp-table-header-gap);
1401
1413
  }
@@ -1421,6 +1433,9 @@
1421
1433
  .gap-y-\[var\(--cmp-datepicker-calendar-grid-rowGap\)\] {
1422
1434
  row-gap: var(--cmp-datepicker-calendar-grid-rowGap);
1423
1435
  }
1436
+ .self-center {
1437
+ align-self: center;
1438
+ }
1424
1439
  .self-stretch {
1425
1440
  align-self: stretch;
1426
1441
  }
@@ -1585,6 +1600,10 @@
1585
1600
  border-style: var(--tw-border-style);
1586
1601
  border-width: var(--cmp-guide-button-border-width);
1587
1602
  }
1603
+ .border-\[length\:var\(--cmp-table-border-width\)\] {
1604
+ border-style: var(--tw-border-style);
1605
+ border-width: var(--cmp-table-border-width);
1606
+ }
1588
1607
  .border-x {
1589
1608
  border-inline-style: var(--tw-border-style);
1590
1609
  border-inline-width: 1px;
@@ -1678,6 +1697,9 @@
1678
1697
  .border-\[color\:var\(--rd-border\)\] {
1679
1698
  border-color: var(--rd-border);
1680
1699
  }
1700
+ .border-\[var\(--cmp-table-border-color\)\] {
1701
+ border-color: var(--cmp-table-border-color);
1702
+ }
1681
1703
  .border-\[var\(--cmp-timepicker-border-default\)\] {
1682
1704
  border-color: var(--cmp-timepicker-border-default);
1683
1705
  }
@@ -1975,6 +1997,9 @@
1975
1997
  .px-\[var\(--cmp-table-keyValue-search-paddingX\)\] {
1976
1998
  padding-inline: var(--cmp-table-keyValue-search-paddingX);
1977
1999
  }
2000
+ .px-\[var\(--sys-space-table-padding-md\)\] {
2001
+ padding-inline: var(--sys-space-table-padding-md);
2002
+ }
1978
2003
  .py-\(--cmp-chipInput-md-paddingY\) {
1979
2004
  padding-block: var(--cmp-chipInput-md-paddingY);
1980
2005
  }
@@ -2695,6 +2720,11 @@
2695
2720
  content: var(--tw-content);
2696
2721
  }
2697
2722
  }
2723
+ .empty\:hidden {
2724
+ &:empty {
2725
+ display: none;
2726
+ }
2727
+ }
2698
2728
  .empty\:before\:pointer-events-none {
2699
2729
  &:empty {
2700
2730
  &::before {
@@ -3011,6 +3041,11 @@
3011
3041
  color: var(--sys-color-disabled-text);
3012
3042
  }
3013
3043
  }
3044
+ .has-\[\>div\:empty\]\:hidden {
3045
+ &:has(>div:empty) {
3046
+ display: none;
3047
+ }
3048
+ }
3014
3049
  .data-\[disabled\]\:cursor-not-allowed {
3015
3050
  &[data-disabled] {
3016
3051
  cursor: not-allowed;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sellmate-design-system-react",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Sellmate Design System — React (TypeScript + Tailwind v4) port",
5
5
  "license": "UNLICENSED",
6
6
  "keywords": [