@devexpress/design-tokens-internal 261.0.6 → 261.0.8

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 (30) hide show
  1. package/package.json +2 -1
  2. package/tokens/base/borders.json +4 -0
  3. package/tokens/components/core/ai-chat/fluent.json +867 -213
  4. package/tokens/components/core/button/fluent.json +1 -1
  5. package/tokens/components/core/color-palette/fluent.json +137 -383
  6. package/tokens/components/core/grid/fluent.json +763 -22
  7. package/tokens/components/core/listbox/fluent.json +109 -75
  8. package/tokens/components/core/pagination/fluent.json +107 -23
  9. package/tokens/components/core/popover/fluent.json +90 -41
  10. package/tokens/components/core/popover-card/fluent.json +512 -0
  11. package/tokens/components/core/skeleton/fluent.json +100 -0
  12. package/tokens/components/core/text-content/fluent.json +87 -17
  13. package/tokens/components/core/treeview/fluent.json +242 -169
  14. package/tokens/components/wpf/accordion/fluent.json +33 -9
  15. package/tokens/components/wpf/bars/fluent.json +1012 -460
  16. package/tokens/components/wpf/button-edit/fluent.json +438 -322
  17. package/tokens/components/wpf/button-text/fluent.json +0 -62
  18. package/tokens/components/wpf/compact-icon-button/fluent.json +60 -14
  19. package/tokens/components/wpf/listbox-edit/fluent.json +121 -192
  20. package/tokens/components/wpf/popup/fluent.json +208 -0
  21. package/tokens/components/wpf/toggle-switch/fluent.json +48 -0
  22. package/tokens/figma-utils/decorative-colors/dark.json +1 -1
  23. package/tokens/figma-utils/decorative-colors/light.json +2 -2
  24. package/tokens/global/fluent/theme-builder.json +56 -0
  25. package/tokens/global/material/theme-builder.json +56 -0
  26. package/tokens/components/core/popover-arrow/fluent.json +0 -50
  27. package/tokens/components/core/popover-body/fluent.json +0 -188
  28. package/tokens/components/core/popover-footer/fluent.json +0 -152
  29. package/tokens/components/core/popover-header/fluent.json +0 -318
  30. package/tokens/components/core/text-box/fluent.json +0 -444
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devexpress/design-tokens-internal",
3
- "version": "261.0.6",
3
+ "version": "261.0.8",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -10,6 +10,7 @@
10
10
  "tokens/base",
11
11
  "tokens/components",
12
12
  "tokens/figma-utils",
13
+ "tokens/global",
13
14
  "tokens/semantic"
14
15
  ],
15
16
  "scripts": {
@@ -32,6 +32,10 @@
32
32
  "$type": "borderRadius",
33
33
  "$value": "0.5rem"
34
34
  },
35
+ "100": {
36
+ "$type": "borderRadius",
37
+ "$value": "0.625rem"
38
+ },
35
39
  "120": {
36
40
  "$type": "borderRadius",
37
41
  "$value": "0.75rem"