@primer/primitives 11.6.0 → 11.6.1-rc.0b7e3805

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 (63) hide show
  1. package/DESIGN_TOKENS_SPEC.md +0 -5
  2. package/dist/css/functional/themes/dark-colorblind-high-contrast.css +0 -2
  3. package/dist/css/functional/themes/dark-colorblind.css +0 -2
  4. package/dist/css/functional/themes/dark-dimmed-high-contrast.css +0 -2
  5. package/dist/css/functional/themes/dark-dimmed.css +0 -2
  6. package/dist/css/functional/themes/dark-high-contrast.css +0 -2
  7. package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +0 -2
  8. package/dist/css/functional/themes/dark-tritanopia.css +0 -2
  9. package/dist/css/functional/themes/dark.css +0 -2
  10. package/dist/css/functional/themes/light-colorblind-high-contrast.css +2 -4
  11. package/dist/css/functional/themes/light-colorblind.css +2 -4
  12. package/dist/css/functional/themes/light-high-contrast.css +2 -4
  13. package/dist/css/functional/themes/light-tritanopia-high-contrast.css +2 -4
  14. package/dist/css/functional/themes/light-tritanopia.css +2 -4
  15. package/dist/css/functional/themes/light.css +2 -4
  16. package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +0 -170
  17. package/dist/docs/functional/themes/dark-colorblind.json +0 -170
  18. package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +0 -170
  19. package/dist/docs/functional/themes/dark-dimmed.json +0 -170
  20. package/dist/docs/functional/themes/dark-high-contrast.json +0 -170
  21. package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +0 -170
  22. package/dist/docs/functional/themes/dark-tritanopia.json +0 -170
  23. package/dist/docs/functional/themes/dark.json +0 -170
  24. package/dist/docs/functional/themes/light-colorblind-high-contrast.json +2 -172
  25. package/dist/docs/functional/themes/light-colorblind.json +2 -172
  26. package/dist/docs/functional/themes/light-high-contrast.json +2 -172
  27. package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +2 -172
  28. package/dist/docs/functional/themes/light-tritanopia.json +2 -172
  29. package/dist/docs/functional/themes/light.json +2 -172
  30. package/dist/figma/themes/light-colorblind.json +1 -1
  31. package/dist/figma/themes/light-high-contrast.json +1 -1
  32. package/dist/figma/themes/light-tritanopia.json +1 -1
  33. package/dist/figma/themes/light.json +1 -1
  34. package/dist/internalCss/dark-colorblind-high-contrast.css +0 -2
  35. package/dist/internalCss/dark-colorblind.css +0 -2
  36. package/dist/internalCss/dark-dimmed-high-contrast.css +0 -2
  37. package/dist/internalCss/dark-dimmed.css +0 -2
  38. package/dist/internalCss/dark-high-contrast.css +0 -2
  39. package/dist/internalCss/dark-tritanopia-high-contrast.css +0 -2
  40. package/dist/internalCss/dark-tritanopia.css +0 -2
  41. package/dist/internalCss/dark.css +0 -2
  42. package/dist/internalCss/light-colorblind-high-contrast.css +2 -4
  43. package/dist/internalCss/light-colorblind.css +2 -4
  44. package/dist/internalCss/light-high-contrast.css +2 -4
  45. package/dist/internalCss/light-tritanopia-high-contrast.css +2 -4
  46. package/dist/internalCss/light-tritanopia.css +2 -4
  47. package/dist/internalCss/light.css +2 -4
  48. package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +0 -170
  49. package/dist/styleLint/functional/themes/dark-colorblind.json +0 -170
  50. package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +0 -170
  51. package/dist/styleLint/functional/themes/dark-dimmed.json +0 -170
  52. package/dist/styleLint/functional/themes/dark-high-contrast.json +0 -170
  53. package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +0 -170
  54. package/dist/styleLint/functional/themes/dark-tritanopia.json +0 -170
  55. package/dist/styleLint/functional/themes/dark.json +0 -170
  56. package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +2 -172
  57. package/dist/styleLint/functional/themes/light-colorblind.json +2 -172
  58. package/dist/styleLint/functional/themes/light-high-contrast.json +2 -172
  59. package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +2 -172
  60. package/dist/styleLint/functional/themes/light-tritanopia.json +2 -172
  61. package/dist/styleLint/functional/themes/light.json +2 -172
  62. package/package.json +2 -2
  63. package/src/tokens/functional/shadow/shadow.json5 +1 -100
