Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakkritGit committed Nov 18, 2024
1 parent 9307465 commit 17ed840
Show file tree
Hide file tree
Showing 3 changed files with 3,547 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pluto Theme Mode [![tag - 1.0.9](https://img.shields.io/badge/version-1.0.9-1271dc)](https://www.npmjs.com/package/pluto-theme-mode?activeTab=versions)
# Pluto Theme Mode [![tag - 1.0.10](https://img.shields.io/badge/version-1.0.10-1271dc)](https://www.npmjs.com/package/pluto-theme-mode?activeTab=versions)

pluto-theme-mode is a lightweight and versatile theme provider library for React, designed to make switching between light and dark modes smooth and effortless. Built with TypeScript, styled-components, and Context Hook, it supports multiple styling approaches—including inline class, Tailwind CSS, and styled-components—offering flexible options for theme-based designs. Ideal for developers looking to add dark mode functionality seamlessly, pluto-theme-mode provides a modern, intuitive solution for managing theme states and creating customizable user experiences. 🌃🌇

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pluto-theme-mode",
"version": "1.0.9",
"version": "1.0.10",
"description": "pluto-theme-mode is a lightweight and flexible theme provider library for React that makes switching between light and dark modes easy and seamless. Built with TypeScript, styled-components, and Context Hook, this library simplifies the process of managing theme states, allowing for a more intuitive and customizable theme experience. Ideal for developers who want to integrate dark mode functionality effortlessly, pluto-theme-mode provides a smooth and modern approach to theme switching.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -28,6 +28,7 @@
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/mocha": "^10.0.9",
"@types/node": "^22.9.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.34",
Expand Down
Loading

0 comments on commit 17ed840

Please sign in to comment.