@moderneinc/neo-design 2.8.0 → 3.0.0

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.
@@ -5,36 +5,18 @@
5
5
  */
6
6
 
7
7
  export type Titles = {
8
- moddyHeader: {
9
- fontFamily: 'Inter';
10
- fontSize: 28;
11
- fontWeight: 500;
12
- lineHeight: '120%';
13
- };
14
- pageHeader: {
15
- fontFamily: 'Inter';
16
- fontSize: 21;
17
- fontWeight: 400;
18
- lineHeight: '140%';
19
- };
20
- codeHeader: {
21
- fontFamily: 'JetBrains Mono NL';
22
- fontSize: 21;
23
- fontWeight: 400;
24
- lineHeight: '2rem';
25
- };
26
8
  pageSubheader: {
9
+ lineHeight: '1.5rem';
27
10
  fontFamily: 'Inter';
28
11
  fontSize: 18;
29
12
  fontWeight: 500;
30
- lineHeight: '1.5rem';
31
13
  };
32
14
  sectionHeader: {
33
15
  default: {
16
+ lineHeight: '1.5rem';
34
17
  fontFamily: 'Inter';
35
18
  fontSize: 16;
36
19
  fontWeight: 400;
37
- lineHeight: '1.5rem';
38
20
  };
39
21
  medium: {
40
22
  fontFamily: 'Inter';
@@ -49,6 +31,24 @@ fontWeight: 600;
49
31
  lineHeight: '1.5rem';
50
32
  };
51
33
  };
34
+ codeHeader: {
35
+ lineHeight: '2rem';
36
+ fontFamily: 'JetBrains Mono NL';
37
+ fontSize: 21;
38
+ fontWeight: 400;
39
+ };
40
+ moddyHeader: {
41
+ lineHeight: '120%';
42
+ fontFamily: 'Inter';
43
+ fontSize: 28;
44
+ fontWeight: 500;
45
+ };
46
+ pageHeader: {
47
+ lineHeight: '140%';
48
+ fontFamily: 'Inter';
49
+ fontSize: 21;
50
+ fontWeight: 400;
51
+ };
52
52
  };
53
53
 
54
54
  export declare const titles: Titles;
@@ -60,18 +60,6 @@ fontSize: 16;
60
60
  fontWeight: 400;
61
61
  lineHeight: '1.5rem';
62
62
  };
63
- medium: {
64
- fontFamily: 'Inter';
65
- fontSize: 16;
66
- fontWeight: 500;
67
- lineHeight: '1.5rem';
68
- };
69
- semiBold: {
70
- fontFamily: 'Inter';
71
- fontSize: 16;
72
- fontWeight: 600;
73
- lineHeight: '1.5rem';
74
- };
75
63
  small: {
76
64
  regular: {
77
65
  fontFamily: 'Inter';
@@ -79,18 +67,18 @@ fontSize: 14;
79
67
  fontWeight: 400;
80
68
  lineHeight: '1.5rem';
81
69
  };
82
- medium: {
83
- fontFamily: 'Inter';
84
- fontSize: 14;
85
- fontWeight: 500;
86
- lineHeight: '1.5rem';
87
- };
88
70
  semiBold: {
89
71
  fontFamily: 'Inter';
90
72
  fontSize: 14;
91
73
  fontWeight: 600;
92
74
  lineHeight: '150%';
93
75
  };
76
+ medium: {
77
+ fontFamily: 'Inter';
78
+ fontSize: 14;
79
+ fontWeight: 500;
80
+ lineHeight: '1.5rem';
81
+ };
94
82
  };