@@ -49134,176 +49134,6 @@
49134
49134
  "type": "shadow",
49135
49135
  "description": "Large floating shadow for modals and dialogs"
49136
49136
  },
49137
- "shadow-floating-legacy": {
49138
- "key": "{shadow.floating.legacy}",
49139
- "$extensions": {
49140
- "org.primer.figma": {},
49141
- "org.primer.overrides": {
49142
- "dark": {
49143
- "$value": [
49144
- {
49145
- "color": "#ffffff",
49146
- "alpha": 0.4,
49147
- "offsetX": {
49148
- "value": 0,
49149
- "unit": "px"
49150
- },
49151
- "offsetY": {
49152
- "value": 6,
49153
- "unit": "px"
49154
- },
49155
- "blur": {
49156
- "value": 12,
49157
- "unit": "px"
49158
- },
49159
- "spread": {
49160
- "value": -3,
49161
- "unit": "px"
49162
- }
49163
- },
49164
- {
49165
- "color": "#ffffff",
49166
- "alpha": 0.4,
49167
- "offsetX": {
49168
- "value": 0,
49169
- "unit": "px"
49170
- },
49171
- "offsetY": {
49172
- "value": 6,
49173
- "unit": "px"
49174
- },
49175
- "blur": {
49176
- "value": 18,
49177
- "unit": "px"
49178
- },
49179
- "spread": {
49180
- "value": 0,
49181
- "unit": "px"
49182
- }
49183
- }
49184
- ],
49185
- "filePath": "src/tokens/functional/shadow/shadow.json5",
49186
- "isSource": true,
49187
- "$type": "shadow"
49188
- }
49189
- },
49190
- "org.primer.llm": {
49191
- "usage": ["legacy-component", "backward-compatibility"],
49192
- "rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
49193
- }
49194
- },
49195
- "filePath": "src/tokens/functional/shadow/shadow.json5",
49196
- "isSource": true,
49197
- "original": {
49198
- "$value": [
49199
- {
49200
- "color": "{base.color.neutral.12}",
49201
- "alpha": 0.04,
49202
- "offsetX": {
49203
- "value": 0,
49204
- "unit": "px"
49205
- },
49206
- "offsetY": {
49207
- "value": 6,
49208
- "unit": "px"
49209
- },
49210
- "blur": {
49211
- "value": 12,
49212
- "unit": "px"
49213
- },
49214
- "spread": {
49215
- "value": -3,
49216
- "unit": "px"
49217
- }
49218
- },
49219
- {
49220
- "color": "{base.color.neutral.12}",
49221
- "alpha": 0.12,
49222
- "offsetX": {
49223
- "value": 0,
49224
- "unit": "px"
49225
- },
49226
- "offsetY": {
49227
- "value": 6,
49228
- "unit": "px"
49229
- },
49230
- "blur": {
49231
- "value": 18,
49232
- "unit": "px"
49233
- },
49234
- "spread": {
49235
- "value": 0,
49236
- "unit": "px"
49237
- }
49238
- }
49239
- ],
49240
- "$type": "shadow",
49241
- "$description": "Legacy floating shadow for backward compatibility",
49242
- "$extensions": {
49243
- "org.primer.figma": {},
49244
- "org.primer.overrides": {
49245
- "dark": {
49246
- "$value": [
49247
- {
49248
- "color": "{base.color.neutral.0}",
49249
- "alpha": 0.4,
49250
- "offsetX": {
49251
- "value": 0,
49252
- "unit": "px"
49253
- },
49254
- "offsetY": {
49255
- "value": 6,
49256
- "unit": "px"
49257
- },
49258
- "blur": {
49259
- "value": 12,
49260
- "unit": "px"
49261
- },
49262
- "spread": {
49263
- "value": -3,
49264
- "unit": "px"
49265
- }
49266
- },
49267
- {
49268
- "color": "{base.color.neutral.0}",
49269
- "alpha": 0.4,
49270
- "offsetX": {
49271
- "value": 0,
49272
- "unit": "px"
49273
- },
49274
- "offsetY": {
49275
- "value": 6,
49276
- "unit": "px"
49277
- },
49278
- "blur": {
49279
- "value": 18,
49280
- "unit": "px"
49281
- },
49282
- "spread": {
49283
- "value": 0,
49284
- "unit": "px"
49285
- }
49286
- }
49287
- ],
49288
- "filePath": "src/tokens/functional/shadow/shadow.json5",
49289
- "isSource": true,
49290
- "$type": "shadow"
49291
- }
49292
- },
49293
- "org.primer.llm": {
49294
- "usage": ["legacy-component", "backward-compatibility"],
49295
- "rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
49296
- }
49297
- },
49298
- "key": "{shadow.floating.legacy}"
49299
- },
49300
- "name": "shadow-floating-legacy",
49301
- "attributes": {},
49302
- "path": ["shadow", "floating", "legacy"],
49303
- "value": "0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f",
49304
- "type": "shadow",
49305
- "description": "Legacy floating shadow for backward compatibility"
49306
- },
49307
49137
  "shadow-floating-medium": {
49308
49138
  "key": "{shadow.floating.medium}",
49309
49139
  "$extensions": {
@@ -50389,7 +50219,7 @@
50389
50219
  "$value": [
50390
50220
  {
50391
50221
  "color": "{overlay.borderColor}",
50392
- "alpha": 0.5,
50222
+ "alpha": 0.25,
50393
50223
  "offsetX": {
50394
50224
  "value": 0,
50395
50225
  "unit": "px"
@@ -50534,7 +50364,7 @@
50534
50364
  "name": "shadow-floating-small",
50535
50365
  "attributes": {},
50536
50366
  "path": ["shadow", "floating", "small"],
50537
- "value": "0 0 0 1px #d1d9e080, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f",
50367
+ "value": "0 0 0 1px #d1d9e040, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f",
50538
50368
  "type": "shadow",
50539
50369
  "description": "Small floating shadow for dropdowns, tooltips, and small overlays"
50540
50370
  },
@@ -341,7 +341,7 @@
341
341
  "r": 0.8196078431372549,
342
342
  "g": 0.8509803921568627,
343
343
  "b": 0.8784313725490196,
344
- "a": 0.5
344
+ "a": 0.25
345
345
  },
346
346
  "type": "COLOR",
347
347
  "scopes": ["EFFECT_COLOR"],
@@ -341,7 +341,7 @@
341
341
  "r": 0.27058823529411763,
342
342
  "g": 0.2980392156862745,
343
343
  "b": 0.32941176470588235,
344
- "a": 0.5
344
+ "a": 0.25
345
345
  },
346
346
  "type": "COLOR",
347
347
  "scopes": ["EFFECT_COLOR"],
@@ -341,7 +341,7 @@
341
341
  "r": 0.8196078431372549,
342
342
  "g": 0.8509803921568627,
343
343
  "b": 0.8784313725490196,
344
- "a": 0.5
344
+ "a": 0.25
345
345
  },
346
346
  "type": "COLOR",
347
347
  "scopes": ["EFFECT_COLOR"],
@@ -341,7 +341,7 @@
341
341
  "r": 0.8196078431372549,
342
342
  "g": 0.8509803921568627,
343
343
  "b": 0.8784313725490196,
344
- "a": 0.5
344
+ "a": 0.25
345
345
  },
