@otl-core/next-footer 1.1.7 → 1.1.9

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +8 -8
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @otl-core/next-footer
2
+
3
+ Reusable footer components for [OTL CMS](https://otl.studio). Provides configurable footer sections built with Next.js and Radix UI.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otl-core/next-footer",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "type": "module",
5
5
  "description": "Reusable footer components for OTL CMS",
6
6
  "main": "./src/index.ts",
@@ -49,7 +49,7 @@
49
49
  "@radix-ui/react-slot": "^1.2.3",
50
50
  "class-variance-authority": "^0.7.1",
51
51
  "clsx": "^2.1.1",
52
- "marked": "^16.4.0",
52
+ "marked": ">=16.4.0",
53
53
  "next": ">=14.0.0",
54
54
  "react": ">=18.0.0",
55
55
  "react-dom": ">=18.0.0",
@@ -58,14 +58,14 @@
58
58
  "tailwind-merge": "^3.3.1"
59
59
  },
60
60
  "dependencies": {
61
- "@otl-core/block-registry": "^1.1.7",
62
- "@otl-core/cms-utils": "^1.1.7",
63
- "@otl-core/style-utils": "^1.1.7"
61
+ "@otl-core/block-registry": "^1.1.9",
62
+ "@otl-core/cms-utils": "^1.1.9",
63
+ "@otl-core/style-utils": "^1.1.9"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@eslint/eslintrc": "^3.3.1",
67
- "@otl-core/cms-types": "^1.1.7",
68
- "@otl-core/cms-utils": "^1.1.7",
67
+ "@otl-core/cms-types": "^1.1.9",
68
+ "@otl-core/cms-utils": "^1.1.9",
69
69
  "@radix-ui/react-focus-scope": "^1.1.7",
70
70
  "@radix-ui/react-slot": "^1.2.3",
71
71
  "@testing-library/jest-dom": "^6.9.1",
@@ -84,7 +84,7 @@
84
84
  "eslint-plugin-react": "^7.37.5",
85
85
  "eslint-plugin-react-hooks": "^6.1.1",
86
86
  "jsdom": "^25.0.0",
87
- "marked": "^16.4.0",
87
+ "marked": ">=16.4.0",
88
88
  "react-markdown": "^10.1.0",
89
89
  "react-transition-group": "^4.4.5",
90
90
  "tailwind-merge": "^3.3.1",