ca-components 0.0.37 → 0.0.39

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.
@@ -10,4 +10,5 @@ export declare class PeriodContentSvgRoutes {
10
10
  static userAvatar: string;
11
11
  static userAvatarMissing: string;
12
12
  static dragging: string;
13
+ static infinityIcon: string;
13
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ca-components",
3
- "version": "0.0.37",
3
+ "version": "0.0.39",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0",
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="18" viewBox="0 0 24 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" width="23" height="18" rx="9" fill="#6C6C6C"/>
3
+ <path d="M15.076 11.956C14.544 11.956 14.0867 11.8813 13.704 11.732C13.3213 11.5733 12.99 11.3633 12.71 11.102C12.4393 10.8313 12.1967 10.542 11.982 10.234C11.7767 9.91667 11.576 9.604 11.38 9.296C11.1933 8.97867 10.9927 8.68933 10.778 8.428C10.5633 8.15733 10.316 7.94267 10.036 7.784C9.76533 7.62533 9.434 7.546 9.042 7.546C8.734 7.546 8.454 7.616 8.202 7.756C7.95933 7.896 7.768 8.08267 7.628 8.316C7.49733 8.54 7.432 8.80133 7.432 9.1C7.432 9.38933 7.49733 9.65067 7.628 9.884C7.768 10.1173 7.95933 10.304 8.202 10.444C8.454 10.584 8.734 10.654 9.042 10.654C9.434 10.654 9.76533 10.5747 10.036 10.416C10.316 10.2573 10.5633 10.0473 10.778 9.786C10.9927 9.51533 11.1933 9.226 11.38 8.918C11.576 8.61 11.7767 8.29733 11.982 7.98C12.1967 7.66267 12.4393 7.37333 12.71 7.112C12.99 6.84133 13.3213 6.63133 13.704 6.482C14.0867 6.32333 14.544 6.244 15.076 6.244C15.6267 6.244 16.1167 6.36533 16.546 6.608C16.9753 6.85067 17.316 7.18667 17.568 7.616C17.82 8.04533 17.946 8.53533 17.946 9.086C17.946 9.63667 17.82 10.1313 17.568 10.57C17.316 10.9993 16.9753 11.34 16.546 11.592C16.1167 11.8347 15.6267 11.956 15.076 11.956ZM8.916 11.956C8.36533 11.956 7.87067 11.8347 7.432 11.592C7.00267 11.34 6.662 10.9993 6.41 10.57C6.158 10.1313 6.032 9.64133 6.032 9.1C6.032 8.54933 6.158 8.05933 6.41 7.63C6.662 7.19133 7.00267 6.85067 7.432 6.608C7.87067 6.36533 8.36533 6.244 8.916 6.244C9.45733 6.244 9.91467 6.32333 10.288 6.482C10.6707 6.63133 10.9973 6.84133 11.268 7.112C11.548 7.37333 11.7907 7.66267 11.996 7.98C12.2013 8.288 12.3973 8.60067 12.584 8.918C12.78 9.226 12.9853 9.51533 13.2 9.786C13.4147 10.0473 13.662 10.2573 13.942 10.416C14.222 10.5747 14.5533 10.654 14.936 10.654C15.244 10.654 15.5193 10.584 15.762 10.444C16.0047 10.304 16.196 10.1173 16.336 9.884C16.476 9.65067 16.546 9.38467 16.546 9.086C16.546 8.79667 16.476 8.53533 16.336 8.302C16.196 8.06867 16.0047 7.88667 15.762 7.756C15.5193 7.616 15.244 7.546 14.936 7.546C14.5533 7.546 14.222 7.62533 13.942 7.784C13.662 7.94267 13.4147 8.15733 13.2 8.428C12.9853 8.68933 12.78 8.974 12.584 9.282C12.3973 9.59 12.2013 9.90267 11.996 10.22C11.7907 10.5373 11.548 10.8313 11.268 11.102C10.9973 11.3633 10.6707 11.5733 10.288 11.732C9.91467 11.8813 9.45733 11.956 8.916 11.956Z" fill="white"/>
4
+ </svg>