@epam/ai-dial-ui-kit 0.5.0-rc.34 → 0.5.0-rc.36

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
@@ -74,7 +74,7 @@ function App() {
74
74
  return (
75
75
  <div>
76
76
  <DialButton
77
- cssClass="dial-primary-button"
77
+ className="dial-primary-button"
78
78
  onClick={() => alert('Hello AI DIAL!')}
79
79
  />
80
80
  </div>
@@ -242,8 +242,8 @@ export default function Home() {
242
242
  <h1>Test library</h1>
243
243
  <DialButton
244
244
  onClick={() => console.log("Next.js + AI DIAL UI Kit!")}
245
- title="Click me"
246
- cssClass="dial-primary-button"
245
+ label="Click me"
246
+ className="dial-primary-button"
247
247
  />
248
248
  </div>
249
249
  );