346
346
  "type": "COLOR",
347
347
  "scopes": ["EFFECT_COLOR"],
@@ -1093,7 +1093,6 @@
1093
1093
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1094
1094
  --selectMenu-borderColor: var(--borderColor-default);
1095
1095
  --selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
1096
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
1097
1096
  --shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
1098
1097
  --shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
1099
1098
  --shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
@@ -2295,7 +2294,6 @@
2295
2294
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
2296
2295
  --selectMenu-borderColor: var(--borderColor-default);
2297
2296
  --selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
2298
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
2299
2297
  --shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
2300
2298
  --shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
2301
2299
  --shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
@@ -1115,7 +1115,6 @@
1115
1115
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1116
1116
  --selectMenu-borderColor: var(--borderColor-default);
1117
1117
  --selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
1118
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
1119
1118
  --shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
1120
1119
  --shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
1121
1120
  --shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
@@ -2317,7 +2316,6 @@
2317
2316
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
2318
2317
  --selectMenu-borderColor: var(--borderColor-default);
2319
2318
  --selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
2320
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
2321
2319
  --shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
2322
2320
  --shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
2323
2321
  --shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
@@ -1123,7 +1123,6 @@
1123
1123
  --progressBar-bgColor-success: var(--bgColor-success-emphasis);
