@indice/ng-components 0.2.170 → 0.2.171

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 +2 -2
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -695,8 +695,8 @@
695
695
  }
696
696
 
697
697
  .dropdown-button {
698
- @apply bg-white relative w-full border border-gray-300 rounded-sm shadow-sm pl-3 pr-10 py-2 text-left cursor-default
699
- focus:outline-none focus:border-gray-500 sm:text-sm;
698
+ @apply bg-white relative w-full border border-gray-300 rounded-sm pl-3 pr-10 py-2 text-left cursor-default
699
+ focus:outline-none focus:border-gray-500 text-sm;
700
700
  }
701
701
 
702
702
  .dropdown-selected-text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.170",
3
+ "version": "0.2.171",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",