@prosync_solutions/ui 0.1.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.
Files changed (79) hide show
  1. package/README.docx +0 -0
  2. package/README.md +129 -0
  3. package/dist/chunks/ProSidebarItem-CNJJi_zd.js +4 -0
  4. package/dist/chunks/ProSidebarItem-W3KGbpUN.js +1 -0
  5. package/dist/chunks/ProSpinner.vue_vue_type_script_setup_true_lang-C3WfTGch.js +661 -0
  6. package/dist/chunks/ProSpinner.vue_vue_type_script_setup_true_lang-g-x6G5qO.js +1 -0
  7. package/dist/components/ProAvatar/ProAvatar.vue.d.ts +14 -0
  8. package/dist/components/ProAvatar/index.d.ts +1 -0
  9. package/dist/components/ProBanner/ProBanner.vue.d.ts +40 -0
  10. package/dist/components/ProBanner/index.d.ts +1 -0
  11. package/dist/components/ProBreadcrumbs/ProBreadcrumbs.vue.d.ts +10 -0
  12. package/dist/components/ProBreadcrumbs/index.d.ts +1 -0
  13. package/dist/components/ProButton/ProButton.vue.d.ts +32 -0
  14. package/dist/components/ProButton/index.d.ts +1 -0
  15. package/dist/components/ProCard/ProCard.vue.d.ts +25 -0
  16. package/dist/components/ProCard/index.d.ts +1 -0
  17. package/dist/components/ProDivider/ProDivider.vue.d.ts +20 -0
  18. package/dist/components/ProDivider/index.d.ts +1 -0
  19. package/dist/components/ProDrawer/ProDrawer.vue.d.ts +33 -0
  20. package/dist/components/ProDrawer/index.d.ts +1 -0
  21. package/dist/components/ProEmpty/ProEmpty.vue.d.ts +25 -0
  22. package/dist/components/ProEmpty/index.d.ts +1 -0
  23. package/dist/components/ProFormField/ProFormField.vue.d.ts +19 -0
  24. package/dist/components/ProFormField/index.d.ts +1 -0
  25. package/dist/components/ProInput/ProInput.vue.d.ts +31 -0
  26. package/dist/components/ProInput/index.d.ts +1 -0
  27. package/dist/components/ProMenu/ProMenu.vue.d.ts +44 -0
  28. package/dist/components/ProMenu/index.d.ts +1 -0
  29. package/dist/components/ProModal/ProModal.vue.d.ts +33 -0
  30. package/dist/components/ProModal/index.d.ts +1 -0
  31. package/dist/components/ProPageHeader/ProPageHeader.vue.d.ts +26 -0
  32. package/dist/components/ProPageHeader/index.d.ts +1 -0
  33. package/dist/components/ProPagination/ProPagination.vue.d.ts +13 -0
  34. package/dist/components/ProPagination/index.d.ts +1 -0
  35. package/dist/components/ProSelect/ProSelect.vue.d.ts +22 -0
  36. package/dist/components/ProSelect/index.d.ts +1 -0
  37. package/dist/components/ProSidebar/ProSidebar.vue.d.ts +33 -0
  38. package/dist/components/ProSidebar/index.d.ts +1 -0
  39. package/dist/components/ProSidebarItem/ProSidebarItem.vue.d.ts +7 -0
  40. package/dist/components/ProSidebarItem/index.d.ts +1 -0
  41. package/dist/components/ProSkeleton/ProSkeleton.vue.d.ts +22 -0
  42. package/dist/components/ProSkeleton/index.d.ts +1 -0
  43. package/dist/components/ProSpinner/ProSpinner.vue.d.ts +10 -0
  44. package/dist/components/ProSpinner/index.d.ts +1 -0
  45. package/dist/components/ProStatisticCard/ProStatisticCard.vue.d.ts +17 -0
  46. package/dist/components/ProStatisticCard/index.d.ts +1 -0
  47. package/dist/components/ProStatusBadge/ProStatusBadge.vue.d.ts +6 -0
  48. package/dist/components/ProStatusBadge/index.d.ts +1 -0
  49. package/dist/components/ProTable/ProTable.vue.d.ts +19 -0
  50. package/dist/components/ProTable/index.d.ts +1 -0
  51. package/dist/components/ProTableCell/ProTableCell.vue.d.ts +16 -0
  52. package/dist/components/ProTableCell/index.d.ts +1 -0
  53. package/dist/components/ProTableRow/ProTableRow.vue.d.ts +29 -0
  54. package/dist/components/ProTableRow/index.d.ts +1 -0
  55. package/dist/components/ProTabs/ProTabs.vue.d.ts +27 -0
  56. package/dist/components/ProTabs/index.d.ts +1 -0
  57. package/dist/components/ProTag/ProTag.vue.d.ts +28 -0
  58. package/dist/components/ProTag/index.d.ts +1 -0
  59. package/dist/components/ProTextarea/ProTextarea.vue.d.ts +21 -0
  60. package/dist/components/ProTextarea/index.d.ts +1 -0
  61. package/dist/components/ProToast/ProToast.vue.d.ts +18 -0
  62. package/dist/components/ProToast/index.d.ts +1 -0
  63. package/dist/components/ProTooltip/ProTooltip.vue.d.ts +21 -0
  64. package/dist/components/ProTooltip/index.d.ts +1 -0
  65. package/dist/components/ProTopbar/ProTopbar.vue.d.ts +27 -0
  66. package/dist/components/ProTopbar/index.d.ts +1 -0
  67. package/dist/components/index.d.ts +30 -0
  68. package/dist/components/tier1/index.d.ts +12 -0
  69. package/dist/index.d.ts +6 -0
  70. package/dist/prosync-ui-tier1.js +36 -0
  71. package/dist/prosync-ui-tier1.umd.cjs +1 -0
  72. package/dist/prosync-ui.js +1034 -0
  73. package/dist/prosync-ui.umd.cjs +1 -0
  74. package/dist/tier1.d.ts +17 -0
  75. package/dist/types/index.d.ts +62 -0
  76. package/dist/ui.css +1 -0
  77. package/package.json +75 -0
  78. package/src/styles/tokens-tier1.css +80 -0
  79. package/src/styles/tokens.json +673 -0
