@workokay/atom 0.2.32 → 0.2.34
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 +4 -0
- package/dist/index.cjs +21 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5088 -4609
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/dist/types/components/drawer/Drawer.d.ts +1 -1
- package/dist/types/components/drawer/drawerVariants.d.ts +1 -1
- package/dist/types/components/drawer/index.d.ts +1 -1
- package/dist/types/components/drawer/index.d.ts.map +1 -1
- package/dist/types/components/dropdown/Dropdown.d.ts +1 -1
- package/dist/types/components/inputNumber/InputNumber.d.ts.map +1 -1
- package/dist/types/components/popover/Popover.d.ts +1 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -130,6 +130,10 @@ function MyComponent() {
|
|
|
130
130
|
/>
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
+
NOTE :
|
|
134
|
+
⚠️ Refs do not automatically pass through wrapper components; any component wrapping a ref-forwarding child **must also use `forwardRef`**, as `ref` is not a normal prop and is ignored by regular function components.
|
|
135
|
+
|
|
136
|
+
|
|
133
137
|
## Features
|
|
134
138
|
|
|
135
139
|
- ✅ **Teal Green Theme** - Beautiful teal green primary color (`#00796B`) by default
|