1124
1124
  --selectMenu-borderColor: var(--borderColor-default);
1125
1125
  --selection-bgColor: #1b4b91b3; /** Background color for text selection highlights */
1126
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
1127
1126
  --shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
1128
1127
  --shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
1129
1128
  --shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
@@ -2325,7 +2324,6 @@
2325
2324
  --progressBar-bgColor-success: var(--bgColor-success-emphasis);
2326
2325
  --selectMenu-borderColor: var(--borderColor-default);
2327
2326
  --selection-bgColor: #1b4b91b3; /** Background color for text selection highlights */
2328
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
2329
2327
  --shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
2330
2328
  --shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
2331
2329
  --shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
@@ -1141,7 +1141,6 @@
1141
1141
  --selectMenu-borderColor: var(--borderColor-default);
1142
1142
  --selection-bgColor: #316dcab3; /** Background color for text selection highlights */
1143
1143
  --shadow-floating-large: 0 0 0 1px #3d444d, 0 24px 48px 0 #010409; /** Large floating shadow for modals and dialogs */
1144
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
1145
1144
  --shadow-floating-medium: 0 0 0 1px #3d444d, 0 8px 16px -4px #01040966, 0 4px 32px -4px #01040966, 0 24px 48px -12px #01040966, 0 48px 96px -24px #01040966; /** Medium floating shadow for popovers and action menus */
1146
1145
  --shadow-floating-small: 0 0 0 1px #3d444d, 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Small floating shadow for dropdowns, tooltips, and small overlays */
1147
1146
  --shadow-floating-xlarge: 0 0 0 1px #3d444d, 0 32px 64px 0 #010409; /** Extra large floating shadow for full-screen overlays and sheets */
@@ -2343,7 +2342,6 @@
2343
2342
  --selectMenu-borderColor: var(--borderColor-default);
2344
2343
  --selection-bgColor: #316dcab3; /** Background color for text selection highlights */
2345
2344
  --shadow-floating-large: 0 0 0 1px #3d444d, 0 24px 48px 0 #010409; /** Large floating shadow for modals and dialogs */
2346
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
2347
2345
  --shadow-floating-medium: 0 0 0 1px #3d444d, 0 8px 16px -4px #01040966, 0 4px 32px -4px #01040966, 0 24px 48px -12px #01040966, 0 48px 96px -24px #01040966; /** Medium floating shadow for popovers and action menus */
2348
2346
  --shadow-floating-small: 0 0 0 1px #3d444d, 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Small floating shadow for dropdowns, tooltips, and small overlays */
2349
2347
  --shadow-floating-xlarge: 0 0 0 1px #3d444d, 0 32px 64px 0 #010409; /** Extra large floating shadow for full-screen overlays and sheets */
@@ -1093,7 +1093,6 @@
1093
1093
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1094
1094
  --selectMenu-borderColor: var(--borderColor-default);
1095
1095
  --selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
1096
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
1097
1096
  --shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
1098
1097
  --shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
1099
1098
  --shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
@@ -2295,7 +2294,6 @@
2295
2294
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
2296
2295
  --selectMenu-borderColor: var(--borderColor-default);
2297
2296
  --selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
2298
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
2299
2297
  --shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
2300
2298
  --shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
