@devexpress/design-tokens-internal 261.0.4 → 261.0.6
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 +1 -1
- package/tokens/base/colors/icons/material/dark.json +34 -0
- package/tokens/base/colors/icons/material/light.json +34 -0
- package/tokens/base/colors/palettes/fluent/storm.json +17 -17
- package/tokens/base/colors/palettes/{dx-office/orange.json → material/blue.json} +163 -127
- package/tokens/base/colors/palettes/material/purple.json +560 -0
- package/tokens/base/colors/utility/{dx-office.json → material.json} +221 -133
- package/tokens/base/spacing.json +4 -0
- package/tokens/base/typography/font-family.json +4 -0
- package/tokens/base/typography/letter-spacing.json +20 -0
- package/tokens/components/README.md +167 -0
- package/tokens/components/blazor/accordion/fluent.json +126 -0
- package/tokens/components/{web → blazor}/button/fluent.json +598 -299
- package/tokens/components/{desktop → blazor}/button-group/fluent.json +12 -6
- package/tokens/components/{web → blazor}/carousel/fluent.json +555 -278
- package/tokens/components/{web → blazor}/checkbox/fluent.json +48 -24
- package/tokens/components/{web → blazor}/color-palette/fluent.json +244 -122
- package/tokens/components/{web → blazor}/column-chooser/fluent.json +62 -31
- package/tokens/components/{web → blazor}/filter-builder/fluent.json +207 -104
- package/tokens/components/{web → blazor}/html-editor/fluent.json +52 -26
- package/tokens/components/{web → blazor}/listbox/fluent.json +47 -69
- package/tokens/components/{web → blazor}/loading-panel_wait-indicator/fluent.json +45 -21
- package/tokens/components/{web → blazor}/memo/fluent.json +8 -4
- package/tokens/components/{web → blazor}/menu/fluent.json +6 -3
- package/tokens/components/{web → blazor}/message-bar/fluent.json +30 -15
- package/tokens/components/{web → blazor}/message-box/fluent.json +10 -5
- package/tokens/components/{web → blazor}/overflow-menu/fluent.json +18 -9
- package/tokens/components/{web → blazor}/pager/fluent.json +34 -17
- package/tokens/components/{web → blazor}/progress-bar/fluent.json +28 -14
- package/tokens/components/{web → blazor}/radio/fluent.json +48 -24
- package/tokens/components/blazor/ribbon/fluent.json +237 -0
- package/tokens/components/{web → blazor}/rich-text-editor/fluent.json +192 -90
- package/tokens/components/{web → blazor}/scheduler/fluent.json +512 -256
- package/tokens/components/{web → blazor}/scheduler-popups/fluent.json +92 -46
- package/tokens/components/{web → blazor}/split-button/fluent.json +26 -13
- package/tokens/components/{web → blazor}/switcher/fluent.json +36 -18
- package/tokens/components/{web → blazor}/tabs/fluent.json +44 -22
- package/tokens/components/{web → blazor}/tagbox/fluent.json +26 -13
- package/tokens/components/{web → blazor}/text-edit/fluent.json +84 -30
- package/tokens/components/{web → blazor}/toast/fluent.json +216 -108
- package/tokens/components/{web → blazor}/toolbar/fluent.json +30 -15
- package/tokens/components/{web → blazor}/tooltip/fluent.json +4 -2
- package/tokens/components/{web → blazor}/treeview/fluent.json +478 -239
- package/tokens/components/{web → blazor}/uploader/fluent.json +574 -287
- package/tokens/components/core/accordion/fluent.json +232 -125
- package/tokens/components/core/ai-chat/fluent.json +428 -214
- package/tokens/components/core/badge/fluent.json +30 -15
- package/tokens/components/core/button/fluent.json +248 -29
- package/tokens/components/core/calendar/fluent.json +307 -154
- package/tokens/components/core/checkbox/fluent.json +160 -80
- package/tokens/components/core/collapse-button/fluent.json +68 -35
- package/tokens/components/core/color-palette/fluent.json +288 -144
- package/tokens/components/core/container-body/fluent.json +32 -16
- package/tokens/components/core/container-footer/fluent.json +38 -19
- package/tokens/components/core/container-header/fluent.json +64 -32
- package/tokens/components/core/dialog/fluent.json +34 -17
- package/tokens/components/core/drawer/fluent.json +30 -15
- package/tokens/components/core/empty-item/fluent.json +68 -34
- package/tokens/components/core/focus-rect/fluent.json +16 -8
- package/tokens/components/core/form/fluent.json +64 -32
- package/tokens/components/core/grid/fluent.json +4135 -0
- package/tokens/components/core/icon-wrapper/fluent.json +30 -15
- package/tokens/components/core/indent-space/fluent.json +20 -10
- package/tokens/components/core/label/fluent.json +24 -12
- package/tokens/components/core/link/fluent.json +54 -27
- package/tokens/components/core/listbox/fluent.json +160 -80
- package/tokens/components/core/menu/fluent.json +132 -66
- package/tokens/components/core/message-bar/fluent.json +48 -24
- package/tokens/components/core/overflow-menu/fluent.json +248 -78
- package/tokens/components/core/pagination/fluent.json +100 -50
- package/tokens/components/core/popover/fluent.json +36 -18
- package/tokens/components/core/popover-arrow/fluent.json +8 -4
- package/tokens/components/core/popover-body/fluent.json +32 -16
- package/tokens/components/core/popover-footer/fluent.json +26 -13
- package/tokens/components/core/popover-header/fluent.json +56 -28
- package/tokens/components/core/popup/fluent.json +37 -17
- package/tokens/components/core/progress-bar/fluent.json +46 -23
- package/tokens/components/core/radio-button/fluent.json +96 -48
- package/tokens/components/core/ribbon/fluent.json +3396 -1068
- package/tokens/components/core/scroll-bar/fluent.json +26 -13
- package/tokens/components/core/separator/fluent.json +4 -2
- package/tokens/components/core/spinner_load-indicator/fluent.json +73 -37
- package/tokens/components/core/splitter/fluent.json +170 -85
- package/tokens/components/core/switch/fluent.json +144 -72
- package/tokens/components/core/tabs/fluent.json +118 -59
- package/tokens/components/core/tag/fluent.json +58 -29
- package/tokens/components/core/text-box/fluent.json +80 -40
- package/tokens/components/core/text-content/fluent.json +266 -0
- package/tokens/components/core/text-edit/fluent.json +122 -64
- package/tokens/components/core/toast/fluent.json +75 -36
- package/tokens/components/core/toolbar/fluent.json +82 -41
- package/tokens/components/core/tooltip/fluent.json +45 -21
- package/tokens/components/core/treeview/fluent.json +445 -500
- package/tokens/components/{desktop → wpf}/accordion/fluent.json +524 -143
- package/tokens/components/{desktop → wpf}/badge/fluent.json +18 -9
- package/tokens/components/wpf/bars/fluent.json +1347 -0
- package/tokens/components/{desktop → wpf}/button/fluent.json +104 -52
- package/tokens/components/{desktop → wpf}/button-edit/fluent.json +84 -42
- package/tokens/components/{web → wpf}/button-group/fluent.json +12 -6
- package/tokens/components/{desktop → wpf}/button-text/fluent.json +44 -22
- package/tokens/components/{desktop → wpf}/checkedit/fluent.json +8 -4
- package/tokens/components/wpf/compact-icon-button/fluent.json +144 -0
- package/tokens/components/{desktop → wpf}/datapager/fluent.json +36 -18
- package/tokens/components/{desktop → wpf}/filter-edit/fluent.json +80 -40
- package/tokens/components/{desktop → wpf}/groupbox/fluent.json +104 -52
- package/tokens/components/{desktop → wpf}/listbox-edit/fluent.json +160 -81
- package/tokens/components/{desktop → wpf}/pagercontrol/fluent.json +88 -44
- package/tokens/components/{desktop → wpf}/progress-bar/fluent.json +94 -47
- package/tokens/components/{desktop → wpf}/radio-button/fluent.json +10 -5
- package/tokens/components/{desktop → wpf}/scroll-bar/fluent.json +36 -18
- package/tokens/components/{desktop → wpf}/scroll-view/fluent.json +20 -10
- package/tokens/components/wpf/separator/fluent.json +40 -0
- package/tokens/components/{desktop → wpf}/split-button/fluent.json +8 -4
- package/tokens/components/{desktop → wpf}/standard-groupbox/fluent.json +60 -30
- package/tokens/components/{desktop → wpf}/text-edit/fluent.json +53 -27
- package/tokens/components/{desktop → wpf}/toggle-switch/fluent.json +94 -47
- package/tokens/components/{desktop → wpf}/wait-indicator/fluent.json +42 -21
- package/tokens/figma-utils/box-shadow/semantic/{dx-office.json → material.json} +32 -32
- package/tokens/figma-utils/typography/font-family/{dx-office.json → material.json} +2 -2
- package/tokens/semantic/box-shadow/{dx-office.json → material.json} +34 -34
- package/tokens/semantic/colors/fluent/dark.json +25 -3
- package/tokens/semantic/colors/fluent/light.json +25 -3
- package/tokens/semantic/colors/{dx-office → material}/dark.json +259 -233
- package/tokens/semantic/colors/{dx-office → material}/light.json +269 -243
- package/tokens/semantic/typography/{dx-office → material}/font-family.json +1 -1
- package/tokens/semantic/typography/{dx-office → material}/font-size.json +13 -5
- package/tokens/semantic/typography/{dx-office → material}/font-weight.json +7 -7
- package/tokens/semantic/typography/{dx-office → material}/letter-spacing.json +17 -9
- package/tokens/semantic/typography/{dx-office → material}/line-height.json +13 -5
- package/tokens/components/core/grid-cell/fluent.json +0 -895
- package/tokens/components/desktop/bar-control/fluent.json +0 -116
- package/tokens/components/web/form-layout/fluent.json +0 -1103
- package/tokens/components/web/ribbon/fluent.json +0 -122
- /package/tokens/figma-utils/icon/set/{dx-office.json → material.json} +0 -0
package/package.json
CHANGED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"icon": {
|
|
3
|
+
"color": {
|
|
4
|
+
"white": {
|
|
5
|
+
"$type": "color",
|
|
6
|
+
"$value": "#FFFFFF"
|
|
7
|
+
},
|
|
8
|
+
"black": {
|
|
9
|
+
"$type": "color",
|
|
10
|
+
"$value": "#C5C7C5"
|
|
11
|
+
},
|
|
12
|
+
"red": {
|
|
13
|
+
"$type": "color",
|
|
14
|
+
"$value": "#D50000"
|
|
15
|
+
},
|
|
16
|
+
"yellow": {
|
|
17
|
+
"$type": "color",
|
|
18
|
+
"$value": "#F6BF26"
|
|
19
|
+
},
|
|
20
|
+
"green": {
|
|
21
|
+
"$type": "color",
|
|
22
|
+
"$value": "#0B8043"
|
|
23
|
+
},
|
|
24
|
+
"blue": {
|
|
25
|
+
"$type": "color",
|
|
26
|
+
"$value": "#039BE5"
|
|
27
|
+
},
|
|
28
|
+
"purple": {
|
|
29
|
+
"$type": "color",
|
|
30
|
+
"$value": "#8E24AA"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"icon": {
|
|
3
|
+
"color": {
|
|
4
|
+
"white": {
|
|
5
|
+
"$type": "color",
|
|
6
|
+
"$value": "#FFFFFF"
|
|
7
|
+
},
|
|
8
|
+
"black": {
|
|
9
|
+
"$type": "color",
|
|
10
|
+
"$value": "#454746"
|
|
11
|
+
},
|
|
12
|
+
"red": {
|
|
13
|
+
"$type": "color",
|
|
14
|
+
"$value": "#D50000"
|
|
15
|
+
},
|
|
16
|
+
"yellow": {
|
|
17
|
+
"$type": "color",
|
|
18
|
+
"$value": "#F6BF26"
|
|
19
|
+
},
|
|
20
|
+
"green": {
|
|
21
|
+
"$type": "color",
|
|
22
|
+
"$value": "#0B8043"
|
|
23
|
+
},
|
|
24
|
+
"blue": {
|
|
25
|
+
"$type": "color",
|
|
26
|
+
"$value": "#039BE5"
|
|
27
|
+
},
|
|
28
|
+
"purple": {
|
|
29
|
+
"$type": "color",
|
|
30
|
+
"$value": "#8E24AA"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -2,71 +2,71 @@
|
|
|
2
2
|
"primary": {
|
|
3
3
|
"10": {
|
|
4
4
|
"$type": "color",
|
|
5
|
-
"$value": "#
|
|
5
|
+
"$value": "#EEEEED"
|
|
6
6
|
},
|
|
7
7
|
"20": {
|
|
8
8
|
"$type": "color",
|
|
9
|
-
"$value": "#
|
|
9
|
+
"$value": "#DFDDDC"
|
|
10
10
|
},
|
|
11
11
|
"30": {
|
|
12
12
|
"$type": "color",
|
|
13
|
-
"$value": "#
|
|
13
|
+
"$value": "#D0CDCA"
|
|
14
14
|
},
|
|
15
15
|
"40": {
|
|
16
16
|
"$type": "color",
|
|
17
|
-
"$value": "#
|
|
17
|
+
"$value": "#C1BDB9"
|
|
18
18
|
},
|
|
19
19
|
"50": {
|
|
20
20
|
"$type": "color",
|
|
21
|
-
"$value": "#
|
|
21
|
+
"$value": "#B1ADA8"
|
|
22
22
|
},
|
|
23
23
|
"60": {
|
|
24
24
|
"$type": "color",
|
|
25
|
-
"$value": "#
|
|
25
|
+
"$value": "#A19D99"
|
|
26
26
|
},
|
|
27
27
|
"70": {
|
|
28
28
|
"$type": "color",
|
|
29
|
-
"$value": "#
|
|
29
|
+
"$value": "#928E8B"
|
|
30
30
|
},
|
|
31
31
|
"80": {
|
|
32
32
|
"$type": "color",
|
|
33
|
-
"$value": "#
|
|
33
|
+
"$value": "#83807D"
|
|
34
34
|
},
|
|
35
35
|
"90": {
|
|
36
36
|
"$type": "color",
|
|
37
|
-
"$value": "#
|
|
37
|
+
"$value": "#6D6A68"
|
|
38
38
|
},
|
|
39
39
|
"100": {
|
|
40
40
|
"$type": "color",
|
|
41
|
-
"$value": "#
|
|
41
|
+
"$value": "#656260"
|
|
42
42
|
},
|
|
43
43
|
"110": {
|
|
44
44
|
"$type": "color",
|
|
45
|
-
"$value": "#
|
|
45
|
+
"$value": "#575552"
|
|
46
46
|
},
|
|
47
47
|
"120": {
|
|
48
48
|
"$type": "color",
|
|
49
|
-
"$value": "#
|
|
49
|
+
"$value": "#4C4A48"
|
|
50
50
|
},
|
|
51
51
|
"130": {
|
|
52
52
|
"$type": "color",
|
|
53
|
-
"$value": "#
|
|
53
|
+
"$value": "#3C3A38"
|
|
54
54
|
},
|
|
55
55
|
"140": {
|
|
56
56
|
"$type": "color",
|
|
57
|
-
"$value": "#
|
|
57
|
+
"$value": "#2E2D2C"
|
|
58
58
|
},
|
|
59
59
|
"150": {
|
|
60
60
|
"$type": "color",
|
|
61
|
-
"$value": "#
|
|
61
|
+
"$value": "#232120"
|
|
62
62
|
},
|
|
63
63
|
"160": {
|
|
64
64
|
"$type": "color",
|
|
65
|
-
"$value": "#
|
|
65
|
+
"$value": "#161515"
|
|
66
66
|
},
|
|
67
67
|
"170": {
|
|
68
68
|
"$type": "color",
|
|
69
|
-
"$value": "#
|
|
69
|
+
"$value": "#0C0B0B"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"secondary": {
|