@prokodo/ui 0.0.40 → 0.0.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 CHANGED
@@ -130,18 +130,8 @@ export default function GalleryPage() {
130
130
 
131
131
  ### Compatibility of the components
132
132
 
133
- ✅ = Available as RSC (<[ComponentName] />) and for client exportable (<[ComponentName]Client />)
134
- = Not available
135
- \- = Currently only for RSC optimized
136
-
137
- > If RSC and client have ✅-symbol means available as RSC (<[ComponentName] />) & extra client export (<[ComponentName]Client />)
138
-
139
- ## 📦 Available Components
140
-
141
- ### Compatibility of the components
142
-
143
- ✅ = Available as AIC (renders zero-JS RSC and self-hydrates when needed) and can also used as a client‐only entry.
144
- – = RSC (AIC) only; no client‐side bundle. (Best practice: Use it only in RSC)
133
+ - ✅ = Available as AIC (renders zero-JS RSC and self-hydrates when needed) and can also used as a client‐only entry.
134
+ - \- = RSC (AIC) only; no client‐side bundle. (Useable in both, but best practice to use in RSC only)
145
135
 
146
136
  | Component | ✅ AIC (RSC + optional client) | ✅ SSR-Compatible (`"use client"`) |
147
137
  |-----------------------|:--------------------------------:|:---------------------------------:|
@@ -1,4 +1,4 @@
1
- const PROKODO_UI_VERSION = "0.0.40";
1
+ const PROKODO_UI_VERSION = "0.0.41";
2
2
  export {
3
3
  PROKODO_UI_VERSION
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prokodo/ui",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "type": "module",
5
5
  "description": "Modern, customizable UI components built with React and TypeScript — developed by prokodo for high-performance web interfaces.",
6
6
  "sideEffects": false,