@ucalgary-design-system/all-components 1.4.0 → 1.5.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 CHANGED
@@ -1,5 +1,30 @@
1
1
  # @ucalgary-design-system/all-components
2
2
 
3
+ ## 1.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0a26b43: Added Tabs component
8
+ - a9d5513: Added Card component
9
+ - 94f3e96: Added Date-input component
10
+ - 53197eb: Added Pull-quote component
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [0a26b43]
15
+ - Updated dependencies [a9d5513]
16
+ - Updated dependencies [1c52517]
17
+ - Updated dependencies [53197eb]
18
+ - Updated dependencies [1d37489]
19
+ - Updated dependencies [1578038]
20
+ - @ucalgary-design-system/tabs@1.0.1
21
+ - @ucalgary-design-system/card-group@1.0.1
22
+ - @ucalgary-design-system/card@1.0.1
23
+ - @ucalgary-design-system/icon@1.0.8
24
+ - @ucalgary-design-system/pull-quote@1.0.1
25
+ - @ucalgary-design-system/button@1.0.7
26
+ - @ucalgary-design-system/icon-button@1.1.0
27
+
3
28
  ## 1.4.0
4
29
 
5
30
  ### Minor Changes
@@ -0,0 +1,7 @@
1
+ const C = `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.09961 4C9.09961 3.94477 9.05523 3.90039 9 3.90039H6C5.94477 3.90039 5.90039 3.94477 5.90039 4V20C5.90039 20.0552 5.94477 20.0996 6 20.0996H9C9.05523 20.0996 9.09961 20.0552 9.09961 20V4ZM18.0996 4C18.0996 3.94477 18.0552 3.90039 18 3.90039H15C14.9448 3.90039 14.9004 3.94477 14.9004 4V20C14.9004 20.0552 14.9448 20.0996 15 20.0996H18C18.0552 20.0996 18.0996 20.0552 18.0996 20V4ZM10.9004 20C10.9004 21.0493 10.0493 21.9004 9 21.9004H6C4.95066 21.9004 4.09961 21.0493 4.09961 20V4C4.09961 2.95066 4.95066 2.09961 6 2.09961H9C10.0493 2.09961 10.9004 2.95066 10.9004 4V20ZM19.9004 20C19.9004 21.0493 19.0493 21.9004 18 21.9004H15C13.9507 21.9004 13.0996 21.0493 13.0996 20V4C13.0996 2.95066 13.9507 2.09961 15 2.09961H18C19.0493 2.09961 19.9004 2.95066 19.9004 4V20Z"/>
3
+ </svg>
4
+ `;
5
+ export {
6
+ C as default
7
+ };
package/README.md CHANGED
@@ -94,15 +94,23 @@ The following components are available:
94
94
  * `ucds-breadcrumb`
95
95
  * `ucds-button`
96
96
  * `ucds-button-group`
97
+ * `ucds-card`
98
+ * `ucds-card-group`
97
99
  * `ucds-checkbox`
98
100
  * `ucds-chip`
99
101
  * `ucds-chip-group`
102
+ * `ucds-date-input`
100
103
  * `ucds-dropdown`
101
104
  * `ucds-fieldset`
105
+ * `ucds-form`
106
+ * `ucds-hero`
102
107
  * `ucds-icon`
103
108
  * `ucds-icon-button`
104
109
  * `ucds-link`
110
+ * `ucds-pull-quote`
105
111
  * `ucds-radio`
106
- * `search-input`
112
+ * `ucds-search-input`
113
+ * `ucds-stepper`
114
+ * `ucds-tabs`
107
115
  * `ucds-text-input`
108
116
  * `ucds-text-area`