95
83
  xs: {
96
84
  regular: {
@@ -99,25 +87,19 @@ fontSize: 12;
99
87
  fontWeight: 400;
100
88
  lineHeight: '1rem';
101
89
  };
102
- medium: {
103
- fontFamily: 'Inter';
104
- fontSize: 12;
105
- fontWeight: 500;
106
- lineHeight: '1rem';
107
- };
108
90
  semiBold: {
109
91
  fontFamily: 'Inter';
110
92
  fontSize: 12;
111
93
  fontWeight: 600;
112
94
  lineHeight: '150%';
113
95
  };
114
- };
115
- xxs: {
96
+ medium: {
116
97
  fontFamily: 'Inter';
117
- fontSize: 10;
118
- fontWeight: 400;
98
+ fontSize: 12;
99
+ fontWeight: 500;
119
100
  lineHeight: '1rem';
120
101
  };
102
+ };
121
103
  code: {
122
104
  small: {
123
105
  fontFamily: 'JetBrains Mono NL';
@@ -132,6 +114,24 @@ fontWeight: 400;
132
114
  lineHeight: '1.5rem';
133
115
  };
134
116
  };
117
+ xxs: {
118
+ fontFamily: 'Inter';
119
+ fontSize: 10;
120
+ fontWeight: 400;
121
+ lineHeight: '1rem';
122
+ };
123
+ semiBold: {
124
+ fontFamily: 'Inter';
125
+ fontSize: 16;
126
+ fontWeight: 600;
127
+ lineHeight: '1.5rem';
128
+ };
129
+ medium: {
130
+ fontFamily: 'Inter';
131
+ fontSize: 16;
132
+ fontWeight: 500;
133
+ lineHeight: '1.5rem';
134
+ };
135
135
  };
136
136
 
137
137
  export declare const body: Body;
@@ -141,16 +141,16 @@ fontFamily: 'Inter';
141
141
  fontSize: 10;
142
142
  fontWeight: 400;
143
143
  lineHeight: '1rem';
