@noctuatech/uswds 0.0.2 → 0.0.4

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 CHANGED
@@ -23,7 +23,7 @@ https://designsystem.digital.gov/
23
23
  }
24
24
  </style>
25
25
 
26
- <script src="https://cdn.jsdelivr.net/npm/@noctuatech/uswds@latest/uswds.min.js"></script>
26
+ <script src="https://cdn.jsdelivr.net/npm/@noctuatech/uswds@latest/assets/uswds.min.js"></script>
27
27
 
28
28
  <usa-config
29
29
  spritesheet="https://cdn.jsdelivr.net/npm/@noctuatech/uswds@latest/assets/img/sprite.svg"
@@ -35,38 +35,6 @@ https://designsystem.digital.gov/
35
35
  <usa-link href="#">consectetur adipiscing</usa-link>&nbsp;elit, sed do
36
36
  eiusmod.
37
37
  </usa-alert>
38
-
39
- <usa-alert type="warning">
40
- <h3 slot="heading">Warning status</h3>
41
-
42
- Lorem ipsum dolor sit amet,&nbsp;
43
- <usa-link href="#">consectetur adipiscing</usa-link>&nbsp;elit, sed do
44
- eiusmod.
45
- </usa-alert>
46
-
47
- <usa-alert type="success">
48
- <h3 slot="heading">Success status</h3>
49
-
50
- Lorem ipsum dolor sit amet,&nbsp;
51
- <usa-link href="#">consectetur adipiscing</usa-link>&nbsp;elit, sed do
52
- eiusmod.
53
- </usa-alert>
54
-
55
- <usa-alert type="error">
56
- <h3 slot="heading">Error status</h3>
57
-
58
- Lorem ipsum dolor sit amet,&nbsp;
59
- <usa-link href="#">consectetur adipiscing</usa-link>&nbsp;elit, sed do
60
- eiusmod.
61
- </usa-alert>
62
-
63
- <usa-alert type="emergency">
64
- <h3 slot="heading">Emergency status</h3>
65
-
66
- Lorem ipsum dolor sit amet,&nbsp;
67
- <usa-link href="#">consectetur adipiscing</usa-link>&nbsp;elit, sed do
68
- eiusmod.
69
- </usa-alert>
70
38
  </usa-config>
71
39
  ```
72
40
 
@@ -0,0 +1,21 @@
1
+ * {
2
+ font-family:
3
+ Public Sans Web,
4
+ -apple-system,
5
+ BlinkMacSystemFont,
6
+ Segoe UI,
7
+ Roboto,
8
+ Helvetica,
9
+ Arial,
10
+ sans-serif,
11
+ Apple Color Emoji,
12
+ Segoe UI Emoji,
13
+ Segoe UI Symbol;
14
+ }
15
+
16
+ pre * {
17
+ font-family: ui-monospace, Menlo, Monaco, "Roboto Mono", "Oxygen Mono",
18
+ "Ubuntu Monospace", "Source Code Pro", "Droid Sans Mono", "Courier New",
19
+ monospace;
20
+ font-size: 1rem;
21
+ }