@vertekum/schema-atlassian 0.1.0 → 0.1.2
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/CHANGELOG.md +13 -0
- package/README.md +55 -16
- package/dfn/atlassian.dfn +15 -0
- package/dfn/border.dfn +6 -0
- package/dfn/color.dfn +42 -0
- package/dfn/elevation.dfn +14 -0
- package/dfn/font.dfn +13 -0
- package/dfn/motion.dfn +32 -0
- package/dfn/opacity.dfn +6 -0
- package/dfn/radius.dfn +6 -0
- package/dfn/space.dfn +9 -0
- package/dfn/utility.dfn +6 -0
- package/lib/atlassian.json +18583 -0
- package/{border.json → lib/border.json} +1 -0
- package/lib/color.json +17090 -0
- package/{elevation.json → lib/elevation.json} +59 -41
- package/{font.json → lib/font.json} +17 -16
- package/{motion.json → lib/motion.json} +242 -351
- package/{opacity.json → lib/opacity.json} +1 -0
- package/{radius.json → lib/radius.json} +1 -0
- package/{space.json → lib/space.json} +1 -0
- package/{utility.json → lib/utility.json} +1 -0
- package/package.json +10 -7
- package/atlassian.json +0 -5534
- package/color.json +0 -3929
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vertekum://schema-atlassian/elevation.json",
|
|
4
|
+
"$comment": "built by @vertekum/schema-builder from elevation.dfn — do not hand-edit; remove this comment to take ownership",
|
|
4
5
|
"title": "Atlassian Design System — elevation",
|
|
5
6
|
"description": "Token path vocabulary: which names may appear, in what order, and where the order ends. What a granted name IS — group, token, base value — belongs to the token author and the DTCG format schema.",
|
|
6
7
|
"type": "object",
|
|
@@ -8,13 +9,13 @@
|
|
|
8
9
|
"elevation": {
|
|
9
10
|
"type": "object",
|
|
10
11
|
"properties": {
|
|
11
|
-
"
|
|
12
|
+
"surface": {
|
|
12
13
|
"type": "object",
|
|
13
14
|
"properties": {
|
|
14
|
-
"
|
|
15
|
+
"container": {
|
|
15
16
|
"type": "object",
|
|
16
17
|
"properties": {
|
|
17
|
-
"
|
|
18
|
+
"hovered": {
|
|
18
19
|
"type": "object",
|
|
19
20
|
"properties": {},
|
|
20
21
|
"patternProperties": {
|
|
@@ -22,7 +23,7 @@
|
|
|
22
23
|
},
|
|
23
24
|
"unevaluatedProperties": false
|
|
24
25
|
},
|
|
25
|
-
"
|
|
26
|
+
"pressed": {
|
|
26
27
|
"type": "object",
|
|
27
28
|
"properties": {},
|
|
28
29
|
"patternProperties": {
|
|
@@ -38,30 +39,30 @@
|
|
|
38
39
|
},
|
|
39
40
|
"overlay": {
|
|
40
41
|
"type": "object",
|
|
41
|
-
"properties": {
|
|
42
|
+
"properties": {
|
|
43
|
+
"hovered": {
|
|
44
|
+
"type": "object",
|
|
45
|
+
"properties": {},
|
|
46
|
+
"patternProperties": {
|
|
47
|
+
"^\\$": true
|
|
48
|
+
},
|
|
49
|
+
"unevaluatedProperties": false
|
|
50
|
+
},
|
|
51
|
+
"pressed": {
|
|
52
|
+
"type": "object",
|
|
53
|
+
"properties": {},
|
|
54
|
+
"patternProperties": {
|
|
55
|
+
"^\\$": true
|
|
56
|
+
},
|
|
57
|
+
"unevaluatedProperties": false
|
|
58
|
+
}
|
|
59
|
+
},
|
|
42
60
|
"patternProperties": {
|
|
43
61
|
"^\\$": true
|
|
44
62
|
},
|
|
45
63
|
"unevaluatedProperties": false
|
|
46
64
|
},
|
|
47
65
|
"raised": {
|
|
48
|
-
"type": "object",
|
|
49
|
-
"properties": {},
|
|
50
|
-
"patternProperties": {
|
|
51
|
-
"^\\$": true
|
|
52
|
-
},
|
|
53
|
-
"unevaluatedProperties": false
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"patternProperties": {
|
|
57
|
-
"^\\$": true
|
|
58
|
-
},
|
|
59
|
-
"unevaluatedProperties": false
|
|
60
|
-
},
|
|
61
|
-
"surface": {
|
|
62
|
-
"type": "object",
|
|
63
|
-
"properties": {
|
|
64
|
-
"container": {
|
|
65
66
|
"type": "object",
|
|
66
67
|
"properties": {
|
|
67
68
|
"hovered": {
|
|
@@ -86,15 +87,7 @@
|
|
|
86
87
|
},
|
|
87
88
|
"unevaluatedProperties": false
|
|
88
89
|
},
|
|
89
|
-
"
|
|
90
|
-
"type": "object",
|
|
91
|
-
"properties": {},
|
|
92
|
-
"patternProperties": {
|
|
93
|
-
"^\\$": true
|
|
94
|
-
},
|
|
95
|
-
"unevaluatedProperties": false
|
|
96
|
-
},
|
|
97
|
-
"overlay": {
|
|
90
|
+
"sunken": {
|
|
98
91
|
"type": "object",
|
|
99
92
|
"properties": {
|
|
100
93
|
"hovered": {
|
|
@@ -119,6 +112,14 @@
|
|
|
119
112
|
},
|
|
120
113
|
"unevaluatedProperties": false
|
|
121
114
|
},
|
|
115
|
+
"hovered": {
|
|
116
|
+
"type": "object",
|
|
117
|
+
"properties": {},
|
|
118
|
+
"patternProperties": {
|
|
119
|
+
"^\\$": true
|
|
120
|
+
},
|
|
121
|
+
"unevaluatedProperties": false
|
|
122
|
+
},
|
|
122
123
|
"pressed": {
|
|
123
124
|
"type": "object",
|
|
124
125
|
"properties": {},
|
|
@@ -126,11 +127,36 @@
|
|
|
126
127
|
"^\\$": true
|
|
127
128
|
},
|
|
128
129
|
"unevaluatedProperties": false
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"patternProperties": {
|
|
133
|
+
"^\\$": true
|
|
134
|
+
},
|
|
135
|
+
"unevaluatedProperties": false
|
|
136
|
+
},
|
|
137
|
+
"shadow": {
|
|
138
|
+
"type": "object",
|
|
139
|
+
"properties": {
|
|
140
|
+
"overlay": {
|
|
141
|
+
"type": "object",
|
|
142
|
+
"properties": {},
|
|
143
|
+
"patternProperties": {
|
|
144
|
+
"^\\$": true
|
|
145
|
+
},
|
|
146
|
+
"unevaluatedProperties": false
|
|
129
147
|
},
|
|
130
148
|
"raised": {
|
|
149
|
+
"type": "object",
|
|
150
|
+
"properties": {},
|
|
151
|
+
"patternProperties": {
|
|
152
|
+
"^\\$": true
|
|
153
|
+
},
|
|
154
|
+
"unevaluatedProperties": false
|
|
155
|
+
},
|
|
156
|
+
"overflow": {
|
|
131
157
|
"type": "object",
|
|
132
158
|
"properties": {
|
|
133
|
-
"
|
|
159
|
+
"perimeter": {
|
|
134
160
|
"type": "object",
|
|
135
161
|
"properties": {},
|
|
136
162
|
"patternProperties": {
|
|
@@ -138,7 +164,7 @@
|
|
|
138
164
|
},
|
|
139
165
|
"unevaluatedProperties": false
|
|
140
166
|
},
|
|
141
|
-
"
|
|
167
|
+
"spread": {
|
|
142
168
|
"type": "object",
|
|
143
169
|
"properties": {},
|
|
144
170
|
"patternProperties": {
|
|
@@ -151,14 +177,6 @@
|
|
|
151
177
|
"^\\$": true
|
|
152
178
|
},
|
|
153
179
|
"unevaluatedProperties": false
|
|
154
|
-
},
|
|
155
|
-
"sunken": {
|
|
156
|
-
"type": "object",
|
|
157
|
-
"properties": {},
|
|
158
|
-
"patternProperties": {
|
|
159
|
-
"^\\$": true
|
|
160
|
-
},
|
|
161
|
-
"unevaluatedProperties": false
|
|
162
180
|
}
|
|
163
181
|
},
|
|
164
182
|
"patternProperties": {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "vertekum://schema-atlassian/font.json",
|
|
4
|
+
"$comment": "built by @vertekum/schema-builder from font.dfn — do not hand-edit; remove this comment to take ownership",
|
|
4
5
|
"title": "Atlassian Design System — font",
|
|
5
6
|
"description": "Token path vocabulary: which names may appear, in what order, and where the order ends. What a granted name IS — group, token, base value — belongs to the token author and the DTCG format schema.",
|
|
6
7
|
"type": "object",
|
|
@@ -52,6 +53,22 @@
|
|
|
52
53
|
},
|
|
53
54
|
"unevaluatedProperties": false
|
|
54
55
|
},
|
|
56
|
+
"code": {
|
|
57
|
+
"type": "object",
|
|
58
|
+
"properties": {},
|
|
59
|
+
"patternProperties": {
|
|
60
|
+
"^\\$": true
|
|
61
|
+
},
|
|
62
|
+
"unevaluatedProperties": false
|
|
63
|
+
},
|
|
64
|
+
"heading": {
|
|
65
|
+
"type": "object",
|
|
66
|
+
"properties": {},
|
|
67
|
+
"patternProperties": {
|
|
68
|
+
"^\\$": true
|
|
69
|
+
},
|
|
70
|
+
"unevaluatedProperties": false
|
|
71
|
+
},
|
|
55
72
|
"brand": {
|
|
56
73
|
"type": "object",
|
|
57
74
|
"properties": {
|
|
@@ -76,22 +93,6 @@
|
|
|
76
93
|
"^\\$": true
|
|
77
94
|
},
|
|
78
95
|
"unevaluatedProperties": false
|
|
79
|
-
},
|
|
80
|
-
"code": {
|
|
81
|
-
"type": "object",
|
|
82
|
-
"properties": {},
|
|
83
|
-
"patternProperties": {
|
|
84
|
-
"^\\$": true
|
|
85
|
-
},
|
|
86
|
-
"unevaluatedProperties": false
|
|
87
|
-
},
|
|
88
|
-
"heading": {
|
|
89
|
-
"type": "object",
|
|
90
|
-
"properties": {},
|
|
91
|
-
"patternProperties": {
|
|
92
|
-
"^\\$": true
|
|
93
|
-
},
|
|
94
|
-
"unevaluatedProperties": false
|
|
95
96
|
}
|
|
96
97
|
},
|
|
97
98
|
"patternProperties": {
|