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