@primer/primitives 10.5.1-rc.aa2b8f62 → 10.6.0-rc.16836ab4
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/build/platforms/figma.js +4 -4
 - package/dist/build/schemas/dimensionToken.js +1 -0
 - package/dist/build/transformers/fontFamilyToFigma.js +4 -1
 - package/dist/css/functional/themes/dark-colorblind.css +0 -102
 - package/dist/css/functional/themes/dark-dimmed.css +0 -102
 - package/dist/css/functional/themes/dark-high-contrast.css +0 -102
 - package/dist/css/functional/themes/dark-tritanopia.css +0 -102
 - package/dist/css/functional/themes/dark.css +0 -102
 - package/dist/css/functional/themes/light-colorblind.css +0 -102
 - package/dist/css/functional/themes/light-high-contrast.css +0 -102
 - package/dist/css/functional/themes/light-tritanopia.css +0 -102
 - package/dist/css/functional/themes/light.css +0 -102
 - package/dist/docs/functional/size/border.json +78 -6
 - package/dist/docs/functional/themes/dark-colorblind.json +331 -1861
 - package/dist/docs/functional/themes/dark-dimmed.json +331 -1861
 - package/dist/docs/functional/themes/dark-high-contrast.json +331 -1861
 - package/dist/docs/functional/themes/dark-tritanopia.json +331 -1861
 - package/dist/docs/functional/themes/dark.json +331 -1861
 - package/dist/docs/functional/themes/light-colorblind.json +331 -1861
 - package/dist/docs/functional/themes/light-high-contrast.json +331 -1861
 - package/dist/docs/functional/themes/light-tritanopia.json +331 -1861
 - package/dist/docs/functional/themes/light.json +331 -1861
 - package/dist/figma/dimension/dimension.json +61 -0
 - package/dist/figma/themes/dark-colorblind.json +0 -561
 - package/dist/figma/themes/dark-dimmed.json +0 -561
 - package/dist/figma/themes/dark-high-contrast.json +0 -561
 - package/dist/figma/themes/dark-tritanopia.json +0 -561
 - package/dist/figma/themes/dark.json +0 -561
 - package/dist/figma/themes/light-colorblind.json +0 -561
 - package/dist/figma/themes/light-high-contrast.json +0 -561
 - package/dist/figma/themes/light-tritanopia.json +0 -561
 - package/dist/figma/themes/light.json +0 -561
 - package/dist/figma/typography/typography.json +4 -4
 - package/dist/internalCss/dark-colorblind.css +0 -102
 - package/dist/internalCss/dark-dimmed.css +0 -102
 - package/dist/internalCss/dark-high-contrast.css +0 -102
 - package/dist/internalCss/dark-tritanopia.css +0 -102
 - package/dist/internalCss/dark.css +0 -102
 - package/dist/internalCss/light-colorblind.css +0 -102
 - package/dist/internalCss/light-high-contrast.css +0 -102
 - package/dist/internalCss/light-tritanopia.css +0 -102
 - package/dist/internalCss/light.css +0 -102
 - package/dist/styleLint/functional/size/border.json +78 -6
 - package/dist/styleLint/functional/themes/dark-colorblind.json +309 -1839
 - package/dist/styleLint/functional/themes/dark-dimmed.json +309 -1839
 - package/dist/styleLint/functional/themes/dark-high-contrast.json +309 -1839
 - package/dist/styleLint/functional/themes/dark-tritanopia.json +309 -1839
 - package/dist/styleLint/functional/themes/dark.json +309 -1839
 - package/dist/styleLint/functional/themes/light-colorblind.json +309 -1839
 - package/dist/styleLint/functional/themes/light-high-contrast.json +309 -1839
 - package/dist/styleLint/functional/themes/light-tritanopia.json +309 -1839
 - package/dist/styleLint/functional/themes/light.json +309 -1839
 - package/package.json +1 -1
 - package/src/tokens/functional/color/data-vis.json5 +0 -646
 - package/src/tokens/functional/size/border.json5 +36 -0
 
| 
         @@ -968,6 +968,47 @@ 
     | 
|
| 
       968 
968 
     | 
    
         
             
                "group": "pattern/size",
         
     | 
| 
       969 
969 
     | 
    
         
             
                "scopes": ["WIDTH_HEIGHT"]
         
     | 
| 
       970 
970 
     | 
    
         
             
              },
         
     | 
| 
      
 971 
     | 
    
         
            +
              {
         
     | 
| 
      
 972 
     | 
    
         
            +
                "name": "borderWidth/default",
         
     | 
| 
      
 973 
     | 
    
         
            +
                "value": 1,
         
     | 
| 
      
 974 
     | 
    
         
            +
                "type": "FLOAT",
         
     | 
| 
      
 975 
     | 
    
         
            +
                "refId": "functional/size/borderWidth/default",
         
     | 
| 
      
 976 
     | 
    
         
            +
                "reference": "functional/size/borderWidth/thin",
         
     | 
| 
      
 977 
     | 
    
         
            +
                "collection": "functional/size",
         
     | 
| 
      
 978 
     | 
    
         
            +
                "mode": "default",
         
     | 
| 
      
 979 
     | 
    
         
            +
                "group": "functional/size",
         
     | 
| 
      
 980 
     | 
    
         
            +
                "scopes": ["STROKE_FLOAT", "EFFECT_FLOAT"]
         
     | 
| 
      
 981 
     | 
    
         
            +
              },
         
     | 
