@devexpress/design-tokens-internal 261.0.2 → 261.0.3

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 (111) hide show
  1. package/package.json +3 -1
  2. package/tokens/components/core/accordion/fluent.json +408 -0
  3. package/tokens/components/core/ai-chat/fluent.json +956 -0
  4. package/tokens/components/core/badge/fluent.json +84 -0
  5. package/tokens/components/core/button/fluent.json +154 -0
  6. package/tokens/components/core/calendar/fluent.json +836 -0
  7. package/tokens/components/core/checkbox/fluent.json +384 -0
  8. package/tokens/components/core/collapse-button/fluent.json +168 -0
  9. package/tokens/components/core/container-body/fluent.json +90 -0
  10. package/tokens/components/core/container-footer/fluent.json +104 -0
  11. package/tokens/components/core/container-header/fluent.json +166 -0
  12. package/tokens/components/core/dialog/fluent.json +88 -0
  13. package/tokens/components/core/drawer/fluent.json +80 -0
  14. package/tokens/components/core/empty-item/fluent.json +180 -0
  15. package/tokens/components/core/focus-rect/fluent.json +42 -0
  16. package/tokens/components/core/form/fluent.json +208 -0
  17. package/tokens/components/core/icon-wrapper/fluent.json +72 -0
  18. package/tokens/components/core/indent-space/fluent.json +60 -0
  19. package/tokens/components/core/label/fluent.json +78 -0
  20. package/tokens/components/core/link/fluent.json +144 -0
  21. package/tokens/components/core/listbox/fluent.json +476 -0
  22. package/tokens/components/core/menu/fluent.json +352 -0
  23. package/tokens/components/core/message-bar/fluent.json +132 -0
  24. package/tokens/components/core/overflow-menu/fluent.json +432 -0
  25. package/tokens/components/core/pagination/fluent.json +262 -0
  26. package/tokens/components/core/popover/fluent.json +94 -0
  27. package/tokens/components/core/popover-arrow/fluent.json +26 -0
  28. package/tokens/components/core/popover-body/fluent.json +92 -0
  29. package/tokens/components/core/popover-footer/fluent.json +74 -0
  30. package/tokens/components/core/popover-header/fluent.json +150 -0
  31. package/tokens/components/core/popup/fluent.json +96 -0
  32. package/tokens/components/core/progress-bar/fluent.json +134 -0
  33. package/tokens/components/core/radio-button/fluent.json +232 -0
  34. package/tokens/components/core/ribbon/fluent.json +922 -0
  35. package/tokens/components/core/scroll-bar/fluent.json +82 -0
  36. package/tokens/components/core/spinner_load-indicator/fluent.json +210 -0
  37. package/tokens/components/core/splitter/fluent.json +452 -0
  38. package/tokens/components/core/switch/fluent.json +378 -0
  39. package/tokens/components/core/tabs/fluent.json +282 -0
  40. package/tokens/components/core/tag/fluent.json +158 -0
  41. package/tokens/components/core/text-box/fluent.json +204 -0
  42. package/tokens/components/core/text-edit/fluent.json +308 -0
  43. package/tokens/components/core/toast/fluent.json +192 -0
  44. package/tokens/components/core/toolbar/fluent.json +306 -0
  45. package/tokens/components/core/tooltip/fluent.json +116 -0
  46. package/tokens/components/core/treeview/fluent.json +424 -0
  47. package/tokens/components/desktop/badge/fluent.json +146 -0
  48. package/tokens/components/desktop/button/fluent.json +212 -0
  49. package/tokens/components/desktop/button-edit/fluent.json +242 -0
  50. package/tokens/components/desktop/button-group/fluent.json +40 -0
  51. package/tokens/components/desktop/button-text/fluent.json +114 -0
  52. package/tokens/components/desktop/checkedit/fluent.json +68 -0
  53. package/tokens/components/desktop/datapager/fluent.json +110 -0
  54. package/tokens/components/desktop/filter-edit/fluent.json +254 -0
  55. package/tokens/components/desktop/listbox-edit/fluent.json +434 -0
  56. package/tokens/components/desktop/loading-panel_wait-indicator/fluent.json +308 -0
  57. package/tokens/components/desktop/pagercontrol/fluent.json +258 -0
  58. package/tokens/components/desktop/progress-bar/fluent.json +294 -0
  59. package/tokens/components/desktop/radio-button/fluent.json +76 -0
  60. package/tokens/components/desktop/scroll-bar/fluent.json +90 -0
  61. package/tokens/components/desktop/split-button/fluent.json +30 -0
  62. package/tokens/components/desktop/text-edit/fluent.json +174 -0
  63. package/tokens/components/desktop/toggle-switch/Fluent.json +268 -0
  64. package/tokens/components/desktop/tooltip/fluent.json +198 -0
  65. package/tokens/components/web/accordion/fluent.json +24 -0
  66. package/tokens/components/web/button/fluent.json +1460 -0
  67. package/tokens/components/web/button-group/fluent.json +40 -0
  68. package/tokens/components/web/carousel/fluent.json +1458 -0
  69. package/tokens/components/web/checkbox/fluent.json +136 -0
  70. package/tokens/components/web/color-palette/fluent.json +634 -0
  71. package/tokens/components/web/column-chooser/fluent.json +176 -0
  72. package/tokens/components/web/filter-builder/fluent.json +570 -0
  73. package/tokens/components/web/form-layout/fluent.json +578 -0
  74. package/tokens/components/web/html-editor/fluent.json +146 -0
  75. package/tokens/components/web/listbox/fluent.json +160 -0
  76. package/tokens/components/web/loading-panel_wait-indicator/fluent.json +118 -0
  77. package/tokens/components/web/memo/fluent.json +30 -0
  78. package/tokens/components/web/menu/fluent.json +24 -0
  79. package/tokens/components/web/message-bar/fluent.json +106 -0
  80. package/tokens/components/web/message-box/fluent.json +36 -0
  81. package/tokens/components/web/overflow-menu/fluent.json +64 -0
  82. package/tokens/components/web/pager/fluent.json +102 -0
  83. package/tokens/components/web/progress-bar/fluent.json +116 -0
  84. package/tokens/components/web/radio/fluent.json +140 -0
  85. package/tokens/components/web/ribbon/fluent.json +62 -0
  86. package/tokens/components/web/rich-text-editor/fluent.json +534 -0
  87. package/tokens/components/web/scheduler/fluent.json +1378 -0
  88. package/tokens/components/web/scheduler-popups/fluent.json +290 -0
  89. package/tokens/components/web/scroll-bar/fluent.json +92 -0
  90. package/tokens/components/web/split-button/fluent.json +78 -0
  91. package/tokens/components/web/splitter/fluent.json +1214 -0
  92. package/tokens/components/web/switcher/fluent.json +102 -0
  93. package/tokens/components/web/tabs/fluent.json +148 -0
  94. package/tokens/components/web/tagbox/fluent.json +82 -0
  95. package/tokens/components/web/text-edit/fluent.json +184 -0
  96. package/tokens/components/web/toast/fluent.json +688 -0
  97. package/tokens/components/web/toolbar/fluent.json +1070 -0
  98. package/tokens/components/web/tooltip/fluent.json +20 -0
  99. package/tokens/components/web/treeview/fluent.json +1214 -0
  100. package/tokens/components/web/uploader/fluent.json +1528 -0
  101. package/tokens/figma-utils/box-shadow/semantic/dx-office.json +308 -0
  102. package/tokens/figma-utils/box-shadow/semantic/fluent.json +308 -0
  103. package/tokens/figma-utils/box-shadow/styles.json +181 -0
  104. package/tokens/figma-utils/decorative-colors/dark.json +56 -0
  105. package/tokens/figma-utils/decorative-colors/light.json +56 -0
  106. package/tokens/figma-utils/icon/property.json +48 -0
  107. package/tokens/figma-utils/icon/set/dx-office.json +8 -0
  108. package/tokens/figma-utils/icon/set/fluent.json +8 -0
  109. package/tokens/figma-utils/typography/font-family/dx-office.json +12 -0
  110. package/tokens/figma-utils/typography/font-family/fluent.json +12 -0
  111. package/tokens/figma-utils/typography/styles.json +400 -0
