@landtrustinc/design-system 1.2.40 → 1.2.41
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/README.md +5 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Design system components for LandTrust applications.
|
|
4
4
|
|
|
5
|
-
[Storybook](https://
|
|
5
|
+
[Storybook](https://design.landtrust.com)
|
|
6
6
|
|
|
7
7
|
## 📦 Installation
|
|
8
8
|
|
|
@@ -75,3 +75,7 @@ npm build
|
|
|
75
75
|
npm version patch/minor/major
|
|
76
76
|
npm publish
|
|
77
77
|
```
|
|
78
|
+
|
|
79
|
+
## 📝 TODO
|
|
80
|
+
|
|
81
|
+
- [ ] **Migrate to Changesets** - Replace manual version bumping with [Changesets](https://github.com/changesets/changesets) for automated versioning and changelog generation. This would prevent version conflicts and streamline the release process.
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -9523,7 +9523,7 @@ var PackageCard = ({
|
|
|
9523
9523
|
children: [
|
|
9524
9524
|
/* @__PURE__ */ (0, import_jsx_runtime255.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime255.jsx)(Text_default, { size: "md", fontWeight: "bold", children: title }) }),
|
|
9525
9525
|
/* @__PURE__ */ (0, import_jsx_runtime255.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime255.jsx)(Text_default, { size: "sm", fontWeight: "bold", children: subtitle }) }),
|
|
9526
|
-
/* @__PURE__ */ (0, import_jsx_runtime255.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime255.jsxs)(Text_default, { size: "sm", fontWeight: "normal", children: [
|
|
9526
|
+
startingPrice && /* @__PURE__ */ (0, import_jsx_runtime255.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime255.jsxs)(Text_default, { size: "sm", fontWeight: "normal", children: [
|
|
9527
9527
|
"Starting Price ",
|
|
9528
9528
|
startingPrice,
|
|
9529
9529
|
" / Guest"
|