| 
      
 982 
     | 
    
         
            +
              {
         
     | 
| 
      
 983 
     | 
    
         
            +
                "name": "borderWidth/thin",
         
     | 
| 
      
 984 
     | 
    
         
            +
                "value": 1,
         
     | 
| 
      
 985 
     | 
    
         
            +
                "type": "FLOAT",
         
     | 
| 
      
 986 
     | 
    
         
            +
                "refId": "functional/size/borderWidth/thin",
         
     | 
| 
      
 987 
     | 
    
         
            +
                "collection": "functional/size",
         
     | 
| 
      
 988 
     | 
    
         
            +
                "mode": "default",
         
     | 
| 
      
 989 
     | 
    
         
            +
                "group": "functional/size",
         
     | 
| 
      
 990 
     | 
    
         
            +
                "scopes": ["STROKE_FLOAT", "EFFECT_FLOAT"]
         
     | 
| 
      
 991 
     | 
    
         
            +
              },
         
     | 
| 
      
 992 
     | 
    
         
            +
              {
         
     | 
| 
      
 993 
     | 
    
         
            +
                "name": "borderWidth/thick",
         
     | 
| 
      
 994 
     | 
    
         
            +
                "value": 2,
         
     | 
| 
      
 995 
     | 
    
         
            +
                "type": "FLOAT",
         
     | 
| 
      
 996 
     | 
    
         
            +
                "refId": "functional/size/borderWidth/thick",
         
     | 
| 
      
 997 
     | 
    
         
            +
                "collection": "functional/size",
         
     | 
| 
      
 998 
     | 
    
         
            +
                "mode": "default",
         
     | 
| 
      
 999 
     | 
    
         
            +
                "group": "functional/size",
         
     | 
| 
      
 1000 
     | 
    
         
            +
                "scopes": ["STROKE_FLOAT", "EFFECT_FLOAT"]
         
     | 
| 
      
 1001 
     | 
    
         
            +
              },
         
     | 
| 
      
 1002 
     | 
    
         
            +
              {
         
     | 
| 
      
 1003 
     | 
    
         
            +
                "name": "borderWidth/thicker",
         
     | 
| 
      
 1004 
     | 
    
         
            +
                "value": 4,
         
     | 
| 
      
 1005 
     | 
    
         
            +
                "type": "FLOAT",
         
     | 
| 
      
 1006 
     | 
    
         
            +
                "refId": "functional/size/borderWidth/thicker",
         
     | 
| 
      
 1007 
     | 
    
         
            +
                "collection": "functional/size",
         
     | 
| 
      
 1008 
     | 
    
         
            +
                "mode": "default",
         
     | 
| 
      
 1009 
     | 
    
         
            +
                "group": "functional/size",
         
     | 
| 
      
 1010 
     | 
    
         
            +
                "scopes": ["STROKE_FLOAT", "EFFECT_FLOAT"]
         
     | 
| 
      
 1011 
     | 
    
         
            +
              },
         
     | 
| 
       971 
1012 
     | 
    
         
             
              {
         
     | 
| 
       972 
1013 
     | 
    
         
             
                "name": "borderRadius/small",
         
     | 
| 
       973 
1014 
     | 
    
         
             
                "value": 3,
         
     | 
| 
         @@ -1034,5 +1075,25 @@ 
     | 
|
| 
       1034 
1075 
     | 
    
         
             
                "codeSyntax": {
         
     | 
| 
       1035 
1076 
     | 
    
         
             
                  "web": "var(--borderRadius-default) /* utility class: .rounded-2 */"
         
     | 
| 
       1036 
1077 
     | 
    
         
             
                }
         
     | 
| 
      
 1078 
     | 
    
         
            +
              },
         
     | 
| 
      
 1079 
     | 
    
         
            +
              {
         
     | 
| 
      
 1080 
     | 
    
         
            +
                "name": "outline/focus/offset",
         
     | 
| 
      
 1081 
     | 
    
         
            +
                "value": -2,
         
     | 
| 
      
 1082 
     | 
    
         
            +
                "type": "FLOAT",
         
     | 
| 
      
 1083 
     | 
    
         
            +
                "refId": "functional/size/outline/focus/offset",
         
     | 
| 
      
 1084 
     | 
    
         
            +
                "collection": "functional/size",
         
     | 
| 
      
 1085 
     | 
    
         
            +
                "mode": "default",
         
     | 
| 
      
 1086 
     | 
    
         
            +
                "group": "functional/size",
         
     | 
| 
      
 1087 
     | 
    
         
            +
                "scopes": ["STROKE_FLOAT", "EFFECT_FLOAT"]
         
     | 
| 
      
 1088 
     | 
    
         
            +
              },
         
     | 
| 
      
 1089 
     | 
    
         
            +
              {
         
     | 
| 
      
 1090 
     | 
    
         
            +
                "name": "outline/focus/width",
         
     | 
| 
      
 1091 
     | 
    
         
            +
                "value": 2,
         
     | 
| 
      
 1092 
     | 
    
         
            +
                "type": "FLOAT",
         
     | 
| 
      
 1093 
     | 
    
         
            +
                "refId": "functional/size/outline/focus/width",
         
     | 
| 
      
 1094 
     | 
    
         
            +
                "collection": "functional/size",
         
     | 
| 
      
 1095 
     | 
    
         
            +
                "mode": "default",
         
     | 
| 
      
 1096 
     | 
    
         
            +
                "group": "functional/size",
         
     | 
| 
      
 1097 
     | 
    
         
            +
                "scopes": ["STROKE_FLOAT", "EFFECT_FLOAT"]
         
     | 
| 
       1037 
1098 
     | 
    
         
             
              }
         
     | 
| 
       1038 
1099 
     | 
    
         
             
            ]
         
     |