@gomiui/theme-dovisual 0.0.1 → 0.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gomiui/theme-dovisual",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "displayName": "Dovisual Theme",
5
5
  "private": false,
6
6
  "description": "Restrained warm grays. Minimal and quiet, so the content stays the focus.",
@@ -24,6 +24,7 @@ export const dovisualTheme = defineTheme({
24
24
  family: 'DM Sans',
25
25
  fallbacks:
26
26
  '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif',
27
+ weights: {3: 'bold', 4: 'bold'},
27
28
  },
28
29
  code: {
29
30
  family: 'JetBrains Mono',
@@ -109,25 +110,6 @@ export const dovisualTheme = defineTheme({
109
110
  '--color-border-yellow': 'light-dark(#e5d3a9, #463a18)',
110
111
  '--color-icon-yellow': 'light-dark(#524622, #f4e1b7)',
111
112
  '--color-text-yellow': 'light-dark(#524622, #f4e1b7)',
112
- '--spacing-0-5': '4px',
113
- '--spacing-1': '8px',
114
- '--spacing-1-5': '12px',
115
- '--spacing-2': '16px',
116
- '--spacing-3': '24px',
117
- '--spacing-4': '32px',
118
- '--spacing-5': '40px',
119
- '--spacing-6': '48px',
120
- '--spacing-7': '56px',
121
- '--spacing-8': '64px',
122
- '--spacing-9': '72px',
123
- '--spacing-10': '80px',
124
- '--spacing-11': '88px',
125
- '--spacing-12': '96px',
126
- '--radius-inner': '8px',
127
- '--radius-element': '16px',
128
- '--radius-container': '24px',
129
- '--radius-page': '56px',
130
- '--radius-chat': '56px',
131
113
  '--text-display-3-leading': '1.3793',
132
114
  '--shadow-low': '0 2px 4px #28282A0D, 0 4px 8px #28282A1A',
133
115
  '--shadow-med': '0 2px 4px #28282A0D, 0 4px 12px #28282A1A',