ropav 0.0.9 → 0.0.11

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 (289) hide show
  1. package/README.md +6 -0
  2. package/dist/accordion.css +115 -111
  3. package/dist/accordion.js +60 -16
  4. package/dist/alert.css +110 -108
  5. package/dist/alert.js +48 -26
  6. package/dist/aspect-ratio.css +17 -15
  7. package/dist/aspect-ratio.js +20 -6
  8. package/dist/avatar.css +98 -96
  9. package/dist/avatar.js +27 -16
  10. package/dist/badge.css +95 -93
  11. package/dist/badge.js +29 -16
  12. package/dist/base.css +672 -671
  13. package/dist/button-group.css +39 -37
  14. package/dist/button-group.js +23 -12
  15. package/dist/button-link.css +160 -158
  16. package/dist/button-link.js +43 -24
  17. package/dist/button.css +160 -158
  18. package/dist/button.js +37 -19
  19. package/dist/card.css +109 -107
  20. package/dist/card.js +42 -17
  21. package/dist/checkbox.css +139 -137
  22. package/dist/checkbox.js +79 -28
  23. package/dist/collapse.css +29 -27
  24. package/dist/collapse.js +44 -10
  25. package/dist/color-input.css +137 -107
  26. package/dist/color-input.js +91 -17
  27. package/dist/color-picker.css +309 -303
  28. package/dist/color-picker.js +250 -77
  29. package/dist/color-picker2.js +9 -1
  30. package/dist/color-swatch.css +48 -46
  31. package/dist/color-swatch.js +15 -11
  32. package/dist/color-swatch2.js +4 -0
  33. package/dist/components/accordion/accordion-item.d.ts +16 -4
  34. package/dist/components/accordion/accordion.d.ts +1 -1
  35. package/dist/components/accordion/index.d.ts +5 -4
  36. package/dist/components/accordion/index.js +2 -2
  37. package/dist/components/accordion/types.d.ts +10 -5
  38. package/dist/components/accordion/useAccordion.d.ts +1 -1
  39. package/dist/components/alert/alert.d.ts +3 -3
  40. package/dist/components/alert/index.d.ts +3 -3
  41. package/dist/components/alert/index.js +2 -2
  42. package/dist/components/alert/types.d.ts +5 -2
  43. package/dist/components/alert/useAlertColor.d.ts +1 -1
  44. package/dist/components/aspect-ratio/aspect-ratio.d.ts +1 -1
  45. package/dist/components/aspect-ratio/index.d.ts +3 -2
  46. package/dist/components/aspect-ratio/index.js +2 -2
  47. package/dist/components/aspect-ratio/types.d.ts +4 -1
  48. package/dist/components/avatar/avatar.d.ts +1 -1
  49. package/dist/components/avatar/index.d.ts +3 -3
  50. package/dist/components/avatar/index.js +2 -2
  51. package/dist/components/avatar/types.d.ts +5 -2
  52. package/dist/components/avatar/useAvatarColor.d.ts +1 -1
  53. package/dist/components/badge/badge.d.ts +1 -1
  54. package/dist/components/badge/index.d.ts +3 -3
  55. package/dist/components/badge/index.js +2 -2
  56. package/dist/components/badge/types.d.ts +5 -2
  57. package/dist/components/badge/useBadgeColor.d.ts +1 -1
  58. package/dist/components/button/button.d.ts +1 -1
  59. package/dist/components/button/index.d.ts +3 -2
  60. package/dist/components/button/index.js +2 -2
  61. package/dist/components/button/types.d.ts +5 -2
  62. package/dist/components/button/useButtonColor.d.ts +1 -1
  63. package/dist/components/button-group/button-group.d.ts +1 -1
  64. package/dist/components/button-group/index.d.ts +3 -2
  65. package/dist/components/button-group/index.js +2 -2
  66. package/dist/components/button-group/types.d.ts +4 -1
  67. package/dist/components/button-link/button-link.d.ts +1 -1
  68. package/dist/components/button-link/index.d.ts +3 -2
  69. package/dist/components/button-link/index.js +2 -2
  70. package/dist/components/button-link/types.d.ts +5 -2
  71. package/dist/components/card/card.d.ts +1 -1
  72. package/dist/components/card/index.d.ts +3 -2
  73. package/dist/components/card/index.js +2 -2
  74. package/dist/components/card/types.d.ts +5 -1
  75. package/dist/components/checkbox/checkbox.d.ts +5 -2
  76. package/dist/components/checkbox/index.d.ts +3 -2
  77. package/dist/components/checkbox/index.js +2 -2
  78. package/dist/components/checkbox/types.d.ts +7 -2
  79. package/dist/components/checkbox/useCheckbox.d.ts +4 -2
  80. package/dist/components/collapse/collapse.d.ts +2 -2
  81. package/dist/components/collapse/index.d.ts +4 -3
  82. package/dist/components/collapse/index.js +2 -2
  83. package/dist/components/collapse/types.d.ts +9 -2
  84. package/dist/components/collapse/useCollapse.d.ts +1 -1
  85. package/dist/components/color-input/color-input.d.ts +1 -1
  86. package/dist/components/color-input/index.d.ts +3 -2
  87. package/dist/components/color-input/index.js +2 -2
  88. package/dist/components/color-input/types.d.ts +8 -4
  89. package/dist/components/color-input/useColorInput.d.ts +5 -5
  90. package/dist/components/color-input/useColorInputEyeDropper.d.ts +1 -1
  91. package/dist/components/color-input/useColorInputPopover.d.ts +2 -2
  92. package/dist/components/color-input/useColorInputValue.d.ts +1 -1
  93. package/dist/components/color-picker/color-picker-saturation.d.ts +1 -1
  94. package/dist/components/color-picker/color-picker-slider.d.ts +1 -1
  95. package/dist/components/color-picker/color-picker-utils.d.ts +1 -1
  96. package/dist/components/color-picker/color-picker.d.ts +1 -1
  97. package/dist/components/color-picker/index.d.ts +3 -3
  98. package/dist/components/color-picker/index.js +2 -2
  99. package/dist/components/color-picker/types.d.ts +13 -1
  100. package/dist/components/color-picker/useColorPickerDrag.d.ts +7 -2
  101. package/dist/components/color-picker/useColorPickerSwatches.d.ts +1 -1
  102. package/dist/components/color-picker/useColorPickerValue.d.ts +2 -2
  103. package/dist/components/color-swatch/color-swatch.d.ts +1 -1
  104. package/dist/components/color-swatch/index.d.ts +3 -2
  105. package/dist/components/color-swatch/index.js +2 -1
  106. package/dist/components/color-swatch/types.d.ts +4 -1
  107. package/dist/components/dropdown-menu/dropdown-menu-items.d.ts +15 -6
  108. package/dist/components/dropdown-menu/dropdown-menu-primitives.d.ts +724 -0
  109. package/dist/components/dropdown-menu/dropdown-menu-utils.d.ts +1 -1
  110. package/dist/components/dropdown-menu/dropdown-menu.d.ts +3 -3
  111. package/dist/components/dropdown-menu/index.d.ts +55 -3
  112. package/dist/components/dropdown-menu/index.js +2 -2
  113. package/dist/components/dropdown-menu/types.d.ts +142 -6
  114. package/dist/components/dropdown-menu/useDropdownMenu.d.ts +21 -12
  115. package/dist/components/dropdown-menu/useDropdownMenuDisclosure.d.ts +6 -4
  116. package/dist/components/dropdown-menu/useDropdownMenuDom.d.ts +4 -3
  117. package/dist/components/dropdown-menu/useDropdownMenuHoverIntent.d.ts +2 -2
  118. package/dist/components/dropdown-menu/useDropdownMenuInteractions.d.ts +5 -5
  119. package/dist/components/dropdown-menu/useDropdownMenuNavigation.d.ts +3 -3
  120. package/dist/components/dropdown-menu/useDropdownMenuPortalPosition.d.ts +19 -0
  121. package/dist/components/dropdown-menu/useDropdownMenuRenderItems.d.ts +25 -5
  122. package/dist/components/dropdown-menu/useDropdownSubmenus.d.ts +3 -3
  123. package/dist/components/field/field.d.ts +2 -2
  124. package/dist/components/field/index.d.ts +3 -2
  125. package/dist/components/field/index.js +2 -2
  126. package/dist/components/field/types.d.ts +4 -1
  127. package/dist/components/field/useField.d.ts +1 -1
  128. package/dist/components/floating/index.d.ts +1 -0
  129. package/dist/components/floating/index.js +0 -0
  130. package/dist/components/floating/types.d.ts +31 -0
  131. package/dist/components/floating/useFloatingPosition.d.ts +38 -0
  132. package/dist/components/focus-trap/focus-trap.d.ts +31 -0
  133. package/dist/components/focus-trap/index.d.ts +4 -0
  134. package/dist/components/focus-trap/index.js +3 -0
  135. package/dist/components/focus-trap/types.d.ts +41 -0
  136. package/dist/components/focus-trap/useFocusTrap.d.ts +2 -0
  137. package/dist/components/icon-button/icon-button.d.ts +1 -1
  138. package/dist/components/icon-button/index.d.ts +3 -2
  139. package/dist/components/icon-button/index.js +2 -1
  140. package/dist/components/icon-button/types.d.ts +5 -2
  141. package/dist/components/input/index.d.ts +3 -2
  142. package/dist/components/input/index.js +2 -1
  143. package/dist/components/input/input.d.ts +1 -1
  144. package/dist/components/input/types.d.ts +4 -1
  145. package/dist/components/input/useInput.d.ts +2 -2
  146. package/dist/components/modal/index.d.ts +3 -2
  147. package/dist/components/modal/index.js +2 -2
  148. package/dist/components/modal/modal.d.ts +1 -1
  149. package/dist/components/modal/types.d.ts +9 -2
  150. package/dist/components/modal/useModal.d.ts +1 -1
  151. package/dist/components/number-input/index.d.ts +3 -2
  152. package/dist/components/number-input/index.js +2 -2
  153. package/dist/components/number-input/number-input.d.ts +1 -1
  154. package/dist/components/number-input/types.d.ts +5 -2
  155. package/dist/components/number-input/useNumberInput.d.ts +2 -2
  156. package/dist/components/overlay/index.d.ts +3 -2
  157. package/dist/components/overlay/index.js +2 -1
  158. package/dist/components/overlay/overlay.d.ts +1 -1
  159. package/dist/components/overlay/types.d.ts +4 -1
  160. package/dist/components/overlay/useOverlay.d.ts +1 -1
  161. package/dist/components/popover/index.d.ts +3 -3
  162. package/dist/components/popover/index.js +2 -2
  163. package/dist/components/popover/popover.d.ts +2 -2
  164. package/dist/components/popover/types.d.ts +21 -11
  165. package/dist/components/popover/usePopover.d.ts +11 -2
  166. package/dist/components/progress/index.d.ts +3 -3
  167. package/dist/components/progress/index.js +2 -2
  168. package/dist/components/progress/progress.d.ts +1 -1
  169. package/dist/components/progress/types.d.ts +5 -2
  170. package/dist/components/progress/useProgress.d.ts +2 -2
  171. package/dist/components/radio/index.d.ts +4 -3
  172. package/dist/components/radio/index.js +2 -2
  173. package/dist/components/radio/radio-group.d.ts +1 -1
  174. package/dist/components/radio/radio.d.ts +9 -4
  175. package/dist/components/radio/types.d.ts +21 -4
  176. package/dist/components/radio/useRadio.d.ts +10 -5
  177. package/dist/components/select/index.d.ts +3 -2
  178. package/dist/components/select/index.js +2 -2
  179. package/dist/components/select/select.d.ts +1 -1
  180. package/dist/components/select/types.d.ts +4 -1
  181. package/dist/components/select/useSelect.d.ts +4 -3
  182. package/dist/components/slider/index.d.ts +4 -4
  183. package/dist/components/slider/index.js +2 -2
  184. package/dist/components/slider/range-slider-tooltip.d.ts +37 -0
  185. package/dist/components/slider/range-slider.d.ts +8 -13
  186. package/dist/components/slider/slider.d.ts +5 -2
  187. package/dist/components/slider/sliderCore.d.ts +35 -0
  188. package/dist/components/slider/types.d.ts +14 -7
  189. package/dist/components/slider/useRangeSlider.d.ts +5 -7
  190. package/dist/components/slider/useRangeSliderPointer.d.ts +19 -0
  191. package/dist/components/slider/useRangeSliderTooltipCollision.d.ts +31 -2
  192. package/dist/components/slider/useRangeSliderTooltipState.d.ts +23 -0
  193. package/dist/components/slider/useSlider.d.ts +11 -15
  194. package/dist/components/switch/index.d.ts +3 -2
  195. package/dist/components/switch/index.js +2 -2
  196. package/dist/components/switch/switch.d.ts +5 -2
  197. package/dist/components/switch/types.d.ts +7 -2
  198. package/dist/components/switch/useSwitch.d.ts +4 -2
  199. package/dist/components/tabs/index.d.ts +7 -6
  200. package/dist/components/tabs/index.js +2 -2
  201. package/dist/components/tabs/tabs-content.d.ts +2 -2
  202. package/dist/components/tabs/tabs-list.d.ts +4 -4
  203. package/dist/components/tabs/tabs-trigger.d.ts +5 -5
  204. package/dist/components/tabs/tabs.d.ts +5 -5
  205. package/dist/components/tabs/types.d.ts +13 -4
  206. package/dist/components/tabs/useTabs.d.ts +1 -1
  207. package/dist/components/teleport-provider/index.d.ts +2 -0
  208. package/dist/components/teleport-provider/index.js +2 -0
  209. package/dist/components/teleport-provider/teleport-provider.d.ts +21 -0
  210. package/dist/components/teleport-provider/types.d.ts +4 -0
  211. package/dist/components/teleport-provider/useTeleportTarget.d.ts +5 -0
  212. package/dist/components/textarea/index.d.ts +3 -2
  213. package/dist/components/textarea/index.js +2 -2
  214. package/dist/components/textarea/textarea.d.ts +5 -2
  215. package/dist/components/textarea/types.d.ts +6 -1
  216. package/dist/components/textarea/useTextarea.d.ts +3 -2
  217. package/dist/components/toast/defaults.d.ts +7 -0
  218. package/dist/components/toast/index.d.ts +7 -0
  219. package/dist/components/toast/index.js +2 -0
  220. package/dist/components/toast/toast-provider.d.ts +21 -0
  221. package/dist/components/toast/toast-viewport.d.ts +34 -0
  222. package/dist/components/toast/toast.d.ts +31 -0
  223. package/dist/components/toast/types.d.ts +110 -0
  224. package/dist/components/toast/useToast.d.ts +4 -0
  225. package/dist/components/toast/useToastColor.d.ts +3 -0
  226. package/dist/components/toast/useToastState.d.ts +2 -0
  227. package/dist/components/tooltip/index.d.ts +3 -2
  228. package/dist/components/tooltip/index.js +2 -1
  229. package/dist/components/tooltip/tooltip.d.ts +2 -2
  230. package/dist/components/tooltip/types.d.ts +14 -13
  231. package/dist/components/tooltip/useTooltip.d.ts +15 -3
  232. package/dist/dropdown-menu.css +191 -107
  233. package/dist/dropdown-menu.js +1729 -107
  234. package/dist/field.css +41 -39
  235. package/dist/field.js +40 -16
  236. package/dist/focus-trap.js +80 -0
  237. package/dist/icon-button.css +193 -189
  238. package/dist/icon-button.js +23 -18
  239. package/dist/icon-button2.js +8 -0
  240. package/dist/index.d.ts +35 -30
  241. package/dist/index.js +36 -31
  242. package/dist/input.css +122 -120
  243. package/dist/input.js +47 -34
  244. package/dist/input2.js +9 -0
  245. package/dist/legacy-unlayered.css +5461 -0
  246. package/dist/modal.css +129 -127
  247. package/dist/modal.js +160 -200
  248. package/dist/number-input.css +87 -85
  249. package/dist/number-input.js +61 -17
  250. package/dist/overlay.css +26 -24
  251. package/dist/overlay.js +17 -9
  252. package/dist/overlay2.js +4 -0
  253. package/dist/popover.css +140 -107
  254. package/dist/popover.js +295 -189
  255. package/dist/popover2.js +6 -1
  256. package/dist/progress.css +101 -99
  257. package/dist/progress.js +50 -28
  258. package/dist/radio.css +114 -105
  259. package/dist/radio.js +154 -56
  260. package/dist/select.css +244 -242
  261. package/dist/select.js +92 -47
  262. package/dist/slider.css +1109 -904
  263. package/dist/slider.js +1118 -923
  264. package/dist/styles-api.d.ts +22 -0
  265. package/dist/styles-api.js +49 -0
  266. package/dist/switch.css +120 -108
  267. package/dist/switch.js +89 -33
  268. package/dist/tabs.css +286 -278
  269. package/dist/tabs.js +60 -21
  270. package/dist/teleport-provider.js +15 -0
  271. package/dist/textarea.css +132 -130
  272. package/dist/textarea.js +77 -29
  273. package/dist/toast.css +236 -0
  274. package/dist/toast.js +739 -0
  275. package/dist/tooltip.css +137 -107
  276. package/dist/tooltip.js +182 -223
  277. package/dist/tooltip2.js +8 -0
  278. package/dist/useClickOutside.js +1 -1
  279. package/dist/useFloatingPosition.js +1284 -0
  280. package/dist/useFocusTrap.js +130 -0
  281. package/dist/useTeleportTarget.js +29 -0
  282. package/dist/utils/componentColors.d.ts +60 -0
  283. package/docs/public-styles-api.md +133 -0
  284. package/docs/public-tokens.md +545 -0
  285. package/package.json +44 -12
  286. package/src/styles/_tokens.scss +33 -28
  287. package/src/styles/_utilities.scss +11 -9
  288. package/src/styles/styles-manifest.json +4125 -0
  289. package/dist/components/slider/useRangeSliderTooltipTransition.d.ts +0 -4
