@cnc_cbz/usefultools-plugin-official 1.0.5 → 1.0.7

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.
@@ -327,6 +327,10 @@ export {
327
327
  z-index: 50;
328
328
  }
329
329
 
330
+ .col-span-2 {
331
+ grid-column: span 2 / span 2;
332
+ }
333
+
330
334
  .-mx-1 {
331
335
  margin-inline: calc(var(--spacing) * -1);
332
336
  }
@@ -447,6 +451,10 @@ export {
447
451
  height: calc(var(--spacing) * 4);
448
452
  }
449
453
 
454
+ .h-5 {
455
+ height: calc(var(--spacing) * 5);
456
+ }
457
+
450
458
  .h-7 {
451
459
  height: calc(var(--spacing) * 7);
452
460
  }
@@ -479,10 +487,18 @@ export {
479
487
  height: 100%;
480
488
  }
481
489
 
490
+ .max-h-36 {
491
+ max-height: calc(var(--spacing) * 36);
492
+ }
493
+
482
494
  .max-h-40 {
483
495
  max-height: calc(var(--spacing) * 40);
484
496
  }
485
497
 
498
+ .max-h-48 {
499
+ max-height: calc(var(--spacing) * 48);
500
+ }
501
+
486
502
  .max-h-60 {
487
503
  max-height: calc(var(--spacing) * 60);
488
504
  }
@@ -511,6 +527,10 @@ export {
511
527
  min-height: 200px;
512
528
  }
513
529
 
530
+ .w-1\\.5 {
531
+ width: calc(var(--spacing) * 1.5);
532
+ }
533
+
514
534
  .w-2 {
515
535
  width: calc(var(--spacing) * 2);
516
536
  }
@@ -591,6 +611,10 @@ export {
591
611
  min-width: calc(var(--spacing) * 0);
592
612
  }
593
613
 
614
+ .min-w-\\[90px\\] {
615
+ min-width: 90px;
616
+ }
617
+
594
618
  .min-w-\\[200px\\] {
595
619
  min-width: 200px;
596
620
  }
@@ -894,6 +918,16 @@ export {
894
918
  border-color: var(--color-primary);
895
919
  }
896
920
 
921
+ .border-primary\\/40 {
922
+ border-color: #f9b11f66;
923
+ }
924
+
925
+ @supports (color: color-mix(in lab, red, red)) {
926
+ .border-primary\\/40 {
927
+ border-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
928
+ }
929
+ }
930
+
897
931
  .border-transparent {
898
932
  border-color: #0000;
899
933
  }
@@ -1032,6 +1066,16 @@ export {
1032
1066
  }
1033
1067
  }
1034
1068
 
1069
+ .bg-neon-green\\/20 {
1070
+ background-color: #84cc1633;
1071
+ }
1072
+
1073
+ @supports (color: color-mix(in lab, red, red)) {
1074
+ .bg-neon-green\\/20 {
1075
+ background-color: color-mix(in oklab, var(--color-neon-green) 20%, transparent);
1076
+ }
1077
+ }
1078
+
1035
1079
  .bg-primary {
1036
1080
  background-color: var(--color-primary);
1037
1081
  }
@@ -1258,6 +1302,14 @@ export {
1258
1302
  padding-left: calc(var(--spacing) * 8);
1259
1303
  }
1260
1304
 
1305
+ .pl-\\[22px\\] {
1306
+ padding-left: 22px;
1307
+ }
1308
+
1309
+ .pl-\\[98px\\] {
1310
+ padding-left: 98px;
1311
+ }
1312
+
1261
1313
  .text-center {
1262
1314
  text-align: center;
1263
1315
  }
@@ -1270,6 +1322,10 @@ export {
1270
1322
  text-align: right;
1271
1323
  }
1272
1324
 
1325
+ .align-middle {
1326
+ vertical-align: middle;
1327
+ }
1328
+
1273
1329
  .font-mono {
1274
1330
  font-family: var(--font-mono);
1275
1331
  }
@@ -1756,6 +1812,10 @@ export {
1756
1812
  color: var(--color-coral-red);
1757
1813
  }
1758
1814
 
