@almadar/ui 5.2.1 → 5.3.1
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/avl/index.cjs +18 -0
- package/dist/avl/index.js +18 -0
- package/dist/components/index.cjs +18 -0
- package/dist/components/index.js +18 -0
- package/dist/context/index.cjs +18 -0
- package/dist/context/index.js +18 -0
- package/dist/providers/index.cjs +18 -0
- package/dist/providers/index.js +18 -0
- package/dist/runtime/index.cjs +18 -0
- package/dist/runtime/index.js +18 -0
- package/package.json +1 -1
- package/themes/bloomberg-dense.css +403 -0
- package/themes/index.css +3 -0
- package/themes/linear-clean.css +403 -0
- package/themes/notion-editorial.css +403 -0
package/dist/avl/index.cjs
CHANGED
|
@@ -5208,6 +5208,24 @@ var init_ThemeContext = __esm({
|
|
|
5208
5208
|
displayName: "Kiosk",
|
|
5209
5209
|
hasLightMode: true,
|
|
5210
5210
|
hasDarkMode: true
|
|
5211
|
+
},
|
|
5212
|
+
{
|
|
5213
|
+
name: "linear-clean",
|
|
5214
|
+
displayName: "Linear Clean",
|
|
5215
|
+
hasLightMode: true,
|
|
5216
|
+
hasDarkMode: true
|
|
5217
|
+
},
|
|
5218
|
+
{
|
|
5219
|
+
name: "notion-editorial",
|
|
5220
|
+
displayName: "Notion Editorial",
|
|
5221
|
+
hasLightMode: true,
|
|
5222
|
+
hasDarkMode: true
|
|
5223
|
+
},
|
|
5224
|
+
{
|
|
5225
|
+
name: "bloomberg-dense",
|
|
5226
|
+
displayName: "Bloomberg Dense",
|
|
5227
|
+
hasLightMode: true,
|
|
5228
|
+
hasDarkMode: true
|
|
5211
5229
|
}
|
|
5212
5230
|
];
|
|
5213
5231
|
ThemeContext = React98.createContext(void 0);
|
package/dist/avl/index.js
CHANGED
|
@@ -5159,6 +5159,24 @@ var init_ThemeContext = __esm({
|
|
|
5159
5159
|
displayName: "Kiosk",
|
|
5160
5160
|
hasLightMode: true,
|
|
5161
5161
|
hasDarkMode: true
|
|
5162
|
+
},
|
|
5163
|
+
{
|
|
5164
|
+
name: "linear-clean",
|
|
5165
|
+
displayName: "Linear Clean",
|
|
5166
|
+
hasLightMode: true,
|
|
5167
|
+
hasDarkMode: true
|
|
5168
|
+
},
|
|
5169
|
+
{
|
|
5170
|
+
name: "notion-editorial",
|
|
5171
|
+
displayName: "Notion Editorial",
|
|
5172
|
+
hasLightMode: true,
|
|
5173
|
+
hasDarkMode: true
|
|
5174
|
+
},
|
|
5175
|
+
{
|
|
5176
|
+
name: "bloomberg-dense",
|
|
5177
|
+
displayName: "Bloomberg Dense",
|
|
5178
|
+
hasLightMode: true,
|
|
5179
|
+
hasDarkMode: true
|
|
5162
5180
|
}
|
|
5163
5181
|
];
|
|
5164
5182
|
ThemeContext = createContext(void 0);
|
|
@@ -4055,6 +4055,24 @@ var init_ThemeContext = __esm({
|
|
|
4055
4055
|
displayName: "Kiosk",
|
|
4056
4056
|
hasLightMode: true,
|
|
4057
4057
|
hasDarkMode: true
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
name: "linear-clean",
|
|
4061
|
+
displayName: "Linear Clean",
|
|
4062
|
+
hasLightMode: true,
|
|
4063
|
+
hasDarkMode: true
|
|
4064
|
+
},
|
|
4065
|
+
{
|
|
4066
|
+
name: "notion-editorial",
|
|
4067
|
+
displayName: "Notion Editorial",
|
|
4068
|
+
hasLightMode: true,
|
|
4069
|
+
hasDarkMode: true
|
|
4070
|
+
},
|
|
4071
|
+
{
|
|
4072
|
+
name: "bloomberg-dense",
|
|
4073
|
+
displayName: "Bloomberg Dense",
|
|
4074
|
+
hasLightMode: true,
|
|
4075
|
+
hasDarkMode: true
|
|
4058
4076
|
}
|
|
4059
4077
|
];
|
|
4060
4078
|
ThemeContext = React80.createContext(void 0);
|
package/dist/components/index.js
CHANGED
|
@@ -4006,6 +4006,24 @@ var init_ThemeContext = __esm({
|
|
|
4006
4006
|
displayName: "Kiosk",
|
|
4007
4007
|
hasLightMode: true,
|
|
4008
4008
|
hasDarkMode: true
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
name: "linear-clean",
|
|
4012
|
+
displayName: "Linear Clean",
|
|
4013
|
+
hasLightMode: true,
|
|
4014
|
+
hasDarkMode: true
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
name: "notion-editorial",
|
|
4018
|
+
displayName: "Notion Editorial",
|
|
4019
|
+
hasLightMode: true,
|
|
4020
|
+
hasDarkMode: true
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
name: "bloomberg-dense",
|
|
4024
|
+
displayName: "Bloomberg Dense",
|
|
4025
|
+
hasLightMode: true,
|
|
4026
|
+
hasDarkMode: true
|
|
4009
4027
|
}
|
|
4010
4028
|
];
|
|
4011
4029
|
ThemeContext = createContext(void 0);
|
package/dist/context/index.cjs
CHANGED
|
@@ -498,6 +498,24 @@ var BUILT_IN_THEMES = [
|
|
|
498
498
|
displayName: "Kiosk",
|
|
499
499
|
hasLightMode: true,
|
|
500
500
|
hasDarkMode: true
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
name: "linear-clean",
|
|
504
|
+
displayName: "Linear Clean",
|
|
505
|
+
hasLightMode: true,
|
|
506
|
+
hasDarkMode: true
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
name: "notion-editorial",
|
|
510
|
+
displayName: "Notion Editorial",
|
|
511
|
+
hasLightMode: true,
|
|
512
|
+
hasDarkMode: true
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
name: "bloomberg-dense",
|
|
516
|
+
displayName: "Bloomberg Dense",
|
|
517
|
+
hasLightMode: true,
|
|
518
|
+
hasDarkMode: true
|
|
501
519
|
}
|
|
502
520
|
];
|
|
503
521
|
var ThemeContext = react.createContext(void 0);
|
package/dist/context/index.js
CHANGED
|
@@ -496,6 +496,24 @@ var BUILT_IN_THEMES = [
|
|
|
496
496
|
displayName: "Kiosk",
|
|
497
497
|
hasLightMode: true,
|
|
498
498
|
hasDarkMode: true
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
name: "linear-clean",
|
|
502
|
+
displayName: "Linear Clean",
|
|
503
|
+
hasLightMode: true,
|
|
504
|
+
hasDarkMode: true
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
name: "notion-editorial",
|
|
508
|
+
displayName: "Notion Editorial",
|
|
509
|
+
hasLightMode: true,
|
|
510
|
+
hasDarkMode: true
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
name: "bloomberg-dense",
|
|
514
|
+
displayName: "Bloomberg Dense",
|
|
515
|
+
hasLightMode: true,
|
|
516
|
+
hasDarkMode: true
|
|
499
517
|
}
|
|
500
518
|
];
|
|
501
519
|
var ThemeContext = createContext(void 0);
|
package/dist/providers/index.cjs
CHANGED
|
@@ -278,6 +278,24 @@ var init_ThemeContext = __esm({
|
|
|
278
278
|
displayName: "Kiosk",
|
|
279
279
|
hasLightMode: true,
|
|
280
280
|
hasDarkMode: true
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
name: "linear-clean",
|
|
284
|
+
displayName: "Linear Clean",
|
|
285
|
+
hasLightMode: true,
|
|
286
|
+
hasDarkMode: true
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
name: "notion-editorial",
|
|
290
|
+
displayName: "Notion Editorial",
|
|
291
|
+
hasLightMode: true,
|
|
292
|
+
hasDarkMode: true
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
name: "bloomberg-dense",
|
|
296
|
+
displayName: "Bloomberg Dense",
|
|
297
|
+
hasLightMode: true,
|
|
298
|
+
hasDarkMode: true
|
|
281
299
|
}
|
|
282
300
|
];
|
|
283
301
|
ThemeContext = React86.createContext(void 0);
|
package/dist/providers/index.js
CHANGED
|
@@ -229,6 +229,24 @@ var init_ThemeContext = __esm({
|
|
|
229
229
|
displayName: "Kiosk",
|
|
230
230
|
hasLightMode: true,
|
|
231
231
|
hasDarkMode: true
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
name: "linear-clean",
|
|
235
|
+
displayName: "Linear Clean",
|
|
236
|
+
hasLightMode: true,
|
|
237
|
+
hasDarkMode: true
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
name: "notion-editorial",
|
|
241
|
+
displayName: "Notion Editorial",
|
|
242
|
+
hasLightMode: true,
|
|
243
|
+
hasDarkMode: true
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
name: "bloomberg-dense",
|
|
247
|
+
displayName: "Bloomberg Dense",
|
|
248
|
+
hasLightMode: true,
|
|
249
|
+
hasDarkMode: true
|
|
232
250
|
}
|
|
233
251
|
];
|
|
234
252
|
ThemeContext = createContext(void 0);
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -5164,6 +5164,24 @@ var init_ThemeContext = __esm({
|
|
|
5164
5164
|
displayName: "Kiosk",
|
|
5165
5165
|
hasLightMode: true,
|
|
5166
5166
|
hasDarkMode: true
|
|
5167
|
+
},
|
|
5168
|
+
{
|
|
5169
|
+
name: "linear-clean",
|
|
5170
|
+
displayName: "Linear Clean",
|
|
5171
|
+
hasLightMode: true,
|
|
5172
|
+
hasDarkMode: true
|
|
5173
|
+
},
|
|
5174
|
+
{
|
|
5175
|
+
name: "notion-editorial",
|
|
5176
|
+
displayName: "Notion Editorial",
|
|
5177
|
+
hasLightMode: true,
|
|
5178
|
+
hasDarkMode: true
|
|
5179
|
+
},
|
|
5180
|
+
{
|
|
5181
|
+
name: "bloomberg-dense",
|
|
5182
|
+
displayName: "Bloomberg Dense",
|
|
5183
|
+
hasLightMode: true,
|
|
5184
|
+
hasDarkMode: true
|
|
5167
5185
|
}
|
|
5168
5186
|
];
|
|
5169
5187
|
ThemeContext = React85.createContext(void 0);
|
package/dist/runtime/index.js
CHANGED
|
@@ -5115,6 +5115,24 @@ var init_ThemeContext = __esm({
|
|
|
5115
5115
|
displayName: "Kiosk",
|
|
5116
5116
|
hasLightMode: true,
|
|
5117
5117
|
hasDarkMode: true
|
|
5118
|
+
},
|
|
5119
|
+
{
|
|
5120
|
+
name: "linear-clean",
|
|
5121
|
+
displayName: "Linear Clean",
|
|
5122
|
+
hasLightMode: true,
|
|
5123
|
+
hasDarkMode: true
|
|
5124
|
+
},
|
|
5125
|
+
{
|
|
5126
|
+
name: "notion-editorial",
|
|
5127
|
+
displayName: "Notion Editorial",
|
|
5128
|
+
hasLightMode: true,
|
|
5129
|
+
hasDarkMode: true
|
|
5130
|
+
},
|
|
5131
|
+
{
|
|
5132
|
+
name: "bloomberg-dense",
|
|
5133
|
+
displayName: "Bloomberg Dense",
|
|
5134
|
+
hasLightMode: true,
|
|
5135
|
+
hasDarkMode: true
|
|
5118
5136
|
}
|
|
5119
5137
|
];
|
|
5120
5138
|
ThemeContext = createContext(void 0);
|
package/package.json
CHANGED
|
@@ -0,0 +1,403 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Bloomberg Dense Theme
|
|
3
|
+
*
|
|
4
|
+
* Personality: trading-terminal / data-cockpit feel. Very dark navy canvas, cyan +
|
|
5
|
+
* amber data accents, JetBrains Mono everywhere, sharp 0-radius corners with thick
|
|
6
|
+
* 2px borders carrying hierarchy. Mechanical linear motion under 200ms.
|
|
7
|
+
*
|
|
8
|
+
* Spec axes (per docs/Almadar_Std_Variations.md §2.4):
|
|
9
|
+
* Color very dark navy/black + cyan/amber data accents
|
|
10
|
+
* Density compact (4pt rhythm, 24/28/32 buttons — tighter than linear)
|
|
11
|
+
* Type dense (JetBrains Mono everywhere, 1.3 leading, base 14px)
|
|
12
|
+
* Geometry sharp (radius 0, borders 2px thick)
|
|
13
|
+
* Elevation outline (no shadows — borders carry hierarchy)
|
|
14
|
+
* Motion mechanical (linear easing, 100/150/200ms)
|
|
15
|
+
* Iconography filled (phosphor-fill, 0 stroke)
|
|
16
|
+
* Illustration text-only (no imagery in empty states)
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/* ==========================================================================
|
|
20
|
+
* LIGHT MODE
|
|
21
|
+
* ========================================================================== */
|
|
22
|
+
[data-theme="bloomberg-dense-light"] {
|
|
23
|
+
--shadow-none: none;
|
|
24
|
+
--shadow-sm: none;
|
|
25
|
+
--shadow-main: none;
|
|
26
|
+
--shadow-lg: none;
|
|
27
|
+
--shadow-inner: none;
|
|
28
|
+
--shadow-hover: none;
|
|
29
|
+
--shadow-active: none;
|
|
30
|
+
|
|
31
|
+
--radius-none: 0px;
|
|
32
|
+
--radius-sm: 0px;
|
|
33
|
+
--radius-md: 0px;
|
|
34
|
+
--radius-lg: 0px;
|
|
35
|
+
--radius-xl: 0px;
|
|
36
|
+
--radius-full: 9999px;
|
|
37
|
+
|
|
38
|
+
--border-width: 2px;
|
|
39
|
+
--border-width-thin: 1px;
|
|
40
|
+
--border-width-thick: 3px;
|
|
41
|
+
|
|
42
|
+
--color-primary: #06b6d4;
|
|
43
|
+
--color-primary-hover: #0891b2;
|
|
44
|
+
--color-primary-foreground: #0a0e1a;
|
|
45
|
+
|
|
46
|
+
--color-secondary: #e4e9f2;
|
|
47
|
+
--color-secondary-hover: #d6dce8;
|
|
48
|
+
--color-secondary-foreground: #0a0e1a;
|
|
49
|
+
|
|
50
|
+
--color-accent: #f59e0b;
|
|
51
|
+
--color-accent-foreground: #0a0e1a;
|
|
52
|
+
|
|
53
|
+
--color-muted: #e4e9f2;
|
|
54
|
+
--color-muted-foreground: #4a5568;
|
|
55
|
+
|
|
56
|
+
--color-background: #f5f7fa;
|
|
57
|
+
--color-foreground: #0a0e1a;
|
|
58
|
+
--color-card: #ffffff;
|
|
59
|
+
--color-card-foreground: #0a0e1a;
|
|
60
|
+
--color-surface: #eceff5;
|
|
61
|
+
--color-border: #0a0e1a;
|
|
62
|
+
--color-input: #0a0e1a;
|
|
63
|
+
--color-ring: #06b6d4;
|
|
64
|
+
|
|
65
|
+
--color-table-header: #0a0e1a;
|
|
66
|
+
--color-table-border: #0a0e1a;
|
|
67
|
+
--color-table-row-hover: #eceff5;
|
|
68
|
+
--color-surface-hover: #d6dce8;
|
|
69
|
+
--color-border-hover: #0a0e1a;
|
|
70
|
+
--color-placeholder: #6b7280;
|
|
71
|
+
|
|
72
|
+
--color-error: #dc2626;
|
|
73
|
+
--color-error-foreground: #ffffff;
|
|
74
|
+
--color-success: #16a34a;
|
|
75
|
+
--color-success-foreground: #ffffff;
|
|
76
|
+
--color-warning: #f59e0b;
|
|
77
|
+
--color-warning-foreground: #0a0e1a;
|
|
78
|
+
--color-info: #06b6d4;
|
|
79
|
+
--color-info-foreground: #0a0e1a;
|
|
80
|
+
|
|
81
|
+
--font-family:
|
|
82
|
+
"JetBrains Mono", "Fira Code", "SF Mono", ui-monospace, monospace;
|
|
83
|
+
--font-family-display:
|
|
84
|
+
"JetBrains Mono", "Fira Code", "SF Mono", ui-monospace, monospace;
|
|
85
|
+
--font-family-body:
|
|
86
|
+
"JetBrains Mono", "Fira Code", "SF Mono", ui-monospace, monospace;
|
|
87
|
+
--font-family-mono:
|
|
88
|
+
"JetBrains Mono", "Fira Code", "SF Mono", ui-monospace, monospace;
|
|
89
|
+
--font-weight-normal: 400;
|
|
90
|
+
--font-weight-medium: 500;
|
|
91
|
+
--font-weight-bold: 700;
|
|
92
|
+
--letter-spacing: 0;
|
|
93
|
+
--line-height: 1.3;
|
|
94
|
+
|
|
95
|
+
--text-xs: 10px;
|
|
96
|
+
--leading-xs: 13px;
|
|
97
|
+
--text-sm: 12px;
|
|
98
|
+
--leading-sm: 16px;
|
|
99
|
+
--text-base: 14px;
|
|
100
|
+
--leading-base: 18px;
|
|
101
|
+
--text-lg: 16px;
|
|
102
|
+
--leading-lg: 20px;
|
|
103
|
+
--text-xl: 18px;
|
|
104
|
+
--leading-xl: 23px;
|
|
105
|
+
--text-2xl: 20px;
|
|
106
|
+
--leading-2xl: 26px;
|
|
107
|
+
--text-3xl: 24px;
|
|
108
|
+
--leading-3xl: 31px;
|
|
109
|
+
--text-4xl: 30px;
|
|
110
|
+
--leading-4xl: 39px;
|
|
111
|
+
--text-display-1: 38px;
|
|
112
|
+
--leading-display-1: 49px;
|
|
113
|
+
--text-display-2: 48px;
|
|
114
|
+
--leading-display-2: 62px;
|
|
115
|
+
|
|
116
|
+
--intent-heading-major-size: var(--text-xl);
|
|
117
|
+
--intent-heading-major-weight: var(--font-weight-bold);
|
|
118
|
+
--intent-heading-major-leading: var(--leading-xl);
|
|
119
|
+
--intent-heading-minor-size: var(--text-base);
|
|
120
|
+
--intent-heading-minor-weight: var(--font-weight-bold);
|
|
121
|
+
--intent-heading-minor-leading: var(--leading-base);
|
|
122
|
+
--intent-body-emphasis-size: var(--text-sm);
|
|
123
|
+
--intent-body-emphasis-weight: var(--font-weight-medium);
|
|
124
|
+
--intent-body-emphasis-leading: var(--leading-sm);
|
|
125
|
+
--intent-body-default-size: var(--text-sm);
|
|
126
|
+
--intent-body-default-weight: var(--font-weight-normal);
|
|
127
|
+
--intent-body-default-leading: var(--leading-sm);
|
|
128
|
+
--intent-body-quiet-size: var(--text-xs);
|
|
129
|
+
--intent-body-quiet-weight: var(--font-weight-normal);
|
|
130
|
+
--intent-body-quiet-leading: var(--leading-xs);
|
|
131
|
+
--intent-caption-size: var(--text-xs);
|
|
132
|
+
--intent-caption-weight: var(--font-weight-normal);
|
|
133
|
+
--intent-caption-leading: var(--leading-xs);
|
|
134
|
+
--intent-numeric-size: var(--text-sm);
|
|
135
|
+
--intent-numeric-weight: var(--font-weight-bold);
|
|
136
|
+
--intent-numeric-leading: var(--leading-sm);
|
|
137
|
+
--intent-numeric-family: var(--font-family-mono);
|
|
138
|
+
|
|
139
|
+
--space-0: 0px;
|
|
140
|
+
--space-1: 4px;
|
|
141
|
+
--space-2: 8px;
|
|
142
|
+
--space-3: 12px;
|
|
143
|
+
--space-4: 16px;
|
|
144
|
+
--space-5: 20px;
|
|
145
|
+
--space-6: 24px;
|
|
146
|
+
--space-7: 28px;
|
|
147
|
+
--space-8: 32px;
|
|
148
|
+
--space-9: 36px;
|
|
149
|
+
--space-10: 40px;
|
|
150
|
+
--space-11: 44px;
|
|
151
|
+
--space-12: 48px;
|
|
152
|
+
|
|
153
|
+
--button-height-sm: 24px;
|
|
154
|
+
--button-height-md: 28px;
|
|
155
|
+
--button-height-lg: 32px;
|
|
156
|
+
--input-height-sm: 24px;
|
|
157
|
+
--input-height-md: 28px;
|
|
158
|
+
--input-height-lg: 32px;
|
|
159
|
+
--row-height-compact: 24px;
|
|
160
|
+
--row-height-normal: 28px;
|
|
161
|
+
--row-height-spacious: 36px;
|
|
162
|
+
|
|
163
|
+
--card-padding-sm: 8px;
|
|
164
|
+
--card-padding-md: 12px;
|
|
165
|
+
--card-padding-lg: 16px;
|
|
166
|
+
--dialog-padding: 20px;
|
|
167
|
+
--section-gap: 24px;
|
|
168
|
+
|
|
169
|
+
--icon-family: phosphor-fill;
|
|
170
|
+
--icon-default-size: 14px;
|
|
171
|
+
--icon-stroke-width: 0;
|
|
172
|
+
--icon-color: currentColor;
|
|
173
|
+
|
|
174
|
+
--elevation-card: none;
|
|
175
|
+
--elevation-popover: none;
|
|
176
|
+
--elevation-dialog: none;
|
|
177
|
+
--elevation-toast: none;
|
|
178
|
+
|
|
179
|
+
--radius-container: 0px;
|
|
180
|
+
--radius-interactive: 0px;
|
|
181
|
+
--radius-pill: 9999px;
|
|
182
|
+
--border-hairline: 1px;
|
|
183
|
+
--border-standard: 2px;
|
|
184
|
+
--border-heavy: 3px;
|
|
185
|
+
|
|
186
|
+
--transition-fast: 100ms;
|
|
187
|
+
--transition-normal: 150ms;
|
|
188
|
+
--transition-slow: 200ms;
|
|
189
|
+
--transition-timing: linear;
|
|
190
|
+
|
|
191
|
+
--duration-instant: 0ms;
|
|
192
|
+
--duration-fast: 100ms;
|
|
193
|
+
--duration-normal: 150ms;
|
|
194
|
+
--duration-slow: 200ms;
|
|
195
|
+
--duration-dramatic: 300ms;
|
|
196
|
+
--easing-linear: linear;
|
|
197
|
+
--easing-standard: linear;
|
|
198
|
+
--easing-emphasized: linear;
|
|
199
|
+
--easing-spring: linear;
|
|
200
|
+
|
|
201
|
+
--hover-scale: 1;
|
|
202
|
+
--hover-translate-y: 0;
|
|
203
|
+
--hover-translate-x: 0;
|
|
204
|
+
--active-scale: 1;
|
|
205
|
+
--active-translate-y: 0;
|
|
206
|
+
|
|
207
|
+
--focus-ring-width: 2px;
|
|
208
|
+
--focus-ring-offset: 0px;
|
|
209
|
+
--focus-ring-color: #06b6d4;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
/* ==========================================================================
|
|
213
|
+
* DARK MODE
|
|
214
|
+
* ========================================================================== */
|
|
215
|
+
[data-theme="bloomberg-dense-dark"] {
|
|
216
|
+
--shadow-none: none;
|
|
217
|
+
--shadow-sm: none;
|
|
218
|
+
--shadow-main: none;
|
|
219
|
+
--shadow-lg: none;
|
|
220
|
+
--shadow-inner: none;
|
|
221
|
+
--shadow-hover: none;
|
|
222
|
+
--shadow-active: none;
|
|
223
|
+
|
|
224
|
+
--radius-none: 0px;
|
|
225
|
+
--radius-sm: 0px;
|
|
226
|
+
--radius-md: 0px;
|
|
227
|
+
--radius-lg: 0px;
|
|
228
|
+
--radius-xl: 0px;
|
|
229
|
+
--radius-full: 9999px;
|
|
230
|
+
|
|
231
|
+
--border-width: 2px;
|
|
232
|
+
--border-width-thin: 1px;
|
|
233
|
+
--border-width-thick: 3px;
|
|
234
|
+
|
|
235
|
+
--color-primary: #22d3ee;
|
|
236
|
+
--color-primary-hover: #67e8f9;
|
|
237
|
+
--color-primary-foreground: #0a0e1a;
|
|
238
|
+
|
|
239
|
+
--color-secondary: #131826;
|
|
240
|
+
--color-secondary-hover: #1c2236;
|
|
241
|
+
--color-secondary-foreground: #c7d2e0;
|
|
242
|
+
|
|
243
|
+
--color-accent: #fbbf24;
|
|
244
|
+
--color-accent-foreground: #0a0e1a;
|
|
245
|
+
|
|
246
|
+
--color-muted: #131826;
|
|
247
|
+
--color-muted-foreground: #6b7a94;
|
|
248
|
+
|
|
249
|
+
--color-background: #0a0e1a;
|
|
250
|
+
--color-foreground: #c7d2e0;
|
|
251
|
+
--color-card: #0e1322;
|
|
252
|
+
--color-card-foreground: #c7d2e0;
|
|
253
|
+
--color-surface: #131826;
|
|
254
|
+
--color-border: #22d3ee;
|
|
255
|
+
--color-input: #22d3ee;
|
|
256
|
+
--color-ring: #22d3ee;
|
|
257
|
+
|
|
258
|
+
--color-table-header: #131826;
|
|
259
|
+
--color-table-border: #22d3ee;
|
|
260
|
+
--color-table-row-hover: #131826;
|
|
261
|
+
--color-surface-hover: #1c2236;
|
|
262
|
+
--color-border-hover: #67e8f9;
|
|
263
|
+
--color-placeholder: #4a5772;
|
|
264
|
+
|
|
265
|
+
--color-error: #f87171;
|
|
266
|
+
--color-error-foreground: #0a0e1a;
|
|
267
|
+
--color-success: #4ade80;
|
|
268
|
+
--color-success-foreground: #0a0e1a;
|
|
269
|
+
--color-warning: #fbbf24;
|
|
270
|
+
--color-warning-foreground: #0a0e1a;
|
|
271
|
+
--color-info: #22d3ee;
|
|
272
|
+
--color-info-foreground: #0a0e1a;
|
|
273
|
+
|
|
274
|
+
--font-family:
|
|
275
|
+
"JetBrains Mono", "Fira Code", "SF Mono", ui-monospace, monospace;
|
|
276
|
+
--font-family-display:
|
|
277
|
+
"JetBrains Mono", "Fira Code", "SF Mono", ui-monospace, monospace;
|
|
278
|
+
--font-family-body:
|
|
279
|
+
"JetBrains Mono", "Fira Code", "SF Mono", ui-monospace, monospace;
|
|
280
|
+
--font-family-mono:
|
|
281
|
+
"JetBrains Mono", "Fira Code", "SF Mono", ui-monospace, monospace;
|
|
282
|
+
--font-weight-normal: 400;
|
|
283
|
+
--font-weight-medium: 500;
|
|
284
|
+
--font-weight-bold: 700;
|
|
285
|
+
--letter-spacing: 0;
|
|
286
|
+
--line-height: 1.3;
|
|
287
|
+
|
|
288
|
+
--text-xs: 10px;
|
|
289
|
+
--leading-xs: 13px;
|
|
290
|
+
--text-sm: 12px;
|
|
291
|
+
--leading-sm: 16px;
|
|
292
|
+
--text-base: 14px;
|
|
293
|
+
--leading-base: 18px;
|
|
294
|
+
--text-lg: 16px;
|
|
295
|
+
--leading-lg: 20px;
|
|
296
|
+
--text-xl: 18px;
|
|
297
|
+
--leading-xl: 23px;
|
|
298
|
+
--text-2xl: 20px;
|
|
299
|
+
--leading-2xl: 26px;
|
|
300
|
+
--text-3xl: 24px;
|
|
301
|
+
--leading-3xl: 31px;
|
|
302
|
+
--text-4xl: 30px;
|
|
303
|
+
--leading-4xl: 39px;
|
|
304
|
+
--text-display-1: 38px;
|
|
305
|
+
--leading-display-1: 49px;
|
|
306
|
+
--text-display-2: 48px;
|
|
307
|
+
--leading-display-2: 62px;
|
|
308
|
+
|
|
309
|
+
--intent-heading-major-size: var(--text-xl);
|
|
310
|
+
--intent-heading-major-weight: var(--font-weight-bold);
|
|
311
|
+
--intent-heading-major-leading: var(--leading-xl);
|
|
312
|
+
--intent-heading-minor-size: var(--text-base);
|
|
313
|
+
--intent-heading-minor-weight: var(--font-weight-bold);
|
|
314
|
+
--intent-heading-minor-leading: var(--leading-base);
|
|
315
|
+
--intent-body-emphasis-size: var(--text-sm);
|
|
316
|
+
--intent-body-emphasis-weight: var(--font-weight-medium);
|
|
317
|
+
--intent-body-emphasis-leading: var(--leading-sm);
|
|
318
|
+
--intent-body-default-size: var(--text-sm);
|
|
319
|
+
--intent-body-default-weight: var(--font-weight-normal);
|
|
320
|
+
--intent-body-default-leading: var(--leading-sm);
|
|
321
|
+
--intent-body-quiet-size: var(--text-xs);
|
|
322
|
+
--intent-body-quiet-weight: var(--font-weight-normal);
|
|
323
|
+
--intent-body-quiet-leading: var(--leading-xs);
|
|
324
|
+
--intent-caption-size: var(--text-xs);
|
|
325
|
+
--intent-caption-weight: var(--font-weight-normal);
|
|
326
|
+
--intent-caption-leading: var(--leading-xs);
|
|
327
|
+
--intent-numeric-size: var(--text-sm);
|
|
328
|
+
--intent-numeric-weight: var(--font-weight-bold);
|
|
329
|
+
--intent-numeric-leading: var(--leading-sm);
|
|
330
|
+
--intent-numeric-family: var(--font-family-mono);
|
|
331
|
+
|
|
332
|
+
--space-0: 0px;
|
|
333
|
+
--space-1: 4px;
|
|
334
|
+
--space-2: 8px;
|
|
335
|
+
--space-3: 12px;
|
|
336
|
+
--space-4: 16px;
|
|
337
|
+
--space-5: 20px;
|
|
338
|
+
--space-6: 24px;
|
|
339
|
+
--space-7: 28px;
|
|
340
|
+
--space-8: 32px;
|
|
341
|
+
--space-9: 36px;
|
|
342
|
+
--space-10: 40px;
|
|
343
|
+
--space-11: 44px;
|
|
344
|
+
--space-12: 48px;
|
|
345
|
+
|
|
346
|
+
--button-height-sm: 24px;
|
|
347
|
+
--button-height-md: 28px;
|
|
348
|
+
--button-height-lg: 32px;
|
|
349
|
+
--input-height-sm: 24px;
|
|
350
|
+
--input-height-md: 28px;
|
|
351
|
+
--input-height-lg: 32px;
|
|
352
|
+
--row-height-compact: 24px;
|
|
353
|
+
--row-height-normal: 28px;
|
|
354
|
+
--row-height-spacious: 36px;
|
|
355
|
+
|
|
356
|
+
--card-padding-sm: 8px;
|
|
357
|
+
--card-padding-md: 12px;
|
|
358
|
+
--card-padding-lg: 16px;
|
|
359
|
+
--dialog-padding: 20px;
|
|
360
|
+
--section-gap: 24px;
|
|
361
|
+
|
|
362
|
+
--icon-family: phosphor-fill;
|
|
363
|
+
--icon-default-size: 14px;
|
|
364
|
+
--icon-stroke-width: 0;
|
|
365
|
+
--icon-color: currentColor;
|
|
366
|
+
|
|
367
|
+
--elevation-card: none;
|
|
368
|
+
--elevation-popover: none;
|
|
369
|
+
--elevation-dialog: none;
|
|
370
|
+
--elevation-toast: none;
|
|
371
|
+
|
|
372
|
+
--radius-container: 0px;
|
|
373
|
+
--radius-interactive: 0px;
|
|
374
|
+
--radius-pill: 9999px;
|
|
375
|
+
--border-hairline: 1px;
|
|
376
|
+
--border-standard: 2px;
|
|
377
|
+
--border-heavy: 3px;
|
|
378
|
+
|
|
379
|
+
--transition-fast: 100ms;
|
|
380
|
+
--transition-normal: 150ms;
|
|
381
|
+
--transition-slow: 200ms;
|
|
382
|
+
--transition-timing: linear;
|
|
383
|
+
|
|
384
|
+
--duration-instant: 0ms;
|
|
385
|
+
--duration-fast: 100ms;
|
|
386
|
+
--duration-normal: 150ms;
|
|
387
|
+
--duration-slow: 200ms;
|
|
388
|
+
--duration-dramatic: 300ms;
|
|
389
|
+
--easing-linear: linear;
|
|
390
|
+
--easing-standard: linear;
|
|
391
|
+
--easing-emphasized: linear;
|
|
392
|
+
--easing-spring: linear;
|
|
393
|
+
|
|
394
|
+
--hover-scale: 1;
|
|
395
|
+
--hover-translate-y: 0;
|
|
396
|
+
--hover-translate-x: 0;
|
|
397
|
+
--active-scale: 1;
|
|
398
|
+
--active-translate-y: 0;
|
|
399
|
+
|
|
400
|
+
--focus-ring-width: 2px;
|
|
401
|
+
--focus-ring-offset: 0px;
|
|
402
|
+
--focus-ring-color: #22d3ee;
|
|
403
|
+
}
|
package/themes/index.css
CHANGED