@indice/ng-components 0.3.2-beta.33 → 0.3.2-beta.34

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
@@ -661,7 +661,7 @@
661
661
 
662
662
 
663
663
  .datepicker-input {
664
- @apply block w-full ring-0 border-0 rounded-l-lg rounded-b-lg rounded-t-lg;
664
+ @apply block w-full ring-0 border-0 outline-0 focus:outline-0 rounded-l-lg rounded-b-lg rounded-t-lg text-sm;
665
665
  }
666
666
 
667
667
  .datepicker-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.3.2-beta.33",
3
+ "version": "0.3.2-beta.34",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",