@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.
- package/DESIGN_TOKENS_SPEC.md +0 -5
- package/dist/css/functional/themes/dark-colorblind-high-contrast.css +0 -2
- package/dist/css/functional/themes/dark-colorblind.css +0 -2
- package/dist/css/functional/themes/dark-dimmed-high-contrast.css +0 -2
- package/dist/css/functional/themes/dark-dimmed.css +0 -2
- package/dist/css/functional/themes/dark-high-contrast.css +0 -2
- package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +0 -2
- package/dist/css/functional/themes/dark-tritanopia.css +0 -2
- package/dist/css/functional/themes/dark.css +0 -2
- package/dist/css/functional/themes/light-colorblind-high-contrast.css +2 -4
- package/dist/css/functional/themes/light-colorblind.css +2 -4
- package/dist/css/functional/themes/light-high-contrast.css +2 -4
- package/dist/css/functional/themes/light-tritanopia-high-contrast.css +2 -4
- package/dist/css/functional/themes/light-tritanopia.css +2 -4
- package/dist/css/functional/themes/light.css +2 -4
- package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +0 -170
- package/dist/docs/functional/themes/dark-colorblind.json +0 -170
- package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +0 -170
- package/dist/docs/functional/themes/dark-dimmed.json +0 -170
- package/dist/docs/functional/themes/dark-high-contrast.json +0 -170
- package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +0 -170
- package/dist/docs/functional/themes/dark-tritanopia.json +0 -170
- package/dist/docs/functional/themes/dark.json +0 -170
- package/dist/docs/functional/themes/light-colorblind-high-contrast.json +2 -172
- package/dist/docs/functional/themes/light-colorblind.json +2 -172
- package/dist/docs/functional/themes/light-high-contrast.json +2 -172
- package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +2 -172
- package/dist/docs/functional/themes/light-tritanopia.json +2 -172
- package/dist/docs/functional/themes/light.json +2 -172
- package/dist/figma/themes/light-colorblind.json +1 -1
- package/dist/figma/themes/light-high-contrast.json +1 -1
- package/dist/figma/themes/light-tritanopia.json +1 -1
- package/dist/figma/themes/light.json +1 -1
- package/dist/internalCss/dark-colorblind-high-contrast.css +0 -2
- package/dist/internalCss/dark-colorblind.css +0 -2
- package/dist/internalCss/dark-dimmed-high-contrast.css +0 -2
- package/dist/internalCss/dark-dimmed.css +0 -2
- package/dist/internalCss/dark-high-contrast.css +0 -2
- package/dist/internalCss/dark-tritanopia-high-contrast.css +0 -2
- package/dist/internalCss/dark-tritanopia.css +0 -2
- package/dist/internalCss/dark.css +0 -2
- package/dist/internalCss/light-colorblind-high-contrast.css +2 -4
- package/dist/internalCss/light-colorblind.css +2 -4
- package/dist/internalCss/light-high-contrast.css +2 -4
- package/dist/internalCss/light-tritanopia-high-contrast.css +2 -4
- package/dist/internalCss/light-tritanopia.css +2 -4
- package/dist/internalCss/light.css +2 -4
- package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +0 -170
- package/dist/styleLint/functional/themes/dark-colorblind.json +0 -170
- package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +0 -170
- package/dist/styleLint/functional/themes/dark-dimmed.json +0 -170
- package/dist/styleLint/functional/themes/dark-high-contrast.json +0 -170
- package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +0 -170
- package/dist/styleLint/functional/themes/dark-tritanopia.json +0 -170
- package/dist/styleLint/functional/themes/dark.json +0 -170
- package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +2 -172
- package/dist/styleLint/functional/themes/light-colorblind.json +2 -172
- package/dist/styleLint/functional/themes/light-high-contrast.json +2 -172
- package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +2 -172
- package/dist/styleLint/functional/themes/light-tritanopia.json +2 -172
- package/dist/styleLint/functional/themes/light.json +2 -172
- package/package.json +2 -2
- package/src/tokens/functional/shadow/shadow.json5 +1 -100
|
@@ -49152,176 +49152,6 @@
|
|
|
49152
49152
|
"type": "shadow",
|
|
49153
49153
|
"description": "Large floating shadow for modals and dialogs"
|
|
49154
49154
|
},
|
|
49155
|
-
"shadow-floating-legacy": {
|
|
49156
|
-
"key": "{shadow.floating.legacy}",
|
|
49157
|
-
"$extensions": {
|
|
49158
|
-
"org.primer.figma": {},
|
|
49159
|
-
"org.primer.overrides": {
|
|
49160
|
-
"dark": {
|
|
49161
|
-
"$value": [
|
|
49162
|
-
{
|
|
49163
|
-
"color": "#010409",
|
|
49164
|
-
"alpha": 0.4,
|
|
49165
|
-
"offsetX": {
|
|
49166
|
-
"value": 0,
|
|
49167
|
-
"unit": "px"
|
|
49168
|
-
},
|
|
49169
|
-
"offsetY": {
|
|
49170
|
-
"value": 6,
|
|
49171
|
-
"unit": "px"
|
|
49172
|
-
},
|
|
49173
|
-
"blur": {
|
|
49174
|
-
"value": 12,
|
|
49175
|
-
"unit": "px"
|
|
49176
|
-
},
|
|
49177
|
-
"spread": {
|
|
49178
|
-
"value": -3,
|
|
49179
|
-
"unit": "px"
|
|
49180
|
-
}
|
|
49181
|
-
},
|
|
49182
|
-
{
|
|
49183
|
-
"color": "#010409",
|
|
49184
|
-
"alpha": 0.4,
|
|
49185
|
-
"offsetX": {
|
|
49186
|
-
"value": 0,
|
|
49187
|
-
"unit": "px"
|
|
49188
|
-
},
|
|
49189
|
-
"offsetY": {
|
|
49190
|
-
"value": 6,
|
|
49191
|
-
"unit": "px"
|
|
49192
|
-
},
|
|
49193
|
-
"blur": {
|
|
49194
|
-
"value": 18,
|
|
49195
|
-
"unit": "px"
|
|
49196
|
-
},
|
|
49197
|
-
"spread": {
|
|
49198
|
-
"value": 0,
|
|
49199
|
-
"unit": "px"
|
|
49200
|
-
}
|
|
49201
|
-
}
|
|
49202
|
-
],
|
|
49203
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49204
|
-
"isSource": true,
|
|
49205
|
-
"$type": "shadow"
|
|
49206
|
-
}
|
|
49207
|
-
},
|
|
49208
|
-
"org.primer.llm": {
|
|
49209
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49210
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49211
|
-
}
|
|
49212
|
-
},
|
|
49213
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49214
|
-
"isSource": true,
|
|
49215
|
-
"original": {
|
|
49216
|
-
"$value": [
|
|
49217
|
-
{
|
|
49218
|
-
"color": "{base.color.neutral.0}",
|
|
49219
|
-
"alpha": 0.4,
|
|
49220
|
-
"offsetX": {
|
|
49221
|
-
"value": 0,
|
|
49222
|
-
"unit": "px"
|
|
49223
|
-
},
|
|
49224
|
-
"offsetY": {
|
|
49225
|
-
"value": 6,
|
|
49226
|
-
"unit": "px"
|
|
49227
|
-
},
|
|
49228
|
-
"blur": {
|
|
49229
|
-
"value": 12,
|
|
49230
|
-
"unit": "px"
|
|
49231
|
-
},
|
|
49232
|
-
"spread": {
|
|
49233
|
-
"value": -3,
|
|
49234
|
-
"unit": "px"
|
|
49235
|
-
}
|
|
49236
|
-
},
|
|
49237
|
-
{
|
|
49238
|
-
"color": "{base.color.neutral.0}",
|
|
49239
|
-
"alpha": 0.4,
|
|
49240
|
-
"offsetX": {
|
|
49241
|
-
"value": 0,
|
|
49242
|
-
"unit": "px"
|
|
49243
|
-
},
|
|
49244
|
-
"offsetY": {
|
|
49245
|
-
"value": 6,
|
|
49246
|
-
"unit": "px"
|
|
49247
|
-
},
|
|
49248
|
-
"blur": {
|
|
49249
|
-
"value": 18,
|
|
49250
|
-
"unit": "px"
|
|
49251
|
-
},
|
|
49252
|
-
"spread": {
|
|
49253
|
-
"value": 0,
|
|
49254
|
-
"unit": "px"
|
|
49255
|
-
}
|
|
49256
|
-
}
|
|
49257
|
-
],
|
|
49258
|
-
"$type": "shadow",
|
|
49259
|
-
"$description": "Legacy floating shadow for backward compatibility",
|
|
49260
|
-
"$extensions": {
|
|
49261
|
-
"org.primer.figma": {},
|
|
49262
|
-
"org.primer.overrides": {
|
|
49263
|
-
"dark": {
|
|
49264
|
-
"$value": [
|
|
49265
|
-
{
|
|
49266
|
-
"color": "{base.color.neutral.0}",
|
|
49267
|
-
"alpha": 0.4,
|
|
49268
|
-
"offsetX": {
|
|
49269
|
-
"value": 0,
|
|
49270
|
-
"unit": "px"
|
|
49271
|
-
},
|
|
49272
|
-
"offsetY": {
|
|
49273
|
-
"value": 6,
|
|
49274
|
-
"unit": "px"
|
|
49275
|
-
},
|
|
49276
|
-
"blur": {
|
|
49277
|
-
"value": 12,
|
|
49278
|
-
"unit": "px"
|
|
49279
|
-
},
|
|
49280
|
-
"spread": {
|
|
49281
|
-
"value": -3,
|
|
49282
|
-
"unit": "px"
|
|
49283
|
-
}
|
|
49284
|
-
},
|
|
49285
|
-
{
|
|
49286
|
-
"color": "{base.color.neutral.0}",
|
|
49287
|
-
"alpha": 0.4,
|
|
49288
|
-
"offsetX": {
|
|
49289
|
-
"value": 0,
|
|
49290
|
-
"unit": "px"
|
|
49291
|
-
},
|
|
49292
|
-
"offsetY": {
|
|
49293
|
-
"value": 6,
|
|
49294
|
-
"unit": "px"
|
|
49295
|
-
},
|
|
49296
|
-
"blur": {
|
|
49297
|
-
"value": 18,
|
|
49298
|
-
"unit": "px"
|
|
49299
|
-
},
|
|
49300
|
-
"spread": {
|
|
49301
|
-
"value": 0,
|
|
49302
|
-
"unit": "px"
|
|
49303
|
-
}
|
|
49304
|
-
}
|
|
49305
|
-
],
|
|
49306
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49307
|
-
"isSource": true,
|
|
49308
|
-
"$type": "shadow"
|
|
49309
|
-
}
|
|
49310
|
-
},
|
|
49311
|
-
"org.primer.llm": {
|
|
49312
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49313
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49314
|
-
}
|
|
49315
|
-
},
|
|
49316
|
-
"key": "{shadow.floating.legacy}"
|
|
49317
|
-
},
|
|
49318
|
-
"name": "shadow-floating-legacy",
|
|
49319
|
-
"attributes": {},
|
|
49320
|
-
"path": ["shadow", "floating", "legacy"],
|
|
49321
|
-
"value": "0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966",
|
|
49322
|
-
"type": "shadow",
|
|
49323
|
-
"description": "Legacy floating shadow for backward compatibility"
|
|
49324
|
-
},
|
|
49325
49155
|
"shadow-floating-medium": {
|
|
49326
49156
|
"key": "{shadow.floating.medium}",
|
|
49327
49157
|
"$extensions": {
|
|
@@ -49170,176 +49170,6 @@
|
|
|
49170
49170
|
"type": "shadow",
|
|
49171
49171
|
"description": "Large floating shadow for modals and dialogs"
|
|
49172
49172
|
},
|
|
49173
|
-
"shadow-floating-legacy": {
|
|
49174
|
-
"key": "{shadow.floating.legacy}",
|
|
49175
|
-
"$extensions": {
|
|
49176
|
-
"org.primer.figma": {},
|
|
49177
|
-
"org.primer.overrides": {
|
|
49178
|
-
"dark": {
|
|
49179
|
-
"$value": [
|
|
49180
|
-
{
|
|
49181
|
-
"color": "#010409",
|
|
49182
|
-
"alpha": 0.4,
|
|
49183
|
-
"offsetX": {
|
|
49184
|
-
"value": 0,
|
|
49185
|
-
"unit": "px"
|
|
49186
|
-
},
|
|
49187
|
-
"offsetY": {
|
|
49188
|
-
"value": 6,
|
|
49189
|
-
"unit": "px"
|
|
49190
|
-
},
|
|
49191
|
-
"blur": {
|
|
49192
|
-
"value": 12,
|
|
49193
|
-
"unit": "px"
|
|
49194
|
-
},
|
|
49195
|
-
"spread": {
|
|
49196
|
-
"value": -3,
|
|
49197
|
-
"unit": "px"
|
|
49198
|
-
}
|
|
49199
|
-
},
|
|
49200
|
-
{
|
|
49201
|
-
"color": "#010409",
|
|
49202
|
-
"alpha": 0.4,
|
|
49203
|
-
"offsetX": {
|
|
49204
|
-
"value": 0,
|
|
49205
|
-
"unit": "px"
|
|
49206
|
-
},
|
|
49207
|
-
"offsetY": {
|
|
49208
|
-
"value": 6,
|
|
49209
|
-
"unit": "px"
|
|
49210
|
-
},
|
|
49211
|
-
"blur": {
|
|
49212
|
-
"value": 18,
|
|
49213
|
-
"unit": "px"
|
|
49214
|
-
},
|
|
49215
|
-
"spread": {
|
|
49216
|
-
"value": 0,
|
|
49217
|
-
"unit": "px"
|
|
49218
|
-
}
|
|
49219
|
-
}
|
|
49220
|
-
],
|
|
49221
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49222
|
-
"isSource": true,
|
|
49223
|
-
"$type": "shadow"
|
|
49224
|
-
}
|
|
49225
|
-
},
|
|
49226
|
-
"org.primer.llm": {
|
|
49227
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49228
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49229
|
-
}
|
|
49230
|
-
},
|
|
49231
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49232
|
-
"isSource": true,
|
|
49233
|
-
"original": {
|
|
49234
|
-
"$value": [
|
|
49235
|
-
{
|
|
49236
|
-
"color": "{base.color.neutral.0}",
|
|
49237
|
-
"alpha": 0.4,
|
|
49238
|
-
"offsetX": {
|
|
49239
|
-
"value": 0,
|
|
49240
|
-
"unit": "px"
|
|
49241
|
-
},
|
|
49242
|
-
"offsetY": {
|
|
49243
|
-
"value": 6,
|
|
49244
|
-
"unit": "px"
|
|
49245
|
-
},
|
|
49246
|
-
"blur": {
|
|
49247
|
-
"value": 12,
|
|
49248
|
-
"unit": "px"
|
|
49249
|
-
},
|
|
49250
|
-
"spread": {
|
|
49251
|
-
"value": -3,
|
|
49252
|
-
"unit": "px"
|
|
49253
|
-
}
|
|
49254
|
-
},
|
|
49255
|
-
{
|
|
49256
|
-
"color": "{base.color.neutral.0}",
|
|
49257
|
-
"alpha": 0.4,
|
|
49258
|
-
"offsetX": {
|
|
49259
|
-
"value": 0,
|
|
49260
|
-
"unit": "px"
|
|
49261
|
-
},
|
|
49262
|
-
"offsetY": {
|
|
49263
|
-
"value": 6,
|
|
49264
|
-
"unit": "px"
|
|
49265
|
-
},
|
|
49266
|
-
"blur": {
|
|
49267
|
-
"value": 18,
|
|
49268
|
-
"unit": "px"
|
|
49269
|
-
},
|
|
49270
|
-
"spread": {
|
|
49271
|
-
"value": 0,
|
|
49272
|
-
"unit": "px"
|
|
49273
|
-
}
|
|
49274
|
-
}
|
|
49275
|
-
],
|
|
49276
|
-
"$type": "shadow",
|
|
49277
|
-
"$description": "Legacy floating shadow for backward compatibility",
|
|
49278
|
-
"$extensions": {
|
|
49279
|
-
"org.primer.figma": {},
|
|
49280
|
-
"org.primer.overrides": {
|
|
49281
|
-
"dark": {
|
|
49282
|
-
"$value": [
|
|
49283
|
-
{
|
|
49284
|
-
"color": "{base.color.neutral.0}",
|
|
49285
|
-
"alpha": 0.4,
|
|
49286
|
-
"offsetX": {
|
|
49287
|
-
"value": 0,
|
|
49288
|
-
"unit": "px"
|
|
49289
|
-
},
|
|
49290
|
-
"offsetY": {
|
|
49291
|
-
"value": 6,
|
|
49292
|
-
"unit": "px"
|
|
49293
|
-
},
|
|
49294
|
-
"blur": {
|
|
49295
|
-
"value": 12,
|
|
49296
|
-
"unit": "px"
|
|
49297
|
-
},
|
|
49298
|
-
"spread": {
|
|
49299
|
-
"value": -3,
|
|
49300
|
-
"unit": "px"
|
|
49301
|
-
}
|
|
49302
|
-
},
|
|
49303
|
-
{
|
|
49304
|
-
"color": "{base.color.neutral.0}",
|
|
49305
|
-
"alpha": 0.4,
|
|
49306
|
-
"offsetX": {
|
|
49307
|
-
"value": 0,
|
|
49308
|
-
"unit": "px"
|
|
49309
|
-
},
|
|
49310
|
-
"offsetY": {
|
|
49311
|
-
"value": 6,
|
|
49312
|
-
"unit": "px"
|
|
49313
|
-
},
|
|
49314
|
-
"blur": {
|
|
49315
|
-
"value": 18,
|
|
49316
|
-
"unit": "px"
|
|
49317
|
-
},
|
|
49318
|
-
"spread": {
|
|
49319
|
-
"value": 0,
|
|
49320
|
-
"unit": "px"
|
|
49321
|
-
}
|
|
49322
|
-
}
|
|
49323
|
-
],
|
|
49324
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49325
|
-
"isSource": true,
|
|
49326
|
-
"$type": "shadow"
|
|
49327
|
-
}
|
|
49328
|
-
},
|
|
49329
|
-
"org.primer.llm": {
|
|
49330
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49331
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49332
|
-
}
|
|
49333
|
-
},
|
|
49334
|
-
"key": "{shadow.floating.legacy}"
|
|
49335
|
-
},
|
|
49336
|
-
"name": "shadow-floating-legacy",
|
|
49337
|
-
"attributes": {},
|
|
49338
|
-
"path": ["shadow", "floating", "legacy"],
|
|
49339
|
-
"value": "0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966",
|
|
49340
|
-
"type": "shadow",
|
|
49341
|
-
"description": "Legacy floating shadow for backward compatibility"
|
|
49342
|
-
},
|
|
49343
49173
|
"shadow-floating-medium": {
|
|
49344
49174
|
"key": "{shadow.floating.medium}",
|
|
49345
49175
|
"$extensions": {
|
|
@@ -49190,176 +49190,6 @@
|
|
|
49190
49190
|
"type": "shadow",
|
|
49191
49191
|
"description": "Large floating shadow for modals and dialogs"
|
|
49192
49192
|
},
|
|
49193
|
-
"shadow-floating-legacy": {
|
|
49194
|
-
"key": "{shadow.floating.legacy}",
|
|
49195
|
-
"$extensions": {
|
|
49196
|
-
"org.primer.figma": {},
|
|
49197
|
-
"org.primer.overrides": {
|
|
49198
|
-
"dark": {
|
|
49199
|
-
"$value": [
|
|
49200
|
-
{
|
|
49201
|
-
"color": "#010409",
|
|
49202
|
-
"alpha": 0.4,
|
|
49203
|
-
"offsetX": {
|
|
49204
|
-
"value": 0,
|
|
49205
|
-
"unit": "px"
|
|
49206
|
-
},
|
|
49207
|
-
"offsetY": {
|
|
49208
|
-
"value": 6,
|
|
49209
|
-
"unit": "px"
|
|
49210
|
-
},
|
|
49211
|
-
"blur": {
|
|
49212
|
-
"value": 12,
|
|
49213
|
-
"unit": "px"
|
|
49214
|
-
},
|
|
49215
|
-
"spread": {
|
|
49216
|
-
"value": -3,
|
|
49217
|
-
"unit": "px"
|
|
49218
|
-
}
|
|
49219
|
-
},
|
|
49220
|
-
{
|
|
49221
|
-
"color": "#010409",
|
|
49222
|
-
"alpha": 0.4,
|
|
49223
|
-
"offsetX": {
|
|
49224
|
-
"value": 0,
|
|
49225
|
-
"unit": "px"
|
|
49226
|
-
},
|
|
49227
|
-
"offsetY": {
|
|
49228
|
-
"value": 6,
|
|
49229
|
-
"unit": "px"
|
|
49230
|
-
},
|
|
49231
|
-
"blur": {
|
|
49232
|
-
"value": 18,
|
|
49233
|
-
"unit": "px"
|
|
49234
|
-
},
|
|
49235
|
-
"spread": {
|
|
49236
|
-
"value": 0,
|
|
49237
|
-
"unit": "px"
|
|
49238
|
-
}
|
|
49239
|
-
}
|
|
49240
|
-
],
|
|
49241
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49242
|
-
"isSource": true,
|
|
49243
|
-
"$type": "shadow"
|
|
49244
|
-
}
|
|
49245
|
-
},
|
|
49246
|
-
"org.primer.llm": {
|
|
49247
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49248
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49249
|
-
}
|
|
49250
|
-
},
|
|
49251
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49252
|
-
"isSource": true,
|
|
49253
|
-
"original": {
|
|
49254
|
-
"$value": [
|
|
49255
|
-
{
|
|
49256
|
-
"color": "{base.color.neutral.0}",
|
|
49257
|
-
"alpha": 0.4,
|
|
49258
|
-
"offsetX": {
|
|
49259
|
-
"value": 0,
|
|
49260
|
-
"unit": "px"
|
|
49261
|
-
},
|
|
49262
|
-
"offsetY": {
|
|
49263
|
-
"value": 6,
|
|
49264
|
-
"unit": "px"
|
|
49265
|
-
},
|
|
49266
|
-
"blur": {
|
|
49267
|
-
"value": 12,
|
|
49268
|
-
"unit": "px"
|
|
49269
|
-
},
|
|
49270
|
-
"spread": {
|
|
49271
|
-
"value": -3,
|
|
49272
|
-
"unit": "px"
|
|
49273
|
-
}
|
|
49274
|
-
},
|
|
49275
|
-
{
|
|
49276
|
-
"color": "{base.color.neutral.0}",
|
|
49277
|
-
"alpha": 0.4,
|
|
49278
|
-
"offsetX": {
|
|
49279
|
-
"value": 0,
|
|
49280
|
-
"unit": "px"
|
|
49281
|
-
},
|
|
49282
|
-
"offsetY": {
|
|
49283
|
-
"value": 6,
|
|
49284
|
-
"unit": "px"
|
|
49285
|
-
},
|
|
49286
|
-
"blur": {
|
|
49287
|
-
"value": 18,
|
|
49288
|
-
"unit": "px"
|
|
49289
|
-
},
|
|
49290
|
-
"spread": {
|
|
49291
|
-
"value": 0,
|
|
49292
|
-
"unit": "px"
|
|
49293
|
-
}
|
|
49294
|
-
}
|
|
49295
|
-
],
|
|
49296
|
-
"$type": "shadow",
|
|
49297
|
-
"$description": "Legacy floating shadow for backward compatibility",
|
|
49298
|
-
"$extensions": {
|
|
49299
|
-
"org.primer.figma": {},
|
|
49300
|
-
"org.primer.overrides": {
|
|
49301
|
-
"dark": {
|
|
49302
|
-
"$value": [
|
|
49303
|
-
{
|
|
49304
|
-
"color": "{base.color.neutral.0}",
|
|
49305
|
-
"alpha": 0.4,
|
|
49306
|
-
"offsetX": {
|
|
49307
|
-
"value": 0,
|
|
49308
|
-
"unit": "px"
|
|
49309
|
-
},
|
|
49310
|
-
"offsetY": {
|
|
49311
|
-
"value": 6,
|
|
49312
|
-
"unit": "px"
|
|
49313
|
-
},
|
|
49314
|
-
"blur": {
|
|
49315
|
-
"value": 12,
|
|
49316
|
-
"unit": "px"
|
|
49317
|
-
},
|
|
49318
|
-
"spread": {
|
|
49319
|
-
"value": -3,
|
|
49320
|
-
"unit": "px"
|
|
49321
|
-
}
|
|
49322
|
-
},
|
|
49323
|
-
{
|
|
49324
|
-
"color": "{base.color.neutral.0}",
|
|
49325
|
-
"alpha": 0.4,
|
|
49326
|
-
"offsetX": {
|
|
49327
|
-
"value": 0,
|
|
49328
|
-
"unit": "px"
|
|
49329
|
-
},
|
|
49330
|
-
"offsetY": {
|
|
49331
|
-
"value": 6,
|
|
49332
|
-
"unit": "px"
|
|
49333
|
-
},
|
|
49334
|
-
"blur": {
|
|
49335
|
-
"value": 18,
|
|
49336
|
-
"unit": "px"
|
|
49337
|
-
},
|
|
49338
|
-
"spread": {
|
|
49339
|
-
"value": 0,
|
|
49340
|
-
"unit": "px"
|
|
49341
|
-
}
|
|
49342
|
-
}
|
|
49343
|
-
],
|
|
49344
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49345
|
-
"isSource": true,
|
|
49346
|
-
"$type": "shadow"
|
|
49347
|
-
}
|
|
49348
|
-
},
|
|
49349
|
-
"org.primer.llm": {
|
|
49350
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49351
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49352
|
-
}
|
|
49353
|
-
},
|
|
49354
|
-
"key": "{shadow.floating.legacy}"
|
|
49355
|
-
},
|
|
49356
|
-
"name": "shadow-floating-legacy",
|
|
49357
|
-
"attributes": {},
|
|
49358
|
-
"path": ["shadow", "floating", "legacy"],
|
|
49359
|
-
"value": "0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966",
|
|
49360
|
-
"type": "shadow",
|
|
49361
|
-
"description": "Legacy floating shadow for backward compatibility"
|
|
49362
|
-
},
|
|
49363
49193
|
"shadow-floating-medium": {
|
|
49364
49194
|
"key": "{shadow.floating.medium}",
|
|
49365
49195
|
"$extensions": {
|