@primer/primitives 7.16.0-rc.f109b0ca → 7.16.0-rc.fe16fd19
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/dist/css/functional/themes/dark-colorblind.css +240 -0
- package/dist/css/functional/themes/dark-dimmed.css +240 -0
- package/dist/css/functional/themes/dark-high-contrast.css +240 -0
- package/dist/css/functional/themes/dark-tritanopia.css +240 -0
- package/dist/css/functional/themes/dark.css +240 -0
- package/dist/css/functional/themes/light-colorblind.css +240 -0
- package/dist/css/functional/themes/light-high-contrast.css +240 -0
- package/dist/css/functional/themes/light-tritanopia.css +240 -0
- package/dist/css/functional/themes/light.css +240 -0
- package/dist/docs/functional/themes/dark-colorblind.json +3514 -0
- package/dist/docs/functional/themes/dark-dimmed.json +3514 -0
- package/dist/docs/functional/themes/dark-high-contrast.json +3514 -0
- package/dist/docs/functional/themes/dark-tritanopia.json +3514 -0
- package/dist/docs/functional/themes/dark.json +3514 -0
- package/dist/docs/functional/themes/light-colorblind.json +3514 -2
- package/dist/docs/functional/themes/light-high-contrast.json +3514 -2
- package/dist/docs/functional/themes/light-tritanopia.json +3514 -2
- package/dist/docs/functional/themes/light.json +3514 -2
- package/dist/fallbacks/color-fallbacks.json +260 -0
- package/dist/figma/figma.json +2 -2
- package/dist/figma/themes/dark-colorblind.json +2101 -164
- package/dist/figma/themes/dark-dimmed.json +2100 -163
- package/dist/figma/themes/dark-high-contrast.json +2101 -164
- package/dist/figma/themes/dark-tritanopia.json +2101 -164
- package/dist/figma/themes/dark.json +2101 -164
- package/dist/figma/themes/light-colorblind.json +2105 -169
- package/dist/figma/themes/light-high-contrast.json +2106 -170
- package/dist/figma/themes/light-tritanopia.json +2105 -169
- package/dist/figma/themes/light.json +2105 -169
- package/dist/internalCss/dark-colorblind.css +240 -0
- package/dist/internalCss/dark-dimmed.css +240 -0
- package/dist/internalCss/dark-high-contrast.css +240 -0
- package/dist/internalCss/dark-tritanopia.css +240 -0
- package/dist/internalCss/dark.css +240 -0
- package/dist/internalCss/light-colorblind.css +240 -0
- package/dist/internalCss/light-high-contrast.css +240 -0
- package/dist/internalCss/light-tritanopia.css +240 -0
- package/dist/internalCss/light.css +240 -0
- package/package.json +6 -4
- package/tokens-next-private/css/functional/themes/dark-colorblind.css +240 -0
- package/tokens-next-private/css/functional/themes/dark-dimmed.css +240 -0
- package/tokens-next-private/css/functional/themes/dark-high-contrast.css +240 -0
- package/tokens-next-private/css/functional/themes/dark-tritanopia.css +240 -0
- package/tokens-next-private/css/functional/themes/dark.css +240 -0
- package/tokens-next-private/css/functional/themes/light-colorblind.css +240 -0
- package/tokens-next-private/css/functional/themes/light-high-contrast.css +240 -0
- package/tokens-next-private/css/functional/themes/light-tritanopia.css +240 -0
- package/tokens-next-private/css/functional/themes/light.css +240 -0
- package/tokens-next-private/docs/functional/themes/dark-colorblind.json +3514 -0
- package/tokens-next-private/docs/functional/themes/dark-dimmed.json +3514 -0
- package/tokens-next-private/docs/functional/themes/dark-high-contrast.json +3514 -0
- package/tokens-next-private/docs/functional/themes/dark-tritanopia.json +3514 -0
- package/tokens-next-private/docs/functional/themes/dark.json +3514 -0
- package/tokens-next-private/docs/functional/themes/light-colorblind.json +3514 -2
- package/tokens-next-private/docs/functional/themes/light-high-contrast.json +3514 -2
- package/tokens-next-private/docs/functional/themes/light-tritanopia.json +3514 -2
- package/tokens-next-private/docs/functional/themes/light.json +3514 -2
- package/tokens-next-private/internalCss/dark-colorblind.css +240 -0
- package/tokens-next-private/internalCss/dark-dimmed.css +240 -0
- package/tokens-next-private/internalCss/dark-high-contrast.css +240 -0
- package/tokens-next-private/internalCss/dark-tritanopia.css +240 -0
- package/tokens-next-private/internalCss/dark.css +240 -0
- package/tokens-next-private/internalCss/light-colorblind.css +240 -0
- package/tokens-next-private/internalCss/light-high-contrast.css +240 -0
- package/tokens-next-private/internalCss/light-tritanopia.css +240 -0
- package/tokens-next-private/internalCss/light.css +240 -0
- package/tokens-v2-private/css/tokens/base/size/size.css +1 -1
- package/tokens-v2-private/css/tokens/base/typography/typography.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/border.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/breakpoints.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/size-coarse.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/size-fine.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/size.css +1 -1
- package/tokens-v2-private/css/tokens/functional/typography/typography.css +1 -1
- package/tokens-v2-private/js/module/tokens/base/size/size.js +1 -1
- package/tokens-v2-private/js/module/tokens/base/typography/typography.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/border.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/breakpoints.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/size-coarse.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/size-fine.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/size.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/viewport.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/typography/typography.js +1 -1
- package/tokens-v2-private/js/tokens/base/size/size.js +1 -1
- package/tokens-v2-private/js/tokens/base/typography/typography.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/border.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/breakpoints.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/size-coarse.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/size-fine.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/size.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/viewport.js +1 -1
- package/tokens-v2-private/js/tokens/functional/typography/typography.js +1 -1
- package/tokens-v2-private/scss/tokens/base/size/size.scss +1 -1
- package/tokens-v2-private/scss/tokens/base/typography/typography.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/border.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/breakpoints.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/size-coarse.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/size-fine.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/size.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/viewport.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/typography/typography.scss +1 -1
- package/tokens-v2-private/ts/tokens/base/size/size.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/base/size/size.js +1 -1
- package/tokens-v2-private/ts/tokens/base/typography/typography.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/base/typography/typography.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/border.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/border.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/breakpoints.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/breakpoints.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size-coarse.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size-coarse.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size-fine.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size-fine.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/viewport.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/viewport.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/typography/typography.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/typography/typography.js +1 -1
- package/dist/scss/base/size/size.scss +0 -17
- package/dist/scss/base/typography/typography.scss +0 -4
- package/dist/scss/functional/motion/motion.scss +0 -3
- package/dist/scss/functional/size/border.scss +0 -12
- package/dist/scss/functional/size/breakpoints.scss +0 -6
- package/dist/scss/functional/size/size-coarse.scss +0 -3
- package/dist/scss/functional/size/size-fine.scss +0 -3
- package/dist/scss/functional/size/size.scss +0 -72
- package/dist/scss/functional/size/viewport.scss +0 -6
- package/dist/scss/functional/themes/dark-colorblind.scss +0 -414
- package/dist/scss/functional/themes/dark-dimmed.scss +0 -414
- package/dist/scss/functional/themes/dark-high-contrast.scss +0 -414
- package/dist/scss/functional/themes/dark-tritanopia.scss +0 -414
- package/dist/scss/functional/themes/dark.scss +0 -414
- package/dist/scss/functional/themes/light-colorblind.scss +0 -414
- package/dist/scss/functional/themes/light-high-contrast.scss +0 -414
- package/dist/scss/functional/themes/light-tritanopia.scss +0 -414
- package/dist/scss/functional/themes/light.scss +0 -414
- package/dist/scss/functional/typography/typography.scss +0 -45
- package/tokens-next-private/figma/dimension/dimension.json +0 -1068
- package/tokens-next-private/figma/figma.json +0 -116
- package/tokens-next-private/figma/scales/dark-dimmed.json +0 -1398
- package/tokens-next-private/figma/scales/dark-high-constrast.json +0 -1398
- package/tokens-next-private/figma/scales/dark.json +0 -1398
- package/tokens-next-private/figma/scales/light-high-constrast.json +0 -1398
- package/tokens-next-private/figma/scales/light.json +0 -1398
- package/tokens-next-private/figma/shadows/dark-colorblind.json +0 -1152
- package/tokens-next-private/figma/shadows/dark-dimmed.json +0 -1152
- package/tokens-next-private/figma/shadows/dark-high-contrast.json +0 -1152
- package/tokens-next-private/figma/shadows/dark-tritanopia.json +0 -1152
- package/tokens-next-private/figma/shadows/dark.json +0 -1152
- package/tokens-next-private/figma/shadows/light-colorblind.json +0 -1052
- package/tokens-next-private/figma/shadows/light-high-contrast.json +0 -1052
- package/tokens-next-private/figma/shadows/light-tritanopia.json +0 -1052
- package/tokens-next-private/figma/shadows/light.json +0 -1052
- package/tokens-next-private/figma/themes/dark-colorblind.json +0 -7759
- package/tokens-next-private/figma/themes/dark-dimmed.json +0 -7757
- package/tokens-next-private/figma/themes/dark-high-contrast.json +0 -7766
- package/tokens-next-private/figma/themes/dark-tritanopia.json +0 -7760
- package/tokens-next-private/figma/themes/dark.json +0 -7759
- package/tokens-next-private/figma/themes/light-colorblind.json +0 -7636
- package/tokens-next-private/figma/themes/light-high-contrast.json +0 -7634
- package/tokens-next-private/figma/themes/light-tritanopia.json +0 -7630
- package/tokens-next-private/figma/themes/light.json +0 -7629
- package/tokens-next-private/scss/base/size/size.scss +0 -17
- package/tokens-next-private/scss/base/typography/typography.scss +0 -4
- package/tokens-next-private/scss/functional/motion/motion.scss +0 -3
- package/tokens-next-private/scss/functional/size/border.scss +0 -12
- package/tokens-next-private/scss/functional/size/breakpoints.scss +0 -6
- package/tokens-next-private/scss/functional/size/size-coarse.scss +0 -3
- package/tokens-next-private/scss/functional/size/size-fine.scss +0 -3
- package/tokens-next-private/scss/functional/size/size.scss +0 -72
- package/tokens-next-private/scss/functional/size/viewport.scss +0 -6
- package/tokens-next-private/scss/functional/themes/dark-colorblind.scss +0 -414
- package/tokens-next-private/scss/functional/themes/dark-dimmed.scss +0 -414
- package/tokens-next-private/scss/functional/themes/dark-high-contrast.scss +0 -414
- package/tokens-next-private/scss/functional/themes/dark-tritanopia.scss +0 -414
- package/tokens-next-private/scss/functional/themes/dark.scss +0 -414
- package/tokens-next-private/scss/functional/themes/light-colorblind.scss +0 -414
- package/tokens-next-private/scss/functional/themes/light-high-contrast.scss +0 -414
- package/tokens-next-private/scss/functional/themes/light-tritanopia.scss +0 -414
- package/tokens-next-private/scss/functional/themes/light.scss +0 -414
- package/tokens-next-private/scss/functional/typography/typography.scss +0 -45
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.