@@ -0,0 +1,181 @@
1
+ {
2
+ "shadow": {
3
+ "none": {
4
+ "$type": "boxShadow",
5
+ "$value": [
6
+ {
7
+ "x": "{box-shadow.layer-1.x.none}",
8
+ "y": "{box-shadow.layer-1.y.none}",
9
+ "blur": "{box-shadow.layer-1.blur.none}",
10
+ "spread": "{box-shadow.layer-1.spread.none}",
11
+ "color": "{box-shadow.layer-1.color.none}",
12
+ "type": "dropShadow"
13
+ },
14
+ {
15
+ "x": "{box-shadow.layer-2.x.none}",
16
+ "y": "{box-shadow.layer-2.y.none}",
17
+ "blur": "{box-shadow.layer-2.blur.none}",
18
+ "spread": "{box-shadow.layer-2.spread.none}",
19
+ "color": "{box-shadow.layer-2.color.none}",
20
+ "type": "dropShadow"
21
+ }
22
+ ]
23
+ },
24
+ "xs": {
25
+ "$type": "boxShadow",
26
+ "$value": [
27
+ {
28
+ "x": "{box-shadow.layer-1.x.xs}",
29
+ "y": "{box-shadow.layer-1.y.xs}",
30
+ "blur": "{box-shadow.layer-1.blur.xs}",
31
+ "spread": "{box-shadow.layer-1.spread.xs}",
32
+ "color": "{box-shadow.layer-1.color.xs}",
33
+ "type": "dropShadow"
34
+ },
35
+ {
36
+ "x": "{box-shadow.layer-2.x.xs}",
37
+ "y": "{box-shadow.layer-2.y.xs}",
38
+ "blur": "{box-shadow.layer-2.blur.xs}",
39
+ "spread": "{box-shadow.layer-2.spread.xs}",
40
+ "color": "{box-shadow.layer-2.color.xs}",
41
+ "type": "dropShadow"
42
+ }
43
+ ]
44
+ },
45
+ "sm": {
46
+ "$type": "boxShadow",
47
+ "$value": [
48
+ {
49
+ "x": "{box-shadow.layer-1.x.sm}",
50
+ "y": "{box-shadow.layer-1.y.sm}",
51
+ "blur": "{box-shadow.layer-1.blur.sm}",
52
+ "spread": "{box-shadow.layer-1.spread.sm}",
53
+ "color": "{box-shadow.layer-1.color.sm}",
54
+ "type": "dropShadow"
55
+ },
56
+ {
57
+ "x": "{box-shadow.layer-2.x.sm}",
58
+ "y": "{box-shadow.layer-2.y.sm}",
59
+ "blur": "{box-shadow.layer-2.blur.sm}",
60
+ "spread": "{box-shadow.layer-2.spread.sm}",
61
+ "color": "{box-shadow.layer-2.color.sm}",
62
+ "type": "dropShadow"
63
+ }
64
+ ]
65
+ },
66
+ "md": {
67
+ "$type": "boxShadow",
68
+ "$value": [
69
+ {
70
+ "x": "{box-shadow.layer-1.x.md}",
71
+ "y": "{box-shadow.layer-1.y.md}",
72
+ "blur": "{box-shadow.layer-1.blur.md}",
73
+ "spread": "{box-shadow.layer-1.spread.md}",
74
+ "color": "{box-shadow.layer-1.color.md}",
75
+ "type": "dropShadow"
76
+ },
77
+ {
78
+ "x": "{box-shadow.layer-2.x.md}",
79
+ "y": "{box-shadow.layer-2.y.md}",
80
+ "blur": "{box-shadow.layer-2.blur.md}",
81
+ "spread": "{box-shadow.layer-1.spread.md}",
82
+ "color": "{box-shadow.layer-2.color.md}",
83
+ "type": "dropShadow"
84
+ }
85
+ ]
86
+ },
87
+ "lg": {
88
+ "$type": "boxShadow",
89
+ "$value": [
90
+ {
91
+ "x": "{box-shadow.layer-1.x.lg}",
92
+ "y": "{box-shadow.layer-1.y.lg}",
93
+ "blur": "{box-shadow.layer-1.blur.lg}",
94
+ "spread": "{box-shadow.layer-1.spread.lg}",
95
+ "color": "{box-shadow.layer-1.color.lg}",
96
+ "type": "dropShadow"
97
+ },
98
+ {
99
+ "x": "{box-shadow.layer-2.x.lg}",
100
+ "y": "{box-shadow.layer-2.y.lg}",
101
+ "blur": "{box-shadow.layer-1.blur.lg}",
102
+ "spread": "{box-shadow.layer-2.spread.lg}",
103
+ "color": "{box-shadow.layer-2.color.lg}",
104
+ "type": "dropShadow"
105
+ }
106
+ ]
107
+ },
108
+ "xl": {
109
+ "$type": "boxShadow",
110
+ "$value": [
111
+ {
112
+ "x": "{box-shadow.layer-1.x.xl}",
113
+ "y": "{box-shadow.layer-1.y.xl}",
114
+ "blur": "{box-shadow.layer-1.blur.xl}",
115
+ "spread": "{box-shadow.layer-1.spread.xl}",
116
+ "color": "{box-shadow.layer-1.color.xl}",
117
+ "type": "dropShadow"
118
+ },
119
+ {
120
+ "x": "{box-shadow.layer-2.x.xl}",
121
+ "y": "{box-shadow.layer-2.y.xl}",
122
+ "blur": "{box-shadow.layer-2.blur.xl}",
123
+ "spread": "{box-shadow.layer-2.spread.xl}",
124
+ "color": "{box-shadow.layer-2.color.xl}",
125
+ "type": "dropShadow"
126
+ }
127
+ ]
128
+ },
129
+ "2xl": {
130
+ "$type": "boxShadow",
131
+ "$value": [
132
+ {
133
+ "x": "{box-shadow.layer-1.x.2xl}",
134
+ "y": "{box-shadow.layer-1.y.2xl}",
135
+ "blur": "{box-shadow.layer-1.blur.2xl}",
136
+ "spread": "{box-shadow.layer-1.spread.2xl}",
137
+ "color": "{box-shadow.layer-1.color.2xl}",
138
+ "type": "dropShadow"
139
+ },
140
+ {
141
+ "x": "{box-shadow.layer-2.x.2xl}",
142
+ "y": "{box-shadow.layer-2.y.2xl}",
143
+ "blur": "{box-shadow.layer-2.blur.2xl}",
144
+ "spread": "{box-shadow.layer-2.spread.2xl}",
145
+ "color": "{box-shadow.layer-2.color.2xl}",
146
+ "type": "dropShadow"
147
+ }
148
+ ]
149
+ }
150
+ },
151
+ "box-shadow": {
152
+ "none": {
153
+ "$type": "text",
154
+ "$value": "none"
155
+ },
156
+ "xs": {
157
+ "$type": "text",
158
+ "$value": "xs"
159
+ },
160
+ "sm": {
161
+ "$type": "text",
162
+ "$value": "sm"
163
+ },
164
+ "md": {
165
+ "$type": "text",
166
+ "$value": "md"
167
+ },
168
+ "lg": {
169
+ "$type": "text",
170
+ "$value": "lg"
171
+ },
172
+ "xl": {
173
+ "$type": "text",
174
+ "$value": "xl"
175
+ },
176
+ "2xl": {
177
+ "$type": "text",
178
+ "$value": "2xl"
179
+ }
180
+ }
181
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "decorative-colors": {
3
+ "info": {
4
+ "background": {
5
+ "$type": "color",
6
+ "$value": "{neutral.250}"
7
+ },
8
+ "headers": {
9
+ "$type": "color",
10
+ "$value": "{neutral.10}"
11
+ },
12
+ "icon": {
13
+ "$type": "color",
14
+ "$value": "{neutral.10}"
15
+ },
16
+ "plain-text": {
17
+ "$type": "color",
18
+ "$value": "{neutral.10}"
19
+ },
20
+ "link": {
21
+ "$type": "color",
22
+ "$value": "{primary.80}"
23
+ },
24
+ "demo-background": {
25
+ "$type": "color",
26
+ "$value": "#2F2F2F"
27
+ },
28
+ "demo-background-primary": {
29
+ "$type": "color",
30
+ "$value": "{primary.90}"
31
+ }
32
+ },
33
+ "state-annotations": {
34
+ "fill": {
35
+ "$type": "color",
36
+ "$value": "{neutral.10}"
37
+ }
38
+ },
39
+ "component": {
40
+ "background": {
41
+ "$type": "color",
42
+ "$value": "#111111"
43
+ }
44
+ },
45
+ "content-placeholder": {
46
+ "bg": {
47
+ "$type": "color",
48
+ "$value": "{primary.150}"
49
+ },
50
+ "text": {
51
+ "$type": "color",
52
+ "$value": "{primary.90}"
53
+ }
54
+ }
55
+ }
56
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "decorative-colors": {
3
+ "info": {
4
+ "background": {
5
+ "$type": "color",
6
+ "$value": "{neutral.10}"
7
+ },
8
+ "headers": {
9
+ "$type": "color",
10
+ "$value": "{neutral.230}"
11
+ },
12
+ "icon": {
13
+ "$type": "color",
14
+ "$value": "{neutral.230}"
15
+ },
16
+ "plain-text": {
17
+ "$type": "color",
18
+ "$value": "{neutral.230}"
19
+ },
20
+ "link": {
21
+ "$type": "color",
22
+ "$value": "{primary.90}"
23
+ },
24
+ "demo-background": {
25
+ "$type": "color",
26
+ "$value": "#F8F8F8"
27
+ },
28
+ "demo-background-primary": {
29
+ "$type": "color",
30
+ "$value": "{primary.90}"
31
+ }
32
+ },
33
+ "state-annotations": {
34
+ "fill": {
35
+ "$type": "color",
36
+ "$value": "{neutral.10}"
37
+ }
38
+ },
39
+ "component": {
40
+ "background": {
41
+ "$type": "color",
42
+ "$value": "#EEEEEE"
43
+ }
44
+ },
45
+ "content-placeholder": {
46
+ "bg": {
47
+ "$type": "color",
48
+ "$value": "{primary.10}"
49
+ },
50
+ "text": {
51
+ "$type": "color",
52
+ "$value": "{primary.90}"
53
+ }
54
+ }
55
+ }
56
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "icon": {
3
+ "style": {
4
+ "regular": {
5
+ "$type": "text",
6
+ "$value": "regular"
7
+ },
8
+ "filled": {
9
+ "$type": "text",
10
+ "$value": "filled"
11
+ },
12
+ "light": {
13
+ "$type": "text",
14
+ "$value": "light"
15
+ }
16
+ },
17
+ "size": {
18
+ "12px": {
19
+ "$type": "dimension",
20
+ "$value": "12px"
21
+ },
22
+ "16px": {
23
+ "$type": "dimension",
24
+ "$value": "16px"
25
+ },
26
+ "20px": {
27
+ "$type": "dimension",
28
+ "$value": "20px"
29
+ },
30
+ "24px": {
31
+ "$type": "dimension",
32
+ "$value": "24px"
33
+ },
34
+ "28px": {
35
+ "$type": "dimension",
36
+ "$value": "28px"
37
+ },
38
+ "32px": {
39
+ "$type": "dimension",
40
+ "$value": "32px"
41
+ },
42
+ "48px": {
43
+ "$type": "dimension",
44
+ "$value": "48px"
45
+ }
46
+ }
47
+ }
48
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "icon": {
3
+ "set": {
4
+ "$type": "text",
5
+ "$value": "blazor_default"
6
+ }
7
+ }
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "icon": {
3
+ "set": {
4
+ "$type": "text",
5
+ "$value": "fluent"
6
+ }
7
+ }
8
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "font-family": {
3
+ "sans-serif": {
4
+ "$type": "fontFamilies",
5
+ "$value": "Inter"
6
+ },
7
+ "mono": {
8
+ "$type": "fontFamilies",
9
+ "$value": "Ubuntu Mono"
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "font-family": {
3
+ "sans-serif": {
4
+ "$type": "fontFamilies",
5
+ "$value": "Segoe UI"
6
+ },
7
+ "mono": {
8
+ "$type": "fontFamilies",
9
+ "$value": "Consolas"
10
+ }
11
+ }
12
+ }