@indice/ng-components 0.3.2-beta.15 → 0.3.2-beta.16

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
@@ -4148,7 +4148,7 @@
4148
4148
  }
4149
4149
 
4150
4150
  .search-container {
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;
4151
+ @apply relative rounded-lg inline-flex items-center bg-white text-gray-400 focus-within:text-gray-600 focus:shadow-lg hover:shadow-sm border border-gray-200;
4152
4152
  }
4153
4153
  /*
4154
4154
  .search-input {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.3.2-beta.15",
3
+ "version": "0.3.2-beta.16",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",