1815
+ .hover\\:text-gray-200:hover {
1816
+ color: var(--color-gray-200);
1817
+ }
1818
+
1759
1819
  .hover\\:text-gray-300:hover {
1760
1820
  color: var(--color-gray-300);
1761
1821
  }
@@ -1807,6 +1867,18 @@ export {
1807
1867
  translate: var(--tw-translate-x) var(--tw-translate-y);
1808
1868
  }
1809
1869
 
1870
+ .focus\\:border-electric-blue:focus {
1871
+ border-color: var(--color-electric-blue);
1872
+ }
1873
+
1874
+ .focus\\:border-gray-500:focus {
1875
+ border-color: var(--color-gray-500);
1876
+ }
1877
+
1878
+ .focus\\:border-neon-green:focus {
1879
+ border-color: var(--color-neon-green);
1880
+ }
1881
+
1810
1882
  .focus\\:border-primary:focus {
1811
1883
  border-color: var(--color-primary);
1812
1884
  }
@@ -1824,6 +1896,14 @@ export {
1824
1896
  cursor: grabbing;
1825
1897
  }
1826
1898
 
1899
+ .disabled\\:cursor-not-allowed:disabled {
1900
+ cursor: not-allowed;
1901
+ }
1902
+
1903
+ .disabled\\:opacity-40:disabled {
1904
+ opacity: .4;
1905
+ }
1906
+
1827
1907
  @media (min-width: 40rem) {
1828
1908
  .sm\\:grid-cols-2 {
1829
1909
  grid-template-columns: repeat(2, minmax(0, 1fr));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cnc_cbz/usefultools-plugin-official",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "type": "module",
5
5
  "description": "UsefulTools 官方工具插件包",
6
6
  "keywords": [
package/plugin.json CHANGED
@@ -26,6 +26,7 @@
26
26
  { "id": "case-converter", "version": "1.0.0", "author": "UsefulTools", "icon": "text_fields", "title": "大小写<br/>转换", "subtitle": "大小写转换", "description": "camelCase、snake_case、kebab-case 等互转", "bgColor": "bg-electric-blue", "categories": ["文本处理"], "requires": [], "bundle": "dist/case-converter.mjs" },
27
27
  { "id": "ip-subnet", "version": "1.0.0", "author": "UsefulTools", "icon": "lan", "title": "IP/子网<br/>计算器", "subtitle": "IP子网计算器", "description": "子网掩码计算、IP 范围查询", "bgColor": "bg-vibrant-purple", "categories": ["转换解析"], "requires": [], "bundle": "dist/ip-subnet.mjs" },
28
28
  { "id": "text-stats", "version": "1.0.0", "author": "UsefulTools", "icon": "analytics", "title": "文本<br/>统计", "subtitle": "文本统计", "description": "字数、字符数、行数、词频统计", "bgColor": "bg-neon-green", "textColor": "text-black", "categories": ["文本处理"], "requires": [], "bundle": "dist/text-stats.mjs" },
29
- { "id": "chmod-calculator", "version": "1.0.0", "author": "UsefulTools", "icon": "security", "title": "Chmod<br/>计算器", "subtitle": "Chmod权限计算器", "description": "Unix文件权限计算,八进制/符号互转", "bgColor": "bg-coral-red", "categories": ["转换解析"], "requires": [], "bundle": "dist/chmod-calculator.mjs" }
29
+ { "id": "chmod-calculator", "version": "1.0.0", "author": "UsefulTools", "icon": "security", "title": "Chmod<br/>计算器", "subtitle": "Chmod权限计算器", "description": "Unix文件权限计算,八进制/符号互转", "bgColor": "bg-coral-red", "categories": ["转换解析"], "requires": [], "bundle": "dist/chmod-calculator.mjs" },
30
+ { "id": "docker-parser", "version": "1.0.0", "author": "UsefulTools", "icon": "directions_boat", "title": "Docker<br/>解析器", "subtitle": "Docker命令解析", "description": "解析 Docker/Compose 命令,逐参数中文说明", "bgColor": "bg-electric-blue", "categories": ["编码开发"], "requires": [], "bundle": "dist/docker-parser.mjs" }
30
31
  ]
31
32
  }