service-flow-designer 2.0.85 → 2.0.86

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.
Files changed (2) hide show
  1. package/dist/es/style.css +13 -0
  2. package/package.json +1 -1
package/dist/es/style.css CHANGED
@@ -116,6 +116,7 @@
116
116
  font-style: normal;
117
117
  text-transform: none;
118
118
  padding: 0px 24px;
119
+ box-sizing: content-box;
119
120
  white-space: nowrap; /* 确保文本在一行内显示 */
120
121
  overflow: hidden; /* 隐藏超出div宽度的文本 */
121
122
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
@@ -168,6 +169,7 @@
168
169
  font-style: normal;
169
170
  text-transform: none;
170
171
  padding: 0px 24px;
172
+ box-sizing: content-box;
171
173
  white-space: nowrap; /* 确保文本在一行内显示 */
172
174
  overflow: hidden; /* 隐藏超出div宽度的文本 */
173
175
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
@@ -221,6 +223,7 @@
221
223
  font-style: normal;
222
224
  text-transform: none;
223
225
  padding: 0px 24px;
226
+ box-sizing: content-box;
224
227
  white-space: nowrap; /* 确保文本在一行内显示 */
225
228
  overflow: hidden; /* 隐藏超出div宽度的文本 */
226
229
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
@@ -274,6 +277,7 @@
274
277
  font-style: normal;
275
278
  text-transform: none;
276
279
  padding: 0px 24px;
280
+ box-sizing: content-box;
277
281
  white-space: nowrap; /* 确保文本在一行内显示 */
278
282
  overflow: hidden; /* 隐藏超出div宽度的文本 */
279
283
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
@@ -327,6 +331,7 @@
327
331
  font-style: normal;
328
332
  text-transform: none;
329
333
  padding: 0px 24px;
334
+ box-sizing: content-box;
330
335
  white-space: nowrap; /* 确保文本在一行内显示 */
331
336
  overflow: hidden; /* 隐藏超出div宽度的文本 */
332
337
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
@@ -379,6 +384,7 @@
379
384
  font-style: normal;
380
385
  text-transform: none;
381
386
  padding: 0px 24px;
387
+ box-sizing: content-box;
382
388
  white-space: nowrap; /* 确保文本在一行内显示 */
383
389
  overflow: hidden; /* 隐藏超出div宽度的文本 */
384
390
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
@@ -431,6 +437,7 @@
431
437
  font-style: normal;
432
438
  text-transform: none;
433
439
  padding: 0px 24px;
440
+ box-sizing: content-box;
434
441
  white-space: nowrap; /* 确保文本在一行内显示 */
435
442
  overflow: hidden; /* 隐藏超出div宽度的文本 */
436
443
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
@@ -483,6 +490,7 @@
483
490
  font-style: normal;
484
491
  text-transform: none;
485
492
  padding: 0px 24px;
493
+ box-sizing: content-box;
486
494
  white-space: nowrap; /* 确保文本在一行内显示 */
487
495
  overflow: hidden; /* 隐藏超出div宽度的文本 */
488
496
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
@@ -535,6 +543,7 @@
535
543
  font-style: normal;
536
544
  text-transform: none;
537
545
  padding: 0px 24px;
546
+ box-sizing: content-box;
538
547
  white-space: nowrap; /* 确保文本在一行内显示 */
539
548
  overflow: hidden; /* 隐藏超出div宽度的文本 */
540
549
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
@@ -587,6 +596,7 @@
587
596
  font-style: normal;
588
597
  text-transform: none;
589
598
  padding: 0px 24px;
599
+ box-sizing: content-box;
590
600
  white-space: nowrap; /* 确保文本在一行内显示 */
591
601
  overflow: hidden; /* 隐藏超出div宽度的文本 */
592
602
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
@@ -639,6 +649,7 @@
639
649
  font-style: normal;
640
650
  text-transform: none;
641
651
  padding: 0px 24px;
652
+ box-sizing: content-box;
642
653
  white-space: nowrap; /* 确保文本在一行内显示 */
643
654
  overflow: hidden; /* 隐藏超出div宽度的文本 */
644
655
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
@@ -691,6 +702,7 @@
691
702
  font-style: normal;
692
703
  text-transform: none;
693
704
  padding: 0px 24px;
705
+ box-sizing: content-box;
694
706
  white-space: nowrap; /* 确保文本在一行内显示 */
695
707
  overflow: hidden; /* 隐藏超出div宽度的文本 */
696
708
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
@@ -743,6 +755,7 @@
743
755
  font-style: normal;
744
756
  text-transform: none;
745
757
  padding: 0px 24px;
758
+ box-sizing: content-box;
746
759
  white-space: nowrap; /* 确保文本在一行内显示 */
747
760
  overflow: hidden; /* 隐藏超出div宽度的文本 */
748
761
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "service-flow-designer",
3
- "version": "2.0.85",
3
+ "version": "2.0.86",
4
4
  "description": "AgileBuilder Service Flow Designer",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",