2301
2299
  --shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
@@ -1093,7 +1093,6 @@
1093
1093
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1094
1094
  --selectMenu-borderColor: var(--borderColor-default);
1095
1095
  --selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
1096
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
1097
1096
  --shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
1098
1097
  --shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
1099
1098
  --shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
@@ -2295,7 +2294,6 @@
2295
2294
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
2296
2295
  --selectMenu-borderColor: var(--borderColor-default);
2297
2296
  --selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
2298
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
2299
2297
  --shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
2300
2298
  --shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
2301
2299
  --shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
@@ -1117,7 +1117,6 @@
1117
1117
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1118
1118
  --selectMenu-borderColor: var(--borderColor-default);
1119
1119
  --selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
1120
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
1121
1120
  --shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
1122
1121
  --shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
1123
1122
  --shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
@@ -2319,7 +2318,6 @@
2319
2318
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
2320
2319
  --selectMenu-borderColor: var(--borderColor-default);
2321
2320
  --selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
2322
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
2323
2321
  --shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
2324
2322
  --shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
2325
2323
  --shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
@@ -1115,7 +1115,6 @@
1115
1115
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1116
1116
  --selectMenu-borderColor: var(--borderColor-default);
1117
1117
  --selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
1118
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
1119
1118
  --shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
1120
1119
  --shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
1121
1120
  --shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
@@ -2317,7 +2316,6 @@
2317
2316
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
2318
2317
  --selectMenu-borderColor: var(--borderColor-default);
2319
2318
  --selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
2320
- --shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
2321
2319
  --shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
2322
2320
  --shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
2323
2321
  --shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
@@ -918,7 +918,6 @@
918
918
  --reactionButton-selected-fgColor-hover: var(--base-color-blue-6);
919
919
  --selectMenu-bgColor-active: var(--base-color-blue-1);
920
920
  --selectMenu-borderColor: var(--base-color-transparent);
921
- --shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
922
921
  --shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
923
922
  --skeletonLoader-bgColor: var(--base-color-neutral-5);
924
923
  --treeViewItem-leadingVisual-iconColor-rest: var(--base-color-blue-3);
@@ -1189,7 +1188,7 @@
1189
1188
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1190
1189
  --shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
1191
1190
  --shadow-floating-medium: 0 0 0 1px #454c54, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
1192
- --shadow-floating-small: 0 0 0 1px #454c5480, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
1191
+ --shadow-floating-small: 0 0 0 1px #454c5440, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
1193
1192
  --shadow-floating-xlarge: 0 0 0 1px #454c54, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
1194
1193
  --tooltip-fgColor: var(--fgColor-onEmphasis);
1195
1194
  --underlineNav-borderColor-hover: var(--borderColor-muted);
@@ -2120,7 +2119,6 @@
2120
2119
  --reactionButton-selected-fgColor-hover: var(--base-color-blue-6);
2121
2120
  --selectMenu-bgColor-active: var(--base-color-blue-1);
2122
2121
  --selectMenu-borderColor: var(--base-color-transparent);
2123
- --shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
2124
2122
  --shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
2125
2123
  --skeletonLoader-bgColor: var(--base-color-neutral-5);
2126
2124
  --treeViewItem-leadingVisual-iconColor-rest: var(--base-color-blue-3);
@@ -2391,7 +2389,7 @@
2391
2389
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
2392
2390
  --shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
2393
2391
  --shadow-floating-medium: 0 0 0 1px #454c54, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
2394
- --shadow-floating-small: 0 0 0 1px #454c5480, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
2392
+ --shadow-floating-small: 0 0 0 1px #454c5440, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
2395
2393
  --shadow-floating-xlarge: 0 0 0 1px #454c54, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
2396
2394
  --tooltip-fgColor: var(--fgColor-onEmphasis);
2397
2395
  --underlineNav-borderColor-hover: var(--borderColor-muted);
@@ -931,7 +931,6 @@
931
931
  --reactionButton-selected-fgColor-hover: var(--base-color-blue-6);
