@finmars/ui 1.0.62 → 1.0.64

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.
@@ -29051,6 +29051,20 @@ const cR = /* @__PURE__ */ dt(sR), dR = { class: "flex w-full items-center max-h
29051
29051
  to: "/data/pricing-policy",
29052
29052
  href: ""
29053
29053
  },
29054
+ {
29055
+ key: "expression-procedure",
29056
+ label: "Expression Procedure",
29057
+ action: void 0,
29058
+ href: "",
29059
+ to: "/system/expression-procedure"
29060
+ },
29061
+ {
29062
+ key: "pricing-schedules",
29063
+ label: "Pricing Schedules",
29064
+ action: void 0,
29065
+ href: "",
29066
+ to: "/system/schedule"
29067
+ },
29054
29068
  {
29055
29069
  key: "Import-schemes",
29056
29070
  label: "Import schemes",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finmars/ui",
3
- "version": "1.0.62",
3
+ "version": "1.0.64",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "dev": "vite dev --config vite.config.dev.js",