@npm_leadtech/legal-contracts-ui 0.182.40 → 0.183.0

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.
@@ -66,10 +66,10 @@ export declare interface HomeTemplateProps {
66
66
  moreTemplates: PopularDocumentsProps;
67
67
  process: HomeStepsProps;
68
68
  categories?: CategoriesSectionProps;
69
- ratafia?: LawGeniusSectionProps;
69
+ ratafia: LawGeniusSectionProps;
70
70
  trust: TrustSectionProps;
71
- faqTeaser?: FaqTeaserSectionProps;
72
- articles?: BlogSectionProps;
71
+ faqTeaser: FaqTeaserSectionProps;
72
+ articles: BlogSectionProps;
73
73
  continueEditingBannerSlot?: ReactNode;
74
74
  }
75
75
 
@@ -17,10 +17,10 @@ var u = ({ hero: u, moreTemplates: d, process: f, categories: p, ratafia: m, tru
17
17
  /* @__PURE__ */ c(i, { ...d }),
18
18
  /* @__PURE__ */ c(a, { ...f }),
19
19
  p && /* @__PURE__ */ c(t, { ...p }),
20
- m && /* @__PURE__ */ c(o, { ...m }),
20
+ /* @__PURE__ */ c(o, { ...m }),
21
21
  /* @__PURE__ */ c(s, { ...h }),
22
- g && /* @__PURE__ */ c(n, { ...g }),
23
- _ && /* @__PURE__ */ c(e, {
22
+ /* @__PURE__ */ c(n, { ...g }),
23
+ /* @__PURE__ */ c(e, {
24
24
  className: "pt-10 pb-12 lg:pb-14",
25
25
  ..._
26
26
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-contracts-ui",
3
- "version": "0.182.40",
3
+ "version": "0.183.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -717,27 +717,6 @@
717
717
  "bugs": {
718
718
  "url": "https://bitbucket.org/grupoblidoo/legal-contracts-ui/issues"
719
719
  },
720
- "scripts": {
721
- "dev": "vite",
722
- "build": "tsc --project tsconfig.build.json && vite build && cp lib/globals-core.css dist/globals.css",
723
- "sonar:scan": "bash scripts/sonar.sh",
724
- "sonar": "pnpm test && pnpm sonar:scan",
725
- "chromatic": "npx chromatic --project-token=chpt_f2cdc115a03f4c9",
726
- "yalc-push": "pnpm build && yalc push",
727
- "format": "prettier --write .",
728
- "prettier": "prettier --check .",
729
- "eslint": "eslint . --quiet",
730
- "test": "vitest run --coverage",
731
- "test:watch": "vitest --coverage",
732
- "storybook": "storybook dev -p 6006",
733
- "build-storybook": "storybook build",
734
- "reinstall-force": "rm -Rf node_modules && pnpm install",
735
- "prepare-upgrade": "pnpm reinstall-force && pnpm build && pnpm chromatic && git add . && git commit -m \"$MSG\" --allow-empty && npm config set tag-version-prefix ''",
736
- "upgrade-patch": "pnpm prepare-upgrade && npm version patch -m \"Update patch version number\" && git push && git push --tags",
737
- "upgrade-minor": "pnpm prepare-upgrade && npm version minor -m \"Update minor version number\" && git push && git push --tags",
738
- "upgrade-major": "pnpm prepare-upgrade && npm version major -m \"Update major version number\" && git push && git push --tags",
739
- "prepare": "husky"
740
- },
741
720
  "dependencies": {
742
721
  "clsx": "^2.1.1",
743
722
  "react-markdown": "^10.1.0",
@@ -809,20 +788,30 @@
809
788
  "@ast-grep/napi-linux-x64-gnu": "^0.44.1",
810
789
  "@rollup/rollup-linux-x64-gnu": "^4.62.2"
811
790
  },
812
- "pnpm": {
813
- "onlyBuiltDependencies": [
814
- "esbuild",
815
- "unrs-resolver"
816
- ],
817
- "overrides": {
818
- "aria-query": "5.3.2"
819
- }
820
- },
821
791
  "lint-staged": {
822
792
  "**/*": [
823
793
  "eslint --fix",
824
794
  "prettier --write --ignore-unknown"
825
795
  ]
826
796
  },
827
- "packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48"
828
- }
797
+ "scripts": {
798
+ "dev": "vite",
799
+ "build": "tsc --project tsconfig.build.json && vite build && cp lib/globals-core.css dist/globals.css",
800
+ "sonar:scan": "bash scripts/sonar.sh",
801
+ "sonar": "pnpm test && pnpm sonar:scan",
802
+ "chromatic": "npx chromatic --project-token=chpt_f2cdc115a03f4c9",
803
+ "yalc-push": "pnpm build && yalc push",
804
+ "format": "prettier --write .",
805
+ "prettier": "prettier --check .",
806
+ "eslint": "eslint . --quiet",
807
+ "test": "vitest run --coverage",
808
+ "test:watch": "vitest --coverage",
809
+ "storybook": "storybook dev -p 6006",
810
+ "build-storybook": "storybook build",
811
+ "reinstall-force": "rm -Rf node_modules && pnpm install",
812
+ "prepare-upgrade": "pnpm reinstall-force && pnpm build && pnpm chromatic && git add . && git commit -m \"$MSG\" --allow-empty && npm config set tag-version-prefix ''",
813
+ "upgrade-patch": "pnpm prepare-upgrade && npm version patch -m \"Update patch version number\" && git push && git push --tags",
814
+ "upgrade-minor": "pnpm prepare-upgrade && npm version minor -m \"Update minor version number\" && git push && git push --tags",
815
+ "upgrade-major": "pnpm prepare-upgrade && npm version major -m \"Update major version number\" && git push && git push --tags"
816
+ }
817
+ }