932
932
  --selectMenu-bgColor-active: var(--base-color-blue-1);
933
933
  --selectMenu-borderColor: var(--base-color-transparent);
934
- --shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
935
934
  --shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
936
935
  --skeletonLoader-bgColor: #818b981a;
937
936
  --topicTag-borderColor: var(--base-color-transparent);
@@ -1194,7 +1193,7 @@
1194
1193
  --buttonKeybindingHint-danger-fgColor-disabled: var(--buttonKeybindingHint-default-fgColor-disabled);
1195
1194
  --shadow-floating-large: 0 0 0 1px #d1d9e000, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
1196
1195
  --shadow-floating-medium: 0 0 0 1px #d1d9e000, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
1197
- --shadow-floating-small: 0 0 0 1px #d1d9e080, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
1196
+ --shadow-floating-small: 0 0 0 1px #d1d9e040, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
1198
1197
  --shadow-floating-xlarge: 0 0 0 1px #d1d9e000, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
1199
1198
  --button-danger-borderColor-active: var(--button-danger-borderColor-hover);
1200
1199
  --button-outline-borderColor-hover: var(--button-primary-borderColor-hover);
@@ -2133,7 +2132,6 @@
2133
2132
  --reactionButton-selected-fgColor-hover: var(--base-color-blue-6);
2134
2133
  --selectMenu-bgColor-active: var(--base-color-blue-1);
2135
2134
  --selectMenu-borderColor: var(--base-color-transparent);
2136
- --shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
2137
2135
  --shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
2138
2136
  --skeletonLoader-bgColor: #818b981a;
2139
2137
  --topicTag-borderColor: var(--base-color-transparent);
@@ -2396,7 +2394,7 @@
2396
2394
  --buttonKeybindingHint-danger-fgColor-disabled: var(--buttonKeybindingHint-default-fgColor-disabled);
2397
2395
  --shadow-floating-large: 0 0 0 1px #d1d9e000, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
2398
2396
  --shadow-floating-medium: 0 0 0 1px #d1d9e000, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
2399
- --shadow-floating-small: 0 0 0 1px #d1d9e080, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
2397
+ --shadow-floating-small: 0 0 0 1px #d1d9e040, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
2400
2398
  --shadow-floating-xlarge: 0 0 0 1px #d1d9e000, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
2401
2399
  --button-danger-borderColor-active: var(--button-danger-borderColor-hover);
2402
2400
  --button-outline-borderColor-hover: var(--button-primary-borderColor-hover);
@@ -911,7 +911,6 @@
911
911
  --reactionButton-selected-fgColor-hover: var(--base-color-blue-6);
912
912
  --selectMenu-bgColor-active: var(--base-color-blue-1);
913
913
  --selectMenu-borderColor: var(--base-color-transparent);
914
- --shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
915
914
  --shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
916
915
  --skeletonLoader-bgColor: var(--base-color-neutral-5);
917
916
  --treeViewItem-leadingVisual-iconColor-rest: var(--base-color-blue-3);
@@ -1187,7 +1186,7 @@
1187
1186
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1188
1187
  --shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
1189
1188
  --shadow-floating-medium: 0 0 0 1px #454c54, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
1190
- --shadow-floating-small: 0 0 0 1px #454c5480, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
1189
+ --shadow-floating-small: 0 0 0 1px #454c5440, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
1191
1190
  --shadow-floating-xlarge: 0 0 0 1px #454c54, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
1192
1191
  --tooltip-fgColor: var(--fgColor-onEmphasis);
1193
1192
  --underlineNav-borderColor-hover: var(--borderColor-muted);
@@ -2113,7 +2112,6 @@
2113
2112
  --reactionButton-selected-fgColor-hover: var(--base-color-blue-6);
2114
2113
  --selectMenu-bgColor-active: var(--base-color-blue-1);
2115
2114
  --selectMenu-borderColor: var(--base-color-transparent);
2116
- --shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
2117
2115
  --shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
2118
2116
  --skeletonLoader-bgColor: var(--base-color-neutral-5);
2119
2117
  --treeViewItem-leadingVisual-iconColor-rest: var(--base-color-blue-3);
