itrm-components 1.0.14 → 1.0.16
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/README.md +50 -50
- package/dist/index.d.ts +251 -0
- package/dist/index.es.js +92370 -290
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +29478 -11
- package/dist/index.umd.js.map +1 -1
- package/dist/itrm-components.css +1 -1
- package/package.json +51 -47
package/dist/itrm-components.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.tooltip-content{position:absolute;background-color:#333;color:#fff;padding:10px;border-radius:5px;font-size:14px;z-index:1000}
|
|
1
|
+
.alert_container{padding:.5rem .8rem;box-shadow:0 4px 6px #0000001a;max-width:512px;max-height:6rem;height:max-content;display:flex;text-align:center;align-items:center;justify-content:center;border-radius:6px;margin:2px;gap:2px;font-size:16px;line-height:28px;font-family:Roboto,sans-serif}.alert_icon{display:flex;text-align:center;align-items:center;justify-content:center;width:1.2rem;height:1.2rem}.alert_success{background-color:#86efac;color:#14532d}.alert_danger{background-color:#fca5a5;color:#56070c}.alert_warning{background-color:#fde047;color:#713f12}.alert_position{position:fixed;bottom:20px;left:20px;z-index:9999;display:flex;flex-direction:column;gap:10px}.tooltip-content{position:absolute;background-color:#333;color:#fff;padding:10px;border-radius:5px;font-size:14px;z-index:1000}:root{--standard-table-accordion-menu-primary-color: #4bc5b6;--standard-table-accordion-menu-background-light: rgb(75 197 183 / 30%);--standard-table-accordion-menu-background: #2C2C2C}.accordion-container{margin:0;width:max-content;overflow:hidden}.main-item{border-radius:8px;padding:6px;display:flex;cursor:pointer;align-items:center;justify-content:start;gap:8px;transition:all ease-in-out .25s}.main-item:hover{background-color:var(--standard-table-accordion-menu-background-light);color:var(--standard-table-accordion-menu-primary-color)}.main-item svg{color:var(--standard-table-accordion-menu-background);transition:all ease-in-out .25s}.main-item:hover svg{color:var(--standard-table-accordion-menu-primary-color)}.main-item--open{border-radius:8px 8px 0 0;background-color:var(--standard-table-accordion-menu-primary-color);transition:all .2s;color:#fff}.main-item--open:hover{color:#fff;border-radius:8px 8px 0 0;background-color:var(--standard-table-accordion-menu-primary-color)}.main-item--open svg{color:#fff}.main-item--open:hover svg{color:#fff}.accordion-container>ul{max-height:0;list-style-type:none;margin:0;padding:0 6px;opacity:0;background-color:#bcede8;visibility:hidden;transition:all ease-in-out .2s}.main-item--open+ul{position:absolute;z-index:100;visibility:visible;max-height:max-content;opacity:1;border-radius:0 0 8px 8px;display:flex;align-items:center;flex-direction:column}.accordion-container>ul>li{height:48px;display:flex;width:100%;align-items:center}.accordion-container>ul>li:hover{color:var(--standard-table-accordion-menu-primary-color);cursor:pointer}.expand-icon{width:24px;height:24px;margin-left:auto}.main-item--open>.expand-icon{transform:rotate(90deg)}:root{--standard-table-background-primary-color: #e9f8f6;--standard-table-background-secondary-color: #d2f1ed;--standard-table-text-primary-color: rgb(14 14 14)}body.dark{--standard-table-background-primary-color: #091917;--standard-table-background-secondary-color: #e9f8f6;--standard-table-text-primary-color: #FFFFFF}.light{border-radius:1rem;background:var(--standard-table-background-primary-color);padding:1.5rem;border:2px solid rgba(237,238,241,0);box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;text-align:left;overflow-x:auto}.light .light-table{width:100%;border-collapse:collapse;overflow:scroll}.light .light-table .light-caption{padding-bottom:1rem;border-bottom:1px solid #b3e4df}.light .light-table .light-caption .light-caption-container{display:flex;justify-content:space-between}.light .light-table .light-caption .light-caption-container .light-caption-container-titles{width:88%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;text-align:left}.light .light-table .light-caption .light-caption-container .light-caption-container-titles .light-caption-title{color:var(--standard-table-text-primary-color);font-size:1.2rem;font-weight:600;width:max-content;-webkit-user-select:none;user-select:none}.light .light-table .light-caption .light-caption-container .light-caption-container-titles .light-caption-size{background:var(--standard-table-background-secondary-color);color:var(--standard-table-text-primary-color);-webkit-user-select:none;user-select:none;font-size:.8rem;font-weight:600;padding:.7rem;display:inline-flex;align-items:center;border-radius:.3rem;width:max-content}.light .light-table .light-caption .light-caption-container .light-caption-buttons{color:var(--standard-table-text-primary-color);display:flex;margin-top:.2rem;cursor:pointer;background:none;border:none;gap:.5rem}.light .light-table .light-caption .light-caption-container .light-caption-buttons .light-caption-button{cursor:pointer}.light .light-table .light-caption .light-caption-container .light-caption-buttons:hover{color:var(--standard-table-background-secondary-color)}.light .light-table .light-caption .light-caption-container .light-caption-buttons .light-caption-button-label{margin-left:.4rem;font-size:1rem;font-weight:500}.light .light-table .light-head tr th{padding:1.25rem 1rem;font-size:1rem;color:var(--standard-table-text-primary-color)}.light .light-table .light-body tr:nth-child(odd){background:var(--standard-table-background-secondary-color)}.light .light-table .light-body td{padding:.5rem 1rem;vertical-align:middle;color:var(--standard-table-text-primary-color)}.light .light-table .light-footer-container .light-footer .light-footer-pagination .light-pagination{list-style-type:none;display:flex;gap:1rem;padding:0}.light .light-table .light-footer-container .light-footer .light-footer-pagination .light-pagination a{margin-top:2rem;display:block;color:var(--standard-table-text-primary-color);background:var(--standard-table-background-primary-color);font-size:1rem;text-decoration:none;font-weight:700;padding:.75rem 1rem;border-radius:.5rem}.light .light-table .light-footer-container .light-footer .light-footer-pagination .light-pagination a:hover,.light .light-table .light-footer-container .light-footer .light-footer-pagination .light-pagination .active{background:var(--standard-table-background-secondary-color);text-decoration:underline}.light .light-table .light-footer-container .light-footer .light-footer-pagination .light-pagination button{margin-top:2rem;display:block;color:var(--standard-table-text-primary-color);background-color:var(--standard-table-background-primary-color);font-size:1rem;text-decoration:none;font-weight:700;padding:.75rem 1rem;border-radius:.5rem}.light .light-table .light-footer-container .light-footer .light-footer-pagination .light-pagination button:hover,.light .light-table .light-footer-container .light-footer .light-footer-pagination .pagination a.active{background:var(--standard-table-background-secondary-color);text-decoration:underline}
|
package/package.json
CHANGED
|
@@ -1,47 +1,51 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "itrm-components",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"main": "./dist/index.umd.js",
|
|
6
|
-
"module": "./dist/index.es.js",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist"
|
|
10
|
-
],
|
|
11
|
-
"exports": {
|
|
12
|
-
".": {
|
|
13
|
-
"import": "./dist/index.es.js",
|
|
14
|
-
"require": "./dist/index.umd.js",
|
|
15
|
-
"types": "./dist/index.d.ts"
|
|
16
|
-
},
|
|
17
|
-
"./dist/itrm-components.css": "./dist/itrm-components.css"
|
|
18
|
-
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"dev": "vite",
|
|
21
|
-
"build": "rimraf ./dist && tsc && vite build",
|
|
22
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
23
|
-
"preview": "vite preview"
|
|
24
|
-
},
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"
|
|
27
|
-
"react
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"@
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "itrm-components",
|
|
3
|
+
"version": "1.0.16",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "./dist/index.umd.js",
|
|
6
|
+
"module": "./dist/index.es.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"import": "./dist/index.es.js",
|
|
14
|
+
"require": "./dist/index.umd.js",
|
|
15
|
+
"types": "./dist/index.d.ts"
|
|
16
|
+
},
|
|
17
|
+
"./dist/itrm-components.css": "./dist/itrm-components.css"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"dev": "vite",
|
|
21
|
+
"build": "rimraf ./dist && tsc && vite build",
|
|
22
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
23
|
+
"preview": "vite preview"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@reduxjs/toolkit": "^2.6.1",
|
|
27
|
+
"@tabler/icons-react": "^3.31.0",
|
|
28
|
+
"axios": "^1.8.3",
|
|
29
|
+
"react": "^19.0.0",
|
|
30
|
+
"react-dom": "^19.0.0",
|
|
31
|
+
"react-redux": "^9.2.0"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@eslint/js": "^9.15.0",
|
|
35
|
+
"@types/node": "^22.10.2",
|
|
36
|
+
"@types/react": "^19.0.11",
|
|
37
|
+
"@types/react-dom": "^19.0.4",
|
|
38
|
+
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
39
|
+
"eslint": "^9.15.0",
|
|
40
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
41
|
+
"eslint-plugin-react-refresh": "^0.4.14",
|
|
42
|
+
"globals": "^16.0.0",
|
|
43
|
+
"rimraf": "^6.0.1",
|
|
44
|
+
"sass": "^1.83.0",
|
|
45
|
+
"sass-loader": "^16.0.4",
|
|
46
|
+
"typescript": "^5.8.2",
|
|
47
|
+
"typescript-eslint": "^8.15.0",
|
|
48
|
+
"vite": "^6.0.1",
|
|
49
|
+
"vite-plugin-dts": "^4.3.0"
|
|
50
|
+
}
|
|
51
|
+
}
|