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

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 +1 -1
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -4156,7 +4156,7 @@
4156
4156
  } */
4157
4157
 
4158
4158
  .search-input {
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;
4159
+ @apply w-64 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;
4160
4160
  }
4161
4161
 
4162
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.10",
3
+ "version": "0.3.2-beta.11",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",