@indice/ng-components 0.3.2-beta.6 → 0.3.2-beta.8

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 +3 -3
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -731,7 +731,7 @@
731
731
  }
732
732
 
733
733
  .dropdown-button {
734
- @apply bg-white block w-full rounded-sm border-0 pl-3 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500
734
+ @apply bg-white block w-full rounded-md border-0 pl-3 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500
735
735
  text-xs leading-6 disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
736
736
  }
737
737
 
@@ -748,7 +748,7 @@
748
748
  }
749
749
 
750
750
  .dropdown-ul {
751
- @apply absolute z-50 mt-1 w-auto bg-white shadow-lg max-h-60 rounded-sm py-1 text-xs ring-1 ring-gray-300 ring-opacity-5 focus:outline-none overflow-x-hidden;
751
+ @apply absolute z-50 mt-1 w-auto bg-white shadow-lg max-h-60 rounded-md py-1 text-xs ring-1 ring-gray-300 ring-opacity-5 focus:outline-none overflow-x-hidden;
752
752
  }
753
753
 
754
754
  .dropdown-li {
@@ -805,7 +805,7 @@
805
805
  }
806
806
 
807
807
  .form-content-container {
808
- @apply border-t border-gray-200 px-4 py-4;
808
+ @apply px-4 py-4;
809
809
  }
810
810
 
811
811
  .form-content-container-inner {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.3.2-beta.6",
3
+ "version": "0.3.2-beta.8",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",