@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
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"collections": {
|
|
3
|
-
"functional/size": {
|
|
4
|
-
"modes": [
|
|
5
|
-
"default"
|
|
6
|
-
],
|
|
7
|
-
"groups": [
|
|
8
|
-
"functional/size"
|
|
9
|
-
]
|
|
10
|
-
},
|
|
11
|
-
"pattern/size": {
|
|
12
|
-
"modes": [
|
|
13
|
-
"default"
|
|
14
|
-
],
|
|
15
|
-
"groups": [
|
|
16
|
-
"pattern/size",
|
|
17
|
-
"component"
|
|
18
|
-
]
|
|
19
|
-
},
|
|
20
|
-
"base/size": {
|
|
21
|
-
"modes": [
|
|
22
|
-
"default"
|
|
23
|
-
],
|
|
24
|
-
"groups": [
|
|
25
|
-
"base/size"
|
|
26
|
-
]
|
|
27
|
-
},
|
|
28
|
-
"base/color/dark-dimmed": {
|
|
29
|
-
"modes": [
|
|
30
|
-
"default"
|
|
31
|
-
],
|
|
32
|
-
"groups": [
|
|
33
|
-
"base/color/dark-dimmed"
|
|
34
|
-
]
|
|
35
|
-
},
|
|
36
|
-
"base/color/dark": {
|
|
37
|
-
"modes": [
|
|
38
|
-
"default"
|
|
39
|
-
],
|
|
40
|
-
"groups": [
|
|
41
|
-
"base/color/dark"
|
|
42
|
-
]
|
|
43
|
-
},
|
|
44
|
-
"base/color/dark-high-contrast": {
|
|
45
|
-
"modes": [
|
|
46
|
-
"default"
|
|
47
|
-
],
|
|
48
|
-
"groups": [
|
|
49
|
-
"base/color/dark-high-contrast"
|
|
50
|
-
]
|
|
51
|
-
},
|
|
52
|
-
"base/color/light-high-contrast": {
|
|
53
|
-
"modes": [
|
|
54
|
-
"default"
|
|
55
|
-
],
|
|
56
|
-
"groups": [
|
|
57
|
-
"base/color/light-high-contrast"
|
|
58
|
-
]
|
|
59
|
-
},
|
|
60
|
-
"base/color/light": {
|
|
61
|
-
"modes": [
|
|
62
|
-
"default"
|
|
63
|
-
],
|
|
64
|
-
"groups": [
|
|
65
|
-
"base/color/light"
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
|
-
"mode": {
|
|
69
|
-
"modes": [
|
|
70
|
-
"light",
|
|
71
|
-
"dark",
|
|
72
|
-
"dark dimmed",
|
|
73
|
-
"light high contrast",
|
|
74
|
-
"dark high contrast",
|
|
75
|
-
"light colorblind",
|
|
76
|
-
"dark colorblind",
|
|
77
|
-
"light tritanopia",
|
|
78
|
-
"dark tritanopia"
|
|
79
|
-
],
|
|
80
|
-
"groups": [
|
|
81
|
-
"shadow",
|
|
82
|
-
"component shadow",
|
|
83
|
-
"syntax",
|
|
84
|
-
"semantic",
|
|
85
|
-
"component (internal)",
|
|
86
|
-
"component"
|
|
87
|
-
]
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"files": [
|
|
91
|
-
"tokens-next-private/figma/dimension/dimension.json",
|
|
92
|
-
"tokens-next-private/figma/scales/dark-dimmed.json",
|
|
93
|
-
"tokens-next-private/figma/scales/dark-high-constrast.json",
|
|
94
|
-
"tokens-next-private/figma/scales/dark.json",
|
|
95
|
-
"tokens-next-private/figma/scales/light-high-constrast.json",
|
|
96
|
-
"tokens-next-private/figma/scales/light.json",
|
|
97
|
-
"tokens-next-private/figma/shadows/dark-colorblind.json",
|
|
98
|
-
"tokens-next-private/figma/shadows/dark-dimmed.json",
|
|
99
|
-
"tokens-next-private/figma/shadows/dark-high-contrast.json",
|
|
100
|
-
"tokens-next-private/figma/shadows/dark-tritanopia.json",
|
|
101
|
-
"tokens-next-private/figma/shadows/dark.json",
|
|
102
|
-
"tokens-next-private/figma/shadows/light-colorblind.json",
|
|
103
|
-
"tokens-next-private/figma/shadows/light-high-contrast.json",
|
|
104
|
-
"tokens-next-private/figma/shadows/light-tritanopia.json",
|
|
105
|
-
"tokens-next-private/figma/shadows/light.json",
|
|
106
|
-
"tokens-next-private/figma/themes/dark-colorblind.json",
|
|
107
|
-
"tokens-next-private/figma/themes/dark-dimmed.json",
|
|
108
|
-
"tokens-next-private/figma/themes/dark-high-contrast.json",
|
|
109
|
-
"tokens-next-private/figma/themes/dark-tritanopia.json",
|
|
110
|
-
"tokens-next-private/figma/themes/dark.json",
|
|
111
|
-
"tokens-next-private/figma/themes/light-colorblind.json",
|
|
112
|
-
"tokens-next-private/figma/themes/light-high-contrast.json",
|
|
113
|
-
"tokens-next-private/figma/themes/light-tritanopia.json",
|
|
114
|
-
"tokens-next-private/figma/themes/light.json"
|
|
115
|
-
]
|
|
116
|
-
}
|