@indice/ng-components 0.2.173-beta.70 → 0.2.173-beta.73

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 -3
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -18,7 +18,8 @@
18
18
  }
19
19
 
20
20
  select {
21
- @apply max-w-lg block focus:outline-0 w-full sm:max-w-xs sm:text-sm border-gray-200 rounded-sm;
21
+ @apply block w-full rounded-sm border-0 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 sm:text-sm sm:leading-6
22
+ disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
22
23
  }
23
24
 
24
25
  input[type=text] {
@@ -732,8 +733,8 @@
732
733
  }
733
734
 
734
735
  .dropdown-button {
735
- @apply bg-white relative w-full border border-gray-300 rounded-sm pl-3 pr-10 py-2 text-left cursor-default
736
- focus:ring-1 focus:ring-inset focus:ring-gray-500;
736
+ @apply block w-full rounded-sm border-0 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 sm:text-sm sm:leading-6
737
+ disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
737
738
  }
738
739
 
739
740
  .dropdown-selected-text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.173-beta.70",
3
+ "version": "0.2.173-beta.73",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",