oxpi-nglib 2.0.42 → 2.0.44

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.
@@ -79,6 +79,7 @@ export interface Permissoes {
79
79
  gerencialLimpezasStatus: boolean;
80
80
  gerencialVendasPorRecepcionistas: boolean;
81
81
  gerencialPedidos: boolean;
82
+ gerencialConferenciaCheckout: boolean;
82
83
  estoqueLogin: boolean;
83
84
  estoqueListaCompras: boolean;
84
85
  estoqueListaProdutoGrupo: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxpi-nglib",
3
- "version": "2.0.42",
3
+ "version": "2.0.44",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.7",
6
6
  "@angular/core": "^16.2.7"
@@ -510,4 +510,26 @@
510
510
  content: "Estoque Web";
511
511
  }
512
512
  }
513
- //FIM HISTORICO
513
+ //FIM HISTORICO
514
+
515
+
516
+
517
+ .form-section {
518
+
519
+ h4 {
520
+ margin: 0 0 8px;
521
+ //margin-top: 16px;
522
+ font-weight: 500;
523
+ font-size: small;
524
+ text-transform: uppercase;
525
+ color: #666;
526
+ }
527
+
528
+ display: flex;
529
+ flex-direction: column;
530
+ gap: 16px;
531
+ padding: 24px 16px;
532
+ background: white;
533
+ border-radius: 13px;
534
+ box-shadow: 0 0 8px rgb(0 0 0 / 3%);
535
+ }