@starasia/admin 1.3.0 → 1.3.2
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/dist/components/AdvanceFilterBar/types.d.ts +1 -1
- package/dist/components/FullSection/index.d.ts +11 -0
- package/dist/components/TableSection/types.d.ts +9 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1417 -1438
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +36 -30
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--starasia-admin-base-icon-color: var(--starasia-ui-color-gray-600);--starasia-
|
|
1
|
+
:root{--starasia-admin-base-icon-color: var(--starasia-ui-color-gray-600);--starasia-body-bg-color: var(--starasia-ui-color-gray-100);--starasia-admin-header-height: 64px;--starasia-admin-sidebar-max-width: 15rem;--starasia-admin-sidebar-width: 15rem;--starasia-admin-sidebar-collapse-width: 0rem;--starasia-admin-sidebar-v2-collapse-width: 3rem;--starasia-ui-table-bg-header: var(--starasia-ui-color-gray-100)}*::-webkit-scrollbar{display:none}html{scrollbar-width:none}body{-ms-overflow-style:none}body{background-color:var(--starasia-body-bg-color)}*{font-family:Poppins,sans-serif!important}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}[data-class=otp-input] .starasia-input{text-align:center}[data-class=otp-input] .starasia-input-placeholder{width:100%;text-align:center;flex:1;left:0}#sidebar-wrapper{scrollbar-width:none;-ms-overflow-style:none}#sidebar-wrapper::-webkit-scrollbar{display:none}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes fadeInOut{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@keyframes bounce{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(-10px);opacity:1}}@keyframes fadeInDropdown{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ts-filter-dropdown-options::-webkit-scrollbar{width:6px}.ts-filter-dropdown-options::-webkit-scrollbar-track{background:transparent}.ts-filter-dropdown-options::-webkit-scrollbar-thumb{background:rgb(var(--starasia-ui-raw-color-gray-300));border-radius:3px}.ts-filter-dropdown-options::-webkit-scrollbar-thumb:hover{background:rgb(var(--starasia-ui-raw-color-gray-400))}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@starasia/admin",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Core Admin FE for starasia UI",
|
|
5
5
|
"author": "Prawito Hudoro",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
11
11
|
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"dev": "vite --config vite.config.ts --port 3002",
|
|
14
|
+
"build": "vite build --config vite.config.ts"
|
|
15
|
+
},
|
|
12
16
|
"keywords": [],
|
|
13
17
|
"license": "ISC",
|
|
14
18
|
"type": "module",
|
|
@@ -21,39 +25,39 @@
|
|
|
21
25
|
"react-router": ">=7"
|
|
22
26
|
},
|
|
23
27
|
"dependencies": {
|
|
24
|
-
"@starasia/accordion": "1.0.
|
|
25
|
-
"@starasia/alert": "1.0.
|
|
26
|
-
"@starasia/badges": "1.0.
|
|
27
|
-
"@starasia/box": "1.0.
|
|
28
|
-
"@starasia/button": "1.0.
|
|
29
|
-
"@starasia/card": "1.0.
|
|
30
|
-
"@starasia/checkbox": "1.0.
|
|
31
|
-
"@starasia/css": "1.0.
|
|
32
|
-
"@starasia/date": "1.0.
|
|
28
|
+
"@starasia/accordion": "1.0.5",
|
|
29
|
+
"@starasia/alert": "1.0.8",
|
|
30
|
+
"@starasia/badges": "1.0.3",
|
|
31
|
+
"@starasia/box": "1.0.5",
|
|
32
|
+
"@starasia/button": "1.0.4",
|
|
33
|
+
"@starasia/card": "1.0.3",
|
|
34
|
+
"@starasia/checkbox": "1.0.4",
|
|
35
|
+
"@starasia/css": "1.0.3",
|
|
36
|
+
"@starasia/date": "1.0.5",
|
|
33
37
|
"@starasia/dialog": "1.0.2",
|
|
34
38
|
"@starasia/drawer": "1.0.2",
|
|
35
|
-
"@starasia/dropdown": "1.0.
|
|
39
|
+
"@starasia/dropdown": "1.0.7",
|
|
36
40
|
"@starasia/flex": "1.0.2",
|
|
37
41
|
"@starasia/hooks": "1.0.2",
|
|
38
|
-
"@starasia/http": "1.0.
|
|
42
|
+
"@starasia/http": "1.0.2",
|
|
39
43
|
"@starasia/icon": "1.0.2",
|
|
40
|
-
"@starasia/input": "1.0.
|
|
41
|
-
"@starasia/menu": "1.0.
|
|
42
|
-
"@starasia/pagination": "1.0.
|
|
43
|
-
"@starasia/progress": "1.0.
|
|
44
|
-
"@starasia/progress-stepper": "1.0.
|
|
45
|
-
"@starasia/radio": "1.0.
|
|
44
|
+
"@starasia/input": "1.0.4",
|
|
45
|
+
"@starasia/menu": "1.0.3",
|
|
46
|
+
"@starasia/pagination": "1.0.5",
|
|
47
|
+
"@starasia/progress": "1.0.5",
|
|
48
|
+
"@starasia/progress-stepper": "1.0.4",
|
|
49
|
+
"@starasia/radio": "1.0.4",
|
|
46
50
|
"@starasia/skeleton": "1.0.2",
|
|
47
|
-
"@starasia/stepper": "1.0.
|
|
51
|
+
"@starasia/stepper": "1.0.5",
|
|
48
52
|
"@starasia/storage": "1.0.1",
|
|
49
53
|
"@starasia/story-record": "1.0.2",
|
|
50
|
-
"@starasia/table": "1.0.
|
|
51
|
-
"@starasia/tabs": "1.0.
|
|
52
|
-
"@starasia/text": "1.0.
|
|
53
|
-
"@starasia/textarea": "1.0.
|
|
54
|
-
"@starasia/theme": "1.0.
|
|
55
|
-
"@starasia/toast": "1.0.
|
|
56
|
-
"@starasia/toggle": "1.0.
|
|
54
|
+
"@starasia/table": "1.0.5",
|
|
55
|
+
"@starasia/tabs": "1.0.5",
|
|
56
|
+
"@starasia/text": "1.0.5",
|
|
57
|
+
"@starasia/textarea": "1.0.4",
|
|
58
|
+
"@starasia/theme": "1.0.4",
|
|
59
|
+
"@starasia/toast": "1.0.3",
|
|
60
|
+
"@starasia/toggle": "1.0.4",
|
|
57
61
|
"@starasia/tooltip": "1.0.2",
|
|
58
62
|
"react-easy-crop": "^5.5.6"
|
|
59
63
|
},
|
|
@@ -69,8 +73,10 @@
|
|
|
69
73
|
"vite": "^5.4.21",
|
|
70
74
|
"vite-plugin-dts": "^3.9.1"
|
|
71
75
|
},
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
|
|
76
|
+
"pnpm": {
|
|
77
|
+
"overrides": {
|
|
78
|
+
"react": "18.3.1",
|
|
79
|
+
"react-dom": "18.3.1"
|
|
80
|
+
}
|
|
75
81
|
}
|
|
76
|
-
}
|
|
82
|
+
}
|