@orbe-agro/client-core 5.6.240 → 5.6.241

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.
@@ -3,7 +3,7 @@ import Container from "../shared/Container.js";
3
3
  import classNames from "../../utils/classNames.js";
4
4
  import { APP_NAME } from "../../constants/app.constant.js";
5
5
  import { PAGE_CONTAINER_GUTTER_X } from "../../constants/theme.constant.js";
6
- const version = true ? "5.6.240" : "0.0.0";
6
+ const version = true ? "5.6.241" : "0.0.0";
7
7
  const FooterContent = () => {
8
8
  return /* @__PURE__ */ jsxs("div", { className: "flex w-full flex-auto items-center justify-between", children: [
9
9
  /* @__PURE__ */ jsxs("span", { children: [
@@ -3,6 +3,7 @@ export type TIrpf = {
3
3
  valorMinimo: number;
4
4
  valorMaximo: number;
5
5
  aliquota: number;
6
+ parcelaDeduzir: number;
6
7
  parcela: number;
7
8
  deducao?: number;
8
9
  baseCalculo?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"irpf.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/transportadora/irpf.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,KAAK,GAAG;IAChB,EAAE,CAAC,EAAG,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAA"}
1
+ {"version":3,"file":"irpf.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/transportadora/irpf.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,KAAK,GAAG;IAChB,EAAE,CAAC,EAAG,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAA"}
@@ -3,7 +3,6 @@ export type TIrpfFaixaDesconto = {
3
3
  valorMinimo: number;
4
4
  valorMaximo: number;
5
5
  coeficiente: number;
6
- parcelaDeduzir: number;
7
6
  descontoMaximo: number;
8
7
  };
9
8
  //# sourceMappingURL=irpfFaixaDesconto.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"irpfFaixaDesconto.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/transportadora/irpfFaixaDesconto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,MAAM,CAAA;IACtB,cAAc,EAAE,MAAM,CAAA;CACzB,CAAA"}
1
+ {"version":3,"file":"irpfFaixaDesconto.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/transportadora/irpfFaixaDesconto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,MAAM,CAAA;CACzB,CAAA"}
@@ -3,6 +3,7 @@ export type TIrpf = {
3
3
  valorMinimo: number
4
4
  valorMaximo: number
5
5
  aliquota: number
6
+ parcelaDeduzir: number,
6
7
  parcela: number,
7
8
  deducao?: number,
8
9
  baseCalculo?: number,
@@ -3,6 +3,5 @@ export type TIrpfFaixaDesconto = {
3
3
  valorMinimo: number
4
4
  valorMaximo: number
5
5
  coeficiente: number
6
- parcelaDeduzir: number
7
6
  descontoMaximo: number
8
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbe-agro/client-core",
3
- "version": "5.6.240",
3
+ "version": "5.6.241",
4
4
  "description": "Biblioteca principal de componentes e utilidades para os microfrontends do Orbe Agro.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",