@@ -2389,7 +2387,7 @@
2389
2387
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
2390
2388
  --shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
2391
2389
  --shadow-floating-medium: 0 0 0 1px #454c54, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
2392
- --shadow-floating-small: 0 0 0 1px #454c5480, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
2390
+ --shadow-floating-small: 0 0 0 1px #454c5440, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
2393
2391
  --shadow-floating-xlarge: 0 0 0 1px #454c54, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
2394
2392
  --tooltip-fgColor: var(--fgColor-onEmphasis);
2395
2393
  --underlineNav-borderColor-hover: var(--borderColor-muted);
@@ -918,7 +918,6 @@
918
918
  --reactionButton-selected-fgColor-hover: var(--base-color-blue-6);
919
919
  --selectMenu-bgColor-active: var(--base-color-blue-1);
920
920
  --selectMenu-borderColor: var(--base-color-transparent);
921
- --shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
922
921
  --shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
923
922
  --skeletonLoader-bgColor: var(--base-color-neutral-5);
924
923
  --treeViewItem-leadingVisual-iconColor-rest: var(--base-color-blue-3);
@@ -1189,7 +1188,7 @@
1189
1188
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1190
1189
  --shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
1191
1190
  --shadow-floating-medium: 0 0 0 1px #454c54, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
1192
- --shadow-floating-small: 0 0 0 1px #454c5480, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
1191
+ --shadow-floating-small: 0 0 0 1px #454c5440, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
1193
1192
  --shadow-floating-xlarge: 0 0 0 1px #454c54, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
1194
1193
  --tooltip-fgColor: var(--fgColor-onEmphasis);
1195
1194
  --underlineNav-borderColor-hover: var(--borderColor-muted);
@@ -2120,7 +2119,6 @@
2120
2119
  --reactionButton-selected-fgColor-hover: var(--base-color-blue-6);
2121
2120
  --selectMenu-bgColor-active: var(--base-color-blue-1);
2122
2121
  --selectMenu-borderColor: var(--base-color-transparent);
2123
- --shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
2124
2122
  --shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
2125
2123
  --skeletonLoader-bgColor: var(--base-color-neutral-5);
2126
2124
  --treeViewItem-leadingVisual-iconColor-rest: var(--base-color-blue-3);
@@ -2391,7 +2389,7 @@
2391
2389
  --reactionButton-selected-fgColor-rest: var(--fgColor-link);
2392
2390
  --shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
2393
2391
  --shadow-floating-medium: 0 0 0 1px #454c54, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
2394
- --shadow-floating-small: 0 0 0 1px #454c5480, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
2392
+ --shadow-floating-small: 0 0 0 1px #454c5440, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
2395
2393
  --shadow-floating-xlarge: 0 0 0 1px #454c54, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
2396
2394
  --tooltip-fgColor: var(--fgColor-onEmphasis);
2397
2395
  --underlineNav-borderColor-hover: var(--borderColor-muted);
@@ -937,7 +937,6 @@
937
937
  --reactionButton-selected-fgColor-hover: var(--base-color-blue-6);
938
938
  --selectMenu-bgColor-active: var(--base-color-blue-1);
939
939
  --selectMenu-borderColor: var(--base-color-transparent);
940
- --shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
941
940
  --shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
942
941
  --skeletonLoader-bgColor: #818b981a;
943
942
  --topicTag-borderColor: var(--base-color-transparent);
@@ -1194,7 +1193,7 @@
1194
1193
  --buttonKeybindingHint-danger-fgColor-disabled: var(--buttonKeybindingHint-default-fgColor-disabled);
1195
1194
  --shadow-floating-large: 0 0 0 1px #d1d9e000, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
1196
1195
  --shadow-floating-medium: 0 0 0 1px #d1d9e000, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
1197
- --shadow-floating-small: 0 0 0 1px #d1d9e080, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
1196
+ --shadow-floating-small: 0 0 0 1px #d1d9e040, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
1198
1197
  --shadow-floating-xlarge: 0 0 0 1px #d1d9e000, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
