velocis 1.1.0 → 1.1.1
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "velocis",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Extremely dynamic RTL/LTR React UI component library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -102,17 +102,17 @@
|
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"@velocis/card": "0.1.0",
|
|
105
|
-
"@velocis/forms": "0.1.0",
|
|
106
|
-
"@velocis/navigation": "0.1.1",
|
|
107
105
|
"@velocis/core": "0.1.0",
|
|
106
|
+
"@velocis/forms": "0.1.0",
|
|
108
107
|
"@velocis/feedback": "0.1.1",
|
|
108
|
+
"@velocis/navigation": "0.1.1",
|
|
109
|
+
"@velocis/list": "0.1.1",
|
|
109
110
|
"@velocis/hero": "0.1.0",
|
|
110
111
|
"@velocis/table": "0.1.1",
|
|
111
|
-
"@velocis/
|
|
112
|
-
"@velocis/table2": "0.2.
|
|
112
|
+
"@velocis/dropdown1": "0.2.1",
|
|
113
|
+
"@velocis/table2": "0.2.1",
|
|
113
114
|
"@velocis/theme": "0.1.1",
|
|
114
|
-
"@velocis/dialog1": "0.2.
|
|
115
|
-
"@velocis/dropdown1": "0.2.0"
|
|
115
|
+
"@velocis/dialog1": "0.2.1"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"tsup": "^8.3.5",
|