@adapttable/unstyled 0.3.0 → 0.3.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @adapttable/unstyled
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6ab1391: docs: every package README now leads with a click-to-play demo — a poster (with
8
+ a play button) that links to an mp4 of the table in action — replacing the
9
+ autoplaying GIF. Republishing so the new READMEs land on npm.
10
+ - Updated dependencies [6ab1391]
11
+ - @adapttable/core@0.3.1
12
+
3
13
  ## 0.3.0
4
14
 
5
15
  ### Minor Changes
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # @adapttable/unstyled
2
2
 
3
- ![@adapttable/unstyled — a headless table styled with Tailwind / shadcn](https://orwa-mahmoud.github.io/adapttable/media/demo-unstyled.gif)
3
+ [![@adapttable/unstyled — a headless table styled with Tailwind / shadcn](https://orwa-mahmoud.github.io/adapttable/media/demo-unstyled-poster.png)](https://orwa-mahmoud.github.io/adapttable/media/demo-unstyled.mp4)
4
+
5
+ ▶ **[Watch the demo](https://orwa-mahmoud.github.io/adapttable/media/demo-unstyled.mp4)**
4
6
 
5
7
  **[📖 Documentation](https://orwa-mahmoud.github.io/adapttable/)** · **[🚀 Live demo](https://orwa-mahmoud.github.io/adapttable/demo/)** · **[Get started](https://orwa-mahmoud.github.io/adapttable/getting-started/)**
6
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adapttable/unstyled",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Headless, unstyled AdaptTable adapter — semantic HTML with class + data-attribute hooks for Tailwind, shadcn/ui, or your own CSS.",
5
5
  "keywords": [
6
6
  "react",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "react-compiler-runtime": "^1.0.0",
51
- "@adapttable/core": "0.3.0"
51
+ "@adapttable/core": "0.3.1"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "react": "^18.0.0 || ^19.0.0",