1199
1198
  --button-danger-borderColor-active: var(--button-danger-borderColor-hover);
1200
1199
  --button-outline-borderColor-hover: var(--button-primary-borderColor-hover);
@@ -2139,7 +2138,6 @@
2139
2138
  --reactionButton-selected-fgColor-hover: var(--base-color-blue-6);
2140
2139
  --selectMenu-bgColor-active: var(--base-color-blue-1);
2141
2140
  --selectMenu-borderColor: var(--base-color-transparent);
2142
- --shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
2143
2141
  --shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
2144
2142
  --skeletonLoader-bgColor: #818b981a;
2145
2143
  --topicTag-borderColor: var(--base-color-transparent);
@@ -2396,7 +2394,7 @@
2396
2394
  --buttonKeybindingHint-danger-fgColor-disabled: var(--buttonKeybindingHint-default-fgColor-disabled);
2397
2395
  --shadow-floating-large: 0 0 0 1px #d1d9e000, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
2398
2396
  --shadow-floating-medium: 0 0 0 1px #d1d9e000, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
2399
- --shadow-floating-small: 0 0 0 1px #d1d9e080, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
2397
+ --shadow-floating-small: 0 0 0 1px #d1d9e040, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
2400
2398
  --shadow-floating-xlarge: 0 0 0 1px #d1d9e000, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
2401
2399
  --button-danger-borderColor-active: var(--button-danger-borderColor-hover);
2402
2400
  --button-outline-borderColor-hover: var(--button-primary-borderColor-hover);
@@ -934,7 +934,6 @@
934
934
  --reactionButton-selected-fgColor-hover: var(--base-color-blue-6);
935
935
  --selectMenu-bgColor-active: var(--base-color-blue-1);
936
936
  --selectMenu-borderColor: var(--base-color-transparent);
937
- --shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
938
937
  --shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
939
938
  --skeletonLoader-bgColor: #818b981a;
940
939
  --topicTag-borderColor: var(--base-color-transparent);
@@ -1193,7 +1192,7 @@
1193
1192
  --buttonKeybindingHint-danger-fgColor-disabled: var(--buttonKeybindingHint-default-fgColor-disabled);
1194
1193
  --shadow-floating-large: 0 0 0 1px #d1d9e000, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
1195
1194
  --shadow-floating-medium: 0 0 0 1px #d1d9e000, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
1196
- --shadow-floating-small: 0 0 0 1px #d1d9e080, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
1195
+ --shadow-floating-small: 0 0 0 1px #d1d9e040, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
1197
1196
  --shadow-floating-xlarge: 0 0 0 1px #d1d9e000, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
1198
1197
  --border-draft-muted: 0.0625rem solid #d1d9e0b3;
1199
1198
  --button-danger-borderColor-active: var(--button-danger-borderColor-hover);
@@ -2136,7 +2135,6 @@
2136
2135
  --reactionButton-selected-fgColor-hover: var(--base-color-blue-6);
2137
2136
  --selectMenu-bgColor-active: var(--base-color-blue-1);
2138
2137
  --selectMenu-borderColor: var(--base-color-transparent);
2139
- --shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
2140
2138
  --shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
2141
2139
  --skeletonLoader-bgColor: #818b981a;
2142
2140
  --topicTag-borderColor: var(--base-color-transparent);
@@ -2395,7 +2393,7 @@
2395
2393
  --buttonKeybindingHint-danger-fgColor-disabled: var(--buttonKeybindingHint-default-fgColor-disabled);
2396
2394
  --shadow-floating-large: 0 0 0 1px #d1d9e000, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
2397
2395
  --shadow-floating-medium: 0 0 0 1px #d1d9e000, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
2398
- --shadow-floating-small: 0 0 0 1px #d1d9e080, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
2396
+ --shadow-floating-small: 0 0 0 1px #d1d9e040, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
2399
2397
  --shadow-floating-xlarge: 0 0 0 1px #d1d9e000, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
2400
2398
  --border-draft-muted: 0.0625rem solid #d1d9e0b3;
2401
2399
  --button-danger-borderColor-active: var(--button-danger-borderColor-hover);