@@ -0,0 +1,673 @@
1
+ {
2
+ "Prosync": {
3
+ "font": {
4
+ "family": {
5
+ "sans-montserrat": {
6
+ "value": "montserrat",
7
+ "type": "text"
8
+ }
9
+ }
10
+ },
11
+ "radius": {
12
+ "card": {
13
+ "value": "12",
14
+ "type": "number"
15
+ },
16
+ "container": {
17
+ "value": "12",
18
+ "type": "number"
19
+ },
20
+ "button": {
21
+ "value": "6",
22
+ "type": "number"
23
+ },
24
+ "table": {
25
+ "value": "12",
26
+ "type": "number"
27
+ },
28
+ "tag": {
29
+ "value": "6",
30
+ "type": "number"
31
+ },
32
+ "avatar": {
33
+ "value": "9999",
34
+ "type": "number"
35
+ }
36
+ },
37
+ "brand": {
38
+ "primary": {
39
+ "value": "#03439a",
40
+ "type": "color"
41
+ },
42
+ "primary-strong": {
43
+ "value": "#02367b",
44
+ "type": "color"
45
+ },
46
+ "primary-subtle": {
47
+ "value": "#dbeafe",
48
+ "type": "color",
49
+ "description": "Light tint of primary — used for selected/hover backgrounds"
50
+ },
51
+ "primary-tint": {
52
+ "value": "#93c5fd",
53
+ "type": "color",
54
+ "description": "Mid tint of primary — used for focus rings"
55
+ },
56
+ "primary-light": {
57
+ "value": "#3b82f6",
58
+ "type": "color",
59
+ "description": "Lighter shade of primary"
60
+ },
61
+ "secondary": {
62
+ "value": "#f0c10f",
63
+ "type": "color"
64
+ },
65
+ "secondary-strong": {
66
+ "value": "#d4a10c",
67
+ "type": "color",
68
+ "description": "Darker shade of secondary — used for hover states"
69
+ }
70
+ },
71
+ "semantic": {
72
+ "secondary-400": {
73
+ "value": "#99a1af",
74
+ "type": "color"
75
+ },
76
+ "success-400": {
77
+ "value": "#05df72",
78
+ "type": "color"
79
+ },
80
+ "info-400": {
81
+ "value": "#00bcff",
82
+ "type": "color"
83
+ },
84
+ "warn-400": {
85
+ "value": "#ff8904",
86
+ "type": "color"
87
+ },
88
+ "error-400": {
89
+ "value": "#ff6467",
90
+ "type": "color"
91
+ },
92
+ "attention-400": {
93
+ "value": "#a684ff",
94
+ "type": "color"
95
+ }
96
+ },
97
+ "surface": {
98
+ "main-bg": {
99
+ "value": "#f9fafb",
100
+ "type": "color"
101
+ },
102
+ "sub-bg": {
103
+ "value": "#ffffff",
104
+ "type": "color"
105
+ },
106
+ "dark-bg": {
107
+ "value": "#1d293d",
108
+ "type": "color"
109
+ },
110
+ "dark-bg-strong": {
111
+ "value": "#020618",
112
+ "type": "color"
113
+ },
114
+ "gray-bg": {
115
+ "value": "#f3f4f6",
116
+ "type": "color"
117
+ },
118
+ "gray-bg-strong": {
119
+ "value": "#e5e7eb",
120
+ "type": "color"
121
+ },
122
+ "disabled": {
123
+ "value": "#f3f4f6",
124
+ "type": "color"
125
+ },
126
+ "bg-secondary": {
127
+ "value": "#f1f5f9",
128
+ "type": "color"
129
+ },
130
+ "bg-secondary-50": {
131
+ "value": "#f1f5f980",
132
+ "type": "color",
133
+ "description": "background secondary color with 50% of opacity"
134
+ },
135
+ "bg-success": {
136
+ "value": "#dcfce7",
137
+ "type": "color"
138
+ },
139
+ "bg-success-50": {
140
+ "value": "#dcfce780",
141
+ "type": "color",
142
+ "description": "background success color with 50% of opacity"
143
+ },
144
+ "bg-info": {
145
+ "value": "#dff2fe",
146
+ "type": "color"
147
+ },
148
+ "bg-info-50": {
149
+ "value": "#dff2fe80",
150
+ "type": "color",
151
+ "description": "background info color with 50% of opacity"
152
+ },
153
+ "bg-warn": {
154
+ "value": "#ffedd4",
155
+ "type": "color"
156
+ },
157
+ "bg-warn-50": {
158
+ "value": "#ffedd480",
159
+ "type": "color",
160
+ "description": "background warn color with 50% of opacity"
161
+ },
162
+ "bg-error": {
163
+ "value": "#ffe2e2",
164
+ "type": "color"
165
+ },
166
+ "bg-error-50": {
167
+ "value": "#ffe2e280",
168
+ "type": "color",
169
+ "description": "background error color with 50% of opacity"
170
+ },
171
+ "bg-attention": {
172
+ "value": "#ede9fe",
173
+ "type": "color"
174
+ },
175
+ "bg-toast": {
176
+ "value": "#ffffff80",
177
+ "type": "color"
178
+ }
179
+ },
180
+ "text": {
181
+ "heading": {
182
+ "value": "#020618",
183
+ "type": "color"
184
+ },
185
+ "body": {
186
+ "value": "#1d293d",
187
+ "type": "color"
188
+ },
189
+ "subtitle": {
190
+ "value": "#45556c",
191
+ "type": "color"
192
+ },
193
+ "subsubtitle": {
194
+ "value": "#62748e",
195
+ "type": "color"
196
+ },
197
+ "placeholder": {
198
+ "value": "#62748e",
199
+ "type": "color"
200
+ },
201
+ "disabled": {
202
+ "value": "#90a1b9",
203
+ "type": "color"
204
+ },
205
+ "on-primary": {
206
+ "value": "#ffffff",
207
+ "type": "color"
208
+ },
209
+ "inverse": {
210
+ "value": "#ffffff",
211
+ "type": "color",
212
+ "description": "Text on dark/inverse backgrounds (tooltips, dark topbar)"
213
+ },
214
+ "text-secondary": {
215
+ "value": "#314158",
216
+ "type": "color"
217
+ },
218
+ "text-success": {
219
+ "value": "#008236",
220
+ "type": "color"
221
+ },
222
+ "text-info": {
223
+ "value": "#0069a8",
224
+ "type": "color"
225
+ },
226
+ "text-warn": {
227
+ "value": "#ca3500",
228
+ "type": "color"
229
+ },
230
+ "text-error": {
231
+ "value": "#c10007",
232
+ "type": "color"
233
+ },
234
+ "text-attention": {
235
+ "value": "#7008e7",
236
+ "type": "color"
237
+ }
238
+ },
239
+ "icon": {
240
+ "default-soft": {
241
+ "value": "#62748e",
242
+ "type": "color"
243
+ },
244
+ "default": {
245
+ "value": "#1d293d",
246
+ "type": "color"
247
+ },
248
+ "disabled": {
249
+ "value": "#90a1b9",
250
+ "type": "color"
251
+ },
252
+ "on-primary": {
253
+ "value": "#ffffff",
254
+ "type": "color"
255
+ },
256
+ "icon-secondary": {
257
+ "value": "#314158",
258
+ "type": "color"
259
+ },
260
+ "icon-success": {
261
+ "value": "#008236",
262
+ "type": "color"
263
+ },
264
+ "icon-info": {
265
+ "value": "#0069a8",
266
+ "type": "color"
267
+ },
268
+ "icon-warn": {
269
+ "value": "#ca3500",
270
+ "type": "color"
271
+ },
272
+ "icon-error": {
273
+ "value": "#c10007",
274
+ "type": "color"
275
+ },
276
+ "icon-attention": {
277
+ "value": "#7008e7",
278
+ "type": "color"
279
+ }
280
+ },
281
+ "border": {
282
+ "border": {
283
+ "value": "#e5e7eb",
284
+ "type": "color"
285
+ },
286
+ "border-secondary": {
287
+ "value": "#cad5e2",
288
+ "type": "color"
289
+ },
290
+ "border-success": {
291
+ "value": "#7bf1a8",
292
+ "type": "color"
293
+ },
294
+ "border-info": {
295
+ "value": "#74d4ff",
296
+ "type": "color"
297
+ },
298
+ "border-warn": {
299
+ "value": "#fdba8c",
300
+ "type": "color"
301
+ },
302
+ "border-error": {
303
+ "value": "#ffa2a2",
304
+ "type": "color"
305
+ },
306
+ "border-attention": {
307
+ "value": "#c4b5fd",
308
+ "type": "color"
309
+ }
310
+ },
311
+ "component": {
312
+ "tab": {
313
+ "initial": {
314
+ "value": "#62748e",
315
+ "type": "color"
316
+ }
317
+ },
318
+ "topbar": {
319
+ "height": { "value": "64", "type": "dimension" }
320
+ },
321
+ "sidebar": {
322
+ "width-expanded": { "value": "220", "type": "dimension" },
323
+ "width-collapsed": { "value": "64", "type": "dimension" }
324
+ },
325
+ "toast": {
326
+ "width": { "value": "320", "type": "dimension" }
327
+ },
328
+ "avatar": {
329
+ "size-xs": { "value": "24", "type": "dimension" },
330
+ "size-sm": { "value": "32", "type": "dimension" },
331
+ "size-md": { "value": "40", "type": "dimension" },
332
+ "size-lg": { "value": "48", "type": "dimension" },
333
+ "size-xl": { "value": "64", "type": "dimension" }
334
+ },
335
+ "input": {
336
+ "height-sm": { "value": "32", "type": "dimension" },
337
+ "height-md": { "value": "40", "type": "dimension" },
338
+ "height-lg": { "value": "48", "type": "dimension" }
339
+ },
340
+ "button": {
341
+ "height-sm": { "value": "32", "type": "dimension" },
342
+ "height-md": { "value": "40", "type": "dimension" },
343
+ "height-lg": { "value": "48", "type": "dimension" },
344
+ "disabled-opacity": { "value": "0.5", "type": "number" }
345
+ }
346
+ },
347
+ "shadow": {
348
+ "xs": {
349
+ "value": "0 1px 2px rgba(0,0,0,0.05)",
350
+ "type": "boxShadow",
351
+ "description": "Subtle lift — cards, input fields"
352
+ },
353
+ "sm": {
354
+ "value": "0 1px 3px rgba(0,0,0,0.10), 0 1px 2px rgba(0,0,0,0.06)",
355
+ "type": "boxShadow",
356
+ "description": "Small lift — buttons, tags"
357
+ },
358
+ "md": {
359
+ "value": "0 4px 6px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.06)",
360
+ "type": "boxShadow",
361
+ "description": "Medium lift — statistic cards hover"
362
+ },
363
+ "lg": {
364
+ "value": "0 10px 15px rgba(0,0,0,0.10), 0 4px 6px rgba(0,0,0,0.05)",
365
+ "type": "boxShadow",
366
+ "description": "Large lift — dropdowns, menus, tooltips"
367
+ },
368
+ "xl": {
369
+ "value": "0 20px 25px rgba(0,0,0,0.10), 0 10px 10px rgba(0,0,0,0.04)",
370
+ "type": "boxShadow",
371
+ "description": "Extra large — modals, drawers, toasts"
372
+ }
373
+ },
374
+ "zIndex": {
375
+ "base": { "value": "0", "type": "number" },
376
+ "raised": { "value": "10", "type": "number", "description": "Inline tooltips, form helpers" },
377
+ "dropdown": { "value": "50", "type": "number", "description": "Menus, selects, sidebar tooltips" },
378
+ "sticky": { "value": "100", "type": "number", "description": "Topbar, sticky headers" },
379
+ "overlay": { "value": "200", "type": "number", "description": "Modal/drawer backdrop" },
380
+ "modal": { "value": "300", "type": "number", "description": "Modal/drawer panel" },
381
+ "toast": { "value": "400", "type": "number", "description": "Toast notifications — always on top" }
382
+ },
383
+ "opacity": {
384
+ "disabled": { "value": "0.5", "type": "number" },
385
+ "overlay": { "value": "0.6", "type": "number", "description": "Modal/drawer backdrop" },
386
+ "subtle": { "value": "0.8", "type": "number", "description": "Hover state dimming" },
387
+ "ghost": { "value": "0.05", "type": "number", "description": "Very faint tint backgrounds" }
388
+ },
389
+ "lineHeights": {
390
+ "0": { "value": "40", "type": "lineHeights", "description": "display" },
391
+ "1": { "value": "36", "type": "lineHeights", "description": "h1" },
392
+ "2": { "value": "32", "type": "lineHeights", "description": "h2" },
393
+ "3": { "value": "28", "type": "lineHeights", "description": "h3, body-lg" },
394
+ "6": { "value": "24", "type": "lineHeights", "description": "body" },
395
+ "8": { "value": "20", "type": "lineHeights", "description": "body-sm, button" },
396
+ "10": { "value": "16", "type": "lineHeights", "description": "caption, tag" }
397
+ },
398
+ "fontWeights": {
399
+ "montserrat-0": {
400
+ "value": "Bold",
401
+ "type": "fontWeights"
402
+ },
403
+ "montserrat-1": {
404
+ "value": "SemiBold",
405
+ "type": "fontWeights"
406
+ },
407
+ "montserrat-2": {
408
+ "value": "Regular",
409
+ "type": "fontWeights"
410
+ },
411
+ "montserrat-3": {
412
+ "value": "Medium",
413
+ "type": "fontWeights"
414
+ }
415
+ },
416
+ "fontSize": {
417
+ "0": {
418
+ "value": "12",
419
+ "type": "fontSizes"
420
+ },
421
+ "1": {
422
+ "value": "14",
423
+ "type": "fontSizes"
424
+ },
425
+ "2": {
426
+ "value": "16",
427
+ "type": "fontSizes"
428
+ },
429
+ "3": {
430
+ "value": "18",
431
+ "type": "fontSizes"
432
+ },
433
+ "4": {
434
+ "value": "20",
435
+ "type": "fontSizes"
436
+ },
437
+ "5": {
438
+ "value": "24",
439
+ "type": "fontSizes"
440
+ },
441
+ "6": {
442
+ "value": "30",
443
+ "type": "fontSizes"
444
+ },
445
+ "7": {
446
+ "value": "36",
447
+ "type": "fontSizes"
448
+ }
449
+ },
450
+ "letterSpacing": {
451
+ "0": {
452
+ "value": "0",
453
+ "type": "letterSpacing"
454
+ }
455
+ },
456
+ "paragraphSpacing": {
457
+ "0": {
458
+ "value": "0",
459
+ "type": "paragraphSpacing"
460
+ }
461
+ },
462
+ "text-display": {
463
+ "value": {
464
+ "fontFamily": "{font.family.sans-montserrat}",
465
+ "fontWeight": "{fontWeights.montserrat-0}",
466
+ "lineHeight": "{lineHeights.0}",
467
+ "fontSize": "{fontSize.7}",
468
+ "letterSpacing": "{letterSpacing.0}",
469
+ "paragraphSpacing": "{paragraphSpacing.0}",
470
+ "paragraphIndent": "{paragraphIndent.0}",
471
+ "textCase": "{textCase.none}",
472
+ "textDecoration": "{textDecoration.none}"
473
+ },
474
+ "type": "typography",
475
+ "description": "page title, hero section"
476
+ },
477
+ "text-h1": {
478
+ "value": {
479
+ "fontFamily": "{font.family.sans-montserrat}",
480
+ "fontWeight": "{fontWeights.montserrat-0}",
481
+ "lineHeight": "{lineHeights.1}",
482
+ "fontSize": "{fontSize.6}",
483
+ "letterSpacing": "{letterSpacing.0}",
484
+ "paragraphSpacing": "{paragraphSpacing.0}",
485
+ "paragraphIndent": "{paragraphIndent.0}",
486
+ "textCase": "{textCase.none}",
487
+ "textDecoration": "{textDecoration.none}"
488
+ },
489
+ "type": "typography",
490
+ "description": "section header / main card title"
491
+ },
492
+ "text-h2": {
493
+ "value": {
494
+ "fontFamily": "{font.family.sans-montserrat}",
495
+ "fontWeight": "{fontWeights.montserrat-1}",
496
+ "lineHeight": "{lineHeights.2}",
497
+ "fontSize": "{fontSize.5}",
498
+ "letterSpacing": "{letterSpacing.0}",
499
+ "paragraphSpacing": "{paragraphSpacing.0}",
500
+ "paragraphIndent": "{paragraphIndent.0}",
501
+ "textCase": "{textCase.none}",
502
+ "textDecoration": "{textDecoration.none}"
503
+ },
504
+ "type": "typography",
505
+ "description": "sub-section title / modal title"
506
+ },
507
+ "text-h3": {
508
+ "value": {
509
+ "fontFamily": "{font.family.sans-montserrat}",
510
+ "fontWeight": "{fontWeights.montserrat-1}",
511
+ "lineHeight": "{lineHeights.3}",
512
+ "fontSize": "{fontSize.4}",
513
+ "letterSpacing": "{letterSpacing.0}",
514
+ "paragraphSpacing": "{paragraphSpacing.0}",
515
+ "paragraphIndent": "{paragraphIndent.0}",
516
+ "textCase": "{textCase.none}",
517
+ "textDecoration": "{textDecoration.none}"
518
+ },
519
+ "type": "typography",
520
+ "description": "small section header / form title"
521
+ },
522
+ "text-body-lg": {
523
+ "value": {
524
+ "fontFamily": "{font.family.sans-montserrat}",
525
+ "fontWeight": "{fontWeights.montserrat-2}",
526
+ "lineHeight": "{lineHeights.3}",
527
+ "fontSize": "{fontSize.3}",
528
+ "letterSpacing": "{letterSpacing.0}",
529
+ "paragraphSpacing": "{paragraphSpacing.0}",
530
+ "paragraphIndent": "{paragraphIndent.0}",
531
+ "textCase": "{textCase.none}",
532
+ "textDecoration": "{textDecoration.none}"
533
+ },
534
+ "type": "typography",
535
+ "description": "main content / important text"
536
+ },
537
+ "text-body-lg-bold": {
538
+ "value": {
539
+ "fontFamily": "{font.family.sans-montserrat}",
540
+ "fontWeight": "{fontWeights.montserrat-1}",
541
+ "lineHeight": "{lineHeights.3}",
542
+ "fontSize": "{fontSize.3}",
543
+ "letterSpacing": "{letterSpacing.0}",
544
+ "paragraphSpacing": "{paragraphSpacing.0}",
545
+ "paragraphIndent": "{paragraphIndent.0}",
546
+ "textCase": "{textCase.none}",
547
+ "textDecoration": "{textDecoration.none}"
548
+ },
549
+ "type": "typography"
550
+ },
551
+ "text-body": {
552
+ "value": {
553
+ "fontFamily": "{font.family.sans-montserrat}",
554
+ "fontWeight": "{fontWeights.montserrat-2}",
555
+ "lineHeight": "{lineHeights.6}",
556
+ "fontSize": "{fontSize.2}",
557
+ "letterSpacing": "{letterSpacing.0}",
558
+ "paragraphSpacing": "{paragraphSpacing.0}",
559
+ "paragraphIndent": "{paragraphIndent.0}",
560
+ "textCase": "{textCase.none}",
561
+ "textDecoration": "{textDecoration.none}"
562
+ },
563
+ "type": "typography",
564
+ "description": "default body text, table"
565
+ },
566
+ "text-body-bold": {
567
+ "value": {
568
+ "fontFamily": "{font.family.sans-montserrat}",
569
+ "fontWeight": "{fontWeights.montserrat-1}",
570
+ "lineHeight": "{lineHeights.6}",
571
+ "fontSize": "{fontSize.2}",
572
+ "letterSpacing": "{letterSpacing.0}",
573
+ "paragraphSpacing": "{paragraphSpacing.0}",
574
+ "paragraphIndent": "{paragraphIndent.0}",
575
+ "textCase": "{textCase.none}",
576
+ "textDecoration": "{textDecoration.none}"
577
+ },
578
+ "type": "typography"
579
+ },
580
+ "text-body-sm": {
581
+ "value": {
582
+ "fontFamily": "{font.family.sans-montserrat}",
583
+ "fontWeight": "{fontWeights.montserrat-2}",
584
+ "lineHeight": "{lineHeights.8}",
585
+ "fontSize": "{fontSize.1}",
586
+ "letterSpacing": "{letterSpacing.0}",
587
+ "paragraphSpacing": "{paragraphSpacing.0}",
588
+ "paragraphIndent": "{paragraphIndent.0}",
589
+ "textCase": "{textCase.none}",
590
+ "textDecoration": "{textDecoration.none}"
591
+ },
592
+ "type": "typography",
593
+ "description": "secondary text / descriptions"
594
+ },
595
+ "text-body-sm-bold": {
596
+ "value": {
597
+ "fontFamily": "{font.family.sans-montserrat}",
598
+ "fontWeight": "{fontWeights.montserrat-1}",
599
+ "lineHeight": "{lineHeights.8}",
600
+ "fontSize": "{fontSize.1}",
601
+ "letterSpacing": "{letterSpacing.0}",
602
+ "paragraphSpacing": "{paragraphSpacing.0}",
603
+ "paragraphIndent": "{paragraphIndent.0}",
604
+ "textCase": "{textCase.none}",
605
+ "textDecoration": "{textDecoration.none}"
606
+ },
607
+ "type": "typography"
608
+ },
609
+ "text-caption": {
610
+ "value": {
611
+ "fontFamily": "{font.family.sans-montserrat}",
612
+ "fontWeight": "{fontWeights.montserrat-2}",
613
+ "lineHeight": "{lineHeights.10}",
614
+ "fontSize": "{fontSize.0}",
615
+ "letterSpacing": "{letterSpacing.0}",
616
+ "paragraphSpacing": "{paragraphSpacing.0}",
617
+ "paragraphIndent": "{paragraphIndent.0}",
618
+ "textCase": "{textCase.none}",
619
+ "textDecoration": "{textDecoration.none}"
620
+ },
621
+ "type": "typography",
622
+ "description": "notes, timestamps, labels"
623
+ },
624
+ "text-tag": {
625
+ "value": {
626
+ "fontFamily": "{font.family.sans-montserrat}",
627
+ "fontWeight": "{fontWeights.montserrat-1}",
628
+ "lineHeight": "{lineHeights.10}",
629
+ "fontSize": "{fontSize.0}",
630
+ "letterSpacing": "{letterSpacing.0}",
631
+ "paragraphSpacing": "{paragraphSpacing.0}",
632
+ "paragraphIndent": "{paragraphIndent.0}",
633
+ "textCase": "{textCase.none}",
634
+ "textDecoration": "{textDecoration.none}"
635
+ },
636
+ "type": "typography",
637
+ "description": "tag / status label"
638
+ },
639
+ "text-button": {
640
+ "value": {
641
+ "fontFamily": "{font.family.sans-montserrat}",
642
+ "fontWeight": "{fontWeights.montserrat-3}",
643
+ "lineHeight": "{lineHeights.8}",
644
+ "fontSize": "{fontSize.1}",
645
+ "letterSpacing": "{letterSpacing.0}",
646
+ "paragraphSpacing": "{paragraphSpacing.0}",
647
+ "paragraphIndent": "{paragraphIndent.0}",
648
+ "textCase": "{textCase.none}",
649
+ "textDecoration": "{textDecoration.none}"
650
+ },
651
+ "type": "typography",
652
+ "description": "for buttons or chips"
653
+ },
654
+ "textCase": {
655
+ "none": {
656
+ "value": "none",
657
+ "type": "textCase"
658
+ }
659
+ },
660
+ "textDecoration": {
661
+ "none": {
662
+ "value": "none",
663
+ "type": "textDecoration"
664
+ }
665
+ },
666
+ "paragraphIndent": {
667
+ "0": {
668
+ "value": "0px",
669
+ "type": "dimension"
670
+ }
671
+ }
672
+ }
673
+ }