@seniorsistemas/components-ai 2.2.0-master-e95bf59f → 2.2.0-master-a027db92

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seniorsistemas/components-ai",
3
- "version": "2.2.0-master-e95bf59f",
3
+ "version": "2.2.0-master-a027db92",
4
4
  "description": "Biblioteca de componentes reutilizáveis com IA para aplicações Angular da Senior Sistemas",
5
5
  "keywords": [
6
6
  "angular",
@@ -11,7 +11,8 @@
11
11
 
12
12
  // Dynamic Form - Date field fix
13
13
  // Ensures p-inputmask inside date fields expands to 100% width
14
- .date-input-group {
14
+ .date-input-group,
15
+ .datetime-input-group {
15
16
  width: 100%;
16
17
 
17
18
  p-inputmask {