@yuno-payments/dashboard-design-system 0.0.147 → 0.0.148

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.
@@ -16,9 +16,7 @@ export declare const CHECKBOX_COLUMN_CONFIG: {
16
16
  readonly maxSize: 50;
17
17
  };
18
18
  export declare const ACTIONS_COLUMN_CONFIG: {
19
- readonly size: 50;
20
19
  readonly minSize: 50;
21
- readonly maxSize: 50;
22
20
  };
23
21
  export declare const CELL_BACKGROUND_COLORS: {
24
22
  readonly header: "hsl(var(--sidebar))";
@@ -4,29 +4,29 @@ const _ = {
4
4
  roundedClass: "rounded-md",
5
5
  fontSize: "text-sm",
6
6
  fontWeight: "font-medium"
7
- }, e = {
7
+ }, t = {
8
8
  width: "w-2",
9
9
  lineHeight: "h-5",
10
10
  lineWidth: "w-[1px]"
11
- }, t = {
12
- size: 50,
13
- minSize: 50,
14
- maxSize: 50
15
- }, i = {
11
+ }, e = {
16
12
  size: 50,
17
13
  minSize: 50,
18
14
  maxSize: 50
19
15
  }, n = {
16
+ // size: 50,
17
+ minSize: 50
18
+ // maxSize: 50,
19
+ }, o = {
20
20
  header: "hsl(var(--sidebar))",
21
21
  body: "hsl(var(--background))"
22
- }, o = 66, s = 50, C = "shadow-[-4px_0_4px_-2px_rgba(0,0,0,0.1)]";
22
+ }, i = 66, s = 50, C = "shadow-[-4px_0_4px_-2px_rgba(0,0,0,0.1)]";
23
23
  export {
24
- i as ACTIONS_COLUMN_CONFIG,
25
- n as CELL_BACKGROUND_COLORS,
26
- t as CHECKBOX_COLUMN_CONFIG,
24
+ n as ACTIONS_COLUMN_CONFIG,
25
+ o as CELL_BACKGROUND_COLORS,
26
+ e as CHECKBOX_COLUMN_CONFIG,
27
27
  _ as COLUMN_HEADER_CONFIG,
28
28
  s as COLUMN_MIN_SIZE_DEFAULT,
29
29
  C as PINNED_SHADOW_CLASS,
30
- e as RESIZE_HANDLE_CONFIG,
31
- o as ROW_HEIGHT_DEFAULT
30
+ t as RESIZE_HANDLE_CONFIG,
31
+ i as ROW_HEIGHT_DEFAULT
32
32
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-design-system",
3
- "version": "0.0.147",
3
+ "version": "0.0.148",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",