@indice/ng-components 0.3.2-beta.1 → 0.3.2-beta.10

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 +7 -9
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -572,12 +572,10 @@
572
572
  @apply grid grid-cols-1 gap-x-4 gap-y-8 sm:grid-cols-2 sm:gap-x-6 p-4;
573
573
  }
574
574
 
575
-
576
575
  .gallery-deck-3 {
577
576
  @apply grid grid-cols-1 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-6 p-4;
578
577
  }
579
578
 
580
-
581
579
  .gallery-deck-4 {
582
580
  @apply grid grid-cols-1 gap-x-4 gap-y-8 sm:grid-cols-3 sm:gap-x-6 lg:grid-cols-4 xl:gap-x-8 p-4;
583
581
  }
@@ -733,7 +731,7 @@
733
731
  }
734
732
 
735
733
  .dropdown-button {
736
- @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
737
735
  text-xs leading-6 disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
738
736
  }
739
737
 
@@ -750,7 +748,7 @@
750
748
  }
751
749
 
752
750
  .dropdown-ul {
753
- @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;
754
752
  }
755
753
 
756
754
  .dropdown-li {
@@ -807,7 +805,7 @@
807
805
  }
808
806
 
809
807
  .form-content-container {
810
- @apply border-t border-gray-200 px-4 py-5 sm:p-0;
808
+ @apply px-4 py-4;
811
809
  }
812
810
 
813
811
  .form-content-container-inner {
@@ -815,7 +813,7 @@
815
813
  }
816
814
 
817
815
  .form-header-search-input {
818
- @apply block w-60 bg-gray-50 rounded-sm text-sm text-gray-900 placeholder-gray-500 outline-none;
816
+ @apply block w-60 bg-gray-50 rounded-md text-sm text-gray-900 placeholder-gray-500 outline-none;
819
817
  }
820
818
 
821
819
  .field-label {
@@ -827,7 +825,7 @@
827
825
  }
828
826
 
829
827
  .form-actions {
830
- @apply px-4 py-3 bg-gray-100 text-gray-700 text-right sm:px-6 flex justify-end rounded-b-xl;
828
+ @apply -mx-4 -mb-4 mt-4 px-4 sm:px-6 py-3 bg-gray-100 text-gray-700 text-right flex justify-end rounded-b-xl;
831
829
  }
832
830
 
833
831
  /*
@@ -4150,7 +4148,7 @@
4150
4148
  }
4151
4149
 
4152
4150
  .search-container {
4153
- @apply relative inline-flex items-center bg-white text-gray-400 focus-within:text-gray-600 hover:shadow-sm border border-gray-200;
4151
+ @apply relative rounded-md inline-flex items-center bg-white text-gray-400 focus-within:text-gray-600 focus:shadow-lg hover:shadow-sm border border-gray-200;
4154
4152
  }
4155
4153
  /*
4156
4154
  .search-input {
@@ -4158,7 +4156,7 @@
4158
4156
  } */
4159
4157
 
4160
4158
  .search-input {
4161
- @apply w-60 rounded-sm text-sm text-gray-900 pt-2 pl-2 pb-2 placeholder-gray-500 outline-none border-0 focus:outline-none focus:ring-0;
4159
+ @apply w-64 focus:w-80 rounded-md text-sm text-gray-900 pt-2 pl-2 pb-2 placeholder-gray-500 outline-none border-0 focus:shadow-lg focus:outline-none focus:ring-0;
4162
4160
  }
4163
4161
 
4164
4162
  .search-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.3.2-beta.1",
3
+ "version": "0.3.2-beta.10",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",