144
- default: {
144
+ selected: {
145
145
  fontFamily: 'Inter';
146
146
  fontSize: 10;
147
- fontWeight: 400;
147
+ fontWeight: 600;
148
148
  lineHeight: '1rem';
149
149
  };
150
- selected: {
150
+ default: {
151
151
  fontFamily: 'Inter';
152
152
  fontSize: 10;
153
- fontWeight: 600;
153
+ fontWeight: 400;
154
154
  lineHeight: '1rem';
155
155
  };
156
156
  };
@@ -184,31 +184,31 @@ lineHeight: '1.25rem';
184
184
  export declare const button: Button;
185
185
 
186
186
  export type Link = {
187
- default: {
187
+ hover: {
188
188
  fontFamily: 'Inter';
189
189
  fontSize: 16;
190
190
  fontWeight: 400;
191
191
  lineHeight: '1.5rem';
192
+ textDecoration: 'underline';
192
193
  };
193
- hover: {
194
+ default: {
194
195
  fontFamily: 'Inter';
195
196
  fontSize: 16;
196
197
  fontWeight: 400;
197
198
  lineHeight: '1.5rem';
198
- textDecoration: 'underline';
199
199
  };
200
- small: {
200
+ smallHover: {
201
201
  fontFamily: 'Inter';
202
202
  fontSize: 14;
203
203
  fontWeight: 500;
204
204
  lineHeight: '1.5rem';
205
+ textDecoration: 'underline';
205
206
  };
206
- smallHover: {
207
+ small: {
207
208
  fontFamily: 'Inter';
208
209
  fontSize: 14;
209
210
  fontWeight: 500;
210
211
  lineHeight: '1.5rem';
211
- textDecoration: 'underline';
212
212
  };
213
213
  large: {
214
214
  fontFamily: 'Inter';
@@ -5,31 +5,31 @@
5
5
  */
6
6
 
7
7
  /**
8
- * @typedef {{ moddyHeader: object, pageHeader: object, codeHeader: object, pageSubheader: object, sectionHeader: object }} Titles
8
+ * @typedef {{ pageSubheader: object, sectionHeader: object, codeHeader: object, moddyHeader: object, pageHeader: object }} Titles
9
9
  */
10
10
 
11
11
  /**
12
12
  * @type {Titles}
13
13
  */
14
- export const titles = {"moddyHeader":{"fontFamily":"Inter","fontSize":28,"fontWeight":500,"lineHeight":"120%"},"pageHeader":{"fontFamily":"Inter","fontSize":21,"fontWeight":400,"lineHeight":"140%"},"codeHeader":{"fontFamily":"JetBrains Mono NL","fontSize":21,"fontWeight":400,"lineHeight":"2rem"},"pageSubheader":{"fontFamily":"Inter","fontSize":18,"fontWeight":500,"lineHeight":"1.5rem"},"sectionHeader":{"default":{"fontFamily":"Inter","fontSize":16,"fontWeight":400,"lineHeight":"1.5rem"},"medium":{"fontFamily":"Inter","fontSize":16,"fontWeight":500,"lineHeight":"1.5rem"},"semiBold":{"fontFamily":"Inter","fontSize":16,"fontWeight":600,"lineHeight":"1.5rem"}}};
14
+ export const titles = {"pageSubheader":{"lineHeight":"1.5rem","fontFamily":"Inter","fontSize":18,"fontWeight":500},"sectionHeader":{"default":{"lineHeight":"1.5rem","fontFamily":"Inter","fontSize":16,"fontWeight":400},"medium":{"fontFamily":"Inter","fontSize":16,"fontWeight":500,"lineHeight":"1.5rem"},"semiBold":{"fontFamily":"Inter","fontSize":16,"fontWeight":600,"lineHeight":"1.5rem"}},"codeHeader":{"lineHeight":"2rem","fontFamily":"JetBrains Mono NL","fontSize":21,"fontWeight":400},"moddyHeader":{"lineHeight":"120%","fontFamily":"Inter","fontSize":28,"fontWeight":500},"pageHeader":{"lineHeight":"140%","fontFamily":"Inter","fontSize":21,"fontWeight":400}};
15
15
 
16
16
  /**
17
- * @typedef {{ regular: object, medium: object, semiBold: object, small: object, xs: object, xxs: object, code: object }} Body
17
+ * @typedef {{ regular: object, small: object, xs: object, code: object, xxs: object, semiBold: object, medium: object }} Body
18
18
  */
19
19
 
20
20
  /**
21
21
  * @type {Body}
22
22
  */
23
- export const body = {"regular":{"fontFamily":"Inter","fontSize":16,"fontWeight":400,"lineHeight":"1.5rem"},"medium":{"fontFamily":"Inter","fontSize":16,"fontWeight":500,"lineHeight":"1.5rem"},"semiBold":{"fontFamily":"Inter","fontSize":16,"fontWeight":600,"lineHeight":"1.5rem"},"small":{"regular":{"fontFamily":"Inter","fontSize":14,"fontWeight":400,"lineHeight":"1.5rem"},"medium":{"fontFamily":"Inter","fontSize":14,"fontWeight":500,"lineHeight":"1.5rem"},"semiBold":{"fontFamily":"Inter","fontSize":14,"fontWeight":600,"lineHeight":"150%"}},"xs":{"regular":{"fontFamily":"Inter","fontSize":12,"fontWeight":400,"lineHeight":"1rem"},"medium":{"fontFamily":"Inter","fontSize":12,"fontWeight":500,"lineHeight":"1rem"},"semiBold":{"fontFamily":"Inter","fontSize":12,"fontWeight":600,"lineHeight":"150%"}},"xxs":{"fontFamily":"Inter","fontSize":10,"fontWeight":400,"lineHeight":"1rem"},"code":{"small":{"fontFamily":"JetBrains Mono NL","fontSize":14,"fontWeight":400,"lineHeight":"1.5rem"},"xs":{"fontFamily":"JetBrains Mono NL","fontSize":12,"fontWeight":400,"lineHeight":"1.5rem"}}};
23
+ export const body = {"regular":{"fontFamily":"Inter","fontSize":16,"fontWeight":400,"lineHeight":"1.5rem"},"small":{"regular":{"fontFamily":"Inter","fontSize":14,"fontWeight":400,"lineHeight":"1.5rem"},"semiBold":{"fontFamily":"Inter","fontSize":14,"fontWeight":600,"lineHeight":"150%"},"medium":{"fontFamily":"Inter","fontSize":14,"fontWeight":500,"lineHeight":"1.5rem"}},"xs":{"regular":{"fontFamily":"Inter","fontSize":12,"fontWeight":400,"lineHeight":"1rem"},"semiBold":{"fontFamily":"Inter","fontSize":12,"fontWeight":600,"lineHeight":"150%"},"medium":{"fontFamily":"Inter","fontSize":12,"fontWeight":500,"lineHeight":"1rem"}},"code":{"small":{"fontFamily":"JetBrains Mono NL","fontSize":14,"fontWeight":400,"lineHeight":"1.5rem"},"xs":{"fontFamily":"JetBrains Mono NL","fontSize":12,"fontWeight":400,"lineHeight":"1.5rem"}},"xxs":{"fontFamily":"Inter","fontSize":10,"fontWeight":400,"lineHeight":"1rem"},"semiBold":{"fontFamily":"Inter","fontSize":16,"fontWeight":600,"lineHeight":"1.5rem"},"medium":{"fontFamily":"Inter","fontSize":16,"fontWeight":500,"lineHeight":"1.5rem"}};
24
24
 
25
25
  /**
26
- * @typedef {{ fontFamily: string, fontSize: number, fontWeight: number, lineHeight: string, default: object, selected: object }} NavigationLabel
26
+ * @typedef {{ fontFamily: string, fontSize: number, fontWeight: number, lineHeight: string, selected: object, default: object }} NavigationLabel
27
27
  */
28
28
 
29
29
  /**
30
30
  * @type {NavigationLabel}
31
31
  */
32
- export const navigationLabel = {"fontFamily":"Inter","fontSize":10,"fontWeight":400,"lineHeight":"1rem","default":{"fontFamily":"Inter","fontSize":10,"fontWeight":400,"lineHeight":"1rem"},"selected":{"fontFamily":"Inter","fontSize":10,"fontWeight":600,"lineHeight":"1rem"}};
32
+ export const navigationLabel = {"fontFamily":"Inter","fontSize":10,"fontWeight":400,"lineHeight":"1rem","selected":{"fontFamily":"Inter","fontSize":10,"fontWeight":600,"lineHeight":"1rem"},"default":{"fontFamily":"Inter","fontSize":10,"fontWeight":400,"lineHeight":"1rem"}};
33
33
 
34
34
  /**
35
35
  * @typedef {{ active: object, inactive: object }} Tab
@@ -50,13 +50,13 @@ export const tab = {"active":{"fontFamily":"Inter","fontSize":14,"fontWeight":60
50
50
  export const button = {"fontFamily":"Inter","fontSize":14,"fontWeight":500,"lineHeight":"1.25rem"};
51
51
 
52
52
  /**
53
- * @typedef {{ default: object, hover: object, small: object, smallHover: object, large: object, largeHover: object }} Link
53
+ * @typedef {{ hover: object, default: object, smallHover: object, small: object, large: object, largeHover: object }} Link
54
54
  */
55
55
 
56
56
  /**
57
57
  * @type {Link}
58
58
  */
59
- export const link = {"default":{"fontFamily":"Inter","fontSize":16,"fontWeight":400,"lineHeight":"1.5rem"},"hover":{"fontFamily":"Inter","fontSize":16,"fontWeight":400,"lineHeight":"1.5rem","textDecoration":"underline"},"small":{"fontFamily":"Inter","fontSize":14,"fontWeight":500,"lineHeight":"1.5rem"},"smallHover":{"fontFamily":"Inter","fontSize":14,"fontWeight":500,"lineHeight":"1.5rem","textDecoration":"underline"},"large":{"fontFamily":"Inter","fontSize":16,"fontWeight":600,"lineHeight":"1.5rem"},"largeHover":{"fontFamily":"Inter","fontSize":16,"fontWeight":600,"lineHeight":"1.5rem","textDecoration":"underline"}};
59
+ export const link = {"hover":{"fontFamily":"Inter","fontSize":16,"fontWeight":400,"lineHeight":"1.5rem","textDecoration":"underline"},"default":{"fontFamily":"Inter","fontSize":16,"fontWeight":400,"lineHeight":"1.5rem"},"smallHover":{"fontFamily":"Inter","fontSize":14,"fontWeight":500,"lineHeight":"1.5rem","textDecoration":"underline"},"small":{"fontFamily":"Inter","fontSize":14,"fontWeight":500,"lineHeight":"1.5rem"},"large":{"fontFamily":"Inter","fontSize":16,"fontWeight":600,"lineHeight":"1.5rem"},"largeHover":{"fontFamily":"Inter","fontSize":16,"fontWeight":600,"lineHeight":"1.5rem","textDecoration":"underline"}};
60
60
 
61
61
  /**
62
62
  * @typedef {{ fontFamily: string, fontSize: number, fontWeight: number, lineHeight: string }} Chip
package/dist/shadows.css CHANGED
@@ -1,8 +1,4 @@
1
- :root { --neo-shadow-modal: 0px 8px 15px 0px rgba(31, 41, 55, 0.1);
2
- --neo-shadow-dropdown: 0px 8px 15px 0px rgba(31, 41, 55, 0.1);
3
- --neo-shadow-drawer: 0px 8px 15px 0px rgba(31, 41, 55, 0.1);
4
- --neo-shadow-card: 0px 2px 4px 0px rgba(31, 41, 55, 0.1);
5
- --neo-shadow-neutral-small: 0px 1px 3px 0px rgba(31, 41, 55, 0.1);
1
+ :root { --neo-shadow-neutral-small: 0px 1px 3px 0px rgba(31, 41, 55, 0.1);
6
2
  --neo-shadow-neutral-regular: 0px 2px 4px 0px rgba(31, 41, 55, 0.1);
7
3
  --neo-shadow-neutral-medium: 0px 8px 15px 0px rgba(31, 41, 55, 0.1);
8
4
  --neo-shadow-primary-small: 0px 1px 3px 0px rgba(47, 66, 255, 0.1);
@@ -11,4 +7,8 @@
11
7
  --neo-shadow-primary-medium: 0px 8px 15px 0px rgba(47, 66, 255, 0.1);
12
8
  --neo-shadow-primary-large: 0px 8px 24px 0px rgba(47, 66, 255, 0.1);
13
9
  --neo-shadow-neutral-large2: 0px 8px 24px 0px rgba(31, 41, 55, 0.1);
14
- --neo-shadow-hard-line: 0px 1px 2px 0px rgba(31, 41, 55, 0.1);}
10
+ --neo-shadow-card: 0px 2px 4px 0px rgba(31, 41, 55, 0.1);
11
+ --neo-shadow-hard-line: 0px 1px 2px 0px rgba(31, 41, 55, 0.1);
12
+ --neo-shadow-dropdown: 0px 8px 15px 0px rgba(31, 41, 55, 0.1);
13
+ --neo-shadow-drawer: 0px 8px 15px 0px rgba(31, 41, 55, 0.1);
14
+ --neo-shadow-modal: 0px 8px 15px 0px rgba(31, 41, 55, 0.1);}
package/dist/shadows.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * @generated
5
5
  */
6
6
 
7
- export type Modal = {
7
+ export type NeutralSmall = {
8
8
  /**
9
9
  * @scopes Effect Float
10
10
  */
@@ -12,7 +12,7 @@ x: 0;
12
12
  /**
13
13
  * @scopes Effect Float
14
14
  */
15
- y: 8;
15
+ y: 1;
16
16
  /**
17
17
  * @scopes Effect Color
18
18
  */
@@ -20,16 +20,16 @@ shadow: 'rgba(31, 41, 55, 0.1)';
20
20
  /**
21
21
  * @scopes Effect Float
22
22
  */
23
- blur: 15;
23
+ blur: 3;
24
24
  /**
25
25
  * @scopes Effect Float
26
26
  */
27
27
  spread: 0;
28
28
  };
29
29
 
30
- export declare const modal: Modal;
30
+ export declare const neutralSmall: NeutralSmall;
31
31
 
32
- export type Dropdown = {
32
+ export type NeutralRegular = {
33
33
  /**
34
34
  * @scopes Effect Float
35
35
  */
@@ -37,7 +37,7 @@ x: 0;
37
37
  /**
38
38
  * @scopes Effect Float
39
39
  */
40
- y: 8;
40
+ y: 2;
41
41
  /**
42
42
  * @scopes Effect Color
43
43
  */
@@ -45,16 +45,16 @@ shadow: 'rgba(31, 41, 55, 0.1)';
45
45
  /**
46
46
  * @scopes Effect Float
47
47
  */
48
- blur: 15;
48
+ blur: 4;
49
49
  /**
50
50
  * @scopes Effect Float
51
51
  */
52
52
  spread: 0;
53
53
  };
54
54
 
55
- export declare const dropdown: Dropdown;
55
+ export declare const neutralRegular: NeutralRegular;
56
56
 
57
- export type Drawer = {
57
+ export type NeutralMedium = {
58
58
  /**
59
59
  * @scopes Effect Float
60
60
  */
@@ -77,9 +77,9 @@ blur: 15;
77
77
  spread: 0;
78
78
  };
79
79
 
80
- export declare const drawer: Drawer;
80
+ export declare const neutralMedium: NeutralMedium;
81
81
 
82
- export type Card = {
82
+ export type PrimarySmall = {
83
83
  /**
84
84
  * @scopes Effect Float
85
85
  */
@@ -87,32 +87,32 @@ x: 0;
87
87
  /**
88
88
  * @scopes Effect Float
89
89
  */
90
- y: 2;
90
+ y: 1;
91
91
  /**
92
92
  * @scopes Effect Color
93
93
  */
94
- shadow: 'rgba(31, 41, 55, 0.1)';
94
+ shadow: 'rgba(47, 66, 255, 0.1)';
95
95
  /**
96
96
  * @scopes Effect Float
97
97
  */
98
- blur: 4;
98
+ blur: 3;
99
99
  /**
100
100
  * @scopes Effect Float
101
101
  */
102
102
  spread: 0;
103
103
  };
104
104
 
105
- export declare const card: Card;
105
+ export declare const primarySmall: PrimarySmall;
106
106
 
107
- export type NeutralSmall = {
107
+ export type NeutralLarge1 = {
108
108
  /**
109
109
  * @scopes Effect Float
110
110
  */
111
- x: 0;
111
+ blur: 4;
112
112
  /**
113
113
  * @scopes Effect Float
114
114
  */
115
- y: 1;
115
+ spread: 0;
116
116
  /**
117
117
  * @scopes Effect Color
118
118
  */
@@ -120,16 +120,16 @@ shadow: 'rgba(31, 41, 55, 0.1)';
120
120
  /**
121
121
  * @scopes Effect Float
122
122
  */
123
- blur: 3;
123
+ y: 4;
124
124
  /**
125
125
  * @scopes Effect Float
126
126
  */
127
- spread: 0;
127
+ x: 0;
128
128
  };
129
129
 
130
- export declare const neutralSmall: NeutralSmall;
130
+ export declare const neutralLarge1: NeutralLarge1;
131
131
 
132
- export type NeutralRegular = {
132
+ export type PrimaryRegular = {
133
133
  /**
134
134
  * @scopes Effect Float
135
135
  */
@@ -137,24 +137,24 @@ x: 0;
137
137
  /**
138
138
  * @scopes Effect Float
139
139
  */
140
- y: 2;
140
+ y: 4;
141
141
  /**
142
142
  * @scopes Effect Color
143
143
  */
144
- shadow: 'rgba(31, 41, 55, 0.1)';
144
+ shadow: 'rgba(47, 66, 255, 0.1)';
145
145
  /**
146
146
  * @scopes Effect Float
147
147
  */
148
- blur: 4;
148
+ blur: 8;
149
149
  /**
150
150
  * @scopes Effect Float
151
151
  */
152
152
  spread: 0;
153
153
  };
154
154
 
155
- export declare const neutralRegular: NeutralRegular;
155
+ export declare const primaryRegular: PrimaryRegular;
156
156
 
157
- export type NeutralMedium = {
157
+ export type PrimaryMedium = {
158
158
  /**
159
159
  * @scopes Effect Float
160
160
  */
@@ -166,7 +166,7 @@ y: 8;
166
166
  /**
167
167
  * @scopes Effect Color
168
168
  */
169
- shadow: 'rgba(31, 41, 55, 0.1)';
169
+ shadow: 'rgba(47, 66, 255, 0.1)';
170
170
  /**
171
171
  * @scopes Effect Float
172
172
  */
@@ -177,9 +177,9 @@ blur: 15;
177
177
  spread: 0;
178
178
  };
179
179
 
180
- export declare const neutralMedium: NeutralMedium;
180
+ export declare const primaryMedium: PrimaryMedium;
181
181
 
182
- export type PrimarySmall = {
182
+ export type PrimaryLarge = {
183
183
  /**
184
184
  * @scopes Effect Float
185
185
  */
@@ -187,7 +187,7 @@ x: 0;
187
187
  /**
188
188
  * @scopes Effect Float
189
189
  */
190
- y: 1;
190
+ y: 8;
191
191
  /**
192
192
  * @scopes Effect Color
193
193
  */
@@ -195,16 +195,16 @@ shadow: 'rgba(47, 66, 255, 0.1)';
195
195
  /**
196
196
  * @scopes Effect Float
197
197
  */
198
- blur: 3;
198
+ blur: 24;
199
199
  /**
200
200
  * @scopes Effect Float
201
201
  */
202
202
  spread: 0;
203
203
  };
204
204
 
205
- export declare const primarySmall: PrimarySmall;
205
+ export declare const primaryLarge: PrimaryLarge;
206
206
 
207
- export type NeutralLarge1 = {
207
+ export type NeutralLarge2 = {
208
208
  /**
209
209
  * @scopes Effect Float
210
210
  */
@@ -212,7 +212,7 @@ x: 0;
212
212
  /**
213
213
  * @scopes Effect Float
214
214
  */
215
- y: 4;
215
+ y: 8;
216
216
  /**
217
217
  * @scopes Effect Color
218
218
  */
@@ -220,16 +220,16 @@ shadow: 'rgba(31, 41, 55, 0.1)';
220
220
  /**
221
221
  * @scopes Effect Float
222
222
  */
223
- blur: 4;
223
+ blur: 24;
224
224
  /**
225
225
  * @scopes Effect Float
226
226
  */
227
227
  spread: 0;
228
228
  };
229
229
 
230
- export declare const neutralLarge1: NeutralLarge1;
230
+ export declare const neutralLarge2: NeutralLarge2;
231
231
 
232
- export type PrimaryRegular = {
232
+ export type Card = {
233
233
  /**
234
234
  * @scopes Effect Float
235
235
  */
@@ -237,24 +237,24 @@ x: 0;
237
237
  /**
238
238
  * @scopes Effect Float
239
239
  */
240
- y: 4;
240
+ y: 2;
241
241
  /**
242
242
  * @scopes Effect Color
243
243
  */
244
- shadow: 'rgba(47, 66, 255, 0.1)';
244
+ shadow: 'rgba(31, 41, 55, 0.1)';
245
245
  /**
246
246
  * @scopes Effect Float
247
247
  */
248
- blur: 8;
248
+ blur: 4;
249
249
  /**
250
250
  * @scopes Effect Float
251
251
  */
252
252
  spread: 0;
253
253
  };
254
254
 
255
- export declare const primaryRegular: PrimaryRegular;
255
+ export declare const card: Card;
256
256
 
257
- export type PrimaryMedium = {
257
+ export type HardLine = {
258
258
  /**
259
259
  * @scopes Effect Float
260
260
  */
@@ -262,24 +262,24 @@ x: 0;
262
262
  /**
263
263
  * @scopes Effect Float
264
264
  */
265
- y: 8;
265
+ y: 1;
266
266
  /**
267
267
  * @scopes Effect Color
268
268
  */
269
- shadow: 'rgba(47, 66, 255, 0.1)';
269
+ shadow: 'rgba(31, 41, 55, 0.1)';
270
270
  /**
271
271
  * @scopes Effect Float
272
272
  */
273
- blur: 15;
273
+ blur: 2;
274
274
  /**
275
275
  * @scopes Effect Float
276
276
  */
277
277
  spread: 0;
278
278
  };
279
279
 
280
- export declare const primaryMedium: PrimaryMedium;
280
+ export declare const hardLine: HardLine;
281
281
 
282
- export type PrimaryLarge = {
282
+ export type Dropdown = {
283
283
  /**
284
284
  * @scopes Effect Float
285
285
  */
@@ -291,20 +291,20 @@ y: 8;
291
291
  /**
292
292
  * @scopes Effect Color
293
293
  */
294
- shadow: 'rgba(47, 66, 255, 0.1)';
294
+ shadow: 'rgba(31, 41, 55, 0.1)';
295
295
  /**
296
296
  * @scopes Effect Float
297
297
  */
298
- blur: 24;
298
+ blur: 15;
299
299
  /**
300
300
  * @scopes Effect Float
301
301
  */
302
302
  spread: 0;
303
303
  };
304
304
 
305
- export declare const primaryLarge: PrimaryLarge;
305
+ export declare const dropdown: Dropdown;
306
306
 
307
- export type NeutralLarge2 = {
307
+ export type Drawer = {
308
308
  /**
309
309
  * @scopes Effect Float
310
310
  */
@@ -320,16 +320,16 @@ shadow: 'rgba(31, 41, 55, 0.1)';
320
320
  /**
321
321
  * @scopes Effect Float
322
322
  */
323
- blur: 24;
323
+ blur: 15;
324
324
  /**
325
325
  * @scopes Effect Float
326
326
  */
327
327
  spread: 0;
328
328
  };
329
329
 
330
- export declare const neutralLarge2: NeutralLarge2;
330
+ export declare const drawer: Drawer;
331
331
 
332
- export type HardLine = {
332
+ export type Modal = {
333
333
  /**
334
334
  * @scopes Effect Float
335
335
  */
@@ -337,7 +337,7 @@ x: 0;
337
337
  /**
338
338
  * @scopes Effect Float
339
339
  */
340
- y: 1;
340
+ y: 8;
341
341
  /**
342
342
  * @scopes Effect Color
343
343
  */
@@ -345,20 +345,16 @@ shadow: 'rgba(31, 41, 55, 0.1)';
345
345
  /**
346
346
  * @scopes Effect Float
347
347
  */
348
- blur: 2;
348
+ blur: 15;
349
349
  /**
350
350
  * @scopes Effect Float
351
351
  */
352
352
  spread: 0;
353
353
  };
354
354
 
355
- export declare const hardLine: HardLine;
355
+ export declare const modal: Modal;
356
356
 
357
357
  declare const _default: {
358
- modal: typeof modal,
359
- dropdown: typeof dropdown,
360
- drawer: typeof drawer,
361
- card: typeof card,
362
358
  neutralSmall: typeof neutralSmall,
363
359
  neutralRegular: typeof neutralRegular,
364
360
  neutralMedium: typeof neutralMedium,
@@ -368,7 +364,11 @@ primaryRegular: typeof primaryRegular,
368
364
  primaryMedium: typeof primaryMedium,
369
365
  primaryLarge: typeof primaryLarge,
370
366
  neutralLarge2: typeof neutralLarge2,
367
+ card: typeof card,
371
368
  hardLine: typeof hardLine,
369
+ dropdown: typeof dropdown,
370
+ drawer: typeof drawer,
371
+ modal: typeof modal,
372
372
  };
373
373
 
374
374
  export default _default;