@@ -0,0 +1,4125 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "contractVersion": 1,
4
+ "baseline": "5102a40",
5
+ "tokens": [
6
+ {
7
+ "name": "--rp-border-width-medium",
8
+ "sourcePath": "border.width.medium",
9
+ "type": "dimension",
10
+ "category": "border",
11
+ "description": "Public Ropav border token for border.width.medium.",
12
+ "themeApplicability": "all-themes"
13
+ },
14
+ {
15
+ "name": "--rp-border-width-thin",
16
+ "sourcePath": "border.width.thin",
17
+ "type": "dimension",
18
+ "category": "border",
19
+ "description": "Public Ropav border token for border.width.thin.",
20
+ "themeApplicability": "all-themes"
21
+ },
22
+ {
23
+ "name": "--rp-color-black",
24
+ "sourcePath": "color.black",
25
+ "type": "color",
26
+ "category": "color",
27
+ "description": "Public Ropav color token for color.black.",
28
+ "themeApplicability": "all-themes"
29
+ },
30
+ {
31
+ "name": "--rp-color-blue-0",
32
+ "sourcePath": "color.blue.0",
33
+ "type": "color",
34
+ "category": "color",
35
+ "description": "Public Ropav color token for color.blue.0.",
36
+ "themeApplicability": "all-themes"
37
+ },
38
+ {
39
+ "name": "--rp-color-blue-0-contrast",
40
+ "sourcePath": "derived.color.blue.0.contrast",
41
+ "type": "color",
42
+ "category": "color",
43
+ "description": "Derived public Ropav color token --rp-color-blue-0-contrast.",
44
+ "themeApplicability": "light-and-dark"
45
+ },
46
+ {
47
+ "name": "--rp-color-blue-1",
48
+ "sourcePath": "color.blue.1",
49
+ "type": "color",
50
+ "category": "color",
51
+ "description": "Public Ropav color token for color.blue.1.",
52
+ "themeApplicability": "all-themes"
53
+ },
54
+ {
55
+ "name": "--rp-color-blue-1-contrast",
56
+ "sourcePath": "derived.color.blue.1.contrast",
57
+ "type": "color",
58
+ "category": "color",
59
+ "description": "Derived public Ropav color token --rp-color-blue-1-contrast.",
60
+ "themeApplicability": "light-and-dark"
61
+ },
62
+ {
63
+ "name": "--rp-color-blue-2",
64
+ "sourcePath": "color.blue.2",
65
+ "type": "color",
66
+ "category": "color",
67
+ "description": "Public Ropav color token for color.blue.2.",
68
+ "themeApplicability": "all-themes"
69
+ },
70
+ {
71
+ "name": "--rp-color-blue-2-contrast",
72
+ "sourcePath": "derived.color.blue.2.contrast",
73
+ "type": "color",
74
+ "category": "color",
75
+ "description": "Derived public Ropav color token --rp-color-blue-2-contrast.",
76
+ "themeApplicability": "light-and-dark"
77
+ },
78
+ {
79
+ "name": "--rp-color-blue-3",
80
+ "sourcePath": "color.blue.3",
81
+ "type": "color",
82
+ "category": "color",
83
+ "description": "Public Ropav color token for color.blue.3.",
84
+ "themeApplicability": "all-themes"
85
+ },
86
+ {
87
+ "name": "--rp-color-blue-3-contrast",
88
+ "sourcePath": "derived.color.blue.3.contrast",
89
+ "type": "color",
90
+ "category": "color",
91
+ "description": "Derived public Ropav color token --rp-color-blue-3-contrast.",
92
+ "themeApplicability": "light-and-dark"
93
+ },
94
+ {
95
+ "name": "--rp-color-blue-4",
96
+ "sourcePath": "color.blue.4",
97
+ "type": "color",
98
+ "category": "color",
99
+ "description": "Public Ropav color token for color.blue.4.",
100
+ "themeApplicability": "all-themes"
101
+ },
102
+ {
103
+ "name": "--rp-color-blue-4-contrast",
104
+ "sourcePath": "derived.color.blue.4.contrast",
105
+ "type": "color",
106
+ "category": "color",
107
+ "description": "Derived public Ropav color token --rp-color-blue-4-contrast.",
108
+ "themeApplicability": "light-and-dark"
109
+ },
110
+ {
111
+ "name": "--rp-color-blue-5",
112
+ "sourcePath": "color.blue.5",
113
+ "type": "color",
114
+ "category": "color",
115
+ "description": "Public Ropav color token for color.blue.5.",
116
+ "themeApplicability": "all-themes"
117
+ },
118
+ {
119
+ "name": "--rp-color-blue-5-contrast",
120
+ "sourcePath": "derived.color.blue.5.contrast",
121
+ "type": "color",
122
+ "category": "color",
123
+ "description": "Derived public Ropav color token --rp-color-blue-5-contrast.",
124
+ "themeApplicability": "light-and-dark"
125
+ },
126
+ {
127
+ "name": "--rp-color-blue-6",
128
+ "sourcePath": "color.blue.6",
129
+ "type": "color",
130
+ "category": "color",
131
+ "description": "Public Ropav color token for color.blue.6.",
132
+ "themeApplicability": "all-themes"
133
+ },
134
+ {
135
+ "name": "--rp-color-blue-6-contrast",
136
+ "sourcePath": "derived.color.blue.6.contrast",
137
+ "type": "color",
138
+ "category": "color",
139
+ "description": "Derived public Ropav color token --rp-color-blue-6-contrast.",
140
+ "themeApplicability": "light-and-dark"
141
+ },
142
+ {
143
+ "name": "--rp-color-blue-7",
144
+ "sourcePath": "color.blue.7",
145
+ "type": "color",
146
+ "category": "color",
147
+ "description": "Public Ropav color token for color.blue.7.",
148
+ "themeApplicability": "all-themes"
149
+ },
150
+ {
151
+ "name": "--rp-color-blue-7-contrast",
152
+ "sourcePath": "derived.color.blue.7.contrast",
153
+ "type": "color",
154
+ "category": "color",
155
+ "description": "Derived public Ropav color token --rp-color-blue-7-contrast.",
156
+ "themeApplicability": "light-and-dark"
157
+ },
158
+ {
159
+ "name": "--rp-color-blue-8",
160
+ "sourcePath": "color.blue.8",
161
+ "type": "color",
162
+ "category": "color",
163
+ "description": "Public Ropav color token for color.blue.8.",
164
+ "themeApplicability": "all-themes"
165
+ },
166
+ {
167
+ "name": "--rp-color-blue-8-contrast",
168
+ "sourcePath": "derived.color.blue.8.contrast",
169
+ "type": "color",
170
+ "category": "color",
171
+ "description": "Derived public Ropav color token --rp-color-blue-8-contrast.",
172
+ "themeApplicability": "light-and-dark"
173
+ },
174
+ {
175
+ "name": "--rp-color-blue-9",
176
+ "sourcePath": "color.blue.9",
177
+ "type": "color",
178
+ "category": "color",
179
+ "description": "Public Ropav color token for color.blue.9.",
180
+ "themeApplicability": "all-themes"
181
+ },
182
+ {
183
+ "name": "--rp-color-blue-9-contrast",
184
+ "sourcePath": "derived.color.blue.9.contrast",
185
+ "type": "color",
186
+ "category": "color",
187
+ "description": "Derived public Ropav color token --rp-color-blue-9-contrast.",
188
+ "themeApplicability": "light-and-dark"
189
+ },
190
+ {
191
+ "name": "--rp-color-blue-contrast",
192
+ "sourcePath": "derived.color.blue.contrast",
193
+ "type": "color",
194
+ "category": "color",
195
+ "description": "Derived public Ropav color token --rp-color-blue-contrast.",
196
+ "themeApplicability": "light-and-dark"
197
+ },
198
+ {
199
+ "name": "--rp-color-blue-filled",
200
+ "sourcePath": "derived.color.blue.filled",
201
+ "type": "color",
202
+ "category": "color",
203
+ "description": "Derived public Ropav color token --rp-color-blue-filled.",
204
+ "themeApplicability": "light-and-dark"
205
+ },
206
+ {
207
+ "name": "--rp-color-blue-filled-hover",
208
+ "sourcePath": "derived.color.blue.filled.hover",
209
+ "type": "color",
210
+ "category": "color",
211
+ "description": "Derived public Ropav color token --rp-color-blue-filled-hover.",
212
+ "themeApplicability": "light-and-dark"
213
+ },
214
+ {
215
+ "name": "--rp-color-blue-light",
216
+ "sourcePath": "derived.color.blue.light",
217
+ "type": "color",
218
+ "category": "color",
219
+ "description": "Derived public Ropav color token --rp-color-blue-light.",
220
+ "themeApplicability": "light-and-dark"
221
+ },
222
+ {
223
+ "name": "--rp-color-blue-light-color",
224
+ "sourcePath": "derived.color.blue.light.color",
225
+ "type": "color",
226
+ "category": "color",
227
+ "description": "Derived public Ropav color token --rp-color-blue-light-color.",
228
+ "themeApplicability": "light-and-dark"
229
+ },
230
+ {
231
+ "name": "--rp-color-blue-light-hover",
232
+ "sourcePath": "derived.color.blue.light.hover",
233
+ "type": "color",
234
+ "category": "color",
235
+ "description": "Derived public Ropav color token --rp-color-blue-light-hover.",
236
+ "themeApplicability": "light-and-dark"
237
+ },
238
+ {
239
+ "name": "--rp-color-blue-outline",
240
+ "sourcePath": "derived.color.blue.outline",
241
+ "type": "color",
242
+ "category": "color",
243
+ "description": "Derived public Ropav color token --rp-color-blue-outline.",
244
+ "themeApplicability": "light-and-dark"
245
+ },
246
+ {
247
+ "name": "--rp-color-blue-outline-hover",
248
+ "sourcePath": "derived.color.blue.outline.hover",
249
+ "type": "color",
250
+ "category": "color",
251
+ "description": "Derived public Ropav color token --rp-color-blue-outline-hover.",
252
+ "themeApplicability": "light-and-dark"
253
+ },
254
+ {
255
+ "name": "--rp-color-body",
256
+ "sourcePath": "derived.color.body",
257
+ "type": "color",
258
+ "category": "color",
259
+ "description": "Derived public Ropav color token --rp-color-body.",
260
+ "themeApplicability": "light-and-dark"
261
+ },
262
+ {
263
+ "name": "--rp-color-bright",
264
+ "sourcePath": "derived.color.bright",
265
+ "type": "color",
266
+ "category": "color",
267
+ "description": "Derived public Ropav color token --rp-color-bright.",
268
+ "themeApplicability": "light-and-dark"
269
+ },
270
+ {
271
+ "name": "--rp-color-control-bg",
272
+ "sourcePath": "derived.color.control.bg",
273
+ "type": "color",
274
+ "category": "color",
275
+ "description": "Derived public Ropav color token --rp-color-control-bg.",
276
+ "themeApplicability": "light-and-dark"
277
+ },
278
+ {
279
+ "name": "--rp-color-control-border",
280
+ "sourcePath": "derived.color.control.border",
281
+ "type": "color",
282
+ "category": "color",
283
+ "description": "Derived public Ropav color token --rp-color-control-border.",
284
+ "themeApplicability": "light-and-dark"
285
+ },
286
+ {
287
+ "name": "--rp-color-control-border-focus",
288
+ "sourcePath": "derived.color.control.border.focus",
289
+ "type": "color",
290
+ "category": "color",
291
+ "description": "Derived public Ropav color token --rp-color-control-border-focus.",
292
+ "themeApplicability": "light-and-dark"
293
+ },
294
+ {
295
+ "name": "--rp-color-control-border-hover",
296
+ "sourcePath": "derived.color.control.border.hover",
297
+ "type": "color",
298
+ "category": "color",
299
+ "description": "Derived public Ropav color token --rp-color-control-border-hover.",
300
+ "themeApplicability": "light-and-dark"
301
+ },
302
+ {
303
+ "name": "--rp-color-control-fg",
304
+ "sourcePath": "derived.color.control.fg",
305
+ "type": "color",
306
+ "category": "color",
307
+ "description": "Derived public Ropav color token --rp-color-control-fg.",
308
+ "themeApplicability": "light-and-dark"
309
+ },
310
+ {
311
+ "name": "--rp-color-control-icon",
312
+ "sourcePath": "derived.color.control.icon",
313
+ "type": "color",
314
+ "category": "color",
315
+ "description": "Derived public Ropav color token --rp-color-control-icon.",
316
+ "themeApplicability": "light-and-dark"
317
+ },
318
+ {
319
+ "name": "--rp-color-control-placeholder",
320
+ "sourcePath": "derived.color.control.placeholder",
321
+ "type": "color",
322
+ "category": "color",
323
+ "description": "Derived public Ropav color token --rp-color-control-placeholder.",
324
+ "themeApplicability": "light-and-dark"
325
+ },
326
+ {
327
+ "name": "--rp-color-control-readonly-bg",
328
+ "sourcePath": "derived.color.control.readonly.bg",
329
+ "type": "color",
330
+ "category": "color",
331
+ "description": "Derived public Ropav color token --rp-color-control-readonly-bg.",
332
+ "themeApplicability": "light-and-dark"
333
+ },
334
+ {
335
+ "name": "--rp-color-control-selected-bg",
336
+ "sourcePath": "derived.color.control.selected.bg",
337
+ "type": "color",
338
+ "category": "color",
339
+ "description": "Derived public Ropav color token --rp-color-control-selected-bg.",
340
+ "themeApplicability": "light-and-dark"
341
+ },
342
+ {
343
+ "name": "--rp-color-control-selected-fg",
344
+ "sourcePath": "derived.color.control.selected.fg",
345
+ "type": "color",
346
+ "category": "color",
347
+ "description": "Derived public Ropav color token --rp-color-control-selected-fg.",
348
+ "themeApplicability": "light-and-dark"
349
+ },
350
+ {
351
+ "name": "--rp-color-control-thumb-bg",
352
+ "sourcePath": "derived.color.control.thumb.bg",
353
+ "type": "color",
354
+ "category": "color",
355
+ "description": "Derived public Ropav color token --rp-color-control-thumb-bg.",
356
+ "themeApplicability": "light-and-dark"
357
+ },
358
+ {
359
+ "name": "--rp-color-control-track-bg",
360
+ "sourcePath": "derived.color.control.track.bg",
361
+ "type": "color",
362
+ "category": "color",
363
+ "description": "Derived public Ropav color token --rp-color-control-track-bg.",
364
+ "themeApplicability": "light-and-dark"
365
+ },
366
+ {
367
+ "name": "--rp-color-cyan-0",
368
+ "sourcePath": "color.cyan.0",
369
+ "type": "color",
370
+ "category": "color",
371
+ "description": "Public Ropav color token for color.cyan.0.",
372
+ "themeApplicability": "all-themes"
373
+ },
374
+ {
375
+ "name": "--rp-color-cyan-0-contrast",
376
+ "sourcePath": "derived.color.cyan.0.contrast",
377
+ "type": "color",
378
+ "category": "color",
379
+ "description": "Derived public Ropav color token --rp-color-cyan-0-contrast.",
380
+ "themeApplicability": "light-and-dark"
381
+ },
382
+ {
383
+ "name": "--rp-color-cyan-1",
384
+ "sourcePath": "color.cyan.1",
385
+ "type": "color",
386
+ "category": "color",
387
+ "description": "Public Ropav color token for color.cyan.1.",
388
+ "themeApplicability": "all-themes"
389
+ },
390
+ {
391
+ "name": "--rp-color-cyan-1-contrast",
392
+ "sourcePath": "derived.color.cyan.1.contrast",
393
+ "type": "color",
394
+ "category": "color",
395
+ "description": "Derived public Ropav color token --rp-color-cyan-1-contrast.",
396
+ "themeApplicability": "light-and-dark"
397
+ },
398
+ {
399
+ "name": "--rp-color-cyan-2",
400
+ "sourcePath": "color.cyan.2",
401
+ "type": "color",
402
+ "category": "color",
403
+ "description": "Public Ropav color token for color.cyan.2.",
404
+ "themeApplicability": "all-themes"
405
+ },
406
+ {
407
+ "name": "--rp-color-cyan-2-contrast",
408
+ "sourcePath": "derived.color.cyan.2.contrast",
409
+ "type": "color",
410
+ "category": "color",
411
+ "description": "Derived public Ropav color token --rp-color-cyan-2-contrast.",
412
+ "themeApplicability": "light-and-dark"
413
+ },
414
+ {
415
+ "name": "--rp-color-cyan-3",
416
+ "sourcePath": "color.cyan.3",
417
+ "type": "color",
418
+ "category": "color",
419
+ "description": "Public Ropav color token for color.cyan.3.",
420
+ "themeApplicability": "all-themes"
421
+ },
422
+ {
423
+ "name": "--rp-color-cyan-3-contrast",
424
+ "sourcePath": "derived.color.cyan.3.contrast",
425
+ "type": "color",
426
+ "category": "color",
427
+ "description": "Derived public Ropav color token --rp-color-cyan-3-contrast.",
428
+ "themeApplicability": "light-and-dark"
429
+ },
430
+ {
431
+ "name": "--rp-color-cyan-4",
432
+ "sourcePath": "color.cyan.4",
433
+ "type": "color",
434
+ "category": "color",
435
+ "description": "Public Ropav color token for color.cyan.4.",
436
+ "themeApplicability": "all-themes"
437
+ },
438
+ {
439
+ "name": "--rp-color-cyan-4-contrast",
440
+ "sourcePath": "derived.color.cyan.4.contrast",
441
+ "type": "color",
442
+ "category": "color",
443
+ "description": "Derived public Ropav color token --rp-color-cyan-4-contrast.",
444
+ "themeApplicability": "light-and-dark"
445
+ },
446
+ {
447
+ "name": "--rp-color-cyan-5",
448
+ "sourcePath": "color.cyan.5",
449
+ "type": "color",
450
+ "category": "color",
451
+ "description": "Public Ropav color token for color.cyan.5.",
452
+ "themeApplicability": "all-themes"
453
+ },
454
+ {
455
+ "name": "--rp-color-cyan-5-contrast",
456
+ "sourcePath": "derived.color.cyan.5.contrast",
457
+ "type": "color",
458
+ "category": "color",
459
+ "description": "Derived public Ropav color token --rp-color-cyan-5-contrast.",
460
+ "themeApplicability": "light-and-dark"
461
+ },
462
+ {
463
+ "name": "--rp-color-cyan-6",
464
+ "sourcePath": "color.cyan.6",
465
+ "type": "color",
466
+ "category": "color",
467
+ "description": "Public Ropav color token for color.cyan.6.",
468
+ "themeApplicability": "all-themes"
469
+ },
470
+ {
471
+ "name": "--rp-color-cyan-6-contrast",
472
+ "sourcePath": "derived.color.cyan.6.contrast",
473
+ "type": "color",
474
+ "category": "color",
475
+ "description": "Derived public Ropav color token --rp-color-cyan-6-contrast.",
476
+ "themeApplicability": "light-and-dark"
477
+ },
478
+ {
479
+ "name": "--rp-color-cyan-7",
480
+ "sourcePath": "color.cyan.7",
481
+ "type": "color",
482
+ "category": "color",
483
+ "description": "Public Ropav color token for color.cyan.7.",
484
+ "themeApplicability": "all-themes"
485
+ },
486
+ {
487
+ "name": "--rp-color-cyan-7-contrast",
488
+ "sourcePath": "derived.color.cyan.7.contrast",
489
+ "type": "color",
490
+ "category": "color",
491
+ "description": "Derived public Ropav color token --rp-color-cyan-7-contrast.",
492
+ "themeApplicability": "light-and-dark"
493
+ },
494
+ {
495
+ "name": "--rp-color-cyan-8",
496
+ "sourcePath": "color.cyan.8",
497
+ "type": "color",
498
+ "category": "color",
499
+ "description": "Public Ropav color token for color.cyan.8.",
500
+ "themeApplicability": "all-themes"
501
+ },
502
+ {
503
+ "name": "--rp-color-cyan-8-contrast",
504
+ "sourcePath": "derived.color.cyan.8.contrast",
505
+ "type": "color",
506
+ "category": "color",
507
+ "description": "Derived public Ropav color token --rp-color-cyan-8-contrast.",
508
+ "themeApplicability": "light-and-dark"
509
+ },
510
+ {
511
+ "name": "--rp-color-cyan-9",
512
+ "sourcePath": "color.cyan.9",
513
+ "type": "color",
514
+ "category": "color",
515
+ "description": "Public Ropav color token for color.cyan.9.",
516
+ "themeApplicability": "all-themes"
517
+ },
518
+ {
519
+ "name": "--rp-color-cyan-9-contrast",
520
+ "sourcePath": "derived.color.cyan.9.contrast",
521
+ "type": "color",
522
+ "category": "color",
523
+ "description": "Derived public Ropav color token --rp-color-cyan-9-contrast.",
524
+ "themeApplicability": "light-and-dark"
525
+ },
526
+ {
527
+ "name": "--rp-color-cyan-contrast",
528
+ "sourcePath": "derived.color.cyan.contrast",
529
+ "type": "color",
530
+ "category": "color",
531
+ "description": "Derived public Ropav color token --rp-color-cyan-contrast.",
532
+ "themeApplicability": "light-and-dark"
533
+ },
534
+ {
535
+ "name": "--rp-color-cyan-filled",
536
+ "sourcePath": "derived.color.cyan.filled",
537
+ "type": "color",
538
+ "category": "color",
539
+ "description": "Derived public Ropav color token --rp-color-cyan-filled.",
540
+ "themeApplicability": "light-and-dark"
541
+ },
542
+ {
543
+ "name": "--rp-color-cyan-filled-hover",
544
+ "sourcePath": "derived.color.cyan.filled.hover",
545
+ "type": "color",
546
+ "category": "color",
547
+ "description": "Derived public Ropav color token --rp-color-cyan-filled-hover.",
548
+ "themeApplicability": "light-and-dark"
549
+ },
550
+ {
551
+ "name": "--rp-color-cyan-light",
552
+ "sourcePath": "derived.color.cyan.light",
553
+ "type": "color",
554
+ "category": "color",
555
+ "description": "Derived public Ropav color token --rp-color-cyan-light.",
556
+ "themeApplicability": "light-and-dark"
557
+ },
558
+ {
559
+ "name": "--rp-color-cyan-light-color",
560
+ "sourcePath": "derived.color.cyan.light.color",
561
+ "type": "color",
562
+ "category": "color",
563
+ "description": "Derived public Ropav color token --rp-color-cyan-light-color.",
564
+ "themeApplicability": "light-and-dark"
565
+ },
566
+ {
567
+ "name": "--rp-color-cyan-light-hover",
568
+ "sourcePath": "derived.color.cyan.light.hover",
569
+ "type": "color",
570
+ "category": "color",
571
+ "description": "Derived public Ropav color token --rp-color-cyan-light-hover.",
572
+ "themeApplicability": "light-and-dark"
573
+ },
574
+ {
575
+ "name": "--rp-color-cyan-outline",
576
+ "sourcePath": "derived.color.cyan.outline",
577
+ "type": "color",
578
+ "category": "color",
579
+ "description": "Derived public Ropav color token --rp-color-cyan-outline.",
580
+ "themeApplicability": "light-and-dark"
581
+ },
582
+ {
583
+ "name": "--rp-color-cyan-outline-hover",
584
+ "sourcePath": "derived.color.cyan.outline.hover",
585
+ "type": "color",
586
+ "category": "color",
587
+ "description": "Derived public Ropav color token --rp-color-cyan-outline-hover.",
588
+ "themeApplicability": "light-and-dark"
589
+ },
590
+ {
591
+ "name": "--rp-color-dark-0",
592
+ "sourcePath": "color.dark.0",
593
+ "type": "color",
594
+ "category": "color",
595
+ "description": "Public Ropav color token for color.dark.0.",
596
+ "themeApplicability": "all-themes"
597
+ },
598
+ {
599
+ "name": "--rp-color-dark-0-contrast",
600
+ "sourcePath": "derived.color.dark.0.contrast",
601
+ "type": "color",
602
+ "category": "color",
603
+ "description": "Derived public Ropav color token --rp-color-dark-0-contrast.",
604
+ "themeApplicability": "light-and-dark"
605
+ },
606
+ {
607
+ "name": "--rp-color-dark-1",
608
+ "sourcePath": "color.dark.1",
609
+ "type": "color",
610
+ "category": "color",
611
+ "description": "Public Ropav color token for color.dark.1.",
612
+ "themeApplicability": "all-themes"
613
+ },
614
+ {
615
+ "name": "--rp-color-dark-1-contrast",
616
+ "sourcePath": "derived.color.dark.1.contrast",
617
+ "type": "color",
618
+ "category": "color",
619
+ "description": "Derived public Ropav color token --rp-color-dark-1-contrast.",
620
+ "themeApplicability": "light-and-dark"
621
+ },
622
+ {
623
+ "name": "--rp-color-dark-2",
624
+ "sourcePath": "color.dark.2",
625
+ "type": "color",
626
+ "category": "color",
627
+ "description": "Public Ropav color token for color.dark.2.",
628
+ "themeApplicability": "all-themes"
629
+ },
630
+ {
631
+ "name": "--rp-color-dark-2-contrast",
632
+ "sourcePath": "derived.color.dark.2.contrast",
633
+ "type": "color",
634
+ "category": "color",
635
+ "description": "Derived public Ropav color token --rp-color-dark-2-contrast.",
636
+ "themeApplicability": "light-and-dark"
637
+ },
638
+ {
639
+ "name": "--rp-color-dark-3",
640
+ "sourcePath": "color.dark.3",
641
+ "type": "color",
642
+ "category": "color",
643
+ "description": "Public Ropav color token for color.dark.3.",
644
+ "themeApplicability": "all-themes"
645
+ },
646
+ {
647
+ "name": "--rp-color-dark-3-contrast",
648
+ "sourcePath": "derived.color.dark.3.contrast",
649
+ "type": "color",
650
+ "category": "color",
651
+ "description": "Derived public Ropav color token --rp-color-dark-3-contrast.",
652
+ "themeApplicability": "light-and-dark"
653
+ },
654
+ {
655
+ "name": "--rp-color-dark-4",
656
+ "sourcePath": "color.dark.4",
657
+ "type": "color",
658
+ "category": "color",
659
+ "description": "Public Ropav color token for color.dark.4.",
660
+ "themeApplicability": "all-themes"
661
+ },
662
+ {
663
+ "name": "--rp-color-dark-4-contrast",
664
+ "sourcePath": "derived.color.dark.4.contrast",
665
+ "type": "color",
666
+ "category": "color",
667
+ "description": "Derived public Ropav color token --rp-color-dark-4-contrast.",
668
+ "themeApplicability": "light-and-dark"
669
+ },
670
+ {
671
+ "name": "--rp-color-dark-5",
672
+ "sourcePath": "color.dark.5",
673
+ "type": "color",
674
+ "category": "color",
675
+ "description": "Public Ropav color token for color.dark.5.",
676
+ "themeApplicability": "all-themes"
677
+ },
678
+ {
679
+ "name": "--rp-color-dark-5-contrast",
680
+ "sourcePath": "derived.color.dark.5.contrast",
681
+ "type": "color",
682
+ "category": "color",
683
+ "description": "Derived public Ropav color token --rp-color-dark-5-contrast.",
684
+ "themeApplicability": "light-and-dark"
685
+ },
686
+ {
687
+ "name": "--rp-color-dark-6",
688
+ "sourcePath": "color.dark.6",
689
+ "type": "color",
690
+ "category": "color",
691
+ "description": "Public Ropav color token for color.dark.6.",
692
+ "themeApplicability": "all-themes"
693
+ },
694
+ {
695
+ "name": "--rp-color-dark-6-contrast",
696
+ "sourcePath": "derived.color.dark.6.contrast",
697
+ "type": "color",
698
+ "category": "color",
699
+ "description": "Derived public Ropav color token --rp-color-dark-6-contrast.",
700
+ "themeApplicability": "light-and-dark"
701
+ },
702
+ {
703
+ "name": "--rp-color-dark-7",
704
+ "sourcePath": "color.dark.7",
705
+ "type": "color",
706
+ "category": "color",
707
+ "description": "Public Ropav color token for color.dark.7.",
708
+ "themeApplicability": "all-themes"
709
+ },
710
+ {
711
+ "name": "--rp-color-dark-7-contrast",
712
+ "sourcePath": "derived.color.dark.7.contrast",
713
+ "type": "color",
714
+ "category": "color",
715
+ "description": "Derived public Ropav color token --rp-color-dark-7-contrast.",
716
+ "themeApplicability": "light-and-dark"
717
+ },
718
+ {
719
+ "name": "--rp-color-dark-8",
720
+ "sourcePath": "color.dark.8",
721
+ "type": "color",
722
+ "category": "color",
723
+ "description": "Public Ropav color token for color.dark.8.",
724
+ "themeApplicability": "all-themes"
725
+ },
726
+ {
727
+ "name": "--rp-color-dark-8-contrast",
728
+ "sourcePath": "derived.color.dark.8.contrast",
729
+ "type": "color",
730
+ "category": "color",
731
+ "description": "Derived public Ropav color token --rp-color-dark-8-contrast.",
732
+ "themeApplicability": "light-and-dark"
733
+ },
734
+ {
735
+ "name": "--rp-color-dark-9",
736
+ "sourcePath": "color.dark.9",
737
+ "type": "color",
738
+ "category": "color",
739
+ "description": "Public Ropav color token for color.dark.9.",
740
+ "themeApplicability": "all-themes"
741
+ },
742
+ {
743
+ "name": "--rp-color-dark-9-contrast",
744
+ "sourcePath": "derived.color.dark.9.contrast",
745
+ "type": "color",
746
+ "category": "color",
747
+ "description": "Derived public Ropav color token --rp-color-dark-9-contrast.",
748
+ "themeApplicability": "light-and-dark"
749
+ },
750
+ {
751
+ "name": "--rp-color-dark-contrast",
752
+ "sourcePath": "derived.color.dark.contrast",
753
+ "type": "color",
754
+ "category": "color",
755
+ "description": "Derived public Ropav color token --rp-color-dark-contrast.",
756
+ "themeApplicability": "light-and-dark"
757
+ },
758
+ {
759
+ "name": "--rp-color-dark-filled",
760
+ "sourcePath": "derived.color.dark.filled",
761
+ "type": "color",
762
+ "category": "color",
763
+ "description": "Derived public Ropav color token --rp-color-dark-filled.",
764
+ "themeApplicability": "light-and-dark"
765
+ },
766
+ {
767
+ "name": "--rp-color-dark-filled-hover",
768
+ "sourcePath": "derived.color.dark.filled.hover",
769
+ "type": "color",
770
+ "category": "color",
771
+ "description": "Derived public Ropav color token --rp-color-dark-filled-hover.",
772
+ "themeApplicability": "light-and-dark"
773
+ },
774
+ {
775
+ "name": "--rp-color-dark-light",
776
+ "sourcePath": "derived.color.dark.light",
777
+ "type": "color",
778
+ "category": "color",
779
+ "description": "Derived public Ropav color token --rp-color-dark-light.",
780
+ "themeApplicability": "light-and-dark"
781
+ },
782
+ {
783
+ "name": "--rp-color-dark-light-color",
784
+ "sourcePath": "derived.color.dark.light.color",
785
+ "type": "color",
786
+ "category": "color",
787
+ "description": "Derived public Ropav color token --rp-color-dark-light-color.",
788
+ "themeApplicability": "light-and-dark"
789
+ },
790
+ {
791
+ "name": "--rp-color-dark-light-hover",
792
+ "sourcePath": "derived.color.dark.light.hover",
793
+ "type": "color",
794
+ "category": "color",
795
+ "description": "Derived public Ropav color token --rp-color-dark-light-hover.",
796
+ "themeApplicability": "light-and-dark"
797
+ },
798
+ {
799
+ "name": "--rp-color-dark-outline",
800
+ "sourcePath": "derived.color.dark.outline",
801
+ "type": "color",
802
+ "category": "color",
803
+ "description": "Derived public Ropav color token --rp-color-dark-outline.",
804
+ "themeApplicability": "light-and-dark"
805
+ },
806
+ {
807
+ "name": "--rp-color-dark-outline-hover",
808
+ "sourcePath": "derived.color.dark.outline.hover",
809
+ "type": "color",
810
+ "category": "color",
811
+ "description": "Derived public Ropav color token --rp-color-dark-outline-hover.",
812
+ "themeApplicability": "light-and-dark"
813
+ },
814
+ {
815
+ "name": "--rp-color-default",
816
+ "sourcePath": "derived.color.default",
817
+ "type": "color",
818
+ "category": "color",
819
+ "description": "Derived public Ropav color token --rp-color-default.",
820
+ "themeApplicability": "light-and-dark"
821
+ },
822
+ {
823
+ "name": "--rp-color-default-border",
824
+ "sourcePath": "derived.color.default.border",
825
+ "type": "color",
826
+ "category": "color",
827
+ "description": "Derived public Ropav color token --rp-color-default-border.",
828
+ "themeApplicability": "light-and-dark"
829
+ },
830
+ {
831
+ "name": "--rp-color-default-border-hover",
832
+ "sourcePath": "derived.color.default.border.hover",
833
+ "type": "color",
834
+ "category": "color",
835
+ "description": "Derived public Ropav color token --rp-color-default-border-hover.",
836
+ "themeApplicability": "light-and-dark"
837
+ },
838
+ {
839
+ "name": "--rp-color-default-color",
840
+ "sourcePath": "derived.color.default.color",
841
+ "type": "color",
842
+ "category": "color",
843
+ "description": "Derived public Ropav color token --rp-color-default-color.",
844
+ "themeApplicability": "light-and-dark"
845
+ },
846
+ {
847
+ "name": "--rp-color-default-hover",
848
+ "sourcePath": "derived.color.default.hover",
849
+ "type": "color",
850
+ "category": "color",
851
+ "description": "Derived public Ropav color token --rp-color-default-hover.",
852
+ "themeApplicability": "light-and-dark"
853
+ },
854
+ {
855
+ "name": "--rp-color-dimmed",
856
+ "sourcePath": "derived.color.dimmed",
857
+ "type": "color",
858
+ "category": "color",
859
+ "description": "Derived public Ropav color token --rp-color-dimmed.",
860
+ "themeApplicability": "light-and-dark"
861
+ },
862
+ {
863
+ "name": "--rp-color-disabled",
864
+ "sourcePath": "derived.color.disabled",
865
+ "type": "color",
866
+ "category": "color",
867
+ "description": "Derived public Ropav color token --rp-color-disabled.",
868
+ "themeApplicability": "light-and-dark"
869
+ },
870
+ {
871
+ "name": "--rp-color-disabled-border",
872
+ "sourcePath": "derived.color.disabled.border",
873
+ "type": "color",
874
+ "category": "color",
875
+ "description": "Derived public Ropav color token --rp-color-disabled-border.",
876
+ "themeApplicability": "light-and-dark"
877
+ },
878
+ {
879
+ "name": "--rp-color-disabled-color",
880
+ "sourcePath": "derived.color.disabled.color",
881
+ "type": "color",
882
+ "category": "color",
883
+ "description": "Derived public Ropav color token --rp-color-disabled-color.",
884
+ "themeApplicability": "light-and-dark"
885
+ },
886
+ {
887
+ "name": "--rp-color-focus-ring",
888
+ "sourcePath": "derived.color.focus.ring",
889
+ "type": "color",
890
+ "category": "color",
891
+ "description": "Derived public Ropav color token --rp-color-focus-ring.",
892
+ "themeApplicability": "light-and-dark"
893
+ },
894
+ {
895
+ "name": "--rp-color-grape-0",
896
+ "sourcePath": "color.grape.0",
897
+ "type": "color",
898
+ "category": "color",
899
+ "description": "Public Ropav color token for color.grape.0.",
900
+ "themeApplicability": "all-themes"
901
+ },
902
+ {
903
+ "name": "--rp-color-grape-0-contrast",
904
+ "sourcePath": "derived.color.grape.0.contrast",
905
+ "type": "color",
906
+ "category": "color",
907
+ "description": "Derived public Ropav color token --rp-color-grape-0-contrast.",
908
+ "themeApplicability": "light-and-dark"
909
+ },
910
+ {
911
+ "name": "--rp-color-grape-1",
912
+ "sourcePath": "color.grape.1",
913
+ "type": "color",
914
+ "category": "color",
915
+ "description": "Public Ropav color token for color.grape.1.",
916
+ "themeApplicability": "all-themes"
917
+ },
918
+ {
919
+ "name": "--rp-color-grape-1-contrast",
920
+ "sourcePath": "derived.color.grape.1.contrast",
921
+ "type": "color",
922
+ "category": "color",
923
+ "description": "Derived public Ropav color token --rp-color-grape-1-contrast.",
924
+ "themeApplicability": "light-and-dark"
925
+ },
926
+ {
927
+ "name": "--rp-color-grape-2",
928
+ "sourcePath": "color.grape.2",
929
+ "type": "color",
930
+ "category": "color",
931
+ "description": "Public Ropav color token for color.grape.2.",
932
+ "themeApplicability": "all-themes"
933
+ },
934
+ {
935
+ "name": "--rp-color-grape-2-contrast",
936
+ "sourcePath": "derived.color.grape.2.contrast",
937
+ "type": "color",
938
+ "category": "color",
939
+ "description": "Derived public Ropav color token --rp-color-grape-2-contrast.",
940
+ "themeApplicability": "light-and-dark"
941
+ },
942
+ {
943
+ "name": "--rp-color-grape-3",
944
+ "sourcePath": "color.grape.3",
945
+ "type": "color",
946
+ "category": "color",
947
+ "description": "Public Ropav color token for color.grape.3.",
948
+ "themeApplicability": "all-themes"
949
+ },
950
+ {
951
+ "name": "--rp-color-grape-3-contrast",
952
+ "sourcePath": "derived.color.grape.3.contrast",
953
+ "type": "color",
954
+ "category": "color",
955
+ "description": "Derived public Ropav color token --rp-color-grape-3-contrast.",
956
+ "themeApplicability": "light-and-dark"
957
+ },
958
+ {
959
+ "name": "--rp-color-grape-4",
960
+ "sourcePath": "color.grape.4",
961
+ "type": "color",
962
+ "category": "color",
963
+ "description": "Public Ropav color token for color.grape.4.",
964
+ "themeApplicability": "all-themes"
965
+ },
966
+ {
967
+ "name": "--rp-color-grape-4-contrast",
968
+ "sourcePath": "derived.color.grape.4.contrast",
969
+ "type": "color",
970
+ "category": "color",
971
+ "description": "Derived public Ropav color token --rp-color-grape-4-contrast.",
972
+ "themeApplicability": "light-and-dark"
973
+ },
974
+ {
975
+ "name": "--rp-color-grape-5",
976
+ "sourcePath": "color.grape.5",
977
+ "type": "color",
978
+ "category": "color",
979
+ "description": "Public Ropav color token for color.grape.5.",
980
+ "themeApplicability": "all-themes"
981
+ },
982
+ {
983
+ "name": "--rp-color-grape-5-contrast",
984
+ "sourcePath": "derived.color.grape.5.contrast",
985
+ "type": "color",
986
+ "category": "color",
987
+ "description": "Derived public Ropav color token --rp-color-grape-5-contrast.",
988
+ "themeApplicability": "light-and-dark"
989
+ },
990
+ {
991
+ "name": "--rp-color-grape-6",
992
+ "sourcePath": "color.grape.6",
993
+ "type": "color",
994
+ "category": "color",
995
+ "description": "Public Ropav color token for color.grape.6.",
996
+ "themeApplicability": "all-themes"
997
+ },
998
+ {
999
+ "name": "--rp-color-grape-6-contrast",
1000
+ "sourcePath": "derived.color.grape.6.contrast",
1001
+ "type": "color",
1002
+ "category": "color",
1003
+ "description": "Derived public Ropav color token --rp-color-grape-6-contrast.",
1004
+ "themeApplicability": "light-and-dark"
1005
+ },
1006
+ {
1007
+ "name": "--rp-color-grape-7",
1008
+ "sourcePath": "color.grape.7",
1009
+ "type": "color",
1010
+ "category": "color",
1011
+ "description": "Public Ropav color token for color.grape.7.",
1012
+ "themeApplicability": "all-themes"
1013
+ },
1014
+ {
1015
+ "name": "--rp-color-grape-7-contrast",
1016
+ "sourcePath": "derived.color.grape.7.contrast",
1017
+ "type": "color",
1018
+ "category": "color",
1019
+ "description": "Derived public Ropav color token --rp-color-grape-7-contrast.",
1020
+ "themeApplicability": "light-and-dark"
1021
+ },
1022
+ {
1023
+ "name": "--rp-color-grape-8",
1024
+ "sourcePath": "color.grape.8",
1025
+ "type": "color",
1026
+ "category": "color",
1027
+ "description": "Public Ropav color token for color.grape.8.",
1028
+ "themeApplicability": "all-themes"
1029
+ },
1030
+ {
1031
+ "name": "--rp-color-grape-8-contrast",
1032
+ "sourcePath": "derived.color.grape.8.contrast",
1033
+ "type": "color",
1034
+ "category": "color",
1035
+ "description": "Derived public Ropav color token --rp-color-grape-8-contrast.",
1036
+ "themeApplicability": "light-and-dark"
1037
+ },
1038
+ {
1039
+ "name": "--rp-color-grape-9",
1040
+ "sourcePath": "color.grape.9",
1041
+ "type": "color",
1042
+ "category": "color",
1043
+ "description": "Public Ropav color token for color.grape.9.",
1044
+ "themeApplicability": "all-themes"
1045
+ },
1046
+ {
1047
+ "name": "--rp-color-grape-9-contrast",
1048
+ "sourcePath": "derived.color.grape.9.contrast",
1049
+ "type": "color",
1050
+ "category": "color",
1051
+ "description": "Derived public Ropav color token --rp-color-grape-9-contrast.",
1052
+ "themeApplicability": "light-and-dark"
1053
+ },
1054
+ {
1055
+ "name": "--rp-color-grape-contrast",
1056
+ "sourcePath": "derived.color.grape.contrast",
1057
+ "type": "color",
1058
+ "category": "color",
1059
+ "description": "Derived public Ropav color token --rp-color-grape-contrast.",
1060
+ "themeApplicability": "light-and-dark"
1061
+ },
1062
+ {
1063
+ "name": "--rp-color-grape-filled",
1064
+ "sourcePath": "derived.color.grape.filled",
1065
+ "type": "color",
1066
+ "category": "color",
1067
+ "description": "Derived public Ropav color token --rp-color-grape-filled.",
1068
+ "themeApplicability": "light-and-dark"
1069
+ },
1070
+ {
1071
+ "name": "--rp-color-grape-filled-hover",
1072
+ "sourcePath": "derived.color.grape.filled.hover",
1073
+ "type": "color",
1074
+ "category": "color",
1075
+ "description": "Derived public Ropav color token --rp-color-grape-filled-hover.",
1076
+ "themeApplicability": "light-and-dark"
1077
+ },
1078
+ {
1079
+ "name": "--rp-color-grape-light",
1080
+ "sourcePath": "derived.color.grape.light",
1081
+ "type": "color",
1082
+ "category": "color",
1083
+ "description": "Derived public Ropav color token --rp-color-grape-light.",
1084
+ "themeApplicability": "light-and-dark"
1085
+ },
1086
+ {
1087
+ "name": "--rp-color-grape-light-color",
1088
+ "sourcePath": "derived.color.grape.light.color",
1089
+ "type": "color",
1090
+ "category": "color",
1091
+ "description": "Derived public Ropav color token --rp-color-grape-light-color.",
1092
+ "themeApplicability": "light-and-dark"
1093
+ },
1094
+ {
1095
+ "name": "--rp-color-grape-light-hover",
1096
+ "sourcePath": "derived.color.grape.light.hover",
1097
+ "type": "color",
1098
+ "category": "color",
1099
+ "description": "Derived public Ropav color token --rp-color-grape-light-hover.",
1100
+ "themeApplicability": "light-and-dark"
1101
+ },
1102
+ {
1103
+ "name": "--rp-color-grape-outline",
1104
+ "sourcePath": "derived.color.grape.outline",
1105
+ "type": "color",
1106
+ "category": "color",
1107
+ "description": "Derived public Ropav color token --rp-color-grape-outline.",
1108
+ "themeApplicability": "light-and-dark"
1109
+ },
1110
+ {
1111
+ "name": "--rp-color-grape-outline-hover",
1112
+ "sourcePath": "derived.color.grape.outline.hover",
1113
+ "type": "color",
1114
+ "category": "color",
1115
+ "description": "Derived public Ropav color token --rp-color-grape-outline-hover.",
1116
+ "themeApplicability": "light-and-dark"
1117
+ },
1118
+ {
1119
+ "name": "--rp-color-gray-0",
1120
+ "sourcePath": "color.gray.0",
1121
+ "type": "color",
1122
+ "category": "color",
1123
+ "description": "Public Ropav color token for color.gray.0.",
1124
+ "themeApplicability": "all-themes"
1125
+ },
1126
+ {
1127
+ "name": "--rp-color-gray-0-contrast",
1128
+ "sourcePath": "derived.color.gray.0.contrast",
1129
+ "type": "color",
1130
+ "category": "color",
1131
+ "description": "Derived public Ropav color token --rp-color-gray-0-contrast.",
1132
+ "themeApplicability": "light-and-dark"
1133
+ },
1134
+ {
1135
+ "name": "--rp-color-gray-1",
1136
+ "sourcePath": "color.gray.1",
1137
+ "type": "color",
1138
+ "category": "color",
1139
+ "description": "Public Ropav color token for color.gray.1.",
1140
+ "themeApplicability": "all-themes"
1141
+ },
1142
+ {
1143
+ "name": "--rp-color-gray-1-contrast",
1144
+ "sourcePath": "derived.color.gray.1.contrast",
1145
+ "type": "color",
1146
+ "category": "color",
1147
+ "description": "Derived public Ropav color token --rp-color-gray-1-contrast.",
1148
+ "themeApplicability": "light-and-dark"
1149
+ },
1150
+ {
1151
+ "name": "--rp-color-gray-2",
1152
+ "sourcePath": "color.gray.2",
1153
+ "type": "color",
1154
+ "category": "color",
1155
+ "description": "Public Ropav color token for color.gray.2.",
1156
+ "themeApplicability": "all-themes"
1157
+ },
1158
+ {
1159
+ "name": "--rp-color-gray-2-contrast",
1160
+ "sourcePath": "derived.color.gray.2.contrast",
1161
+ "type": "color",
1162
+ "category": "color",
1163
+ "description": "Derived public Ropav color token --rp-color-gray-2-contrast.",
1164
+ "themeApplicability": "light-and-dark"
1165
+ },
1166
+ {
1167
+ "name": "--rp-color-gray-3",
1168
+ "sourcePath": "color.gray.3",
1169
+ "type": "color",
1170
+ "category": "color",
1171
+ "description": "Public Ropav color token for color.gray.3.",
1172
+ "themeApplicability": "all-themes"
1173
+ },
1174
+ {
1175
+ "name": "--rp-color-gray-3-contrast",
1176
+ "sourcePath": "derived.color.gray.3.contrast",
1177
+ "type": "color",
1178
+ "category": "color",
1179
+ "description": "Derived public Ropav color token --rp-color-gray-3-contrast.",
1180
+ "themeApplicability": "light-and-dark"
1181
+ },
1182
+ {
1183
+ "name": "--rp-color-gray-4",
1184
+ "sourcePath": "color.gray.4",
1185
+ "type": "color",
1186
+ "category": "color",
1187
+ "description": "Public Ropav color token for color.gray.4.",
1188
+ "themeApplicability": "all-themes"
1189
+ },
1190
+ {
1191
+ "name": "--rp-color-gray-4-contrast",
1192
+ "sourcePath": "derived.color.gray.4.contrast",
1193
+ "type": "color",
1194
+ "category": "color",
1195
+ "description": "Derived public Ropav color token --rp-color-gray-4-contrast.",
1196
+ "themeApplicability": "light-and-dark"
1197
+ },
1198
+ {
1199
+ "name": "--rp-color-gray-5",
1200
+ "sourcePath": "color.gray.5",
1201
+ "type": "color",
1202
+ "category": "color",
1203
+ "description": "Public Ropav color token for color.gray.5.",
1204
+ "themeApplicability": "all-themes"
1205
+ },
1206
+ {
1207
+ "name": "--rp-color-gray-5-contrast",
1208
+ "sourcePath": "derived.color.gray.5.contrast",
1209
+ "type": "color",
1210
+ "category": "color",
1211
+ "description": "Derived public Ropav color token --rp-color-gray-5-contrast.",
1212
+ "themeApplicability": "light-and-dark"
1213
+ },
1214
+ {
1215
+ "name": "--rp-color-gray-6",
1216
+ "sourcePath": "color.gray.6",
1217
+ "type": "color",
1218
+ "category": "color",
1219
+ "description": "Public Ropav color token for color.gray.6.",
1220
+ "themeApplicability": "all-themes"
1221
+ },
1222
+ {
1223
+ "name": "--rp-color-gray-6-contrast",
1224
+ "sourcePath": "derived.color.gray.6.contrast",
1225
+ "type": "color",
1226
+ "category": "color",
1227
+ "description": "Derived public Ropav color token --rp-color-gray-6-contrast.",
1228
+ "themeApplicability": "light-and-dark"
1229
+ },
1230
+ {
1231
+ "name": "--rp-color-gray-7",
1232
+ "sourcePath": "color.gray.7",
1233
+ "type": "color",
1234
+ "category": "color",
1235
+ "description": "Public Ropav color token for color.gray.7.",
1236
+ "themeApplicability": "all-themes"
1237
+ },
1238
+ {
1239
+ "name": "--rp-color-gray-7-contrast",
1240
+ "sourcePath": "derived.color.gray.7.contrast",
1241
+ "type": "color",
1242
+ "category": "color",
1243
+ "description": "Derived public Ropav color token --rp-color-gray-7-contrast.",
1244
+ "themeApplicability": "light-and-dark"
1245
+ },
1246
+ {
1247
+ "name": "--rp-color-gray-8",
1248
+ "sourcePath": "color.gray.8",
1249
+ "type": "color",
1250
+ "category": "color",
1251
+ "description": "Public Ropav color token for color.gray.8.",
1252
+ "themeApplicability": "all-themes"
1253
+ },
1254
+ {
1255
+ "name": "--rp-color-gray-8-contrast",
1256
+ "sourcePath": "derived.color.gray.8.contrast",
1257
+ "type": "color",
1258
+ "category": "color",
1259
+ "description": "Derived public Ropav color token --rp-color-gray-8-contrast.",
1260
+ "themeApplicability": "light-and-dark"
1261
+ },
1262
+ {
1263
+ "name": "--rp-color-gray-9",
1264
+ "sourcePath": "color.gray.9",
1265
+ "type": "color",
1266
+ "category": "color",
1267
+ "description": "Public Ropav color token for color.gray.9.",
1268
+ "themeApplicability": "all-themes"
1269
+ },
1270
+ {
1271
+ "name": "--rp-color-gray-9-contrast",
1272
+ "sourcePath": "derived.color.gray.9.contrast",
1273
+ "type": "color",
1274
+ "category": "color",
1275
+ "description": "Derived public Ropav color token --rp-color-gray-9-contrast.",
1276
+ "themeApplicability": "light-and-dark"
1277
+ },
1278
+ {
1279
+ "name": "--rp-color-gray-contrast",
1280
+ "sourcePath": "derived.color.gray.contrast",
1281
+ "type": "color",
1282
+ "category": "color",
1283
+ "description": "Derived public Ropav color token --rp-color-gray-contrast.",
1284
+ "themeApplicability": "light-and-dark"
1285
+ },
1286
+ {
1287
+ "name": "--rp-color-gray-filled",
1288
+ "sourcePath": "derived.color.gray.filled",
1289
+ "type": "color",
1290
+ "category": "color",
1291
+ "description": "Derived public Ropav color token --rp-color-gray-filled.",
1292
+ "themeApplicability": "light-and-dark"
1293
+ },
1294
+ {
1295
+ "name": "--rp-color-gray-filled-hover",
1296
+ "sourcePath": "derived.color.gray.filled.hover",
1297
+ "type": "color",
1298
+ "category": "color",
1299
+ "description": "Derived public Ropav color token --rp-color-gray-filled-hover.",
1300
+ "themeApplicability": "light-and-dark"
1301
+ },
1302
+ {
1303
+ "name": "--rp-color-gray-light",
1304
+ "sourcePath": "derived.color.gray.light",
1305
+ "type": "color",
1306
+ "category": "color",
1307
+ "description": "Derived public Ropav color token --rp-color-gray-light.",
1308
+ "themeApplicability": "light-and-dark"
1309
+ },
1310
+ {
1311
+ "name": "--rp-color-gray-light-color",
1312
+ "sourcePath": "derived.color.gray.light.color",
1313
+ "type": "color",
1314
+ "category": "color",
1315
+ "description": "Derived public Ropav color token --rp-color-gray-light-color.",
1316
+ "themeApplicability": "light-and-dark"
1317
+ },
1318
+ {
1319
+ "name": "--rp-color-gray-light-hover",
1320
+ "sourcePath": "derived.color.gray.light.hover",
1321
+ "type": "color",
1322
+ "category": "color",
1323
+ "description": "Derived public Ropav color token --rp-color-gray-light-hover.",
1324
+ "themeApplicability": "light-and-dark"
1325
+ },
1326
+ {
1327
+ "name": "--rp-color-gray-outline",
1328
+ "sourcePath": "derived.color.gray.outline",
1329
+ "type": "color",
1330
+ "category": "color",
1331
+ "description": "Derived public Ropav color token --rp-color-gray-outline.",
1332
+ "themeApplicability": "light-and-dark"
1333
+ },
1334
+ {
1335
+ "name": "--rp-color-gray-outline-hover",
1336
+ "sourcePath": "derived.color.gray.outline.hover",
1337
+ "type": "color",
1338
+ "category": "color",
1339
+ "description": "Derived public Ropav color token --rp-color-gray-outline-hover.",
1340
+ "themeApplicability": "light-and-dark"
1341
+ },
1342
+ {
1343
+ "name": "--rp-color-green-0",
1344
+ "sourcePath": "color.green.0",
1345
+ "type": "color",
1346
+ "category": "color",
1347
+ "description": "Public Ropav color token for color.green.0.",
1348
+ "themeApplicability": "all-themes"
1349
+ },
1350
+ {
1351
+ "name": "--rp-color-green-0-contrast",
1352
+ "sourcePath": "derived.color.green.0.contrast",
1353
+ "type": "color",
1354
+ "category": "color",
1355
+ "description": "Derived public Ropav color token --rp-color-green-0-contrast.",
1356
+ "themeApplicability": "light-and-dark"
1357
+ },
1358
+ {
1359
+ "name": "--rp-color-green-1",
1360
+ "sourcePath": "color.green.1",
1361
+ "type": "color",
1362
+ "category": "color",
1363
+ "description": "Public Ropav color token for color.green.1.",
1364
+ "themeApplicability": "all-themes"
1365
+ },
1366
+ {
1367
+ "name": "--rp-color-green-1-contrast",
1368
+ "sourcePath": "derived.color.green.1.contrast",
1369
+ "type": "color",
1370
+ "category": "color",
1371
+ "description": "Derived public Ropav color token --rp-color-green-1-contrast.",
1372
+ "themeApplicability": "light-and-dark"
1373
+ },
1374
+ {
1375
+ "name": "--rp-color-green-2",
1376
+ "sourcePath": "color.green.2",
1377
+ "type": "color",
1378
+ "category": "color",
1379
+ "description": "Public Ropav color token for color.green.2.",
1380
+ "themeApplicability": "all-themes"
1381
+ },
1382
+ {
1383
+ "name": "--rp-color-green-2-contrast",
1384
+ "sourcePath": "derived.color.green.2.contrast",
1385
+ "type": "color",
1386
+ "category": "color",
1387
+ "description": "Derived public Ropav color token --rp-color-green-2-contrast.",
1388
+ "themeApplicability": "light-and-dark"
1389
+ },
1390
+ {
1391
+ "name": "--rp-color-green-3",
1392
+ "sourcePath": "color.green.3",
1393
+ "type": "color",
1394
+ "category": "color",
1395
+ "description": "Public Ropav color token for color.green.3.",
1396
+ "themeApplicability": "all-themes"
1397
+ },
1398
+ {
1399
+ "name": "--rp-color-green-3-contrast",
1400
+ "sourcePath": "derived.color.green.3.contrast",
1401
+ "type": "color",
1402
+ "category": "color",
1403
+ "description": "Derived public Ropav color token --rp-color-green-3-contrast.",
1404
+ "themeApplicability": "light-and-dark"
1405
+ },
1406
+ {
1407
+ "name": "--rp-color-green-4",
1408
+ "sourcePath": "color.green.4",
1409
+ "type": "color",
1410
+ "category": "color",
1411
+ "description": "Public Ropav color token for color.green.4.",
1412
+ "themeApplicability": "all-themes"
1413
+ },
1414
+ {
1415
+ "name": "--rp-color-green-4-contrast",
1416
+ "sourcePath": "derived.color.green.4.contrast",
1417
+ "type": "color",
1418
+ "category": "color",
1419
+ "description": "Derived public Ropav color token --rp-color-green-4-contrast.",
1420
+ "themeApplicability": "light-and-dark"
1421
+ },
1422
+ {
1423
+ "name": "--rp-color-green-5",
1424
+ "sourcePath": "color.green.5",
1425
+ "type": "color",
1426
+ "category": "color",
1427
+ "description": "Public Ropav color token for color.green.5.",
1428
+ "themeApplicability": "all-themes"
1429
+ },
1430
+ {
1431
+ "name": "--rp-color-green-5-contrast",
1432
+ "sourcePath": "derived.color.green.5.contrast",
1433
+ "type": "color",
1434
+ "category": "color",
1435
+ "description": "Derived public Ropav color token --rp-color-green-5-contrast.",
1436
+ "themeApplicability": "light-and-dark"
1437
+ },
1438
+ {
1439
+ "name": "--rp-color-green-6",
1440
+ "sourcePath": "color.green.6",
1441
+ "type": "color",
1442
+ "category": "color",
1443
+ "description": "Public Ropav color token for color.green.6.",
1444
+ "themeApplicability": "all-themes"
1445
+ },
1446
+ {
1447
+ "name": "--rp-color-green-6-contrast",
1448
+ "sourcePath": "derived.color.green.6.contrast",
1449
+ "type": "color",
1450
+ "category": "color",
1451
+ "description": "Derived public Ropav color token --rp-color-green-6-contrast.",
1452
+ "themeApplicability": "light-and-dark"
1453
+ },
1454
+ {
1455
+ "name": "--rp-color-green-7",
1456
+ "sourcePath": "color.green.7",
1457
+ "type": "color",
1458
+ "category": "color",
1459
+ "description": "Public Ropav color token for color.green.7.",
1460
+ "themeApplicability": "all-themes"
1461
+ },
1462
+ {
1463
+ "name": "--rp-color-green-7-contrast",
1464
+ "sourcePath": "derived.color.green.7.contrast",
1465
+ "type": "color",
1466
+ "category": "color",
1467
+ "description": "Derived public Ropav color token --rp-color-green-7-contrast.",
1468
+ "themeApplicability": "light-and-dark"
1469
+ },
1470
+ {
1471
+ "name": "--rp-color-green-8",
1472
+ "sourcePath": "color.green.8",
1473
+ "type": "color",
1474
+ "category": "color",
1475
+ "description": "Public Ropav color token for color.green.8.",
1476
+ "themeApplicability": "all-themes"
1477
+ },
1478
+ {
1479
+ "name": "--rp-color-green-8-contrast",
1480
+ "sourcePath": "derived.color.green.8.contrast",
1481
+ "type": "color",
1482
+ "category": "color",
1483
+ "description": "Derived public Ropav color token --rp-color-green-8-contrast.",
1484
+ "themeApplicability": "light-and-dark"
1485
+ },
1486
+ {
1487
+ "name": "--rp-color-green-9",
1488
+ "sourcePath": "color.green.9",
1489
+ "type": "color",
1490
+ "category": "color",
1491
+ "description": "Public Ropav color token for color.green.9.",
1492
+ "themeApplicability": "all-themes"
1493
+ },
1494
+ {
1495
+ "name": "--rp-color-green-9-contrast",
1496
+ "sourcePath": "derived.color.green.9.contrast",
1497
+ "type": "color",
1498
+ "category": "color",
1499
+ "description": "Derived public Ropav color token --rp-color-green-9-contrast.",
1500
+ "themeApplicability": "light-and-dark"
1501
+ },
1502
+ {
1503
+ "name": "--rp-color-green-contrast",
1504
+ "sourcePath": "derived.color.green.contrast",
1505
+ "type": "color",
1506
+ "category": "color",
1507
+ "description": "Derived public Ropav color token --rp-color-green-contrast.",
1508
+ "themeApplicability": "light-and-dark"
1509
+ },
1510
+ {
1511
+ "name": "--rp-color-green-filled",
1512
+ "sourcePath": "derived.color.green.filled",
1513
+ "type": "color",
1514
+ "category": "color",
1515
+ "description": "Derived public Ropav color token --rp-color-green-filled.",
1516
+ "themeApplicability": "light-and-dark"
1517
+ },
1518
+ {
1519
+ "name": "--rp-color-green-filled-hover",
1520
+ "sourcePath": "derived.color.green.filled.hover",
1521
+ "type": "color",
1522
+ "category": "color",
1523
+ "description": "Derived public Ropav color token --rp-color-green-filled-hover.",
1524
+ "themeApplicability": "light-and-dark"
1525
+ },
1526
+ {
1527
+ "name": "--rp-color-green-light",
1528
+ "sourcePath": "derived.color.green.light",
1529
+ "type": "color",
1530
+ "category": "color",
1531
+ "description": "Derived public Ropav color token --rp-color-green-light.",
1532
+ "themeApplicability": "light-and-dark"
1533
+ },
1534
+ {
1535
+ "name": "--rp-color-green-light-color",
1536
+ "sourcePath": "derived.color.green.light.color",
1537
+ "type": "color",
1538
+ "category": "color",
1539
+ "description": "Derived public Ropav color token --rp-color-green-light-color.",
1540
+ "themeApplicability": "light-and-dark"
1541
+ },
1542
+ {
1543
+ "name": "--rp-color-green-light-hover",
1544
+ "sourcePath": "derived.color.green.light.hover",
1545
+ "type": "color",
1546
+ "category": "color",
1547
+ "description": "Derived public Ropav color token --rp-color-green-light-hover.",
1548
+ "themeApplicability": "light-and-dark"
1549
+ },
1550
+ {
1551
+ "name": "--rp-color-green-outline",
1552
+ "sourcePath": "derived.color.green.outline",
1553
+ "type": "color",
1554
+ "category": "color",
1555
+ "description": "Derived public Ropav color token --rp-color-green-outline.",
1556
+ "themeApplicability": "light-and-dark"
1557
+ },
1558
+ {
1559
+ "name": "--rp-color-green-outline-hover",
1560
+ "sourcePath": "derived.color.green.outline.hover",
1561
+ "type": "color",
1562
+ "category": "color",
1563
+ "description": "Derived public Ropav color token --rp-color-green-outline-hover.",
1564
+ "themeApplicability": "light-and-dark"
1565
+ },
1566
+ {
1567
+ "name": "--rp-color-indigo-0",
1568
+ "sourcePath": "color.indigo.0",
1569
+ "type": "color",
1570
+ "category": "color",
1571
+ "description": "Public Ropav color token for color.indigo.0.",
1572
+ "themeApplicability": "all-themes"
1573
+ },
1574
+ {
1575
+ "name": "--rp-color-indigo-0-contrast",
1576
+ "sourcePath": "derived.color.indigo.0.contrast",
1577
+ "type": "color",
1578
+ "category": "color",
1579
+ "description": "Derived public Ropav color token --rp-color-indigo-0-contrast.",
1580
+ "themeApplicability": "light-and-dark"
1581
+ },
1582
+ {
1583
+ "name": "--rp-color-indigo-1",
1584
+ "sourcePath": "color.indigo.1",
1585
+ "type": "color",
1586
+ "category": "color",
1587
+ "description": "Public Ropav color token for color.indigo.1.",
1588
+ "themeApplicability": "all-themes"
1589
+ },
1590
+ {
1591
+ "name": "--rp-color-indigo-1-contrast",
1592
+ "sourcePath": "derived.color.indigo.1.contrast",
1593
+ "type": "color",
1594
+ "category": "color",
1595
+ "description": "Derived public Ropav color token --rp-color-indigo-1-contrast.",
1596
+ "themeApplicability": "light-and-dark"
1597
+ },
1598
+ {
1599
+ "name": "--rp-color-indigo-2",
1600
+ "sourcePath": "color.indigo.2",
1601
+ "type": "color",
1602
+ "category": "color",
1603
+ "description": "Public Ropav color token for color.indigo.2.",
1604
+ "themeApplicability": "all-themes"
1605
+ },
1606
+ {
1607
+ "name": "--rp-color-indigo-2-contrast",
1608
+ "sourcePath": "derived.color.indigo.2.contrast",
1609
+ "type": "color",
1610
+ "category": "color",
1611
+ "description": "Derived public Ropav color token --rp-color-indigo-2-contrast.",
1612
+ "themeApplicability": "light-and-dark"
1613
+ },
1614
+ {
1615
+ "name": "--rp-color-indigo-3",
1616
+ "sourcePath": "color.indigo.3",
1617
+ "type": "color",
1618
+ "category": "color",
1619
+ "description": "Public Ropav color token for color.indigo.3.",
1620
+ "themeApplicability": "all-themes"
1621
+ },
1622
+ {
1623
+ "name": "--rp-color-indigo-3-contrast",
1624
+ "sourcePath": "derived.color.indigo.3.contrast",
1625
+ "type": "color",
1626
+ "category": "color",
1627
+ "description": "Derived public Ropav color token --rp-color-indigo-3-contrast.",
1628
+ "themeApplicability": "light-and-dark"
1629
+ },
1630
+ {
1631
+ "name": "--rp-color-indigo-4",
1632
+ "sourcePath": "color.indigo.4",
1633
+ "type": "color",
1634
+ "category": "color",
1635
+ "description": "Public Ropav color token for color.indigo.4.",
1636
+ "themeApplicability": "all-themes"
1637
+ },
1638
+ {
1639
+ "name": "--rp-color-indigo-4-contrast",
1640
+ "sourcePath": "derived.color.indigo.4.contrast",
1641
+ "type": "color",
1642
+ "category": "color",
1643
+ "description": "Derived public Ropav color token --rp-color-indigo-4-contrast.",
1644
+ "themeApplicability": "light-and-dark"
1645
+ },
1646
+ {
1647
+ "name": "--rp-color-indigo-5",
1648
+ "sourcePath": "color.indigo.5",
1649
+ "type": "color",
1650
+ "category": "color",
1651
+ "description": "Public Ropav color token for color.indigo.5.",
1652
+ "themeApplicability": "all-themes"
1653
+ },
1654
+ {
1655
+ "name": "--rp-color-indigo-5-contrast",
1656
+ "sourcePath": "derived.color.indigo.5.contrast",
1657
+ "type": "color",
1658
+ "category": "color",
1659
+ "description": "Derived public Ropav color token --rp-color-indigo-5-contrast.",
1660
+ "themeApplicability": "light-and-dark"
1661
+ },
1662
+ {
1663
+ "name": "--rp-color-indigo-6",
1664
+ "sourcePath": "color.indigo.6",
1665
+ "type": "color",
1666
+ "category": "color",
1667
+ "description": "Public Ropav color token for color.indigo.6.",
1668
+ "themeApplicability": "all-themes"
1669
+ },
1670
+ {
1671
+ "name": "--rp-color-indigo-6-contrast",
1672
+ "sourcePath": "derived.color.indigo.6.contrast",
1673
+ "type": "color",
1674
+ "category": "color",
1675
+ "description": "Derived public Ropav color token --rp-color-indigo-6-contrast.",
1676
+ "themeApplicability": "light-and-dark"
1677
+ },
1678
+ {
1679
+ "name": "--rp-color-indigo-7",
1680
+ "sourcePath": "color.indigo.7",
1681
+ "type": "color",
1682
+ "category": "color",
1683
+ "description": "Public Ropav color token for color.indigo.7.",
1684
+ "themeApplicability": "all-themes"
1685
+ },
1686
+ {
1687
+ "name": "--rp-color-indigo-7-contrast",
1688
+ "sourcePath": "derived.color.indigo.7.contrast",
1689
+ "type": "color",
1690
+ "category": "color",
1691
+ "description": "Derived public Ropav color token --rp-color-indigo-7-contrast.",
1692
+ "themeApplicability": "light-and-dark"
1693
+ },
1694
+ {
1695
+ "name": "--rp-color-indigo-8",
1696
+ "sourcePath": "color.indigo.8",
1697
+ "type": "color",
1698
+ "category": "color",
1699
+ "description": "Public Ropav color token for color.indigo.8.",
1700
+ "themeApplicability": "all-themes"
1701
+ },
1702
+ {
1703
+ "name": "--rp-color-indigo-8-contrast",
1704
+ "sourcePath": "derived.color.indigo.8.contrast",
1705
+ "type": "color",
1706
+ "category": "color",
1707
+ "description": "Derived public Ropav color token --rp-color-indigo-8-contrast.",
1708
+ "themeApplicability": "light-and-dark"
1709
+ },
1710
+ {
1711
+ "name": "--rp-color-indigo-9",
1712
+ "sourcePath": "color.indigo.9",
1713
+ "type": "color",
1714
+ "category": "color",
1715
+ "description": "Public Ropav color token for color.indigo.9.",
1716
+ "themeApplicability": "all-themes"
1717
+ },
1718
+ {
1719
+ "name": "--rp-color-indigo-9-contrast",
1720
+ "sourcePath": "derived.color.indigo.9.contrast",
1721
+ "type": "color",
1722
+ "category": "color",
1723
+ "description": "Derived public Ropav color token --rp-color-indigo-9-contrast.",
1724
+ "themeApplicability": "light-and-dark"
1725
+ },
1726
+ {
1727
+ "name": "--rp-color-indigo-contrast",
1728
+ "sourcePath": "derived.color.indigo.contrast",
1729
+ "type": "color",
1730
+ "category": "color",
1731
+ "description": "Derived public Ropav color token --rp-color-indigo-contrast.",
1732
+ "themeApplicability": "light-and-dark"
1733
+ },
1734
+ {
1735
+ "name": "--rp-color-indigo-filled",
1736
+ "sourcePath": "derived.color.indigo.filled",
1737
+ "type": "color",
1738
+ "category": "color",
1739
+ "description": "Derived public Ropav color token --rp-color-indigo-filled.",
1740
+ "themeApplicability": "light-and-dark"
1741
+ },
1742
+ {
1743
+ "name": "--rp-color-indigo-filled-hover",
1744
+ "sourcePath": "derived.color.indigo.filled.hover",
1745
+ "type": "color",
1746
+ "category": "color",
1747
+ "description": "Derived public Ropav color token --rp-color-indigo-filled-hover.",
1748
+ "themeApplicability": "light-and-dark"
1749
+ },
1750
+ {
1751
+ "name": "--rp-color-indigo-light",
1752
+ "sourcePath": "derived.color.indigo.light",
1753
+ "type": "color",
1754
+ "category": "color",
1755
+ "description": "Derived public Ropav color token --rp-color-indigo-light.",
1756
+ "themeApplicability": "light-and-dark"
1757
+ },
1758
+ {
1759
+ "name": "--rp-color-indigo-light-color",
1760
+ "sourcePath": "derived.color.indigo.light.color",
1761
+ "type": "color",
1762
+ "category": "color",
1763
+ "description": "Derived public Ropav color token --rp-color-indigo-light-color.",
1764
+ "themeApplicability": "light-and-dark"
1765
+ },
1766
+ {
1767
+ "name": "--rp-color-indigo-light-hover",
1768
+ "sourcePath": "derived.color.indigo.light.hover",
1769
+ "type": "color",
1770
+ "category": "color",
1771
+ "description": "Derived public Ropav color token --rp-color-indigo-light-hover.",
1772
+ "themeApplicability": "light-and-dark"
1773
+ },
1774
+ {
1775
+ "name": "--rp-color-indigo-outline",
1776
+ "sourcePath": "derived.color.indigo.outline",
1777
+ "type": "color",
1778
+ "category": "color",
1779
+ "description": "Derived public Ropav color token --rp-color-indigo-outline.",
1780
+ "themeApplicability": "light-and-dark"
1781
+ },
1782
+ {
1783
+ "name": "--rp-color-indigo-outline-hover",
1784
+ "sourcePath": "derived.color.indigo.outline.hover",
1785
+ "type": "color",
1786
+ "category": "color",
1787
+ "description": "Derived public Ropav color token --rp-color-indigo-outline-hover.",
1788
+ "themeApplicability": "light-and-dark"
1789
+ },
1790
+ {
1791
+ "name": "--rp-color-lime-0",
1792
+ "sourcePath": "color.lime.0",
1793
+ "type": "color",
1794
+ "category": "color",
1795
+ "description": "Public Ropav color token for color.lime.0.",
1796
+ "themeApplicability": "all-themes"
1797
+ },
1798
+ {
1799
+ "name": "--rp-color-lime-0-contrast",
1800
+ "sourcePath": "derived.color.lime.0.contrast",
1801
+ "type": "color",
1802
+ "category": "color",
1803
+ "description": "Derived public Ropav color token --rp-color-lime-0-contrast.",
1804
+ "themeApplicability": "light-and-dark"
1805
+ },
1806
+ {
1807
+ "name": "--rp-color-lime-1",
1808
+ "sourcePath": "color.lime.1",
1809
+ "type": "color",
1810
+ "category": "color",
1811
+ "description": "Public Ropav color token for color.lime.1.",
1812
+ "themeApplicability": "all-themes"
1813
+ },
1814
+ {
1815
+ "name": "--rp-color-lime-1-contrast",
1816
+ "sourcePath": "derived.color.lime.1.contrast",
1817
+ "type": "color",
1818
+ "category": "color",
1819
+ "description": "Derived public Ropav color token --rp-color-lime-1-contrast.",
1820
+ "themeApplicability": "light-and-dark"
1821
+ },
1822
+ {
1823
+ "name": "--rp-color-lime-2",
1824
+ "sourcePath": "color.lime.2",
1825
+ "type": "color",
1826
+ "category": "color",
1827
+ "description": "Public Ropav color token for color.lime.2.",
1828
+ "themeApplicability": "all-themes"
1829
+ },
1830
+ {
1831
+ "name": "--rp-color-lime-2-contrast",
1832
+ "sourcePath": "derived.color.lime.2.contrast",
1833
+ "type": "color",
1834
+ "category": "color",
1835
+ "description": "Derived public Ropav color token --rp-color-lime-2-contrast.",
1836
+ "themeApplicability": "light-and-dark"
1837
+ },
1838
+ {
1839
+ "name": "--rp-color-lime-3",
1840
+ "sourcePath": "color.lime.3",
1841
+ "type": "color",
1842
+ "category": "color",
1843
+ "description": "Public Ropav color token for color.lime.3.",
1844
+ "themeApplicability": "all-themes"
1845
+ },
1846
+ {
1847
+ "name": "--rp-color-lime-3-contrast",
1848
+ "sourcePath": "derived.color.lime.3.contrast",
1849
+ "type": "color",
1850
+ "category": "color",
1851
+ "description": "Derived public Ropav color token --rp-color-lime-3-contrast.",
1852
+ "themeApplicability": "light-and-dark"
1853
+ },
1854
+ {
1855
+ "name": "--rp-color-lime-4",
1856
+ "sourcePath": "color.lime.4",
1857
+ "type": "color",
1858
+ "category": "color",
1859
+ "description": "Public Ropav color token for color.lime.4.",
1860
+ "themeApplicability": "all-themes"
1861
+ },
1862
+ {
1863
+ "name": "--rp-color-lime-4-contrast",
1864
+ "sourcePath": "derived.color.lime.4.contrast",
1865
+ "type": "color",
1866
+ "category": "color",
1867
+ "description": "Derived public Ropav color token --rp-color-lime-4-contrast.",
1868
+ "themeApplicability": "light-and-dark"
1869
+ },
1870
+ {
1871
+ "name": "--rp-color-lime-5",
1872
+ "sourcePath": "color.lime.5",
1873
+ "type": "color",
1874
+ "category": "color",
1875
+ "description": "Public Ropav color token for color.lime.5.",
1876
+ "themeApplicability": "all-themes"
1877
+ },
1878
+ {
1879
+ "name": "--rp-color-lime-5-contrast",
1880
+ "sourcePath": "derived.color.lime.5.contrast",
1881
+ "type": "color",
1882
+ "category": "color",
1883
+ "description": "Derived public Ropav color token --rp-color-lime-5-contrast.",
1884
+ "themeApplicability": "light-and-dark"
1885
+ },
1886
+ {
1887
+ "name": "--rp-color-lime-6",
1888
+ "sourcePath": "color.lime.6",
1889
+ "type": "color",
1890
+ "category": "color",
1891
+ "description": "Public Ropav color token for color.lime.6.",
1892
+ "themeApplicability": "all-themes"
1893
+ },
1894
+ {
1895
+ "name": "--rp-color-lime-6-contrast",
1896
+ "sourcePath": "derived.color.lime.6.contrast",
1897
+ "type": "color",
1898
+ "category": "color",
1899
+ "description": "Derived public Ropav color token --rp-color-lime-6-contrast.",
1900
+ "themeApplicability": "light-and-dark"
1901
+ },
1902
+ {
1903
+ "name": "--rp-color-lime-7",
1904
+ "sourcePath": "color.lime.7",
1905
+ "type": "color",
1906
+ "category": "color",
1907
+ "description": "Public Ropav color token for color.lime.7.",
1908
+ "themeApplicability": "all-themes"
1909
+ },
1910
+ {
1911
+ "name": "--rp-color-lime-7-contrast",
1912
+ "sourcePath": "derived.color.lime.7.contrast",
1913
+ "type": "color",
1914
+ "category": "color",
1915
+ "description": "Derived public Ropav color token --rp-color-lime-7-contrast.",
1916
+ "themeApplicability": "light-and-dark"
1917
+ },
1918
+ {
1919
+ "name": "--rp-color-lime-8",
1920
+ "sourcePath": "color.lime.8",
1921
+ "type": "color",
1922
+ "category": "color",
1923
+ "description": "Public Ropav color token for color.lime.8.",
1924
+ "themeApplicability": "all-themes"
1925
+ },
1926
+ {
1927
+ "name": "--rp-color-lime-8-contrast",
1928
+ "sourcePath": "derived.color.lime.8.contrast",
1929
+ "type": "color",
1930
+ "category": "color",
1931
+ "description": "Derived public Ropav color token --rp-color-lime-8-contrast.",
1932
+ "themeApplicability": "light-and-dark"
1933
+ },
1934
+ {
1935
+ "name": "--rp-color-lime-9",
1936
+ "sourcePath": "color.lime.9",
1937
+ "type": "color",
1938
+ "category": "color",
1939
+ "description": "Public Ropav color token for color.lime.9.",
1940
+ "themeApplicability": "all-themes"
1941
+ },
1942
+ {
1943
+ "name": "--rp-color-lime-9-contrast",
1944
+ "sourcePath": "derived.color.lime.9.contrast",
1945
+ "type": "color",
1946
+ "category": "color",
1947
+ "description": "Derived public Ropav color token --rp-color-lime-9-contrast.",
1948
+ "themeApplicability": "light-and-dark"
1949
+ },
1950
+ {
1951
+ "name": "--rp-color-lime-contrast",
1952
+ "sourcePath": "derived.color.lime.contrast",
1953
+ "type": "color",
1954
+ "category": "color",
1955
+ "description": "Derived public Ropav color token --rp-color-lime-contrast.",
1956
+ "themeApplicability": "light-and-dark"
1957
+ },
1958
+ {
1959
+ "name": "--rp-color-lime-filled",
1960
+ "sourcePath": "derived.color.lime.filled",
1961
+ "type": "color",
1962
+ "category": "color",
1963
+ "description": "Derived public Ropav color token --rp-color-lime-filled.",
1964
+ "themeApplicability": "light-and-dark"
1965
+ },
1966
+ {
1967
+ "name": "--rp-color-lime-filled-hover",
1968
+ "sourcePath": "derived.color.lime.filled.hover",
1969
+ "type": "color",
1970
+ "category": "color",
1971
+ "description": "Derived public Ropav color token --rp-color-lime-filled-hover.",
1972
+ "themeApplicability": "light-and-dark"
1973
+ },
1974
+ {
1975
+ "name": "--rp-color-lime-light",
1976
+ "sourcePath": "derived.color.lime.light",
1977
+ "type": "color",
1978
+ "category": "color",
1979
+ "description": "Derived public Ropav color token --rp-color-lime-light.",
1980
+ "themeApplicability": "light-and-dark"
1981
+ },
1982
+ {
1983
+ "name": "--rp-color-lime-light-color",
1984
+ "sourcePath": "derived.color.lime.light.color",
1985
+ "type": "color",
1986
+ "category": "color",
1987
+ "description": "Derived public Ropav color token --rp-color-lime-light-color.",
1988
+ "themeApplicability": "light-and-dark"
1989
+ },
1990
+ {
1991
+ "name": "--rp-color-lime-light-hover",
1992
+ "sourcePath": "derived.color.lime.light.hover",
1993
+ "type": "color",
1994
+ "category": "color",
1995
+ "description": "Derived public Ropav color token --rp-color-lime-light-hover.",
1996
+ "themeApplicability": "light-and-dark"
1997
+ },
1998
+ {
1999
+ "name": "--rp-color-lime-outline",
2000
+ "sourcePath": "derived.color.lime.outline",
2001
+ "type": "color",
2002
+ "category": "color",
2003
+ "description": "Derived public Ropav color token --rp-color-lime-outline.",
2004
+ "themeApplicability": "light-and-dark"
2005
+ },
2006
+ {
2007
+ "name": "--rp-color-lime-outline-hover",
2008
+ "sourcePath": "derived.color.lime.outline.hover",
2009
+ "type": "color",
2010
+ "category": "color",
2011
+ "description": "Derived public Ropav color token --rp-color-lime-outline-hover.",
2012
+ "themeApplicability": "light-and-dark"
2013
+ },
2014
+ {
2015
+ "name": "--rp-color-orange-0",
2016
+ "sourcePath": "color.orange.0",
2017
+ "type": "color",
2018
+ "category": "color",
2019
+ "description": "Public Ropav color token for color.orange.0.",
2020
+ "themeApplicability": "all-themes"
2021
+ },
2022
+ {
2023
+ "name": "--rp-color-orange-0-contrast",
2024
+ "sourcePath": "derived.color.orange.0.contrast",
2025
+ "type": "color",
2026
+ "category": "color",
2027
+ "description": "Derived public Ropav color token --rp-color-orange-0-contrast.",
2028
+ "themeApplicability": "light-and-dark"
2029
+ },
2030
+ {
2031
+ "name": "--rp-color-orange-1",
2032
+ "sourcePath": "color.orange.1",
2033
+ "type": "color",
2034
+ "category": "color",
2035
+ "description": "Public Ropav color token for color.orange.1.",
2036
+ "themeApplicability": "all-themes"
2037
+ },
2038
+ {
2039
+ "name": "--rp-color-orange-1-contrast",
2040
+ "sourcePath": "derived.color.orange.1.contrast",
2041
+ "type": "color",
2042
+ "category": "color",
2043
+ "description": "Derived public Ropav color token --rp-color-orange-1-contrast.",
2044
+ "themeApplicability": "light-and-dark"
2045
+ },
2046
+ {
2047
+ "name": "--rp-color-orange-2",
2048
+ "sourcePath": "color.orange.2",
2049
+ "type": "color",
2050
+ "category": "color",
2051
+ "description": "Public Ropav color token for color.orange.2.",
2052
+ "themeApplicability": "all-themes"
2053
+ },
2054
+ {
2055
+ "name": "--rp-color-orange-2-contrast",
2056
+ "sourcePath": "derived.color.orange.2.contrast",
2057
+ "type": "color",
2058
+ "category": "color",
2059
+ "description": "Derived public Ropav color token --rp-color-orange-2-contrast.",
2060
+ "themeApplicability": "light-and-dark"
2061
+ },
2062
+ {
2063
+ "name": "--rp-color-orange-3",
2064
+ "sourcePath": "color.orange.3",
2065
+ "type": "color",
2066
+ "category": "color",
2067
+ "description": "Public Ropav color token for color.orange.3.",
2068
+ "themeApplicability": "all-themes"
2069
+ },
2070
+ {
2071
+ "name": "--rp-color-orange-3-contrast",
2072
+ "sourcePath": "derived.color.orange.3.contrast",
2073
+ "type": "color",
2074
+ "category": "color",
2075
+ "description": "Derived public Ropav color token --rp-color-orange-3-contrast.",
2076
+ "themeApplicability": "light-and-dark"
2077
+ },
2078
+ {
2079
+ "name": "--rp-color-orange-4",
2080
+ "sourcePath": "color.orange.4",
2081
+ "type": "color",
2082
+ "category": "color",
2083
+ "description": "Public Ropav color token for color.orange.4.",
2084
+ "themeApplicability": "all-themes"
2085
+ },
2086
+ {
2087
+ "name": "--rp-color-orange-4-contrast",
2088
+ "sourcePath": "derived.color.orange.4.contrast",
2089
+ "type": "color",
2090
+ "category": "color",
2091
+ "description": "Derived public Ropav color token --rp-color-orange-4-contrast.",
2092
+ "themeApplicability": "light-and-dark"
2093
+ },
2094
+ {
2095
+ "name": "--rp-color-orange-5",
2096
+ "sourcePath": "color.orange.5",
2097
+ "type": "color",
2098
+ "category": "color",
2099
+ "description": "Public Ropav color token for color.orange.5.",
2100
+ "themeApplicability": "all-themes"
2101
+ },
2102
+ {
2103
+ "name": "--rp-color-orange-5-contrast",
2104
+ "sourcePath": "derived.color.orange.5.contrast",
2105
+ "type": "color",
2106
+ "category": "color",
2107
+ "description": "Derived public Ropav color token --rp-color-orange-5-contrast.",
2108
+ "themeApplicability": "light-and-dark"
2109
+ },
2110
+ {
2111
+ "name": "--rp-color-orange-6",
2112
+ "sourcePath": "color.orange.6",
2113
+ "type": "color",
2114
+ "category": "color",
2115
+ "description": "Public Ropav color token for color.orange.6.",
2116
+ "themeApplicability": "all-themes"
2117
+ },
2118
+ {
2119
+ "name": "--rp-color-orange-6-contrast",
2120
+ "sourcePath": "derived.color.orange.6.contrast",
2121
+ "type": "color",
2122
+ "category": "color",
2123
+ "description": "Derived public Ropav color token --rp-color-orange-6-contrast.",
2124
+ "themeApplicability": "light-and-dark"
2125
+ },
2126
+ {
2127
+ "name": "--rp-color-orange-7",
2128
+ "sourcePath": "color.orange.7",
2129
+ "type": "color",
2130
+ "category": "color",
2131
+ "description": "Public Ropav color token for color.orange.7.",
2132
+ "themeApplicability": "all-themes"
2133
+ },
2134
+ {
2135
+ "name": "--rp-color-orange-7-contrast",
2136
+ "sourcePath": "derived.color.orange.7.contrast",
2137
+ "type": "color",
2138
+ "category": "color",
2139
+ "description": "Derived public Ropav color token --rp-color-orange-7-contrast.",
2140
+ "themeApplicability": "light-and-dark"
2141
+ },
2142
+ {
2143
+ "name": "--rp-color-orange-8",
2144
+ "sourcePath": "color.orange.8",
2145
+ "type": "color",
2146
+ "category": "color",
2147
+ "description": "Public Ropav color token for color.orange.8.",
2148
+ "themeApplicability": "all-themes"
2149
+ },
2150
+ {
2151
+ "name": "--rp-color-orange-8-contrast",
2152
+ "sourcePath": "derived.color.orange.8.contrast",
2153
+ "type": "color",
2154
+ "category": "color",
2155
+ "description": "Derived public Ropav color token --rp-color-orange-8-contrast.",
2156
+ "themeApplicability": "light-and-dark"
2157
+ },
2158
+ {
2159
+ "name": "--rp-color-orange-9",
2160
+ "sourcePath": "color.orange.9",
2161
+ "type": "color",
2162
+ "category": "color",
2163
+ "description": "Public Ropav color token for color.orange.9.",
2164
+ "themeApplicability": "all-themes"
2165
+ },
2166
+ {
2167
+ "name": "--rp-color-orange-9-contrast",
2168
+ "sourcePath": "derived.color.orange.9.contrast",
2169
+ "type": "color",
2170
+ "category": "color",
2171
+ "description": "Derived public Ropav color token --rp-color-orange-9-contrast.",
2172
+ "themeApplicability": "light-and-dark"
2173
+ },
2174
+ {
2175
+ "name": "--rp-color-orange-contrast",
2176
+ "sourcePath": "derived.color.orange.contrast",
2177
+ "type": "color",
2178
+ "category": "color",
2179
+ "description": "Derived public Ropav color token --rp-color-orange-contrast.",
2180
+ "themeApplicability": "light-and-dark"
2181
+ },
2182
+ {
2183
+ "name": "--rp-color-orange-filled",
2184
+ "sourcePath": "derived.color.orange.filled",
2185
+ "type": "color",
2186
+ "category": "color",
2187
+ "description": "Derived public Ropav color token --rp-color-orange-filled.",
2188
+ "themeApplicability": "light-and-dark"
2189
+ },
2190
+ {
2191
+ "name": "--rp-color-orange-filled-hover",
2192
+ "sourcePath": "derived.color.orange.filled.hover",
2193
+ "type": "color",
2194
+ "category": "color",
2195
+ "description": "Derived public Ropav color token --rp-color-orange-filled-hover.",
2196
+ "themeApplicability": "light-and-dark"
2197
+ },
2198
+ {
2199
+ "name": "--rp-color-orange-light",
2200
+ "sourcePath": "derived.color.orange.light",
2201
+ "type": "color",
2202
+ "category": "color",
2203
+ "description": "Derived public Ropav color token --rp-color-orange-light.",
2204
+ "themeApplicability": "light-and-dark"
2205
+ },
2206
+ {
2207
+ "name": "--rp-color-orange-light-color",
2208
+ "sourcePath": "derived.color.orange.light.color",
2209
+ "type": "color",
2210
+ "category": "color",
2211
+ "description": "Derived public Ropav color token --rp-color-orange-light-color.",
2212
+ "themeApplicability": "light-and-dark"
2213
+ },
2214
+ {
2215
+ "name": "--rp-color-orange-light-hover",
2216
+ "sourcePath": "derived.color.orange.light.hover",
2217
+ "type": "color",
2218
+ "category": "color",
2219
+ "description": "Derived public Ropav color token --rp-color-orange-light-hover.",
2220
+ "themeApplicability": "light-and-dark"
2221
+ },
2222
+ {
2223
+ "name": "--rp-color-orange-outline",
2224
+ "sourcePath": "derived.color.orange.outline",
2225
+ "type": "color",
2226
+ "category": "color",
2227
+ "description": "Derived public Ropav color token --rp-color-orange-outline.",
2228
+ "themeApplicability": "light-and-dark"
2229
+ },
2230
+ {
2231
+ "name": "--rp-color-orange-outline-hover",
2232
+ "sourcePath": "derived.color.orange.outline.hover",
2233
+ "type": "color",
2234
+ "category": "color",
2235
+ "description": "Derived public Ropav color token --rp-color-orange-outline-hover.",
2236
+ "themeApplicability": "light-and-dark"
2237
+ },
2238
+ {
2239
+ "name": "--rp-color-pink-0",
2240
+ "sourcePath": "color.pink.0",
2241
+ "type": "color",
2242
+ "category": "color",
2243
+ "description": "Public Ropav color token for color.pink.0.",
2244
+ "themeApplicability": "all-themes"
2245
+ },
2246
+ {
2247
+ "name": "--rp-color-pink-0-contrast",
2248
+ "sourcePath": "derived.color.pink.0.contrast",
2249
+ "type": "color",
2250
+ "category": "color",
2251
+ "description": "Derived public Ropav color token --rp-color-pink-0-contrast.",
2252
+ "themeApplicability": "light-and-dark"
2253
+ },
2254
+ {
2255
+ "name": "--rp-color-pink-1",
2256
+ "sourcePath": "color.pink.1",
2257
+ "type": "color",
2258
+ "category": "color",
2259
+ "description": "Public Ropav color token for color.pink.1.",
2260
+ "themeApplicability": "all-themes"
2261
+ },
2262
+ {
2263
+ "name": "--rp-color-pink-1-contrast",
2264
+ "sourcePath": "derived.color.pink.1.contrast",
2265
+ "type": "color",
2266
+ "category": "color",
2267
+ "description": "Derived public Ropav color token --rp-color-pink-1-contrast.",
2268
+ "themeApplicability": "light-and-dark"
2269
+ },
2270
+ {
2271
+ "name": "--rp-color-pink-2",
2272
+ "sourcePath": "color.pink.2",
2273
+ "type": "color",
2274
+ "category": "color",
2275
+ "description": "Public Ropav color token for color.pink.2.",
2276
+ "themeApplicability": "all-themes"
2277
+ },
2278
+ {
2279
+ "name": "--rp-color-pink-2-contrast",
2280
+ "sourcePath": "derived.color.pink.2.contrast",
2281
+ "type": "color",
2282
+ "category": "color",
2283
+ "description": "Derived public Ropav color token --rp-color-pink-2-contrast.",
2284
+ "themeApplicability": "light-and-dark"
2285
+ },
2286
+ {
2287
+ "name": "--rp-color-pink-3",
2288
+ "sourcePath": "color.pink.3",
2289
+ "type": "color",
2290
+ "category": "color",
2291
+ "description": "Public Ropav color token for color.pink.3.",
2292
+ "themeApplicability": "all-themes"
2293
+ },
2294
+ {
2295
+ "name": "--rp-color-pink-3-contrast",
2296
+ "sourcePath": "derived.color.pink.3.contrast",
2297
+ "type": "color",
2298
+ "category": "color",
2299
+ "description": "Derived public Ropav color token --rp-color-pink-3-contrast.",
2300
+ "themeApplicability": "light-and-dark"
2301
+ },
2302
+ {
2303
+ "name": "--rp-color-pink-4",
2304
+ "sourcePath": "color.pink.4",
2305
+ "type": "color",
2306
+ "category": "color",
2307
+ "description": "Public Ropav color token for color.pink.4.",
2308
+ "themeApplicability": "all-themes"
2309
+ },
2310
+ {
2311
+ "name": "--rp-color-pink-4-contrast",
2312
+ "sourcePath": "derived.color.pink.4.contrast",
2313
+ "type": "color",
2314
+ "category": "color",
2315
+ "description": "Derived public Ropav color token --rp-color-pink-4-contrast.",
2316
+ "themeApplicability": "light-and-dark"
2317
+ },
2318
+ {
2319
+ "name": "--rp-color-pink-5",
2320
+ "sourcePath": "color.pink.5",
2321
+ "type": "color",
2322
+ "category": "color",
2323
+ "description": "Public Ropav color token for color.pink.5.",
2324
+ "themeApplicability": "all-themes"
2325
+ },
2326
+ {
2327
+ "name": "--rp-color-pink-5-contrast",
2328
+ "sourcePath": "derived.color.pink.5.contrast",
2329
+ "type": "color",
2330
+ "category": "color",
2331
+ "description": "Derived public Ropav color token --rp-color-pink-5-contrast.",
2332
+ "themeApplicability": "light-and-dark"
2333
+ },
2334
+ {
2335
+ "name": "--rp-color-pink-6",
2336
+ "sourcePath": "color.pink.6",
2337
+ "type": "color",
2338
+ "category": "color",
2339
+ "description": "Public Ropav color token for color.pink.6.",
2340
+ "themeApplicability": "all-themes"
2341
+ },
2342
+ {
2343
+ "name": "--rp-color-pink-6-contrast",
2344
+ "sourcePath": "derived.color.pink.6.contrast",
2345
+ "type": "color",
2346
+ "category": "color",
2347
+ "description": "Derived public Ropav color token --rp-color-pink-6-contrast.",
2348
+ "themeApplicability": "light-and-dark"
2349
+ },
2350
+ {
2351
+ "name": "--rp-color-pink-7",
2352
+ "sourcePath": "color.pink.7",
2353
+ "type": "color",
2354
+ "category": "color",
2355
+ "description": "Public Ropav color token for color.pink.7.",
2356
+ "themeApplicability": "all-themes"
2357
+ },
2358
+ {
2359
+ "name": "--rp-color-pink-7-contrast",
2360
+ "sourcePath": "derived.color.pink.7.contrast",
2361
+ "type": "color",
2362
+ "category": "color",
2363
+ "description": "Derived public Ropav color token --rp-color-pink-7-contrast.",
2364
+ "themeApplicability": "light-and-dark"
2365
+ },
2366
+ {
2367
+ "name": "--rp-color-pink-8",
2368
+ "sourcePath": "color.pink.8",
2369
+ "type": "color",
2370
+ "category": "color",
2371
+ "description": "Public Ropav color token for color.pink.8.",
2372
+ "themeApplicability": "all-themes"
2373
+ },
2374
+ {
2375
+ "name": "--rp-color-pink-8-contrast",
2376
+ "sourcePath": "derived.color.pink.8.contrast",
2377
+ "type": "color",
2378
+ "category": "color",
2379
+ "description": "Derived public Ropav color token --rp-color-pink-8-contrast.",
2380
+ "themeApplicability": "light-and-dark"
2381
+ },
2382
+ {
2383
+ "name": "--rp-color-pink-9",
2384
+ "sourcePath": "color.pink.9",
2385
+ "type": "color",
2386
+ "category": "color",
2387
+ "description": "Public Ropav color token for color.pink.9.",
2388
+ "themeApplicability": "all-themes"
2389
+ },
2390
+ {
2391
+ "name": "--rp-color-pink-9-contrast",
2392
+ "sourcePath": "derived.color.pink.9.contrast",
2393
+ "type": "color",
2394
+ "category": "color",
2395
+ "description": "Derived public Ropav color token --rp-color-pink-9-contrast.",
2396
+ "themeApplicability": "light-and-dark"
2397
+ },
2398
+ {
2399
+ "name": "--rp-color-pink-contrast",
2400
+ "sourcePath": "derived.color.pink.contrast",
2401
+ "type": "color",
2402
+ "category": "color",
2403
+ "description": "Derived public Ropav color token --rp-color-pink-contrast.",
2404
+ "themeApplicability": "light-and-dark"
2405
+ },
2406
+ {
2407
+ "name": "--rp-color-pink-filled",
2408
+ "sourcePath": "derived.color.pink.filled",
2409
+ "type": "color",
2410
+ "category": "color",
2411
+ "description": "Derived public Ropav color token --rp-color-pink-filled.",
2412
+ "themeApplicability": "light-and-dark"
2413
+ },
2414
+ {
2415
+ "name": "--rp-color-pink-filled-hover",
2416
+ "sourcePath": "derived.color.pink.filled.hover",
2417
+ "type": "color",
2418
+ "category": "color",
2419
+ "description": "Derived public Ropav color token --rp-color-pink-filled-hover.",
2420
+ "themeApplicability": "light-and-dark"
2421
+ },
2422
+ {
2423
+ "name": "--rp-color-pink-light",
2424
+ "sourcePath": "derived.color.pink.light",
2425
+ "type": "color",
2426
+ "category": "color",
2427
+ "description": "Derived public Ropav color token --rp-color-pink-light.",
2428
+ "themeApplicability": "light-and-dark"
2429
+ },
2430
+ {
2431
+ "name": "--rp-color-pink-light-color",
2432
+ "sourcePath": "derived.color.pink.light.color",
2433
+ "type": "color",
2434
+ "category": "color",
2435
+ "description": "Derived public Ropav color token --rp-color-pink-light-color.",
2436
+ "themeApplicability": "light-and-dark"
2437
+ },
2438
+ {
2439
+ "name": "--rp-color-pink-light-hover",
2440
+ "sourcePath": "derived.color.pink.light.hover",
2441
+ "type": "color",
2442
+ "category": "color",
2443
+ "description": "Derived public Ropav color token --rp-color-pink-light-hover.",
2444
+ "themeApplicability": "light-and-dark"
2445
+ },
2446
+ {
2447
+ "name": "--rp-color-pink-outline",
2448
+ "sourcePath": "derived.color.pink.outline",
2449
+ "type": "color",
2450
+ "category": "color",
2451
+ "description": "Derived public Ropav color token --rp-color-pink-outline.",
2452
+ "themeApplicability": "light-and-dark"
2453
+ },
2454
+ {
2455
+ "name": "--rp-color-pink-outline-hover",
2456
+ "sourcePath": "derived.color.pink.outline.hover",
2457
+ "type": "color",
2458
+ "category": "color",
2459
+ "description": "Derived public Ropav color token --rp-color-pink-outline-hover.",
2460
+ "themeApplicability": "light-and-dark"
2461
+ },
2462
+ {
2463
+ "name": "--rp-color-placeholder",
2464
+ "sourcePath": "derived.color.placeholder",
2465
+ "type": "color",
2466
+ "category": "color",
2467
+ "description": "Derived public Ropav color token --rp-color-placeholder.",
2468
+ "themeApplicability": "light-and-dark"
2469
+ },
2470
+ {
2471
+ "name": "--rp-color-red-0",
2472
+ "sourcePath": "color.red.0",
2473
+ "type": "color",
2474
+ "category": "color",
2475
+ "description": "Public Ropav color token for color.red.0.",
2476
+ "themeApplicability": "all-themes"
2477
+ },
2478
+ {
2479
+ "name": "--rp-color-red-0-contrast",
2480
+ "sourcePath": "derived.color.red.0.contrast",
2481
+ "type": "color",
2482
+ "category": "color",
2483
+ "description": "Derived public Ropav color token --rp-color-red-0-contrast.",
2484
+ "themeApplicability": "light-and-dark"
2485
+ },
2486
+ {
2487
+ "name": "--rp-color-red-1",
2488
+ "sourcePath": "color.red.1",
2489
+ "type": "color",
2490
+ "category": "color",
2491
+ "description": "Public Ropav color token for color.red.1.",
2492
+ "themeApplicability": "all-themes"
2493
+ },
2494
+ {
2495
+ "name": "--rp-color-red-1-contrast",
2496
+ "sourcePath": "derived.color.red.1.contrast",
2497
+ "type": "color",
2498
+ "category": "color",
2499
+ "description": "Derived public Ropav color token --rp-color-red-1-contrast.",
2500
+ "themeApplicability": "light-and-dark"
2501
+ },
2502
+ {
2503
+ "name": "--rp-color-red-2",
2504
+ "sourcePath": "color.red.2",
2505
+ "type": "color",
2506
+ "category": "color",
2507
+ "description": "Public Ropav color token for color.red.2.",
2508
+ "themeApplicability": "all-themes"
2509
+ },
2510
+ {
2511
+ "name": "--rp-color-red-2-contrast",
2512
+ "sourcePath": "derived.color.red.2.contrast",
2513
+ "type": "color",
2514
+ "category": "color",
2515
+ "description": "Derived public Ropav color token --rp-color-red-2-contrast.",
2516
+ "themeApplicability": "light-and-dark"
2517
+ },
2518
+ {
2519
+ "name": "--rp-color-red-3",
2520
+ "sourcePath": "color.red.3",
2521
+ "type": "color",
2522
+ "category": "color",
2523
+ "description": "Public Ropav color token for color.red.3.",
2524
+ "themeApplicability": "all-themes"
2525
+ },
2526
+ {
2527
+ "name": "--rp-color-red-3-contrast",
2528
+ "sourcePath": "derived.color.red.3.contrast",
2529
+ "type": "color",
2530
+ "category": "color",
2531
+ "description": "Derived public Ropav color token --rp-color-red-3-contrast.",
2532
+ "themeApplicability": "light-and-dark"
2533
+ },
2534
+ {
2535
+ "name": "--rp-color-red-4",
2536
+ "sourcePath": "color.red.4",
2537
+ "type": "color",
2538
+ "category": "color",
2539
+ "description": "Public Ropav color token for color.red.4.",
2540
+ "themeApplicability": "all-themes"
2541
+ },
2542
+ {
2543
+ "name": "--rp-color-red-4-contrast",
2544
+ "sourcePath": "derived.color.red.4.contrast",
2545
+ "type": "color",
2546
+ "category": "color",
2547
+ "description": "Derived public Ropav color token --rp-color-red-4-contrast.",
2548
+ "themeApplicability": "light-and-dark"
2549
+ },
2550
+ {
2551
+ "name": "--rp-color-red-5",
2552
+ "sourcePath": "color.red.5",
2553
+ "type": "color",
2554
+ "category": "color",
2555
+ "description": "Public Ropav color token for color.red.5.",
2556
+ "themeApplicability": "all-themes"
2557
+ },
2558
+ {
2559
+ "name": "--rp-color-red-5-contrast",
2560
+ "sourcePath": "derived.color.red.5.contrast",
2561
+ "type": "color",
2562
+ "category": "color",
2563
+ "description": "Derived public Ropav color token --rp-color-red-5-contrast.",
2564
+ "themeApplicability": "light-and-dark"
2565
+ },
2566
+ {
2567
+ "name": "--rp-color-red-6",
2568
+ "sourcePath": "color.red.6",
2569
+ "type": "color",
2570
+ "category": "color",
2571
+ "description": "Public Ropav color token for color.red.6.",
2572
+ "themeApplicability": "all-themes"
2573
+ },
2574
+ {
2575
+ "name": "--rp-color-red-6-contrast",
2576
+ "sourcePath": "derived.color.red.6.contrast",
2577
+ "type": "color",
2578
+ "category": "color",
2579
+ "description": "Derived public Ropav color token --rp-color-red-6-contrast.",
2580
+ "themeApplicability": "light-and-dark"
2581
+ },
2582
+ {
2583
+ "name": "--rp-color-red-7",
2584
+ "sourcePath": "color.red.7",
2585
+ "type": "color",
2586
+ "category": "color",
2587
+ "description": "Public Ropav color token for color.red.7.",
2588
+ "themeApplicability": "all-themes"
2589
+ },
2590
+ {
2591
+ "name": "--rp-color-red-7-contrast",
2592
+ "sourcePath": "derived.color.red.7.contrast",
2593
+ "type": "color",
2594
+ "category": "color",
2595
+ "description": "Derived public Ropav color token --rp-color-red-7-contrast.",
2596
+ "themeApplicability": "light-and-dark"
2597
+ },
2598
+ {
2599
+ "name": "--rp-color-red-8",
2600
+ "sourcePath": "color.red.8",
2601
+ "type": "color",
2602
+ "category": "color",
2603
+ "description": "Public Ropav color token for color.red.8.",
2604
+ "themeApplicability": "all-themes"
2605
+ },
2606
+ {
2607
+ "name": "--rp-color-red-8-contrast",
2608
+ "sourcePath": "derived.color.red.8.contrast",
2609
+ "type": "color",
2610
+ "category": "color",
2611
+ "description": "Derived public Ropav color token --rp-color-red-8-contrast.",
2612
+ "themeApplicability": "light-and-dark"
2613
+ },
2614
+ {
2615
+ "name": "--rp-color-red-9",
2616
+ "sourcePath": "color.red.9",
2617
+ "type": "color",
2618
+ "category": "color",
2619
+ "description": "Public Ropav color token for color.red.9.",
2620
+ "themeApplicability": "all-themes"
2621
+ },
2622
+ {
2623
+ "name": "--rp-color-red-9-contrast",
2624
+ "sourcePath": "derived.color.red.9.contrast",
2625
+ "type": "color",
2626
+ "category": "color",
2627
+ "description": "Derived public Ropav color token --rp-color-red-9-contrast.",
2628
+ "themeApplicability": "light-and-dark"
2629
+ },
2630
+ {
2631
+ "name": "--rp-color-red-contrast",
2632
+ "sourcePath": "derived.color.red.contrast",
2633
+ "type": "color",
2634
+ "category": "color",
2635
+ "description": "Derived public Ropav color token --rp-color-red-contrast.",
2636
+ "themeApplicability": "light-and-dark"
2637
+ },
2638
+ {
2639
+ "name": "--rp-color-red-filled",
2640
+ "sourcePath": "derived.color.red.filled",
2641
+ "type": "color",
2642
+ "category": "color",
2643
+ "description": "Derived public Ropav color token --rp-color-red-filled.",
2644
+ "themeApplicability": "light-and-dark"
2645
+ },
2646
+ {
2647
+ "name": "--rp-color-red-filled-hover",
2648
+ "sourcePath": "derived.color.red.filled.hover",
2649
+ "type": "color",
2650
+ "category": "color",
2651
+ "description": "Derived public Ropav color token --rp-color-red-filled-hover.",
2652
+ "themeApplicability": "light-and-dark"
2653
+ },
2654
+ {
2655
+ "name": "--rp-color-red-light",
2656
+ "sourcePath": "derived.color.red.light",
2657
+ "type": "color",
2658
+ "category": "color",
2659
+ "description": "Derived public Ropav color token --rp-color-red-light.",
2660
+ "themeApplicability": "light-and-dark"
2661
+ },
2662
+ {
2663
+ "name": "--rp-color-red-light-color",
2664
+ "sourcePath": "derived.color.red.light.color",
2665
+ "type": "color",
2666
+ "category": "color",
2667
+ "description": "Derived public Ropav color token --rp-color-red-light-color.",
2668
+ "themeApplicability": "light-and-dark"
2669
+ },
2670
+ {
2671
+ "name": "--rp-color-red-light-hover",
2672
+ "sourcePath": "derived.color.red.light.hover",
2673
+ "type": "color",
2674
+ "category": "color",
2675
+ "description": "Derived public Ropav color token --rp-color-red-light-hover.",
2676
+ "themeApplicability": "light-and-dark"
2677
+ },
2678
+ {
2679
+ "name": "--rp-color-red-outline",
2680
+ "sourcePath": "derived.color.red.outline",
2681
+ "type": "color",
2682
+ "category": "color",
2683
+ "description": "Derived public Ropav color token --rp-color-red-outline.",
2684
+ "themeApplicability": "light-and-dark"
2685
+ },
2686
+ {
2687
+ "name": "--rp-color-red-outline-hover",
2688
+ "sourcePath": "derived.color.red.outline.hover",
2689
+ "type": "color",
2690
+ "category": "color",
2691
+ "description": "Derived public Ropav color token --rp-color-red-outline-hover.",
2692
+ "themeApplicability": "light-and-dark"
2693
+ },
2694
+ {
2695
+ "name": "--rp-color-scheme",
2696
+ "sourcePath": "derived.color.scheme",
2697
+ "type": "string",
2698
+ "category": "color",
2699
+ "description": "Active Ropav color scheme (`light` or `dark`).",
2700
+ "themeApplicability": "light-and-dark"
2701
+ },
2702
+ {
2703
+ "name": "--rp-color-teal-0",
2704
+ "sourcePath": "color.teal.0",
2705
+ "type": "color",
2706
+ "category": "color",
2707
+ "description": "Public Ropav color token for color.teal.0.",
2708
+ "themeApplicability": "all-themes"
2709
+ },
2710
+ {
2711
+ "name": "--rp-color-teal-0-contrast",
2712
+ "sourcePath": "derived.color.teal.0.contrast",
2713
+ "type": "color",
2714
+ "category": "color",
2715
+ "description": "Derived public Ropav color token --rp-color-teal-0-contrast.",
2716
+ "themeApplicability": "light-and-dark"
2717
+ },
2718
+ {
2719
+ "name": "--rp-color-teal-1",
2720
+ "sourcePath": "color.teal.1",
2721
+ "type": "color",
2722
+ "category": "color",
2723
+ "description": "Public Ropav color token for color.teal.1.",
2724
+ "themeApplicability": "all-themes"
2725
+ },
2726
+ {
2727
+ "name": "--rp-color-teal-1-contrast",
2728
+ "sourcePath": "derived.color.teal.1.contrast",
2729
+ "type": "color",
2730
+ "category": "color",
2731
+ "description": "Derived public Ropav color token --rp-color-teal-1-contrast.",
2732
+ "themeApplicability": "light-and-dark"
2733
+ },
2734
+ {
2735
+ "name": "--rp-color-teal-2",
2736
+ "sourcePath": "color.teal.2",
2737
+ "type": "color",
2738
+ "category": "color",
2739
+ "description": "Public Ropav color token for color.teal.2.",
2740
+ "themeApplicability": "all-themes"
2741
+ },
2742
+ {
2743
+ "name": "--rp-color-teal-2-contrast",
2744
+ "sourcePath": "derived.color.teal.2.contrast",
2745
+ "type": "color",
2746
+ "category": "color",
2747
+ "description": "Derived public Ropav color token --rp-color-teal-2-contrast.",
2748
+ "themeApplicability": "light-and-dark"
2749
+ },
2750
+ {
2751
+ "name": "--rp-color-teal-3",
2752
+ "sourcePath": "color.teal.3",
2753
+ "type": "color",
2754
+ "category": "color",
2755
+ "description": "Public Ropav color token for color.teal.3.",
2756
+ "themeApplicability": "all-themes"
2757
+ },
2758
+ {
2759
+ "name": "--rp-color-teal-3-contrast",
2760
+ "sourcePath": "derived.color.teal.3.contrast",
2761
+ "type": "color",
2762
+ "category": "color",
2763
+ "description": "Derived public Ropav color token --rp-color-teal-3-contrast.",
2764
+ "themeApplicability": "light-and-dark"
2765
+ },
2766
+ {
2767
+ "name": "--rp-color-teal-4",
2768
+ "sourcePath": "color.teal.4",
2769
+ "type": "color",
2770
+ "category": "color",
2771
+ "description": "Public Ropav color token for color.teal.4.",
2772
+ "themeApplicability": "all-themes"
2773
+ },
2774
+ {
2775
+ "name": "--rp-color-teal-4-contrast",
2776
+ "sourcePath": "derived.color.teal.4.contrast",
2777
+ "type": "color",
2778
+ "category": "color",
2779
+ "description": "Derived public Ropav color token --rp-color-teal-4-contrast.",
2780
+ "themeApplicability": "light-and-dark"
2781
+ },
2782
+ {
2783
+ "name": "--rp-color-teal-5",
2784
+ "sourcePath": "color.teal.5",
2785
+ "type": "color",
2786
+ "category": "color",
2787
+ "description": "Public Ropav color token for color.teal.5.",
2788
+ "themeApplicability": "all-themes"
2789
+ },
2790
+ {
2791
+ "name": "--rp-color-teal-5-contrast",
2792
+ "sourcePath": "derived.color.teal.5.contrast",
2793
+ "type": "color",
2794
+ "category": "color",
2795
+ "description": "Derived public Ropav color token --rp-color-teal-5-contrast.",
2796
+ "themeApplicability": "light-and-dark"
2797
+ },
2798
+ {
2799
+ "name": "--rp-color-teal-6",
2800
+ "sourcePath": "color.teal.6",
2801
+ "type": "color",
2802
+ "category": "color",
2803
+ "description": "Public Ropav color token for color.teal.6.",
2804
+ "themeApplicability": "all-themes"
2805
+ },
2806
+ {
2807
+ "name": "--rp-color-teal-6-contrast",
2808
+ "sourcePath": "derived.color.teal.6.contrast",
2809
+ "type": "color",
2810
+ "category": "color",
2811
+ "description": "Derived public Ropav color token --rp-color-teal-6-contrast.",
2812
+ "themeApplicability": "light-and-dark"
2813
+ },
2814
+ {
2815
+ "name": "--rp-color-teal-7",
2816
+ "sourcePath": "color.teal.7",
2817
+ "type": "color",
2818
+ "category": "color",
2819
+ "description": "Public Ropav color token for color.teal.7.",
2820
+ "themeApplicability": "all-themes"
2821
+ },
2822
+ {
2823
+ "name": "--rp-color-teal-7-contrast",
2824
+ "sourcePath": "derived.color.teal.7.contrast",
2825
+ "type": "color",
2826
+ "category": "color",
2827
+ "description": "Derived public Ropav color token --rp-color-teal-7-contrast.",
2828
+ "themeApplicability": "light-and-dark"
2829
+ },
2830
+ {
2831
+ "name": "--rp-color-teal-8",
2832
+ "sourcePath": "color.teal.8",
2833
+ "type": "color",
2834
+ "category": "color",
2835
+ "description": "Public Ropav color token for color.teal.8.",
2836
+ "themeApplicability": "all-themes"
2837
+ },
2838
+ {
2839
+ "name": "--rp-color-teal-8-contrast",
2840
+ "sourcePath": "derived.color.teal.8.contrast",
2841
+ "type": "color",
2842
+ "category": "color",
2843
+ "description": "Derived public Ropav color token --rp-color-teal-8-contrast.",
2844
+ "themeApplicability": "light-and-dark"
2845
+ },
2846
+ {
2847
+ "name": "--rp-color-teal-9",
2848
+ "sourcePath": "color.teal.9",
2849
+ "type": "color",
2850
+ "category": "color",
2851
+ "description": "Public Ropav color token for color.teal.9.",
2852
+ "themeApplicability": "all-themes"
2853
+ },
2854
+ {
2855
+ "name": "--rp-color-teal-9-contrast",
2856
+ "sourcePath": "derived.color.teal.9.contrast",
2857
+ "type": "color",
2858
+ "category": "color",
2859
+ "description": "Derived public Ropav color token --rp-color-teal-9-contrast.",
2860
+ "themeApplicability": "light-and-dark"
2861
+ },
2862
+ {
2863
+ "name": "--rp-color-teal-contrast",
2864
+ "sourcePath": "derived.color.teal.contrast",
2865
+ "type": "color",
2866
+ "category": "color",
2867
+ "description": "Derived public Ropav color token --rp-color-teal-contrast.",
2868
+ "themeApplicability": "light-and-dark"
2869
+ },
2870
+ {
2871
+ "name": "--rp-color-teal-filled",
2872
+ "sourcePath": "derived.color.teal.filled",
2873
+ "type": "color",
2874
+ "category": "color",
2875
+ "description": "Derived public Ropav color token --rp-color-teal-filled.",
2876
+ "themeApplicability": "light-and-dark"
2877
+ },
2878
+ {
2879
+ "name": "--rp-color-teal-filled-hover",
2880
+ "sourcePath": "derived.color.teal.filled.hover",
2881
+ "type": "color",
2882
+ "category": "color",
2883
+ "description": "Derived public Ropav color token --rp-color-teal-filled-hover.",
2884
+ "themeApplicability": "light-and-dark"
2885
+ },
2886
+ {
2887
+ "name": "--rp-color-teal-light",
2888
+ "sourcePath": "derived.color.teal.light",
2889
+ "type": "color",
2890
+ "category": "color",
2891
+ "description": "Derived public Ropav color token --rp-color-teal-light.",
2892
+ "themeApplicability": "light-and-dark"
2893
+ },
2894
+ {
2895
+ "name": "--rp-color-teal-light-color",
2896
+ "sourcePath": "derived.color.teal.light.color",
2897
+ "type": "color",
2898
+ "category": "color",
2899
+ "description": "Derived public Ropav color token --rp-color-teal-light-color.",
2900
+ "themeApplicability": "light-and-dark"
2901
+ },
2902
+ {
2903
+ "name": "--rp-color-teal-light-hover",
2904
+ "sourcePath": "derived.color.teal.light.hover",
2905
+ "type": "color",
2906
+ "category": "color",
2907
+ "description": "Derived public Ropav color token --rp-color-teal-light-hover.",
2908
+ "themeApplicability": "light-and-dark"
2909
+ },
2910
+ {
2911
+ "name": "--rp-color-teal-outline",
2912
+ "sourcePath": "derived.color.teal.outline",
2913
+ "type": "color",
2914
+ "category": "color",
2915
+ "description": "Derived public Ropav color token --rp-color-teal-outline.",
2916
+ "themeApplicability": "light-and-dark"
2917
+ },
2918
+ {
2919
+ "name": "--rp-color-teal-outline-hover",
2920
+ "sourcePath": "derived.color.teal.outline.hover",
2921
+ "type": "color",
2922
+ "category": "color",
2923
+ "description": "Derived public Ropav color token --rp-color-teal-outline-hover.",
2924
+ "themeApplicability": "light-and-dark"
2925
+ },
2926
+ {
2927
+ "name": "--rp-color-text",
2928
+ "sourcePath": "derived.color.text",
2929
+ "type": "color",
2930
+ "category": "color",
2931
+ "description": "Derived public Ropav color token --rp-color-text.",
2932
+ "themeApplicability": "light-and-dark"
2933
+ },
2934
+ {
2935
+ "name": "--rp-color-violet-0",
2936
+ "sourcePath": "color.violet.0",
2937
+ "type": "color",
2938
+ "category": "color",
2939
+ "description": "Public Ropav color token for color.violet.0.",
2940
+ "themeApplicability": "all-themes"
2941
+ },
2942
+ {
2943
+ "name": "--rp-color-violet-0-contrast",
2944
+ "sourcePath": "derived.color.violet.0.contrast",
2945
+ "type": "color",
2946
+ "category": "color",
2947
+ "description": "Derived public Ropav color token --rp-color-violet-0-contrast.",
2948
+ "themeApplicability": "light-and-dark"
2949
+ },
2950
+ {
2951
+ "name": "--rp-color-violet-1",
2952
+ "sourcePath": "color.violet.1",
2953
+ "type": "color",
2954
+ "category": "color",
2955
+ "description": "Public Ropav color token for color.violet.1.",
2956
+ "themeApplicability": "all-themes"
2957
+ },
2958
+ {
2959
+ "name": "--rp-color-violet-1-contrast",
2960
+ "sourcePath": "derived.color.violet.1.contrast",
2961
+ "type": "color",
2962
+ "category": "color",
2963
+ "description": "Derived public Ropav color token --rp-color-violet-1-contrast.",
2964
+ "themeApplicability": "light-and-dark"
2965
+ },
2966
+ {
2967
+ "name": "--rp-color-violet-2",
2968
+ "sourcePath": "color.violet.2",
2969
+ "type": "color",
2970
+ "category": "color",
2971
+ "description": "Public Ropav color token for color.violet.2.",
2972
+ "themeApplicability": "all-themes"
2973
+ },
2974
+ {
2975
+ "name": "--rp-color-violet-2-contrast",
2976
+ "sourcePath": "derived.color.violet.2.contrast",
2977
+ "type": "color",
2978
+ "category": "color",
2979
+ "description": "Derived public Ropav color token --rp-color-violet-2-contrast.",
2980
+ "themeApplicability": "light-and-dark"
2981
+ },
2982
+ {
2983
+ "name": "--rp-color-violet-3",
2984
+ "sourcePath": "color.violet.3",
2985
+ "type": "color",
2986
+ "category": "color",
2987
+ "description": "Public Ropav color token for color.violet.3.",
2988
+ "themeApplicability": "all-themes"
2989
+ },
2990
+ {
2991
+ "name": "--rp-color-violet-3-contrast",
2992
+ "sourcePath": "derived.color.violet.3.contrast",
2993
+ "type": "color",
2994
+ "category": "color",
2995
+ "description": "Derived public Ropav color token --rp-color-violet-3-contrast.",
2996
+ "themeApplicability": "light-and-dark"
2997
+ },
2998
+ {
2999
+ "name": "--rp-color-violet-4",
3000
+ "sourcePath": "color.violet.4",
3001
+ "type": "color",
3002
+ "category": "color",
3003
+ "description": "Public Ropav color token for color.violet.4.",
3004
+ "themeApplicability": "all-themes"
3005
+ },
3006
+ {
3007
+ "name": "--rp-color-violet-4-contrast",
3008
+ "sourcePath": "derived.color.violet.4.contrast",
3009
+ "type": "color",
3010
+ "category": "color",
3011
+ "description": "Derived public Ropav color token --rp-color-violet-4-contrast.",
3012
+ "themeApplicability": "light-and-dark"
3013
+ },
3014
+ {
3015
+ "name": "--rp-color-violet-5",
3016
+ "sourcePath": "color.violet.5",
3017
+ "type": "color",
3018
+ "category": "color",
3019
+ "description": "Public Ropav color token for color.violet.5.",
3020
+ "themeApplicability": "all-themes"
3021
+ },
3022
+ {
3023
+ "name": "--rp-color-violet-5-contrast",
3024
+ "sourcePath": "derived.color.violet.5.contrast",
3025
+ "type": "color",
3026
+ "category": "color",
3027
+ "description": "Derived public Ropav color token --rp-color-violet-5-contrast.",
3028
+ "themeApplicability": "light-and-dark"
3029
+ },
3030
+ {
3031
+ "name": "--rp-color-violet-6",
3032
+ "sourcePath": "color.violet.6",
3033
+ "type": "color",
3034
+ "category": "color",
3035
+ "description": "Public Ropav color token for color.violet.6.",
3036
+ "themeApplicability": "all-themes"
3037
+ },
3038
+ {
3039
+ "name": "--rp-color-violet-6-contrast",
3040
+ "sourcePath": "derived.color.violet.6.contrast",
3041
+ "type": "color",
3042
+ "category": "color",
3043
+ "description": "Derived public Ropav color token --rp-color-violet-6-contrast.",
3044
+ "themeApplicability": "light-and-dark"
3045
+ },
3046
+ {
3047
+ "name": "--rp-color-violet-7",
3048
+ "sourcePath": "color.violet.7",
3049
+ "type": "color",
3050
+ "category": "color",
3051
+ "description": "Public Ropav color token for color.violet.7.",
3052
+ "themeApplicability": "all-themes"
3053
+ },
3054
+ {
3055
+ "name": "--rp-color-violet-7-contrast",
3056
+ "sourcePath": "derived.color.violet.7.contrast",
3057
+ "type": "color",
3058
+ "category": "color",
3059
+ "description": "Derived public Ropav color token --rp-color-violet-7-contrast.",
3060
+ "themeApplicability": "light-and-dark"
3061
+ },
3062
+ {
3063
+ "name": "--rp-color-violet-8",
3064
+ "sourcePath": "color.violet.8",
3065
+ "type": "color",
3066
+ "category": "color",
3067
+ "description": "Public Ropav color token for color.violet.8.",
3068
+ "themeApplicability": "all-themes"
3069
+ },
3070
+ {
3071
+ "name": "--rp-color-violet-8-contrast",
3072
+ "sourcePath": "derived.color.violet.8.contrast",
3073
+ "type": "color",
3074
+ "category": "color",
3075
+ "description": "Derived public Ropav color token --rp-color-violet-8-contrast.",
3076
+ "themeApplicability": "light-and-dark"
3077
+ },
3078
+ {
3079
+ "name": "--rp-color-violet-9",
3080
+ "sourcePath": "color.violet.9",
3081
+ "type": "color",
3082
+ "category": "color",
3083
+ "description": "Public Ropav color token for color.violet.9.",
3084
+ "themeApplicability": "all-themes"
3085
+ },
3086
+ {
3087
+ "name": "--rp-color-violet-9-contrast",
3088
+ "sourcePath": "derived.color.violet.9.contrast",
3089
+ "type": "color",
3090
+ "category": "color",
3091
+ "description": "Derived public Ropav color token --rp-color-violet-9-contrast.",
3092
+ "themeApplicability": "light-and-dark"
3093
+ },
3094
+ {
3095
+ "name": "--rp-color-violet-contrast",
3096
+ "sourcePath": "derived.color.violet.contrast",
3097
+ "type": "color",
3098
+ "category": "color",
3099
+ "description": "Derived public Ropav color token --rp-color-violet-contrast.",
3100
+ "themeApplicability": "light-and-dark"
3101
+ },
3102
+ {
3103
+ "name": "--rp-color-violet-filled",
3104
+ "sourcePath": "derived.color.violet.filled",
3105
+ "type": "color",
3106
+ "category": "color",
3107
+ "description": "Derived public Ropav color token --rp-color-violet-filled.",
3108
+ "themeApplicability": "light-and-dark"
3109
+ },
3110
+ {
3111
+ "name": "--rp-color-violet-filled-hover",
3112
+ "sourcePath": "derived.color.violet.filled.hover",
3113
+ "type": "color",
3114
+ "category": "color",
3115
+ "description": "Derived public Ropav color token --rp-color-violet-filled-hover.",
3116
+ "themeApplicability": "light-and-dark"
3117
+ },
3118
+ {
3119
+ "name": "--rp-color-violet-light",
3120
+ "sourcePath": "derived.color.violet.light",
3121
+ "type": "color",
3122
+ "category": "color",
3123
+ "description": "Derived public Ropav color token --rp-color-violet-light.",
3124
+ "themeApplicability": "light-and-dark"
3125
+ },
3126
+ {
3127
+ "name": "--rp-color-violet-light-color",
3128
+ "sourcePath": "derived.color.violet.light.color",
3129
+ "type": "color",
3130
+ "category": "color",
3131
+ "description": "Derived public Ropav color token --rp-color-violet-light-color.",
3132
+ "themeApplicability": "light-and-dark"
3133
+ },
3134
+ {
3135
+ "name": "--rp-color-violet-light-hover",
3136
+ "sourcePath": "derived.color.violet.light.hover",
3137
+ "type": "color",
3138
+ "category": "color",
3139
+ "description": "Derived public Ropav color token --rp-color-violet-light-hover.",
3140
+ "themeApplicability": "light-and-dark"
3141
+ },
3142
+ {
3143
+ "name": "--rp-color-violet-outline",
3144
+ "sourcePath": "derived.color.violet.outline",
3145
+ "type": "color",
3146
+ "category": "color",
3147
+ "description": "Derived public Ropav color token --rp-color-violet-outline.",
3148
+ "themeApplicability": "light-and-dark"
3149
+ },
3150
+ {
3151
+ "name": "--rp-color-violet-outline-hover",
3152
+ "sourcePath": "derived.color.violet.outline.hover",
3153
+ "type": "color",
3154
+ "category": "color",
3155
+ "description": "Derived public Ropav color token --rp-color-violet-outline-hover.",
3156
+ "themeApplicability": "light-and-dark"
3157
+ },
3158
+ {
3159
+ "name": "--rp-color-white",
3160
+ "sourcePath": "color.white",
3161
+ "type": "color",
3162
+ "category": "color",
3163
+ "description": "Public Ropav color token for color.white.",
3164
+ "themeApplicability": "all-themes"
3165
+ },
3166
+ {
3167
+ "name": "--rp-color-yellow-0",
3168
+ "sourcePath": "color.yellow.0",
3169
+ "type": "color",
3170
+ "category": "color",
3171
+ "description": "Public Ropav color token for color.yellow.0.",
3172
+ "themeApplicability": "all-themes"
3173
+ },
3174
+ {
3175
+ "name": "--rp-color-yellow-0-contrast",
3176
+ "sourcePath": "derived.color.yellow.0.contrast",
3177
+ "type": "color",
3178
+ "category": "color",
3179
+ "description": "Derived public Ropav color token --rp-color-yellow-0-contrast.",
3180
+ "themeApplicability": "light-and-dark"
3181
+ },
3182
+ {
3183
+ "name": "--rp-color-yellow-1",
3184
+ "sourcePath": "color.yellow.1",
3185
+ "type": "color",
3186
+ "category": "color",
3187
+ "description": "Public Ropav color token for color.yellow.1.",
3188
+ "themeApplicability": "all-themes"
3189
+ },
3190
+ {
3191
+ "name": "--rp-color-yellow-1-contrast",
3192
+ "sourcePath": "derived.color.yellow.1.contrast",
3193
+ "type": "color",
3194
+ "category": "color",
3195
+ "description": "Derived public Ropav color token --rp-color-yellow-1-contrast.",
3196
+ "themeApplicability": "light-and-dark"
3197
+ },
3198
+ {
3199
+ "name": "--rp-color-yellow-2",
3200
+ "sourcePath": "color.yellow.2",
3201
+ "type": "color",
3202
+ "category": "color",
3203
+ "description": "Public Ropav color token for color.yellow.2.",
3204
+ "themeApplicability": "all-themes"
3205
+ },
3206
+ {
3207
+ "name": "--rp-color-yellow-2-contrast",
3208
+ "sourcePath": "derived.color.yellow.2.contrast",
3209
+ "type": "color",
3210
+ "category": "color",
3211
+ "description": "Derived public Ropav color token --rp-color-yellow-2-contrast.",
3212
+ "themeApplicability": "light-and-dark"
3213
+ },
3214
+ {
3215
+ "name": "--rp-color-yellow-3",
3216
+ "sourcePath": "color.yellow.3",
3217
+ "type": "color",
3218
+ "category": "color",
3219
+ "description": "Public Ropav color token for color.yellow.3.",
3220
+ "themeApplicability": "all-themes"
3221
+ },
3222
+ {
3223
+ "name": "--rp-color-yellow-3-contrast",
3224
+ "sourcePath": "derived.color.yellow.3.contrast",
3225
+ "type": "color",
3226
+ "category": "color",
3227
+ "description": "Derived public Ropav color token --rp-color-yellow-3-contrast.",
3228
+ "themeApplicability": "light-and-dark"
3229
+ },
3230
+ {
3231
+ "name": "--rp-color-yellow-4",
3232
+ "sourcePath": "color.yellow.4",
3233
+ "type": "color",
3234
+ "category": "color",
3235
+ "description": "Public Ropav color token for color.yellow.4.",
3236
+ "themeApplicability": "all-themes"
3237
+ },
3238
+ {
3239
+ "name": "--rp-color-yellow-4-contrast",
3240
+ "sourcePath": "derived.color.yellow.4.contrast",
3241
+ "type": "color",
3242
+ "category": "color",
3243
+ "description": "Derived public Ropav color token --rp-color-yellow-4-contrast.",
3244
+ "themeApplicability": "light-and-dark"
3245
+ },
3246
+ {
3247
+ "name": "--rp-color-yellow-5",
3248
+ "sourcePath": "color.yellow.5",
3249
+ "type": "color",
3250
+ "category": "color",
3251
+ "description": "Public Ropav color token for color.yellow.5.",
3252
+ "themeApplicability": "all-themes"
3253
+ },
3254
+ {
3255
+ "name": "--rp-color-yellow-5-contrast",
3256
+ "sourcePath": "derived.color.yellow.5.contrast",
3257
+ "type": "color",
3258
+ "category": "color",
3259
+ "description": "Derived public Ropav color token --rp-color-yellow-5-contrast.",
3260
+ "themeApplicability": "light-and-dark"
3261
+ },
3262
+ {
3263
+ "name": "--rp-color-yellow-6",
3264
+ "sourcePath": "color.yellow.6",
3265
+ "type": "color",
3266
+ "category": "color",
3267
+ "description": "Public Ropav color token for color.yellow.6.",
3268
+ "themeApplicability": "all-themes"
3269
+ },
3270
+ {
3271
+ "name": "--rp-color-yellow-6-contrast",
3272
+ "sourcePath": "derived.color.yellow.6.contrast",
3273
+ "type": "color",
3274
+ "category": "color",
3275
+ "description": "Derived public Ropav color token --rp-color-yellow-6-contrast.",
3276
+ "themeApplicability": "light-and-dark"
3277
+ },
3278
+ {
3279
+ "name": "--rp-color-yellow-7",
3280
+ "sourcePath": "color.yellow.7",
3281
+ "type": "color",
3282
+ "category": "color",
3283
+ "description": "Public Ropav color token for color.yellow.7.",
3284
+ "themeApplicability": "all-themes"
3285
+ },
3286
+ {
3287
+ "name": "--rp-color-yellow-7-contrast",
3288
+ "sourcePath": "derived.color.yellow.7.contrast",
3289
+ "type": "color",
3290
+ "category": "color",
3291
+ "description": "Derived public Ropav color token --rp-color-yellow-7-contrast.",
3292
+ "themeApplicability": "light-and-dark"
3293
+ },
3294
+ {
3295
+ "name": "--rp-color-yellow-8",
3296
+ "sourcePath": "color.yellow.8",
3297
+ "type": "color",
3298
+ "category": "color",
3299
+ "description": "Public Ropav color token for color.yellow.8.",
3300
+ "themeApplicability": "all-themes"
3301
+ },
3302
+ {
3303
+ "name": "--rp-color-yellow-8-contrast",
3304
+ "sourcePath": "derived.color.yellow.8.contrast",
3305
+ "type": "color",
3306
+ "category": "color",
3307
+ "description": "Derived public Ropav color token --rp-color-yellow-8-contrast.",
3308
+ "themeApplicability": "light-and-dark"
3309
+ },
3310
+ {
3311
+ "name": "--rp-color-yellow-9",
3312
+ "sourcePath": "color.yellow.9",
3313
+ "type": "color",
3314
+ "category": "color",
3315
+ "description": "Public Ropav color token for color.yellow.9.",
3316
+ "themeApplicability": "all-themes"
3317
+ },
3318
+ {
3319
+ "name": "--rp-color-yellow-9-contrast",
3320
+ "sourcePath": "derived.color.yellow.9.contrast",
3321
+ "type": "color",
3322
+ "category": "color",
3323
+ "description": "Derived public Ropav color token --rp-color-yellow-9-contrast.",
3324
+ "themeApplicability": "light-and-dark"
3325
+ },
3326
+ {
3327
+ "name": "--rp-color-yellow-contrast",
3328
+ "sourcePath": "derived.color.yellow.contrast",
3329
+ "type": "color",
3330
+ "category": "color",
3331
+ "description": "Derived public Ropav color token --rp-color-yellow-contrast.",
3332
+ "themeApplicability": "light-and-dark"
3333
+ },
3334
+ {
3335
+ "name": "--rp-color-yellow-filled",
3336
+ "sourcePath": "derived.color.yellow.filled",
3337
+ "type": "color",
3338
+ "category": "color",
3339
+ "description": "Derived public Ropav color token --rp-color-yellow-filled.",
3340
+ "themeApplicability": "light-and-dark"
3341
+ },
3342
+ {
3343
+ "name": "--rp-color-yellow-filled-hover",
3344
+ "sourcePath": "derived.color.yellow.filled.hover",
3345
+ "type": "color",
3346
+ "category": "color",
3347
+ "description": "Derived public Ropav color token --rp-color-yellow-filled-hover.",
3348
+ "themeApplicability": "light-and-dark"
3349
+ },
3350
+ {
3351
+ "name": "--rp-color-yellow-light",
3352
+ "sourcePath": "derived.color.yellow.light",
3353
+ "type": "color",
3354
+ "category": "color",
3355
+ "description": "Derived public Ropav color token --rp-color-yellow-light.",
3356
+ "themeApplicability": "light-and-dark"
3357
+ },
3358
+ {
3359
+ "name": "--rp-color-yellow-light-color",
3360
+ "sourcePath": "derived.color.yellow.light.color",
3361
+ "type": "color",
3362
+ "category": "color",
3363
+ "description": "Derived public Ropav color token --rp-color-yellow-light-color.",
3364
+ "themeApplicability": "light-and-dark"
3365
+ },
3366
+ {
3367
+ "name": "--rp-color-yellow-light-hover",
3368
+ "sourcePath": "derived.color.yellow.light.hover",
3369
+ "type": "color",
3370
+ "category": "color",
3371
+ "description": "Derived public Ropav color token --rp-color-yellow-light-hover.",
3372
+ "themeApplicability": "light-and-dark"
3373
+ },
3374
+ {
3375
+ "name": "--rp-color-yellow-outline",
3376
+ "sourcePath": "derived.color.yellow.outline",
3377
+ "type": "color",
3378
+ "category": "color",
3379
+ "description": "Derived public Ropav color token --rp-color-yellow-outline.",
3380
+ "themeApplicability": "light-and-dark"
3381
+ },
3382
+ {
3383
+ "name": "--rp-color-yellow-outline-hover",
3384
+ "sourcePath": "derived.color.yellow.outline.hover",
3385
+ "type": "color",
3386
+ "category": "color",
3387
+ "description": "Derived public Ropav color token --rp-color-yellow-outline-hover.",
3388
+ "themeApplicability": "light-and-dark"
3389
+ },
3390
+ {
3391
+ "name": "--rp-font-family",
3392
+ "sourcePath": "font.family.base",
3393
+ "type": "fontFamily",
3394
+ "category": "font",
3395
+ "description": "Public Ropav font token for font.family.base.",
3396
+ "themeApplicability": "all-themes"
3397
+ },
3398
+ {
3399
+ "name": "--rp-font-size-lg",
3400
+ "sourcePath": "font.size.lg",
3401
+ "type": "dimension",
3402
+ "category": "font",
3403
+ "description": "Public Ropav font token for font.size.lg.",
3404
+ "themeApplicability": "all-themes"
3405
+ },
3406
+ {
3407
+ "name": "--rp-font-size-md",
3408
+ "sourcePath": "font.size.md",
3409
+ "type": "dimension",
3410
+ "category": "font",
3411
+ "description": "Public Ropav font token for font.size.md.",
3412
+ "themeApplicability": "all-themes"
3413
+ },
3414
+ {
3415
+ "name": "--rp-font-size-sm",
3416
+ "sourcePath": "font.size.sm",
3417
+ "type": "dimension",
3418
+ "category": "font",
3419
+ "description": "Public Ropav font token for font.size.sm.",
3420
+ "themeApplicability": "all-themes"
3421
+ },
3422
+ {
3423
+ "name": "--rp-font-size-xl",
3424
+ "sourcePath": "font.size.xl",
3425
+ "type": "dimension",
3426
+ "category": "font",
3427
+ "description": "Public Ropav font token for font.size.xl.",
3428
+ "themeApplicability": "all-themes"
3429
+ },
3430
+ {
3431
+ "name": "--rp-font-size-xs",
3432
+ "sourcePath": "font.size.xs",
3433
+ "type": "dimension",
3434
+ "category": "font",
3435
+ "description": "Public Ropav font token for font.size.xs.",
3436
+ "themeApplicability": "all-themes"
3437
+ },
3438
+ {
3439
+ "name": "--rp-font-weight-bold",
3440
+ "sourcePath": "font.weight.bold",
3441
+ "type": "fontWeight",
3442
+ "category": "font",
3443
+ "description": "Public Ropav font token for font.weight.bold.",
3444
+ "themeApplicability": "all-themes"
3445
+ },
3446
+ {
3447
+ "name": "--rp-font-weight-medium",
3448
+ "sourcePath": "font.weight.medium",
3449
+ "type": "fontWeight",
3450
+ "category": "font",
3451
+ "description": "Public Ropav font token for font.weight.medium.",
3452
+ "themeApplicability": "all-themes"
3453
+ },
3454
+ {
3455
+ "name": "--rp-font-weight-normal",
3456
+ "sourcePath": "font.weight.normal",
3457
+ "type": "fontWeight",
3458
+ "category": "font",
3459
+ "description": "Public Ropav font token for font.weight.normal.",
3460
+ "themeApplicability": "all-themes"
3461
+ },
3462
+ {
3463
+ "name": "--rp-font-weight-semibold",
3464
+ "sourcePath": "font.weight.semibold",
3465
+ "type": "fontWeight",
3466
+ "category": "font",
3467
+ "description": "Public Ropav font token for font.weight.semibold.",
3468
+ "themeApplicability": "all-themes"
3469
+ },
3470
+ {
3471
+ "name": "--rp-h1-font-size",
3472
+ "sourcePath": "heading.h1.font-size",
3473
+ "type": "dimension",
3474
+ "category": "heading",
3475
+ "description": "Public Ropav heading token for heading.h1.font-size.",
3476
+ "themeApplicability": "all-themes"
3477
+ },
3478
+ {
3479
+ "name": "--rp-h1-font-weight",
3480
+ "sourcePath": "heading.h1.font-weight",
3481
+ "type": "fontWeight",
3482
+ "category": "heading",
3483
+ "description": "Public Ropav heading token for heading.h1.font-weight.",
3484
+ "themeApplicability": "all-themes"
3485
+ },
3486
+ {
3487
+ "name": "--rp-h1-line-height",
3488
+ "sourcePath": "heading.h1.line-height",
3489
+ "type": "number",
3490
+ "category": "heading",
3491
+ "description": "Public Ropav heading token for heading.h1.line-height.",
3492
+ "themeApplicability": "all-themes"
3493
+ },
3494
+ {
3495
+ "name": "--rp-h2-font-size",
3496
+ "sourcePath": "heading.h2.font-size",
3497
+ "type": "dimension",
3498
+ "category": "heading",
3499
+ "description": "Public Ropav heading token for heading.h2.font-size.",
3500
+ "themeApplicability": "all-themes"
3501
+ },
3502
+ {
3503
+ "name": "--rp-h2-font-weight",
3504
+ "sourcePath": "heading.h2.font-weight",
3505
+ "type": "fontWeight",
3506
+ "category": "heading",
3507
+ "description": "Public Ropav heading token for heading.h2.font-weight.",
3508
+ "themeApplicability": "all-themes"
3509
+ },
3510
+ {
3511
+ "name": "--rp-h2-line-height",
3512
+ "sourcePath": "heading.h2.line-height",
3513
+ "type": "number",
3514
+ "category": "heading",
3515
+ "description": "Public Ropav heading token for heading.h2.line-height.",
3516
+ "themeApplicability": "all-themes"
3517
+ },
3518
+ {
3519
+ "name": "--rp-h3-font-size",
3520
+ "sourcePath": "heading.h3.font-size",
3521
+ "type": "dimension",
3522
+ "category": "heading",
3523
+ "description": "Public Ropav heading token for heading.h3.font-size.",
3524
+ "themeApplicability": "all-themes"
3525
+ },
3526
+ {
3527
+ "name": "--rp-h3-font-weight",
3528
+ "sourcePath": "heading.h3.font-weight",
3529
+ "type": "fontWeight",
3530
+ "category": "heading",
3531
+ "description": "Public Ropav heading token for heading.h3.font-weight.",
3532
+ "themeApplicability": "all-themes"
3533
+ },
3534
+ {
3535
+ "name": "--rp-h3-line-height",
3536
+ "sourcePath": "heading.h3.line-height",
3537
+ "type": "number",
3538
+ "category": "heading",
3539
+ "description": "Public Ropav heading token for heading.h3.line-height.",
3540
+ "themeApplicability": "all-themes"
3541
+ },
3542
+ {
3543
+ "name": "--rp-h4-font-size",
3544
+ "sourcePath": "heading.h4.font-size",
3545
+ "type": "dimension",
3546
+ "category": "heading",
3547
+ "description": "Public Ropav heading token for heading.h4.font-size.",
3548
+ "themeApplicability": "all-themes"
3549
+ },
3550
+ {
3551
+ "name": "--rp-h4-font-weight",
3552
+ "sourcePath": "heading.h4.font-weight",
3553
+ "type": "fontWeight",
3554
+ "category": "heading",
3555
+ "description": "Public Ropav heading token for heading.h4.font-weight.",
3556
+ "themeApplicability": "all-themes"
3557
+ },
3558
+ {
3559
+ "name": "--rp-h4-line-height",
3560
+ "sourcePath": "heading.h4.line-height",
3561
+ "type": "number",
3562
+ "category": "heading",
3563
+ "description": "Public Ropav heading token for heading.h4.line-height.",
3564
+ "themeApplicability": "all-themes"
3565
+ },
3566
+ {
3567
+ "name": "--rp-h5-font-size",
3568
+ "sourcePath": "heading.h5.font-size",
3569
+ "type": "dimension",
3570
+ "category": "heading",
3571
+ "description": "Public Ropav heading token for heading.h5.font-size.",
3572
+ "themeApplicability": "all-themes"
3573
+ },
3574
+ {
3575
+ "name": "--rp-h5-font-weight",
3576
+ "sourcePath": "heading.h5.font-weight",
3577
+ "type": "fontWeight",
3578
+ "category": "heading",
3579
+ "description": "Public Ropav heading token for heading.h5.font-weight.",
3580
+ "themeApplicability": "all-themes"
3581
+ },
3582
+ {
3583
+ "name": "--rp-h5-line-height",
3584
+ "sourcePath": "heading.h5.line-height",
3585
+ "type": "number",
3586
+ "category": "heading",
3587
+ "description": "Public Ropav heading token for heading.h5.line-height.",
3588
+ "themeApplicability": "all-themes"
3589
+ },
3590
+ {
3591
+ "name": "--rp-h6-font-size",
3592
+ "sourcePath": "heading.h6.font-size",
3593
+ "type": "dimension",
3594
+ "category": "heading",
3595
+ "description": "Public Ropav heading token for heading.h6.font-size.",
3596
+ "themeApplicability": "all-themes"
3597
+ },
3598
+ {
3599
+ "name": "--rp-h6-font-weight",
3600
+ "sourcePath": "heading.h6.font-weight",
3601
+ "type": "fontWeight",
3602
+ "category": "heading",
3603
+ "description": "Public Ropav heading token for heading.h6.font-weight.",
3604
+ "themeApplicability": "all-themes"
3605
+ },
3606
+ {
3607
+ "name": "--rp-h6-line-height",
3608
+ "sourcePath": "heading.h6.line-height",
3609
+ "type": "number",
3610
+ "category": "heading",
3611
+ "description": "Public Ropav heading token for heading.h6.line-height.",
3612
+ "themeApplicability": "all-themes"
3613
+ },
3614
+ {
3615
+ "name": "--rp-line-height-lg",
3616
+ "sourcePath": "line-height.lg",
3617
+ "type": "number",
3618
+ "category": "line-height",
3619
+ "description": "Public Ropav line-height token for line-height.lg.",
3620
+ "themeApplicability": "all-themes"
3621
+ },
3622
+ {
3623
+ "name": "--rp-line-height-md",
3624
+ "sourcePath": "line-height.md",
3625
+ "type": "number",
3626
+ "category": "line-height",
3627
+ "description": "Public Ropav line-height token for line-height.md.",
3628
+ "themeApplicability": "all-themes"
3629
+ },
3630
+ {
3631
+ "name": "--rp-line-height-sm",
3632
+ "sourcePath": "line-height.sm",
3633
+ "type": "number",
3634
+ "category": "line-height",
3635
+ "description": "Public Ropav line-height token for line-height.sm.",
3636
+ "themeApplicability": "all-themes"
3637
+ },
3638
+ {
3639
+ "name": "--rp-line-height-xl",
3640
+ "sourcePath": "line-height.xl",
3641
+ "type": "number",
3642
+ "category": "line-height",
3643
+ "description": "Public Ropav line-height token for line-height.xl.",
3644
+ "themeApplicability": "all-themes"
3645
+ },
3646
+ {
3647
+ "name": "--rp-line-height-xs",
3648
+ "sourcePath": "line-height.xs",
3649
+ "type": "number",
3650
+ "category": "line-height",
3651
+ "description": "Public Ropav line-height token for line-height.xs.",
3652
+ "themeApplicability": "all-themes"
3653
+ },
3654
+ {
3655
+ "name": "--rp-opacity-disabled",
3656
+ "sourcePath": "opacity.disabled",
3657
+ "type": "number",
3658
+ "category": "opacity",
3659
+ "description": "Public Ropav opacity token for opacity.disabled.",
3660
+ "themeApplicability": "all-themes"
3661
+ },
3662
+ {
3663
+ "name": "--rp-primary-color-0",
3664
+ "sourcePath": "derived.primary.color.0",
3665
+ "type": "color",
3666
+ "category": "color",
3667
+ "description": "Derived public Ropav color token --rp-primary-color-0.",
3668
+ "themeApplicability": "light-and-dark"
3669
+ },
3670
+ {
3671
+ "name": "--rp-primary-color-1",
3672
+ "sourcePath": "derived.primary.color.1",
3673
+ "type": "color",
3674
+ "category": "color",
3675
+ "description": "Derived public Ropav color token --rp-primary-color-1.",
3676
+ "themeApplicability": "light-and-dark"
3677
+ },
3678
+ {
3679
+ "name": "--rp-primary-color-2",
3680
+ "sourcePath": "derived.primary.color.2",
3681
+ "type": "color",
3682
+ "category": "color",
3683
+ "description": "Derived public Ropav color token --rp-primary-color-2.",
3684
+ "themeApplicability": "light-and-dark"
3685
+ },
3686
+ {
3687
+ "name": "--rp-primary-color-3",
3688
+ "sourcePath": "derived.primary.color.3",
3689
+ "type": "color",
3690
+ "category": "color",
3691
+ "description": "Derived public Ropav color token --rp-primary-color-3.",
3692
+ "themeApplicability": "light-and-dark"
3693
+ },
3694
+ {
3695
+ "name": "--rp-primary-color-4",
3696
+ "sourcePath": "derived.primary.color.4",
3697
+ "type": "color",
3698
+ "category": "color",
3699
+ "description": "Derived public Ropav color token --rp-primary-color-4.",
3700
+ "themeApplicability": "light-and-dark"
3701
+ },
3702
+ {
3703
+ "name": "--rp-primary-color-5",
3704
+ "sourcePath": "derived.primary.color.5",
3705
+ "type": "color",
3706
+ "category": "color",
3707
+ "description": "Derived public Ropav color token --rp-primary-color-5.",
3708
+ "themeApplicability": "light-and-dark"
3709
+ },
3710
+ {
3711
+ "name": "--rp-primary-color-6",
3712
+ "sourcePath": "derived.primary.color.6",
3713
+ "type": "color",
3714
+ "category": "color",
3715
+ "description": "Derived public Ropav color token --rp-primary-color-6.",
3716
+ "themeApplicability": "light-and-dark"
3717
+ },
3718
+ {
3719
+ "name": "--rp-primary-color-7",
3720
+ "sourcePath": "derived.primary.color.7",
3721
+ "type": "color",
3722
+ "category": "color",
3723
+ "description": "Derived public Ropav color token --rp-primary-color-7.",
3724
+ "themeApplicability": "light-and-dark"
3725
+ },
3726
+ {
3727
+ "name": "--rp-primary-color-8",
3728
+ "sourcePath": "derived.primary.color.8",
3729
+ "type": "color",
3730
+ "category": "color",
3731
+ "description": "Derived public Ropav color token --rp-primary-color-8.",
3732
+ "themeApplicability": "light-and-dark"
3733
+ },
3734
+ {
3735
+ "name": "--rp-primary-color-9",
3736
+ "sourcePath": "derived.primary.color.9",
3737
+ "type": "color",
3738
+ "category": "color",
3739
+ "description": "Derived public Ropav color token --rp-primary-color-9.",
3740
+ "themeApplicability": "light-and-dark"
3741
+ },
3742
+ {
3743
+ "name": "--rp-primary-color-contrast",
3744
+ "sourcePath": "derived.primary.color.contrast",
3745
+ "type": "color",
3746
+ "category": "color",
3747
+ "description": "Derived public Ropav color token --rp-primary-color-contrast.",
3748
+ "themeApplicability": "light-and-dark"
3749
+ },
3750
+ {
3751
+ "name": "--rp-primary-color-filled",
3752
+ "sourcePath": "derived.primary.color.filled",
3753
+ "type": "color",
3754
+ "category": "color",
3755
+ "description": "Derived public Ropav color token --rp-primary-color-filled.",
3756
+ "themeApplicability": "light-and-dark"
3757
+ },
3758
+ {
3759
+ "name": "--rp-primary-color-filled-hover",
3760
+ "sourcePath": "derived.primary.color.filled.hover",
3761
+ "type": "color",
3762
+ "category": "color",
3763
+ "description": "Derived public Ropav color token --rp-primary-color-filled-hover.",
3764
+ "themeApplicability": "light-and-dark"
3765
+ },
3766
+ {
3767
+ "name": "--rp-primary-color-light",
3768
+ "sourcePath": "derived.primary.color.light",
3769
+ "type": "color",
3770
+ "category": "color",
3771
+ "description": "Derived public Ropav color token --rp-primary-color-light.",
3772
+ "themeApplicability": "light-and-dark"
3773
+ },
3774
+ {
3775
+ "name": "--rp-primary-color-light-color",
3776
+ "sourcePath": "derived.primary.color.light.color",
3777
+ "type": "color",
3778
+ "category": "color",
3779
+ "description": "Derived public Ropav color token --rp-primary-color-light-color.",
3780
+ "themeApplicability": "light-and-dark"
3781
+ },
3782
+ {
3783
+ "name": "--rp-primary-color-light-hover",
3784
+ "sourcePath": "derived.primary.color.light.hover",
3785
+ "type": "color",
3786
+ "category": "color",
3787
+ "description": "Derived public Ropav color token --rp-primary-color-light-hover.",
3788
+ "themeApplicability": "light-and-dark"
3789
+ },
3790
+ {
3791
+ "name": "--rp-primary-color-outline",
3792
+ "sourcePath": "derived.primary.color.outline",
3793
+ "type": "color",
3794
+ "category": "color",
3795
+ "description": "Derived public Ropav color token --rp-primary-color-outline.",
3796
+ "themeApplicability": "light-and-dark"
3797
+ },
3798
+ {
3799
+ "name": "--rp-primary-color-outline-hover",
3800
+ "sourcePath": "derived.primary.color.outline.hover",
3801
+ "type": "color",
3802
+ "category": "color",
3803
+ "description": "Derived public Ropav color token --rp-primary-color-outline-hover.",
3804
+ "themeApplicability": "light-and-dark"
3805
+ },
3806
+ {
3807
+ "name": "--rp-radius-full",
3808
+ "sourcePath": "radius.full",
3809
+ "type": "dimension",
3810
+ "category": "radius",
3811
+ "description": "Public Ropav radius token for radius.full.",
3812
+ "themeApplicability": "all-themes"
3813
+ },
3814
+ {
3815
+ "name": "--rp-radius-lg",
3816
+ "sourcePath": "radius.lg",
3817
+ "type": "dimension",
3818
+ "category": "radius",
3819
+ "description": "Public Ropav radius token for radius.lg.",
3820
+ "themeApplicability": "all-themes"
3821
+ },
3822
+ {
3823
+ "name": "--rp-radius-md",
3824
+ "sourcePath": "radius.md",
3825
+ "type": "dimension",
3826
+ "category": "radius",
3827
+ "description": "Public Ropav radius token for radius.md.",
3828
+ "themeApplicability": "all-themes"
3829
+ },
3830
+ {
3831
+ "name": "--rp-radius-none",
3832
+ "sourcePath": "radius.none",
3833
+ "type": "dimension",
3834
+ "category": "radius",
3835
+ "description": "Public Ropav radius token for radius.none.",
3836
+ "themeApplicability": "all-themes"
3837
+ },
3838
+ {
3839
+ "name": "--rp-radius-sm",
3840
+ "sourcePath": "radius.sm",
3841
+ "type": "dimension",
3842
+ "category": "radius",
3843
+ "description": "Public Ropav radius token for radius.sm.",
3844
+ "themeApplicability": "all-themes"
3845
+ },
3846
+ {
3847
+ "name": "--rp-radius-xl",
3848
+ "sourcePath": "radius.xl",
3849
+ "type": "dimension",
3850
+ "category": "radius",
3851
+ "description": "Public Ropav radius token for radius.xl.",
3852
+ "themeApplicability": "all-themes"
3853
+ },
3854
+ {
3855
+ "name": "--rp-radius-xs",
3856
+ "sourcePath": "radius.xs",
3857
+ "type": "dimension",
3858
+ "category": "radius",
3859
+ "description": "Public Ropav radius token for radius.xs.",
3860
+ "themeApplicability": "all-themes"
3861
+ },
3862
+ {
3863
+ "name": "--rp-shadow-base",
3864
+ "sourcePath": "shadow.base",
3865
+ "type": "shadow",
3866
+ "category": "shadow",
3867
+ "description": "Public Ropav shadow token for shadow.base.",
3868
+ "themeApplicability": "light-and-dark"
3869
+ },
3870
+ {
3871
+ "name": "--rp-shadow-lg",
3872
+ "sourcePath": "shadow.lg",
3873
+ "type": "shadow",
3874
+ "category": "shadow",
3875
+ "description": "Public Ropav shadow token for shadow.lg.",
3876
+ "themeApplicability": "light-and-dark"
3877
+ },
3878
+ {
3879
+ "name": "--rp-shadow-md",
3880
+ "sourcePath": "shadow.md",
3881
+ "type": "shadow",
3882
+ "category": "shadow",
3883
+ "description": "Public Ropav shadow token for shadow.md.",
3884
+ "themeApplicability": "light-and-dark"
3885
+ },
3886
+ {
3887
+ "name": "--rp-shadow-sm",
3888
+ "sourcePath": "shadow.sm",
3889
+ "type": "shadow",
3890
+ "category": "shadow",
3891
+ "description": "Public Ropav shadow token for shadow.sm.",
3892
+ "themeApplicability": "light-and-dark"
3893
+ },
3894
+ {
3895
+ "name": "--rp-size-control-lg",
3896
+ "sourcePath": "size.control.lg",
3897
+ "type": "dimension",
3898
+ "category": "size",
3899
+ "description": "Public Ropav size token for size.control.lg.",
3900
+ "themeApplicability": "all-themes"
3901
+ },
3902
+ {
3903
+ "name": "--rp-size-control-md",
3904
+ "sourcePath": "size.control.md",
3905
+ "type": "dimension",
3906
+ "category": "size",
3907
+ "description": "Public Ropav size token for size.control.md.",
3908
+ "themeApplicability": "all-themes"
3909
+ },
3910
+ {
3911
+ "name": "--rp-size-control-sm",
3912
+ "sourcePath": "size.control.sm",
3913
+ "type": "dimension",
3914
+ "category": "size",
3915
+ "description": "Public Ropav size token for size.control.sm.",
3916
+ "themeApplicability": "all-themes"
3917
+ },
3918
+ {
3919
+ "name": "--rp-size-control-xl",
3920
+ "sourcePath": "size.control.xl",
3921
+ "type": "dimension",
3922
+ "category": "size",
3923
+ "description": "Public Ropav size token for size.control.xl.",
3924
+ "themeApplicability": "all-themes"
3925
+ },
3926
+ {
3927
+ "name": "--rp-size-control-xs",
3928
+ "sourcePath": "size.control.xs",
3929
+ "type": "dimension",
3930
+ "category": "size",
3931
+ "description": "Public Ropav size token for size.control.xs.",
3932
+ "themeApplicability": "all-themes"
3933
+ },
3934
+ {
3935
+ "name": "--rp-spacing-0",
3936
+ "sourcePath": "spacing.0",
3937
+ "type": "dimension",
3938
+ "category": "spacing",
3939
+ "description": "Public Ropav spacing token for spacing.0.",
3940
+ "themeApplicability": "all-themes"
3941
+ },
3942
+ {
3943
+ "name": "--rp-spacing-1",
3944
+ "sourcePath": "spacing.1",
3945
+ "type": "dimension",
3946
+ "category": "spacing",
3947
+ "description": "Public Ropav spacing token for spacing.1.",
3948
+ "themeApplicability": "all-themes"
3949
+ },
3950
+ {
3951
+ "name": "--rp-spacing-10",
3952
+ "sourcePath": "spacing.10",
3953
+ "type": "dimension",
3954
+ "category": "spacing",
3955
+ "description": "Public Ropav spacing token for spacing.10.",
3956
+ "themeApplicability": "all-themes"
3957
+ },
3958
+ {
3959
+ "name": "--rp-spacing-12",
3960
+ "sourcePath": "spacing.12",
3961
+ "type": "dimension",
3962
+ "category": "spacing",
3963
+ "description": "Public Ropav spacing token for spacing.12.",
3964
+ "themeApplicability": "all-themes"
3965
+ },
3966
+ {
3967
+ "name": "--rp-spacing-2",
3968
+ "sourcePath": "spacing.2",
3969
+ "type": "dimension",
3970
+ "category": "spacing",
3971
+ "description": "Public Ropav spacing token for spacing.2.",
3972
+ "themeApplicability": "all-themes"
3973
+ },
3974
+ {
3975
+ "name": "--rp-spacing-3",
3976
+ "sourcePath": "spacing.3",
3977
+ "type": "dimension",
3978
+ "category": "spacing",
3979
+ "description": "Public Ropav spacing token for spacing.3.",
3980
+ "themeApplicability": "all-themes"
3981
+ },
3982
+ {
3983
+ "name": "--rp-spacing-4",
3984
+ "sourcePath": "spacing.4",
3985
+ "type": "dimension",
3986
+ "category": "spacing",
3987
+ "description": "Public Ropav spacing token for spacing.4.",
3988
+ "themeApplicability": "all-themes"
3989
+ },
3990
+ {
3991
+ "name": "--rp-spacing-5",
3992
+ "sourcePath": "spacing.5",
3993
+ "type": "dimension",
3994
+ "category": "spacing",
3995
+ "description": "Public Ropav spacing token for spacing.5.",
3996
+ "themeApplicability": "all-themes"
3997
+ },
3998
+ {
3999
+ "name": "--rp-spacing-6",
4000
+ "sourcePath": "spacing.6",
4001
+ "type": "dimension",
4002
+ "category": "spacing",
4003
+ "description": "Public Ropav spacing token for spacing.6.",
4004
+ "themeApplicability": "all-themes"
4005
+ },
4006
+ {
4007
+ "name": "--rp-spacing-8",
4008
+ "sourcePath": "spacing.8",
4009
+ "type": "dimension",
4010
+ "category": "spacing",
4011
+ "description": "Public Ropav spacing token for spacing.8.",
4012
+ "themeApplicability": "all-themes"
4013
+ },
4014
+ {
4015
+ "name": "--rp-transition-base",
4016
+ "sourcePath": "transition.base",
4017
+ "type": "transition",
4018
+ "category": "transition",
4019
+ "description": "Public Ropav transition token for transition.base.",
4020
+ "themeApplicability": "all-themes"
4021
+ },
4022
+ {
4023
+ "name": "--rp-transition-fast",
4024
+ "sourcePath": "transition.fast",
4025
+ "type": "transition",
4026
+ "category": "transition",
4027
+ "description": "Public Ropav transition token for transition.fast.",
4028
+ "themeApplicability": "all-themes"
4029
+ },
4030
+ {
4031
+ "name": "--rp-transition-slow",
4032
+ "sourcePath": "transition.slow",
4033
+ "type": "transition",
4034
+ "category": "transition",
4035
+ "description": "Public Ropav transition token for transition.slow.",
4036
+ "themeApplicability": "all-themes"
4037
+ }
4038
+ ],
4039
+ "componentVariables": [
4040
+ {
4041
+ "name": "--rp-switch-track-width",
4042
+ "component": "Switch",
4043
+ "acceptedValue": "<length>",
4044
+ "fallback": "size preset track width",
4045
+ "description": "Width shared by the Switch track and thumb travel calculation."
4046
+ },
4047
+ {
4048
+ "name": "--rp-switch-track-height",
4049
+ "component": "Switch",
4050
+ "acceptedValue": "<length>",
4051
+ "fallback": "size preset track height",
4052
+ "description": "Height of the Switch track."
4053
+ },
4054
+ {
4055
+ "name": "--rp-switch-thumb-size",
4056
+ "component": "Switch",
4057
+ "acceptedValue": "<length>",
4058
+ "fallback": "size preset thumb size",
4059
+ "description": "Diameter of the Switch thumb."
4060
+ },
4061
+ {
4062
+ "name": "--rp-switch-thumb-offset",
4063
+ "component": "Switch",
4064
+ "acceptedValue": "<length>",
4065
+ "fallback": "2px",
4066
+ "description": "Inset used for the Switch thumb at both ends of the track."
4067
+ },
4068
+ {
4069
+ "name": "--rp-slider-track-length",
4070
+ "component": "Slider, RangeSlider",
4071
+ "acceptedValue": "<length>",
4072
+ "fallback": "160px",
4073
+ "description": "Minimum track length for a horizontal or vertical slider."
4074
+ },
4075
+ {
4076
+ "name": "--rp-slider-track-thickness",
4077
+ "component": "Slider, RangeSlider",
4078
+ "acceptedValue": "<length>",
4079
+ "fallback": "size preset track thickness",
4080
+ "description": "Thickness shared by the track and native range pseudo-elements."
4081
+ },
4082
+ {
4083
+ "name": "--rp-slider-thumb-size",
4084
+ "component": "Slider, RangeSlider",
4085
+ "acceptedValue": "<length>",
4086
+ "fallback": "size preset thumb size",
4087
+ "description": "Diameter shared by native and custom slider thumbs."
4088
+ },
4089
+ {
4090
+ "name": "--rp-slider-thumb-border-width",
4091
+ "component": "Slider, RangeSlider",
4092
+ "acceptedValue": "<line-width>",
4093
+ "fallback": "size preset thumb border width",
4094
+ "description": "Border width shared by native and custom slider thumbs."
4095
+ },
4096
+ {
4097
+ "name": "--rp-slider-thumb-padding",
4098
+ "component": "Slider, RangeSlider",
4099
+ "acceptedValue": "<length>",
4100
+ "fallback": "0",
4101
+ "description": "Inner padding for custom slider thumb content."
4102
+ },
4103
+ {
4104
+ "name": "--rp-slider-mark-size",
4105
+ "component": "Slider, RangeSlider",
4106
+ "acceptedValue": "<length>",
4107
+ "fallback": "size preset mark size",
4108
+ "description": "Diameter of slider marks."
4109
+ },
4110
+ {
4111
+ "name": "--rp-radio-control-size",
4112
+ "component": "Radio",
4113
+ "acceptedValue": "<length>",
4114
+ "fallback": "size preset control size",
4115
+ "description": "Diameter of the Radio control."
4116
+ },
4117
+ {
4118
+ "name": "--rp-radio-dot-size",
4119
+ "component": "Radio",
4120
+ "acceptedValue": "<length>",
4121
+ "fallback": "size preset dot size",
4122
+ "description": "Diameter of the checked Radio dot."
4123
+ }
4124
+ ]
4125
+ }