lizaui 10.0.46 → 10.0.48

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.
@@ -1 +1 @@
1
- {"version":3,"file":"table-body-row.d.ts","sourceRoot":"","sources":["../../../../src/components/table/body/table-body-row.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAGtE,eAAO,MAAM,YAAY,8GA+CxB,CAAC"}
1
+ {"version":3,"file":"table-body-row.d.ts","sourceRoot":"","sources":["../../../../src/components/table/body/table-body-row.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAEtE,eAAO,MAAM,YAAY,8GA+CxB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"table-body.d.ts","sourceRoot":"","sources":["../../../../src/components/table/body/table-body.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAIhF,OAAO,EAAE,KAAK,cAAc,EAAwB,MAAM,8BAA8B,CAAC;AAqFzF,eAAO,MAAM,SAAS,EAEhB,CAAC,KAAK,SAAS,MAAM,EAAE,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC"}
1
+ {"version":3,"file":"table-body.d.ts","sourceRoot":"","sources":["../../../../src/components/table/body/table-body.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAKhF,OAAO,EAAE,KAAK,cAAc,EAAwB,MAAM,8BAA8B,CAAC;AAoFzF,eAAO,MAAM,SAAS,EAEhB,CAAC,KAAK,SAAS,MAAM,EAAE,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"table-header-column.d.ts","sourceRoot":"","sources":["../../../../src/components/table/header/table-header-column.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,EAAE,EAAW,MAAM,OAAO,CAAC;AAEhD,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AAO1E,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CA4IzD,CAAC"}
1
+ {"version":3,"file":"table-header-column.d.ts","sourceRoot":"","sources":["../../../../src/components/table/header/table-header-column.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAW,MAAM,OAAO,CAAC;AAIhD,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AAG3E,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CAiIxD,CAAC"}
@@ -1,5 +1,5 @@
1
- import { TableProps } from './interface/table.interface';
2
1
  import { default as React } from 'react';
2
+ import { TableProps } from './interface/table.interface';
3
3
  export declare const TableHOC: ({ className, children, classNameContainer, ...props }: TableProps) => import("react/jsx-runtime").JSX.Element;
4
4
  export declare const Table: (({ className, children, classNameContainer, ...props }: TableProps) => import("react/jsx-runtime").JSX.Element) & {
5
5
  Header: React.FC<import('./interface/table.interface').TableHeaderProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/components/table/table.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,KAAqD,MAAM,OAAO,CAAC;AAI1E,eAAO,MAAM,QAAQ,GAAI,uDAAuD,UAAU,4CAuDzF,CAAC;AAEF,eAAO,MAAM,KAAK,2DAzD8D,UAAU;;;;;;;;;CAsExF,CAAC"}
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/components/table/table.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqD,MAAM,OAAO,CAAC;AAS1E,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAG9D,OAAO,yBAAyB,CAAC;AAEjC,eAAO,MAAM,QAAQ,GAAI,uDAAuD,UAAU,4CA0DzF,CAAC;AAEF,eAAO,MAAM,KAAK,2DA5D8D,UAAU;;;;;;;;;CAyExF,CAAC"}
package/dist/lizaui.css CHANGED
@@ -2187,4 +2187,33 @@
2187
2187
  .react-multi-date-picker-travel-calendar-popover .rmdp-day.rmdp-today span {
2188
2188
  background-color: var(--color-primary-100) !important;
2189
2189
  color: var(--color-primary-500) !important;
2190
- }
2190
+ }.table__container_main {
2191
+ }
2192
+
2193
+ .table__container_main .table__body__main tr:first-child td:first-child {
2194
+ border-top-left-radius: var(--radius);
2195
+ }
2196
+
2197
+ .table__container_main .table__body__main tr:first-child td:last-child {
2198
+ border-top-right-radius: var(--radius);
2199
+ }
2200
+
2201
+ .table__container_main .table__body__main tr:last-child td:first-child {
2202
+ border-bottom-left-radius: var(--radius);
2203
+ }
2204
+
2205
+ .table__container_main .table__body__main tr:last-child td:last-child {
2206
+ border-bottom-right-radius: var(--radius);
2207
+ }
2208
+
2209
+ .table__container_main .table__body__main .table__body_row:not(:last-child) {
2210
+ border-bottom: 1px solid #e4e4e780;
2211
+ }
2212
+
2213
+ .dark .table__container_main .table__body__main .table__body_row:not(:last-child) {
2214
+ border-bottom: 1px solid var(--border);
2215
+ }
2216
+
2217
+ .table__container_main .table__header_th {
2218
+ border-bottom: 1px solid var(--border);
2219
+ }