@ama-pt/agora-design-system 1.0.0 → 1.0.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/README.md +2 -2
- package/artifacts/dist/index.mjs +958 -960
- package/artifacts/dist/index.mjs.map +1 -1
- package/artifacts/dist/index.umd.js +1 -1
- package/artifacts/dist/index.umd.js.map +1 -1
- package/artifacts/dist/types/components/button-group/button-group.d.ts +2 -2
- package/artifacts/dist/types/components/input-email-bar/input-email-bar.d.ts +2 -2
- package/artifacts/dist/types/components/input-search/input-search.d.ts +1 -1
- package/artifacts/dist/types/components/input-search-bar/input-search-bar.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ ADS presents a set of rules and guidelines that must be followed in the design a
|
|
|
25
25
|
|
|
26
26
|
## Useful Links
|
|
27
27
|
|
|
28
|
-
- StoryBook <https://
|
|
28
|
+
- StoryBook <https://react.agora.gov.pt>
|
|
29
29
|
- Figma (UX Design) - <https://www.figma.com/files/1280803067320724398/project/60863393>
|
|
30
30
|
- ZeroHeight - <https://zeroheight.com/1be481dc2/p/97181d-agora-design-system>
|
|
31
31
|
- AccessMonitor (Acessibilidade AMA) - <https://accessmonitor.acessibilidade.gov.pt/>
|
|
@@ -80,7 +80,7 @@ export default TailwindConfig;
|
|
|
80
80
|
|
|
81
81
|
```typescript
|
|
82
82
|
// typescript import
|
|
83
|
-
import '@ama-pt/agora-design-system/dist/index.css';
|
|
83
|
+
import '@ama-pt/agora-design-system/artifacts/dist/index.css';
|
|
84
84
|
// or equivalent for javascript imports
|
|
85
85
|
```
|
|
86
86
|
|