persian-calendar-tailwind 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -29,7 +29,7 @@ import React from 'react';
29
29
  // 1. Import the component
30
30
  import { PersianCalendar } from 'persian-calendar-tailwind';
31
31
  // 2. Import the calendar styles
32
- import 'persian-calendar-tailwind/dist/style.css';
32
+ import 'persian-calendar-tailwind/style.css';
33
33
 
34
34
  const App = () => {
35
35
  return (
@@ -79,7 +79,7 @@ import React from 'react';
79
79
  // ۱. ایمپورت کردن کامپوننت
80
80
  import { PersianCalendar } from 'persian-calendar-tailwind';
81
81
  // ۲. ایمپورت کردن استایل‌های تقویم
82
- import 'persian-calendar-tailwind/dist/style.css';
82
+ import 'persian-calendar-tailwind/style.css';
83
83
 
84
84
  const App = () => {
85
85
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "persian-calendar-tailwind",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A modern and customizable Persian (Jalali) calendar component for React, built with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "react",
@@ -18,8 +18,8 @@
18
18
  "author": "mehr1300",
19
19
  "license": "MIT",
20
20
  "type": "module",
21
- "main": "dist/persian-calendar.umd.js",
22
- "module": "dist/persian-calendar.es.js",
21
+ "main": "./dist/persian-calendar.umd.js",
22
+ "module": "./dist/persian-calendar.es.js",
23
23
  "exports": {
24
24
  ".": {
25
25
  "import": "./dist/persian-calendar.es.js",