@aurea-uds/contracts 0.2.0 → 0.4.0
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/aurea.contract.json +3 -2
- package/package.json +1 -1
package/aurea.contract.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Aurea — Universal Design System",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"status": "organized-source-of-truth",
|
|
5
5
|
"language": "pt-BR",
|
|
6
6
|
"fonts": {
|
|
@@ -195,6 +195,7 @@
|
|
|
195
195
|
"@aurea-uds/contracts",
|
|
196
196
|
"@aurea-uds/tokens",
|
|
197
197
|
"@aurea-uds/core",
|
|
198
|
+
"@aurea-uds/fonts",
|
|
198
199
|
"@aurea-uds/icons",
|
|
199
200
|
"@aurea-uds/react"
|
|
200
201
|
],
|
|
@@ -205,7 +206,7 @@
|
|
|
205
206
|
},
|
|
206
207
|
"consumption": {
|
|
207
208
|
"contract": "importar @aurea-uds/contracts/contract",
|
|
208
|
-
"tokens": "importar @aurea-uds/tokens/css uma vez",
|
|
209
|
+
"tokens": "para consumir só tokens, importar @aurea-uds/tokens/css uma vez; @aurea-uds/core/css já os inclui",
|
|
209
210
|
"icons": "embutir o sprite de @aurea-uds/icons/sprite uma vez e referenciar símbolos por id",
|
|
210
211
|
"css": "importar @aurea-uds/core/css",
|
|
211
212
|
"react": "importar componentes de @aurea-uds/react"
|