@elcrm/components 0.5.1 → 0.5.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/Toolbar.css +1 -1
- package/dist/index.css +1 -1
- package/dist/kit-manifest.json +2 -2
- package/package.json +1 -36
package/dist/Toolbar.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@layer elcrm-components{.kwr{display:flex;flex-wrap:wrap;align-items:center;gap:var(--toolbar-gap);width:100%;min-width:0;box-sizing:border-box;--field-width: auto}.kwr>[data-field]{flex:0 1 auto;width:auto;min-width:0;max-width:100%}.kwr>[data-field=search]{flex:1 1 var(--field-search-min-width, 10rem);width:auto;max-width:none}.kwr[data-width=s]{display:inline-flex;width:auto;max-width:100%}.kwr[data-align=center]{justify-content:center}.kwr[data-align=end]{justify-content:flex-end}.kwr[data-align=between]{justify-content:space-between}.kwr[data-size=s]{--control-height: var(--control-height-s);--field-height: var(--control-height-s);--control-font-size: var(--control-font-size-s, .8125rem);--button-height: var(--button-height-s)}.kwr[data-size=l]{--control-height: var(--control-height-l);--field-height: var(--control-height-l);--button-height: var(--button-height-l)}}
|
|
1
|
+
@layer elcrm-components{.kwr{display:flex;flex-wrap:wrap;align-items:center;gap:var(--toolbar-gap);width:100%;min-width:0;box-sizing:border-box;--field-width: auto}.kwr>[data-field]{flex:0 1 auto;width:auto;min-width:0;max-width:100%}.kwr>[data-field=search]{flex:1 1 var(--field-search-min-width, 10rem);width:auto;max-width:none}.kwr[data-width=s]{display:inline-flex;width:auto;max-width:100%}.kwr[data-align=center]{justify-content:center}.kwr[data-align=end]{justify-content:flex-end}.kwr[data-align=between]{justify-content:space-between}.kwr[data-size=s]{--control-height: var(--control-height-s);--field-height: var(--control-height-s);--select-height: var(--control-height-s);--control-font-size: var(--control-font-size-s, .8125rem);--button-height: var(--button-height-s)}.kwr[data-size=l]{--control-height: var(--control-height-l);--field-height: var(--control-height-l);--select-height: var(--control-height-l);--button-height: var(--button-height-l)}}
|
package/dist/index.css
CHANGED
|
@@ -76,4 +76,4 @@
|
|
|
76
76
|
|
|
77
77
|
@layer elcrm-components{.tgr{display:flex;flex-direction:column;gap:2px;min-width:0;text-align:left}.tgt{margin:0;font-size:var(--shell-font-size);font-weight:var(--shell-font-weight);color:var(--shell-color);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tgd{margin:0;font-size:var(--shell-font-size-sm);font-weight:400;color:var(--shell-color-muted);line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tgs .tgt{font-size:var(--shell-font-size-sm)}.tgl .tgt{font-size:var(--shell-font-size-lg)}.tgl .tgd{font-size:var(--shell-font-size)}}
|
|
78
78
|
|
|
79
|
-
@layer elcrm-components{.kwr{display:flex;flex-wrap:wrap;align-items:center;gap:var(--toolbar-gap);width:100%;min-width:0;box-sizing:border-box;--field-width: auto}.kwr>[data-field]{flex:0 1 auto;width:auto;min-width:0;max-width:100%}.kwr>[data-field=search]{flex:1 1 var(--field-search-min-width, 10rem);width:auto;max-width:none}.kwr[data-width=s]{display:inline-flex;width:auto;max-width:100%}.kwr[data-align=center]{justify-content:center}.kwr[data-align=end]{justify-content:flex-end}.kwr[data-align=between]{justify-content:space-between}.kwr[data-size=s]{--control-height: var(--control-height-s);--field-height: var(--control-height-s);--control-font-size: var(--control-font-size-s, .8125rem);--button-height: var(--button-height-s)}.kwr[data-size=l]{--control-height: var(--control-height-l);--field-height: var(--control-height-l);--button-height: var(--button-height-l)}}
|
|
79
|
+
@layer elcrm-components{.kwr{display:flex;flex-wrap:wrap;align-items:center;gap:var(--toolbar-gap);width:100%;min-width:0;box-sizing:border-box;--field-width: auto}.kwr>[data-field]{flex:0 1 auto;width:auto;min-width:0;max-width:100%}.kwr>[data-field=search]{flex:1 1 var(--field-search-min-width, 10rem);width:auto;max-width:none}.kwr[data-width=s]{display:inline-flex;width:auto;max-width:100%}.kwr[data-align=center]{justify-content:center}.kwr[data-align=end]{justify-content:flex-end}.kwr[data-align=between]{justify-content:space-between}.kwr[data-size=s]{--control-height: var(--control-height-s);--field-height: var(--control-height-s);--select-height: var(--control-height-s);--control-font-size: var(--control-font-size-s, .8125rem);--button-height: var(--button-height-s)}.kwr[data-size=l]{--control-height: var(--control-height-l);--field-height: var(--control-height-l);--select-height: var(--control-height-l);--button-height: var(--button-height-l)}}
|
package/dist/kit-manifest.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"format": "elcrm-kit-manifest-v1",
|
|
3
3
|
"package": "@elcrm/components",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.2",
|
|
5
5
|
"pkg": "components",
|
|
6
|
-
"generatedAt": "2026-08-
|
|
6
|
+
"generatedAt": "2026-08-30T02:34:28.296Z",
|
|
7
7
|
"components": [
|
|
8
8
|
{
|
|
9
9
|
"slug": "ActionGroup",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elcrm/components",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Shell UI elCRM: Layout, Header, Sidebar, Popover, Healthmap, PanelInfo, PageHead, PageShell, Section, Stack, Stat и др.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "MaSkal <dev@elcrm.online>",
|
|
@@ -84,22 +84,6 @@
|
|
|
84
84
|
},
|
|
85
85
|
"./package.json": "./package.json"
|
|
86
86
|
},
|
|
87
|
-
"scripts": {
|
|
88
|
-
"dev": "vite --config test/vite.config.ts",
|
|
89
|
-
"build": "vite build",
|
|
90
|
-
"postbuild": "node scripts/postbuild.mjs",
|
|
91
|
-
"check:css": "node scripts/check-css-scoped.mjs",
|
|
92
|
-
"check:tokens": "node scripts/check-tokens.mjs",
|
|
93
|
-
"test": "vitest run",
|
|
94
|
-
"test:build": "vite build --config test/vite.config.ts",
|
|
95
|
-
"test:preview": "vite preview --config test/vite.config.ts",
|
|
96
|
-
"prepublishOnly": "npm run check:css && npm run check:tokens && npm run test && npm run build",
|
|
97
|
-
"prepack": "node scripts/publish-manifest.mjs pack",
|
|
98
|
-
"postpack": "node scripts/publish-manifest.mjs restore",
|
|
99
|
-
"manifest:public": "node scripts/publish-manifest.mjs write",
|
|
100
|
-
"pack:temp": "node scripts/publish-manifest.mjs pack-temp",
|
|
101
|
-
"pack:check": "npm pack --dry-run"
|
|
102
|
-
},
|
|
103
87
|
"peerDependencies": {
|
|
104
88
|
"@elcrm/button": "^1.2.0",
|
|
105
89
|
"@elcrm/icons": "^0.1.5",
|
|
@@ -121,24 +105,5 @@
|
|
|
121
105
|
"@types/react": {
|
|
122
106
|
"optional": true
|
|
123
107
|
}
|
|
124
|
-
},
|
|
125
|
-
"devDependencies": {
|
|
126
|
-
"@elcrm/button": "^1.2.0",
|
|
127
|
-
"@elcrm/icons": "^0.1.5",
|
|
128
|
-
"@elcrm/tooltip": "^0.1.2",
|
|
129
|
-
"@testing-library/react": "^16.2.0",
|
|
130
|
-
"@types/node": "^22.13.10",
|
|
131
|
-
"@types/react": "^18.2.66",
|
|
132
|
-
"@types/react-dom": "^18.2.22",
|
|
133
|
-
"@vitejs/plugin-react": "^4.3.1",
|
|
134
|
-
"elcrm": "file:../elCRM.cli",
|
|
135
|
-
"jsdom": "^26.0.0",
|
|
136
|
-
"react": "^18.2.0",
|
|
137
|
-
"react-dom": "^18.2.0",
|
|
138
|
-
"typescript": "^5.8.2",
|
|
139
|
-
"vite": "^5.4.2",
|
|
140
|
-
"vite-plugin-dts": "^4.0.3",
|
|
141
|
-
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
142
|
-
"vitest": "^3.0.8"
|
|
143
108
|
}
|
|
144
109
|
}
|