@raystack/apsara 0.11.10 → 0.11.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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +92 -45
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/table/FilteredChip.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--foreground-base: #
|
|
2
|
+
--foreground-base: #3c4347;
|
|
3
3
|
--foreground-muted: #687076;
|
|
4
|
-
--foreground-subtle: #
|
|
5
|
-
--foreground-inverted: #
|
|
6
|
-
--foreground-accent: #
|
|
7
|
-
--foreground-attention: #
|
|
8
|
-
--foreground-danger: #
|
|
9
|
-
--foreground-success: #
|
|
10
|
-
|
|
11
|
-
--background-base: #
|
|
12
|
-
--background-base-hover: #
|
|
13
|
-
--background-inset: #
|
|
14
|
-
--background-inset-hover: #
|
|
15
|
-
--background-subtle: #
|
|
4
|
+
--foreground-subtle: #7e868c;
|
|
5
|
+
--foreground-inverted: #fbfcfd;
|
|
6
|
+
--foreground-accent: #3e63dd;
|
|
7
|
+
--foreground-attention: #ffb224;
|
|
8
|
+
--foreground-danger: #e5484d;
|
|
9
|
+
--foreground-success: #30a46c;
|
|
10
|
+
|
|
11
|
+
--background-base: #fbfcfd;
|
|
12
|
+
--background-base-hover: #f1f3f5;
|
|
13
|
+
--background-inset: #f1f3f5;
|
|
14
|
+
--background-inset-hover: #e6e8eb;
|
|
15
|
+
--background-subtle: #f8f9fa;
|
|
16
16
|
--background-highlight: #889096;
|
|
17
|
-
--background-inverted: #
|
|
18
|
-
--background-accent: #
|
|
19
|
-
--background-accent-inverted: #
|
|
20
|
-
--background-accent-inverted-hover: #
|
|
21
|
-
--background-attention: #
|
|
22
|
-
--background-attention-inverted: #
|
|
23
|
-
--background-danger: #
|
|
24
|
-
--background-danger-inverted: #
|
|
25
|
-
--background-danger-inverted-hover: #
|
|
26
|
-
--background-success: #
|
|
27
|
-
--background-success-inverted: #
|
|
28
|
-
|
|
29
|
-
--border-base: #
|
|
30
|
-
--border-base-hover: #
|
|
31
|
-
--border-muted: #
|
|
32
|
-
--border-subtle: #
|
|
33
|
-
--border-accent: #
|
|
34
|
-
--border-accent-inverted: #
|
|
35
|
-
--border-accent-inverted-hover: #
|
|
36
|
-
--border-attention: #
|
|
37
|
-
--border-attention-inverted: #
|
|
38
|
-
--border-danger: #
|
|
39
|
-
--border-danger-inverted: #
|
|
40
|
-
--border-danger-inverted-hover: #
|
|
41
|
-
--border-success: #
|
|
42
|
-
--border-success-inverted: #
|
|
43
|
-
|
|
44
|
-
--ff-inter:
|
|
17
|
+
--background-inverted: #3c4347;
|
|
18
|
+
--background-accent: #e6edfe;
|
|
19
|
+
--background-accent-inverted: #3e63dd;
|
|
20
|
+
--background-accent-inverted-hover: #3a5ccc;
|
|
21
|
+
--background-attention: #ffecbc;
|
|
22
|
+
--background-attention-inverted: #ffb224;
|
|
23
|
+
--background-danger: #ffe5e5;
|
|
24
|
+
--background-danger-inverted: #e5484d;
|
|
25
|
+
--background-danger-inverted-hover: #dc3d43;
|
|
26
|
+
--background-success: #ddf3e4;
|
|
27
|
+
--background-success-inverted: #30a46c;
|
|
28
|
+
|
|
29
|
+
--border-base: #d7dbdf;
|
|
30
|
+
--border-base-hover: #c1c8cd;
|
|
31
|
+
--border-muted: #dfe3e6;
|
|
32
|
+
--border-subtle: #eceef0;
|
|
33
|
+
--border-accent: #aec0f5;
|
|
34
|
+
--border-accent-inverted: #3e63dd;
|
|
35
|
+
--border-accent-inverted-hover: #3a5ccc;
|
|
36
|
+
--border-attention: #f3ba63;
|
|
37
|
+
--border-attention-inverted: #ffb224;
|
|
38
|
+
--border-danger: #f3aeaf;
|
|
39
|
+
--border-danger-inverted: #e5484d;
|
|
40
|
+
--border-danger-inverted-hover: #dc3d43;
|
|
41
|
+
--border-success: #92ceac;
|
|
42
|
+
--border-success-inverted: #30a46c;
|
|
43
|
+
|
|
44
|
+
--ff-inter: "Inter", -apple-system, system-ui, sans-serif;
|
|
45
45
|
--ff-mono: Söhne Mono, menlo, monospace;
|
|
46
46
|
|
|
47
47
|
--fs-100: 0.688rem;
|
|
@@ -51,7 +51,6 @@
|
|
|
51
51
|
--fs-500: 0.938rem;
|
|
52
52
|
--fs-600: 1rem;
|
|
53
53
|
|
|
54
|
-
|
|
55
54
|
--pd-2: 2px;
|
|
56
55
|
--pd-4: 4px;
|
|
57
56
|
--pd-6: 6px;
|
|
@@ -79,10 +78,58 @@
|
|
|
79
78
|
|
|
80
79
|
--shadow-xs: 0px 1px 2px rgba(16, 24, 40, 0.06);
|
|
81
80
|
--shadow-sm: 0px 1px 4px rgba(0, 0, 0, 0.09);
|
|
82
|
-
--shadow-md: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
|
|
83
|
-
|
|
84
|
-
--shadow-
|
|
81
|
+
--shadow-md: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
|
|
82
|
+
0px 4px 6px -2px rgba(16, 24, 40, 0.03);
|
|
83
|
+
--shadow-lg: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
|
|
84
|
+
0px 8px 8px -4px rgba(16, 24, 40, 0.03);
|
|
85
|
+
--shadow-xl: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
|
|
86
|
+
0px 8px 8px -4px rgba(16, 24, 40, 0.03);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
html[data-theme="dark"] {
|
|
90
|
+
--foreground-base: #ecedee;
|
|
91
|
+
--foreground-muted: #9ba1a6;
|
|
92
|
+
--foreground-subtle: #787f85;
|
|
93
|
+
--foreground-inverted: #151718;
|
|
94
|
+
--foreground-accent: #3e63dd;
|
|
95
|
+
--foreground-attention: #ffb224;
|
|
96
|
+
--foreground-danger: #e5484d;
|
|
97
|
+
--foreground-success: #46a758;
|
|
98
|
+
|
|
99
|
+
--background-base: #151718;
|
|
100
|
+
--background-base-hover: #202425;
|
|
101
|
+
--background-inset: #202425;
|
|
102
|
+
--background-inset-hover: #2b2f31;
|
|
103
|
+
--background-subtle: #1a1d1e;
|
|
104
|
+
--background-highlight: #697177;
|
|
105
|
+
--background-inverted: #ecedee;
|
|
106
|
+
--background-accent: #1c274f;
|
|
107
|
+
--background-accent-inverted: #3e63dd;
|
|
108
|
+
--background-accent-inverted-hover: #5373e7;
|
|
109
|
+
--background-attention: #3f2200;
|
|
110
|
+
--background-attention-inverted: #ffb224;
|
|
111
|
+
--background-danger: #481a1d;
|
|
112
|
+
--background-danger-inverted: #e5484d;
|
|
113
|
+
--background-danger-inverted-hover: #f2555a;
|
|
114
|
+
--background-success: #16301d;
|
|
115
|
+
--background-success-inverted: #46a758;
|
|
116
|
+
|
|
117
|
+
--border-base: #3a3f42;
|
|
118
|
+
--border-base-hover: #4c5155;
|
|
119
|
+
--border-muted: #313538;
|
|
120
|
+
--border-subtle: #26292b;
|
|
121
|
+
--border-accent: #273e89;
|
|
122
|
+
--border-accent-inverted: #3e63dd;
|
|
123
|
+
--border-accent-inverted-hover: #5373e7;
|
|
124
|
+
--border-attention: #693f05;
|
|
125
|
+
--border-attention-inverted: #ffb224;
|
|
126
|
+
--border-danger: #822025;
|
|
127
|
+
--border-danger-inverted: #e5484d;
|
|
128
|
+
--border-danger-inverted-hover: #f2555a;
|
|
129
|
+
--border-success: #245530;
|
|
130
|
+
--border-success-inverted: #46a758;
|
|
85
131
|
}
|
|
132
|
+
|
|
86
133
|
.flex-module_flex__tfvHj {
|
|
87
134
|
box-sizing: border-box;
|
|
88
135
|
display: flex;
|
package/dist/index.js
CHANGED
|
@@ -24240,7 +24240,7 @@ const FilteredChip = ({ column }) => {
|
|
|
24240
24240
|
}
|
|
24241
24241
|
case "select": {
|
|
24242
24242
|
new Set(column?.getFilterValue());
|
|
24243
|
-
return (jsxRuntimeExports.jsxs(Select, { children: [jsxRuntimeExports.jsx(Select.Trigger, { children: jsxRuntimeExports.jsx(Select.Value, { placeholder: "Select a value" }) }), jsxRuntimeExports.jsx(Select.Content, { children: jsxRuntimeExports.
|
|
24243
|
+
return (jsxRuntimeExports.jsxs(Select, { children: [jsxRuntimeExports.jsx(Select.Trigger, { children: jsxRuntimeExports.jsx(Select.Value, { placeholder: "Select a value" }) }), jsxRuntimeExports.jsx(Select.Content, { children: jsxRuntimeExports.jsx(Select.Group, { children: options.map((option) => (jsxRuntimeExports.jsx(Select.Item, { value: option.value, children: option?.label || option?.value }, option.value))) }) })] }));
|
|
24244
24244
|
}
|
|
24245
24245
|
default: {
|
|
24246
24246
|
const selectedValues = new Set(column?.getFilterValue());
|