oneslash-design-system 1.0.9 → 1.1.0

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.
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import React, { useState, useEffect, useCallback } from 'react';
2
3
 
3
4
  interface ButtonProps{
@@ -1,5 +1,4 @@
1
1
  'use client';
2
-
3
2
  import { useState } from 'react';
4
3
 
5
4
  interface CheckboxProps {
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import React, { useEffect } from 'react';
2
3
 
3
4
  interface ModalProps {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "oneslash-design-system",
3
3
  "description": "A design system for the Oneslash projects",
4
- "version": "1.0.9",
4
+ "version": "1.1.0",
5
5
  "private": false,
6
6
  "scripts": {
7
7
  "dev": "next dev",