@arco-themes/vue-rcs-pro-web 0.0.4 → 0.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-themes/vue-rcs-pro-web",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "",
5
5
  "author": "wkaoxiang0",
6
6
  "owners": [],
package/theme.css CHANGED
@@ -322,6 +322,8 @@ body {
322
322
  --color-text-11: #3f4449;
323
323
  --color-text-12: #f53f3f;
324
324
  --color-text-13: #52c41a;
325
+ --color-text-14: #2b7dff;
326
+ --color-text-15: #999999;
325
327
  --color-fill-5: rgba(0, 0, 0, 0.08);
326
328
  --color-fill-6: #72cbff;
327
329
  --color-border-5: #d4d4d4;
@@ -344,6 +346,22 @@ body {
344
346
  --color-bg-19: #ffece8;
345
347
  --color-bg-20: #f0ffe8;
346
348
  --color-bg-21: #dfdfdf;
349
+ --color-bg-22: #52c41a;
350
+ --color-bg-23: #2b7dff;
351
+ --color-bg-24: #ff4d4f;
352
+ --color-bg-25: #f3f3f3;
353
+ --color-bg-26: rgba(224, 224, 224, 0.7);
354
+ --color-bg-27: rgba(241, 243, 246, 0.5);
355
+ --other-1: 255, 255, 255;
356
+ --other-2: 255, 255, 255;
357
+ --other-3: 255, 255, 255;
358
+ --other-4: 255, 255, 255;
359
+ --other-5: 255, 255, 255;
360
+ --other-6: 255, 255, 255;
361
+ --other-7: 255, 255, 255;
362
+ --other-8: 166, 83, 88;
363
+ --other-9: 121, 30, 39;
364
+ --other-10: 77, 0, 10;
347
365
  }
348
366
  body[arco-theme='dark'] {
349
367
  --red-1: 77, 0, 10;
@@ -545,6 +563,8 @@ body[arco-theme='dark'] {
545
563
  --color-text-11: #3f4449;
546
564
  --color-text-12: #f53f3f;
547
565
  --color-text-13: #52c41a;
566
+ --color-text-14: #2b7dff;
567
+ --color-text-15: #999999;
548
568
  --color-fill-5: rgba(0, 0, 0, 0.08);
549
569
  --color-fill-6: #72cbff;
550
570
  --color-border-5: #d4d4d4;
@@ -567,5 +587,21 @@ body[arco-theme='dark'] {
567
587
  --color-bg-19: #ffece8;
568
588
  --color-bg-20: #f0ffe8;
569
589
  --color-bg-21: #dfdfdf;
590
+ --color-bg-22: #52c41a;
591
+ --color-bg-23: #2b7dff;
592
+ --color-bg-24: #ff4d4f;
593
+ --color-bg-25: #f3f3f3;
594
+ --color-bg-26: rgba(224, 224, 224, 0.7);
595
+ --color-bg-27: rgba(241, 243, 246, 0.5);
596
+ --other-1: 77, 0, 10;
597
+ --other-2: 121, 24, 34;
598
+ --other-3: 166, 66, 72;
599
+ --other-4: 210, 126, 129;
600
+ --other-5: 255, 204, 204;
601
+ --other-6: 255, 255, 255;
602
+ --other-7: 255, 250, 250;
603
+ --other-8: 255, 245, 245;
604
+ --other-9: 255, 240, 240;
605
+ --other-10: 255, 235, 235;
570
606
  }
571
607
 
package/theme.less CHANGED
@@ -868,6 +868,52 @@
868
868
  @dark-color-border-7: #898989;
869
869
  @color-border-8: #ff0000;
870
870
  @dark-color-border-8: #ff0000;
871
+ @color-bg-22: #52c41a;
872
+ @dark-color-bg-22: #52c41a;
873
+ @color-bg-23: #2b7dff;
874
+ @dark-color-bg-23: #2b7dff;
875
+ @color-bg-24: #ff4d4f;
876
+ @dark-color-bg-24: #ff4d4f;
877
+ @color-bg-25: #f3f3f3;
878
+ @dark-color-bg-25: #f3f3f3;
879
+ @color-bg-26: rgba(224, 224, 224, 0.7);
880
+ @dark-color-bg-26: rgba(224, 224, 224, 0.7);
881
+ @color-bg-27: rgba(241, 243, 246, 0.5);
882
+ @dark-color-bg-27: rgba(241, 243, 246, 0.5);
883
+ @color-text-14: #2b7dff;
884
+ @dark-color-text-14: #2b7dff;
885
+ @color-text-15: #999999;
886
+ @dark-color-text-15: #999999;
887
+ @dark-other-1: rgb(77, 0, 10);
888
+ @other-4: rgb(255, 255, 255);
889
+ @other-1: rgb(255, 255, 255);
890
+ @other-6: rgb(255, 255, 255);
891
+ @other-7: rgb(255, 255, 255);
892
+ @color-other-4: rgb(var(~'@{arco-cssvars-prefix}-other-4'));
893
+ @color-other-9: rgb(var(~'@{arco-cssvars-prefix}-other-9'));
894
+ @color-other-1: rgb(var(~'@{arco-cssvars-prefix}-other-1'));
895
+ @dark-other-8: rgb(255, 245, 245);
896
+ @dark-other-4: rgb(210, 126, 129);
897
+ @dark-other-3: rgb(166, 66, 72);
898
+ @other-2: rgb(255, 255, 255);
899
+ @dark-other-9: rgb(255, 240, 240);
900
+ @color-other-5: rgb(var(~'@{arco-cssvars-prefix}-other-5'));
901
+ @color-other-3: rgb(var(~'@{arco-cssvars-prefix}-other-3'));
902
+ @color-other-10: rgb(var(~'@{arco-cssvars-prefix}-other-10'));
903
+ @other-8: rgb(166, 83, 88);
904
+ @dark-other-2: rgb(121, 24, 34);
905
+ @dark-other-6: rgb(255, 255, 255);
906
+ @color-other-6: rgb(var(~'@{arco-cssvars-prefix}-other-6'));
907
+ @dark-other-10: rgb(255, 235, 235);
908
+ @color-other-2: rgb(var(~'@{arco-cssvars-prefix}-other-2'));
909
+ @dark-other-5: rgb(255, 204, 204);
910
+ @other-5: rgb(255, 255, 255);
911
+ @color-other-8: rgb(var(~'@{arco-cssvars-prefix}-other-8'));
912
+ @other-3: rgb(255, 255, 255);
913
+ @color-other-7: rgb(var(~'@{arco-cssvars-prefix}-other-7'));
914
+ @other-9: rgb(121, 30, 39);
915
+ @other-10: rgb(77, 0, 10);
916
+ @dark-other-7: rgb(255, 250, 250);
871
917
 
872
918
 
873
919
  @arco-theme-tag: body;
@@ -1303,6 +1349,8 @@
1303
1349
  @{arco-cssvars-prefix}-color-text-11: @color-text-11;
1304
1350
  @{arco-cssvars-prefix}-color-text-12: @color-text-12;
1305
1351
  @{arco-cssvars-prefix}-color-text-13: @color-text-13;
1352
+ @{arco-cssvars-prefix}-color-text-14: @color-text-14;
1353
+ @{arco-cssvars-prefix}-color-text-15: @color-text-15;
1306
1354
  @{arco-cssvars-prefix}-color-fill-5: @color-fill-5;
1307
1355
  @{arco-cssvars-prefix}-color-fill-6: @color-fill-6;
1308
1356
  @{arco-cssvars-prefix}-color-border-5: @color-border-5;
@@ -1325,6 +1373,22 @@
1325
1373
  @{arco-cssvars-prefix}-color-bg-19: @color-bg-19;
1326
1374
  @{arco-cssvars-prefix}-color-bg-20: @color-bg-20;
1327
1375
  @{arco-cssvars-prefix}-color-bg-21: @color-bg-21;
1376
+ @{arco-cssvars-prefix}-color-bg-22: @color-bg-22;
1377
+ @{arco-cssvars-prefix}-color-bg-23: @color-bg-23;
1378
+ @{arco-cssvars-prefix}-color-bg-24: @color-bg-24;
1379
+ @{arco-cssvars-prefix}-color-bg-25: @color-bg-25;
1380
+ @{arco-cssvars-prefix}-color-bg-26: @color-bg-26;
1381
+ @{arco-cssvars-prefix}-color-bg-27: @color-bg-27;
1382
+ @{arco-cssvars-prefix}-other-1: if(iscolor(@other-1), .getColorRgbStr(@other-1)[], replace(~'@{other-1}', 'rgb\((.*)\)$', '$1'));
1383
+ @{arco-cssvars-prefix}-other-2: if(iscolor(@other-2), .getColorRgbStr(@other-2)[], replace(~'@{other-2}', 'rgb\((.*)\)$', '$1'));
1384
+ @{arco-cssvars-prefix}-other-3: if(iscolor(@other-3), .getColorRgbStr(@other-3)[], replace(~'@{other-3}', 'rgb\((.*)\)$', '$1'));
1385
+ @{arco-cssvars-prefix}-other-4: if(iscolor(@other-4), .getColorRgbStr(@other-4)[], replace(~'@{other-4}', 'rgb\((.*)\)$', '$1'));
1386
+ @{arco-cssvars-prefix}-other-5: if(iscolor(@other-5), .getColorRgbStr(@other-5)[], replace(~'@{other-5}', 'rgb\((.*)\)$', '$1'));
1387
+ @{arco-cssvars-prefix}-other-6: if(iscolor(@other-6), .getColorRgbStr(@other-6)[], replace(~'@{other-6}', 'rgb\((.*)\)$', '$1'));
1388
+ @{arco-cssvars-prefix}-other-7: if(iscolor(@other-7), .getColorRgbStr(@other-7)[], replace(~'@{other-7}', 'rgb\((.*)\)$', '$1'));
1389
+ @{arco-cssvars-prefix}-other-8: if(iscolor(@other-8), .getColorRgbStr(@other-8)[], replace(~'@{other-8}', 'rgb\((.*)\)$', '$1'));
1390
+ @{arco-cssvars-prefix}-other-9: if(iscolor(@other-9), .getColorRgbStr(@other-9)[], replace(~'@{other-9}', 'rgb\((.*)\)$', '$1'));
1391
+ @{arco-cssvars-prefix}-other-10: if(iscolor(@other-10), .getColorRgbStr(@other-10)[], replace(~'@{other-10}', 'rgb\((.*)\)$', '$1'));
1328
1392
 
1329
1393
  }
1330
1394
 
@@ -1528,6 +1592,8 @@
1528
1592
  @{arco-cssvars-prefix}-color-text-11: @dark-color-text-11;
1529
1593
  @{arco-cssvars-prefix}-color-text-12: @dark-color-text-12;
1530
1594
  @{arco-cssvars-prefix}-color-text-13: @dark-color-text-13;
1595
+ @{arco-cssvars-prefix}-color-text-14: @dark-color-text-14;
1596
+ @{arco-cssvars-prefix}-color-text-15: @dark-color-text-15;
1531
1597
  @{arco-cssvars-prefix}-color-fill-5: @dark-color-fill-5;
1532
1598
  @{arco-cssvars-prefix}-color-fill-6: @dark-color-fill-6;
1533
1599
  @{arco-cssvars-prefix}-color-border-5: @dark-color-border-5;
@@ -1550,5 +1616,21 @@
1550
1616
  @{arco-cssvars-prefix}-color-bg-19: @dark-color-bg-19;
1551
1617
  @{arco-cssvars-prefix}-color-bg-20: @dark-color-bg-20;
1552
1618
  @{arco-cssvars-prefix}-color-bg-21: @dark-color-bg-21;
1619
+ @{arco-cssvars-prefix}-color-bg-22: @dark-color-bg-22;
1620
+ @{arco-cssvars-prefix}-color-bg-23: @dark-color-bg-23;
1621
+ @{arco-cssvars-prefix}-color-bg-24: @dark-color-bg-24;
1622
+ @{arco-cssvars-prefix}-color-bg-25: @dark-color-bg-25;
1623
+ @{arco-cssvars-prefix}-color-bg-26: @dark-color-bg-26;
1624
+ @{arco-cssvars-prefix}-color-bg-27: @dark-color-bg-27;
1625
+ @{arco-cssvars-prefix}-other-1: if(iscolor(@dark-other-1), .getColorRgbStr(@dark-other-1)[], replace(~'@{dark-other-1}', 'rgb\((.*)\)$', '$1'));
1626
+ @{arco-cssvars-prefix}-other-2: if(iscolor(@dark-other-2), .getColorRgbStr(@dark-other-2)[], replace(~'@{dark-other-2}', 'rgb\((.*)\)$', '$1'));
1627
+ @{arco-cssvars-prefix}-other-3: if(iscolor(@dark-other-3), .getColorRgbStr(@dark-other-3)[], replace(~'@{dark-other-3}', 'rgb\((.*)\)$', '$1'));
1628
+ @{arco-cssvars-prefix}-other-4: if(iscolor(@dark-other-4), .getColorRgbStr(@dark-other-4)[], replace(~'@{dark-other-4}', 'rgb\((.*)\)$', '$1'));
1629
+ @{arco-cssvars-prefix}-other-5: if(iscolor(@dark-other-5), .getColorRgbStr(@dark-other-5)[], replace(~'@{dark-other-5}', 'rgb\((.*)\)$', '$1'));
1630
+ @{arco-cssvars-prefix}-other-6: if(iscolor(@dark-other-6), .getColorRgbStr(@dark-other-6)[], replace(~'@{dark-other-6}', 'rgb\((.*)\)$', '$1'));
1631
+ @{arco-cssvars-prefix}-other-7: if(iscolor(@dark-other-7), .getColorRgbStr(@dark-other-7)[], replace(~'@{dark-other-7}', 'rgb\((.*)\)$', '$1'));
1632
+ @{arco-cssvars-prefix}-other-8: if(iscolor(@dark-other-8), .getColorRgbStr(@dark-other-8)[], replace(~'@{dark-other-8}', 'rgb\((.*)\)$', '$1'));
1633
+ @{arco-cssvars-prefix}-other-9: if(iscolor(@dark-other-9), .getColorRgbStr(@dark-other-9)[], replace(~'@{dark-other-9}', 'rgb\((.*)\)$', '$1'));
1634
+ @{arco-cssvars-prefix}-other-10: if(iscolor(@dark-other-10), .getColorRgbStr(@dark-other-10)[], replace(~'@{dark-other-10}', 'rgb\((.*)\)$', '$1'));
1553
1635
 
1554
1636
  }
package/tokens.less CHANGED
@@ -493,6 +493,24 @@
493
493
  @dark-color-text-13: #52c41a;
494
494
  @dark-color-border-7: #898989;
495
495
  @dark-color-border-8: #ff0000;
496
+ @dark-color-bg-22: #52c41a;
497
+ @dark-color-bg-23: #2b7dff;
498
+ @dark-color-bg-24: #ff4d4f;
499
+ @dark-color-bg-25: #f3f3f3;
500
+ @dark-color-bg-26: rgba(224, 224, 224, 0.7);
501
+ @dark-color-bg-27: rgba(241, 243, 246, 0.5);
502
+ @dark-color-text-14: #2b7dff;
503
+ @dark-color-text-15: #999999;
504
+ @dark-other-1: #4d000a;
505
+ @dark-other-8: #fff5f5;
506
+ @dark-other-4: #d27e81;
507
+ @dark-other-3: #a64248;
508
+ @dark-other-9: #fff0f0;
509
+ @dark-other-2: #791822;
510
+ @dark-other-6: #ffffff;
511
+ @dark-other-10: #ffebeb;
512
+ @dark-other-5: #ffcccc;
513
+ @dark-other-7: #fffafa;
496
514
 
497
515
 
498
516
  /*********** primary ***********/
@@ -853,6 +871,24 @@
853
871
  @color-text-13: #52c41a;
854
872
  @color-border-7: #898989;
855
873
  @color-border-8: #ff0000;
874
+ @color-bg-22: #52c41a;
875
+ @color-bg-23: #2b7dff;
876
+ @color-bg-24: #ff4d4f;
877
+ @color-bg-25: #f3f3f3;
878
+ @color-bg-26: rgba(224, 224, 224, 0.7);
879
+ @color-bg-27: rgba(241, 243, 246, 0.5);
880
+ @color-text-14: #2b7dff;
881
+ @color-text-15: #999999;
882
+ @color-other-4: rgb(var(--other-4));
883
+ @color-other-9: rgb(var(--other-9));
884
+ @color-other-1: rgb(var(--other-1));
885
+ @color-other-5: rgb(var(--other-5));
886
+ @color-other-3: rgb(var(--other-3));
887
+ @color-other-10: rgb(var(--other-10));
888
+ @color-other-6: rgb(var(--other-6));
889
+ @color-other-2: rgb(var(--other-2));
890
+ @color-other-8: rgb(var(--other-8));
891
+ @color-other-7: rgb(var(--other-7));
856
892
  @color-panel-border-color: var(~'@{arco-cssvars-prefix}-color-border-2');
857
893
  @color-panel-preview-size: 40px;
858
894
  @color-control-bar-handle-size: @size-4;
@@ -3984,3 +4020,17 @@
3984
4020
  /*********** watermark ***********/
3985
4021
 
3986
4022
  @watermark-prefix-cls: ~'@{prefix}-watermark';
4023
+
4024
+
4025
+ /*********** other ***********/
4026
+
4027
+ @other-4: #ffffff;
4028
+ @other-1: #ffffff;
4029
+ @other-6: #ffffff;
4030
+ @other-7: #ffffff;
4031
+ @other-2: #ffffff;
4032
+ @other-8: #a65358;
4033
+ @other-5: #ffffff;
4034
+ @other-3: #ffffff;
4035
+ @other-9: #791e27;
4036
+ @other-10: #4d000a;
package/variables.less CHANGED
@@ -862,3 +862,49 @@
862
862
  @dark-color-border-7: #898989;
863
863
  @color-border-8: #ff0000;
864
864
  @dark-color-border-8: #ff0000;
865
+ @color-bg-22: #52c41a;
866
+ @dark-color-bg-22: #52c41a;
867
+ @color-bg-23: #2b7dff;
868
+ @dark-color-bg-23: #2b7dff;
869
+ @color-bg-24: #ff4d4f;
870
+ @dark-color-bg-24: #ff4d4f;
871
+ @color-bg-25: #f3f3f3;
872
+ @dark-color-bg-25: #f3f3f3;
873
+ @color-bg-26: rgba(224, 224, 224, 0.7);
874
+ @dark-color-bg-26: rgba(224, 224, 224, 0.7);
875
+ @color-bg-27: rgba(241, 243, 246, 0.5);
876
+ @dark-color-bg-27: rgba(241, 243, 246, 0.5);
877
+ @color-text-14: #2b7dff;
878
+ @dark-color-text-14: #2b7dff;
879
+ @color-text-15: #999999;
880
+ @dark-color-text-15: #999999;
881
+ @dark-other-1: rgb(77, 0, 10);
882
+ @other-4: rgb(255, 255, 255);
883
+ @other-1: rgb(255, 255, 255);
884
+ @other-6: rgb(255, 255, 255);
885
+ @other-7: rgb(255, 255, 255);
886
+ @color-other-4: rgb(var(~'@{arco-cssvars-prefix}-other-4'));
887
+ @color-other-9: rgb(var(~'@{arco-cssvars-prefix}-other-9'));
888
+ @color-other-1: rgb(var(~'@{arco-cssvars-prefix}-other-1'));
889
+ @dark-other-8: rgb(255, 245, 245);
890
+ @dark-other-4: rgb(210, 126, 129);
891
+ @dark-other-3: rgb(166, 66, 72);
892
+ @other-2: rgb(255, 255, 255);
893
+ @dark-other-9: rgb(255, 240, 240);
894
+ @color-other-5: rgb(var(~'@{arco-cssvars-prefix}-other-5'));
895
+ @color-other-3: rgb(var(~'@{arco-cssvars-prefix}-other-3'));
896
+ @color-other-10: rgb(var(~'@{arco-cssvars-prefix}-other-10'));
897
+ @other-8: rgb(166, 83, 88);
898
+ @dark-other-2: rgb(121, 24, 34);
899
+ @dark-other-6: rgb(255, 255, 255);
900
+ @color-other-6: rgb(var(~'@{arco-cssvars-prefix}-other-6'));
901
+ @dark-other-10: rgb(255, 235, 235);
902
+ @color-other-2: rgb(var(~'@{arco-cssvars-prefix}-other-2'));
903
+ @dark-other-5: rgb(255, 204, 204);
904
+ @other-5: rgb(255, 255, 255);
905
+ @color-other-8: rgb(var(~'@{arco-cssvars-prefix}-other-8'));
906
+ @other-3: rgb(255, 255, 255);
907
+ @color-other-7: rgb(var(~'@{arco-cssvars-prefix}-other-7'));
908
+ @other-9: rgb(121, 30, 39);
909
+ @other-10: rgb(77, 0, 10);
910
+ @dark-other-7: rgb(255, 250, 250);