@@ -0,0 +1,8 @@
1
+ const e = `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.99999 20V4C3.99999 3.44772 3.55228 3 2.99999 3C2.44771 3 1.99999 3.44772 1.99999 4V20C1.99999 20.5523 2.44771 21 2.99999 21C3.55228 21 3.99999 20.5523 3.99999 20Z"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.5774 4.79769C21.5774 3.14329 19.7472 2.14409 18.3555 3.03871L7.3828 10.0926C6.10238 10.9157 6.10238 12.7874 7.3828 13.6106L18.3555 20.6645C19.7472 21.5591 21.5774 20.5599 21.5774 18.9055V4.79769ZM19.3633 5.02299V18.6802L8.74103 11.8516L19.3633 5.02299Z"/>
4
+ </svg>
5
+ `;
6
+ export {
7
+ e as default
8
+ };
@@ -0,0 +1,8 @@
1
+ const e = `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 20V4C20 3.44772 20.4477 3 21 3C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21C20.4477 21 20 20.5523 20 20Z"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.42261 4.79769C2.42261 3.14329 4.25282 2.14409 5.64445 3.03871L16.6172 10.0926C17.8976 10.9157 17.8976 12.7874 16.6172 13.6106L5.64445 20.6645C4.25282 21.5591 2.42261 20.5599 2.42261 18.9055V4.79769ZM4.63669 5.02299V18.6802L15.259 11.8516L4.63669 5.02299Z"/>
4
+ </svg>
5
+ `;
6
+ export {
7
+ e as default
8
+ };
@@ -0,0 +1,7 @@
1
+ const t = `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 5.77734C18.9998 5.34813 18.6519 5.00023 18.2227 5H5.77734C5.34813 5.00023 5.00023 5.34813 5 5.77734V18.2227C5.00023 18.6519 5.34813 18.9998 5.77734 19H18.2227C18.6519 18.9998 18.9998 18.6519 19 18.2227V5.77734ZM21 18.2227C20.9998 19.7564 19.7564 20.9998 18.2227 21H5.77734C4.24356 20.9998 3.00023 19.7564 3 18.2227V5.77734C3.00023 4.24356 4.24356 3.00023 5.77734 3H18.2227C19.7564 3.00023 20.9998 4.24356 21 5.77734V18.2227Z"/>
3
+ </svg>
4
+ `;
5
+ export {
6
+ t as default
7
+ };
@@ -0,0 +1,7 @@
1
+ const C = `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.09961 4C9.09961 3.94477 9.05523 3.90039 9 3.90039H6C5.94477 3.90039 5.90039 3.94477 5.90039 4V20C5.90039 20.0552 5.94477 20.0996 6 20.0996H9C9.05523 20.0996 9.09961 20.0552 9.09961 20V4ZM18.0996 4C18.0996 3.94477 18.0552 3.90039 18 3.90039H15C14.9448 3.90039 14.9004 3.94477 14.9004 4V20C14.9004 20.0552 14.9448 20.0996 15 20.0996H18C18.0552 20.0996 18.0996 20.0552 18.0996 20V4ZM10.9004 20C10.9004 21.0493 10.0493 21.9004 9 21.9004H6C4.95066 21.9004 4.09961 21.0493 4.09961 20V4C4.09961 2.95066 4.95066 2.09961 6 2.09961H9C10.0493 2.09961 10.9004 2.95066 10.9004 4V20ZM19.9004 20C19.9004 21.0493 19.0493 21.9004 18 21.9004H15C13.9507 21.9004 13.0996 21.0493 13.0996 20V4C13.0996 2.95066 13.9507 2.09961 15 2.09961H18C19.0493 2.09961 19.9004 2.95066 19.9004 4V20Z"/>
3
+ </svg>
4
+ `;
5
+ export {
6
+ C as default
7
+ };
@@ -0,0 +1,7 @@
1
+ const C = `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.09961 4C9.09961 3.94477 9.05523 3.90039 9 3.90039H6C5.94477 3.90039 5.90039 3.94477 5.90039 4V20C5.90039 20.0552 5.94477 20.0996 6 20.0996H9C9.05523 20.0996 9.09961 20.0552 9.09961 20V4ZM18.0996 4C18.0996 3.94477 18.0552 3.90039 18 3.90039H15C14.9448 3.90039 14.9004 3.94477 14.9004 4V20C14.9004 20.0552 14.9448 20.0996 15 20.0996H18C18.0552 20.0996 18.0996 20.0552 18.0996 20V4ZM10.9004 20C10.9004 21.0493 10.0493 21.9004 9 21.9004H6C4.95066 21.9004 4.09961 21.0493 4.09961 20V4C4.09961 2.95066 4.95066 2.09961 6 2.09961H9C10.0493 2.09961 10.9004 2.95066 10.9004 4V20ZM19.9004 20C19.9004 21.0493 19.0493 21.9004 18 21.9004H15C13.9507 21.9004 13.0996 21.0493 13.0996 20V4C13.0996 2.95066 13.9507 2.09961 15 2.09961H18C19.0493 2.09961 19.9004 2.95066 19.9004 4V20Z"/>
3
+ </svg>
4
+ `;
5
+ export {
6
+ C as default
7
+ };
@@ -0,0 +1,8 @@
1
+ const e = `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.99999 20V4C3.99999 3.44772 3.55228 3 2.99999 3C2.44771 3 1.99999 3.44772 1.99999 4V20C1.99999 20.5523 2.44771 21 2.99999 21C3.55228 21 3.99999 20.5523 3.99999 20Z"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.5774 4.79769C21.5774 3.14329 19.7472 2.14409 18.3555 3.03871L7.3828 10.0926C6.10238 10.9157 6.10238 12.7874 7.3828 13.6106L18.3555 20.6645C19.7472 21.5591 21.5774 20.5599 21.5774 18.9055V4.79769ZM19.3633 5.02299V18.6802L8.74103 11.8516L19.3633 5.02299Z"/>
4
+ </svg>
5
+ `;
6
+ export {
7
+ e as default
8
+ };
@@ -0,0 +1,8 @@
1
+ const e = `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.99999 20V4C3.99999 3.44772 3.55228 3 2.99999 3C2.44771 3 1.99999 3.44772 1.99999 4V20C1.99999 20.5523 2.44771 21 2.99999 21C3.55228 21 3.99999 20.5523 3.99999 20Z"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.5774 4.79769C21.5774 3.14329 19.7472 2.14409 18.3555 3.03871L7.3828 10.0926C6.10238 10.9157 6.10238 12.7874 7.3828 13.6106L18.3555 20.6645C19.7472 21.5591 21.5774 20.5599 21.5774 18.9055V4.79769ZM19.3633 5.02299V18.6802L8.74103 11.8516L19.3633 5.02299Z"/>
4
+ </svg>
5
+ `;
6
+ export {
7
+ e as default
8
+ };
@@ -0,0 +1,8 @@
1
+ const e = `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 20V4C20 3.44772 20.4477 3 21 3C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21C20.4477 21 20 20.5523 20 20Z"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.42261 4.79769C2.42261 3.14329 4.25282 2.14409 5.64445 3.03871L16.6172 10.0926C17.8976 10.9157 17.8976 12.7874 16.6172 13.6106L5.64445 20.6645C4.25282 21.5591 2.42261 20.5599 2.42261 18.9055V4.79769ZM4.63669 5.02299V18.6802L15.259 11.8516L4.63669 5.02299Z"/>
4
+ </svg>
5
+ `;
6
+ export {
7
+ e as default
8
+ };
@@ -0,0 +1,8 @@
1
+ const e = `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 20V4C20 3.44772 20.4477 3 21 3C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21C20.4477 21 20 20.5523 20 20Z"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.42261 4.79769C2.42261 3.14329 4.25282 2.14409 5.64445 3.03871L16.6172 10.0926C17.8976 10.9157 17.8976 12.7874 16.6172 13.6106L5.64445 20.6645C4.25282 21.5591 2.42261 20.5599 2.42261 18.9055V4.79769ZM4.63669 5.02299V18.6802L15.259 11.8516L4.63669 5.02299Z"/>
4
+ </svg>
5
+ `;
6
+ export {
7
+ e as default
8
+ };
@@ -0,0 +1,7 @@
1
+ const t = `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 5.77734C18.9998 5.34813 18.6519 5.00023 18.2227 5H5.77734C5.34813 5.00023 5.00023 5.34813 5 5.77734V18.2227C5.00023 18.6519 5.34813 18.9998 5.77734 19H18.2227C18.6519 18.9998 18.9998 18.6519 19 18.2227V5.77734ZM21 18.2227C20.9998 19.7564 19.7564 20.9998 18.2227 21H5.77734C4.24356 20.9998 3.00023 19.7564 3 18.2227V5.77734C3.00023 4.24356 4.24356 3.00023 5.77734 3H18.2227C19.7564 3.00023 20.9998 4.24356 21 5.77734V18.2227Z"/>
3
+ </svg>
4
+ `;
5
+ export {
6
+ t as default
7
+ };
@@ -0,0 +1,7 @@
1
+ const t = `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 5.77734C18.9998 5.34813 18.6519 5.00023 18.2227 5H5.77734C5.34813 5.00023 5.00023 5.34813 5 5.77734V18.2227C5.00023 18.6519 5.34813 18.9998 5.77734 19H18.2227C18.6519 18.9998 18.9998 18.6519 19 18.2227V5.77734ZM21 18.2227C20.9998 19.7564 19.7564 20.9998 18.2227 21H5.77734C4.24356 20.9998 3.00023 19.7564 3 18.2227V5.77734C3.00023 4.24356 4.24356 3.00023 5.77734 3H18.2227C19.7564 3.00023 20.9998 4.24356 21 5.77734V18.2227Z"/>
3
+ </svg>
4
+ `;
5
+ export {
6
+ t as default
7
+ };