@ucalgary-design-system/all-components 1.0.2 → 1.1.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/CHANGELOG.md +26 -0
- package/README.md +3 -0
- package/bundle/index.js +5468 -1436
- package/index.css +1 -0
- package/index.js +5498 -12
- package/package.json +16 -14
- /package/bundle/{all-components.css → index.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @ucalgary-design-system/all-components
|
|
2
2
|
|
|
3
|
+
## 1.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 386b04a: Added icon button component
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- c3fdd31: Updated dependencies and modified build
|
|
12
|
+
- Updated dependencies [386b04a]
|
|
13
|
+
- Updated dependencies [386b04a]
|
|
14
|
+
- Updated dependencies [c3fdd31]
|
|
15
|
+
- @ucalgary-design-system/icon-button@1.0.1
|
|
16
|
+
- @ucalgary-design-system/icon@1.0.3
|
|
17
|
+
- @ucalgary-design-system/accordion-group@1.0.2
|
|
18
|
+
- @ucalgary-design-system/button-group@1.0.3
|
|
19
|
+
- @ucalgary-design-system/chip-group@1.0.3
|
|
20
|
+
- @ucalgary-design-system/text-input@1.0.3
|
|
21
|
+
- @ucalgary-design-system/accordion@1.0.2
|
|
22
|
+
- @ucalgary-design-system/checkbox@1.0.3
|
|
23
|
+
- @ucalgary-design-system/dropdown@1.0.3
|
|
24
|
+
- @ucalgary-design-system/fieldset@1.0.3
|
|
25
|
+
- @ucalgary-design-system/button@1.0.3
|
|
26
|
+
- @ucalgary-design-system/radio@1.0.3
|
|
27
|
+
- @ucalgary-design-system/chip@1.0.3
|
|
28
|
+
|
|
3
29
|
## 1.0.2
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -58,6 +58,8 @@ Once included, you can use any UCalgary Design System component:
|
|
|
58
58
|
|
|
59
59
|
The following components are available:
|
|
60
60
|
|
|
61
|
+
* `ucds-accordion`
|
|
62
|
+
* `ucds-accordion-group`
|
|
61
63
|
* `ucds-button`
|
|
62
64
|
* `ucds-button-group`
|
|
63
65
|
* `ucds-checkbox`
|
|
@@ -66,5 +68,6 @@ The following components are available:
|
|
|
66
68
|
* `ucds-dropdown`
|
|
67
69
|
* `ucds-fieldset`
|
|
68
70
|
* `ucds-icon`
|
|
71
|
+
* `ucds-icon-button`
|
|
69
72
|
* `ucds-radio`
|
|
70
73
|
* `ucds-text-input`
|