@cal.macconnachie/web-components 2.1.0 → 2.1.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.
Files changed (2) hide show
  1. package/dist/index.js +6 -8
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3308,9 +3308,13 @@ class P extends I {
3308
3308
  transform: translateY(-50%);
3309
3309
  color: var(--color-text-secondary);
3310
3310
  pointer-events: none;
3311
+ display: flex;
3312
+ align-items: center;
3313
+ justify-content: center;
3311
3314
  }
3312
3315
 
3313
- .date-icon svg {
3316
+ .date-icon svg,
3317
+ .date-icon base-icon {
3314
3318
  width: 1.25em;
3315
3319
  height: 1.25em;
3316
3320
  display: block;
@@ -3814,13 +3818,7 @@ class P extends I {
3814
3818
  </div>
3815
3819
 
3816
3820
  <div class="date-icon">
3817
- <svg viewBox="0 0 20 20" fill="currentColor">
3818
- <path
3819
- fill-rule="evenodd"
3820
- d="M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z"
3821
- clip-rule="evenodd"
3822
- />
3823
- </svg>
3821
+ <base-icon name="calendar-day" size="20px"></base-icon>
3824
3822
  </div>
3825
3823
 
3826
3824
  ${this.isOpen ? m`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cal.macconnachie/web-components",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Web components hosted on a CDN",
5
5
  "keywords": [
6
6
  "web-components",