akfatimeline 2.3.2 → 2.3.3
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/package.json +1 -13
package/package.json
CHANGED
|
@@ -1,22 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "akfatimeline",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"description": "A customizable timeline component for React applications with disableDates, custom header buttons, and past date protection features",
|
|
5
5
|
"main": "./dist/library.js",
|
|
6
6
|
"module": "./dist/library.js",
|
|
7
7
|
"types": "./dist/library.js",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"import": "./dist/library.js",
|
|
11
|
-
"require": "./dist/Timeline.js",
|
|
12
|
-
"default": "./dist/library.js"
|
|
13
|
-
},
|
|
14
|
-
"./AutocompleteSelect": {
|
|
15
|
-
"import": "./dist/components/Timeline/AutocompleteSelect.jsx",
|
|
16
|
-
"require": "./dist/components/Timeline/AutocompleteSelect.js",
|
|
17
|
-
"default": "./dist/components/Timeline/AutocompleteSelect.jsx"
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
8
|
"files": [
|
|
21
9
|
"dist",
|
|
22
10
|
"src",
|