@indice/ng-components 0.2.173-beta.48 → 0.2.173-beta.49

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/_styles.scss +4 -0
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -783,6 +783,10 @@
783
783
  @apply flex-1 min-w-0;
784
784
  }
785
785
 
786
+ .form-header-image {
787
+ @apply w-12 h-12;
788
+ }
789
+
786
790
  .form-title {
787
791
  @apply text-lg leading-6 font-medium text-gray-900;
788
792
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.173-beta.48",
3
+ "version": "0.2.173-beta.49",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",