@wui-js/plugins 0.9.2 → 0.10.0
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 +1 -1
- package/package.json +1 -1
- package/themes/default/{dark-0.8.css → dark-0.9.css} +3 -6
- package/themes/default/{light-0.8.css → light-0.9.css} +3 -6
- package/themes/default/{settings-0.8.css → settings-0.9.css} +2 -2
- package/themes/{wuiplugin-themes-0.8.css → wuiplugin-themes-0.9.css} +3 -6
- package/themes/{wuiplugin-themes-0.8.js → wuiplugin-themes-0.9.js} +3 -3
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| | |
|
|
8
8
|
| -------------------- | ----------- |
|
|
9
9
|
| **Library name** | `wuijs-plugins-lib` |
|
|
10
|
-
| **Library version** | `0.
|
|
10
|
+
| **Library version** | `0.10.0` ([Change Log](https://github.com/wui-js/wuijs-plugins-lib/blob/main/docs/CHANGELOG-en.md)) |
|
|
11
11
|
| **NPM package** | `@wui-js/plugins` |
|
|
12
12
|
| **License** | `Apache License 2.0` |
|
|
13
13
|
| **Author** | `Sergio E. Belmar V. <wuijs.project@gmail.com>` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wui-js/plugins",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "Sergio E. Belmar V. <wuijs.project@gmail.com>",
|
|
6
6
|
"description": "WUI/JS Plugins Lib - WUI/JS Plugins Lib is an open-source JavaScript/CSS library that provides a collection of plugins for WUI/JS Main Lib classes.",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @file dark-0.
|
|
3
|
-
* @version 0.
|
|
2
|
+
* @file dark-0.9.css
|
|
3
|
+
* @version 0.9
|
|
4
4
|
* @author Sergio E. Belmar V. (wuijs.project@gmail.com)
|
|
5
5
|
* @copyright Sergio E. Belmar V. (wuijs.project@gmail.com)
|
|
6
6
|
*/
|
|
@@ -316,8 +316,8 @@
|
|
|
316
316
|
--wui-form-mobile-field-bordercolor: rgb(from #1e90ff r g b / 10%);
|
|
317
317
|
--wui-form-mobile-label-textcolor: #ccc;
|
|
318
318
|
--wui-form-mobile-input-height: 34px;
|
|
319
|
+
--wui-form-mobile-input-borderradius: 17px;
|
|
319
320
|
--wui-form-mobile-input-bgcolor: rgb(from #1e90ff r g b / 4%);
|
|
320
|
-
--wui-form-mobile-input-borderradius: 15px;
|
|
321
321
|
|
|
322
322
|
/* wui-selectpicker */
|
|
323
323
|
|
|
@@ -606,7 +606,6 @@
|
|
|
606
606
|
--wui-codebox-borderradius: 5px;
|
|
607
607
|
--wui-codebox-bordercolor: #4b5563;
|
|
608
608
|
--wui-codebox-bgcolor: #374151;
|
|
609
|
-
--wui-codebox-scroll-width: 4px;
|
|
610
609
|
--wui-codebox-scroll-bgcolor-out: rgb(from #9fa8b6 r g b / 40%);
|
|
611
610
|
--wui-codebox-scroll-bgcolor-over: rgb(from #9fa8b6 r g b / 70%);
|
|
612
611
|
--wui-codebox-copyicon-src: none;
|
|
@@ -642,7 +641,6 @@
|
|
|
642
641
|
--wui-markdown-table-valign: center;
|
|
643
642
|
--wui-markdown-table-borderradius: 10px;
|
|
644
643
|
--wui-markdown-table-bordercolor: #4b5563;
|
|
645
|
-
--wui-markdown-table-scroll-width: 4px;
|
|
646
644
|
--wui-markdown-table-scroll-bgcolor-out: rgb(from #9fa8b6 r g b / 40%);
|
|
647
645
|
--wui-markdown-table-scroll-bgcolor-over: rgb(from #9fa8b6 r g b / 70%);
|
|
648
646
|
--wui-markdown-table-header-bordercolor: #444;
|
|
@@ -675,7 +673,6 @@
|
|
|
675
673
|
--wui-markdown-codebox-borderradius: 5px;
|
|
676
674
|
--wui-markdown-codebox-bordercolor: #4b5563;
|
|
677
675
|
--wui-markdown-codebox-bgcolor: #374151;
|
|
678
|
-
--wui-markdown-codebox-scroll-width: 4px;
|
|
679
676
|
--wui-markdown-codebox-scroll-bgcolor-out: rgb(from #9fa8b6 r g b / 40%);
|
|
680
677
|
--wui-markdown-codebox-scroll-bgcolor-over: rgb(from #9fa8b6 r g b / 70%);
|
|
681
678
|
--wui-markdown-codebox-textcolor: #f3f4f6;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @file light-0.
|
|
3
|
-
* @version 0.
|
|
2
|
+
* @file light-0.9.css
|
|
3
|
+
* @version 0.9
|
|
4
4
|
* @author Sergio E. Belmar V. (wuijs.project@gmail.com)
|
|
5
5
|
* @copyright Sergio E. Belmar V. (wuijs.project@gmail.com)
|
|
6
6
|
*/
|
|
@@ -316,8 +316,8 @@
|
|
|
316
316
|
--wui-form-mobile-field-bordercolor: rgb(from #1e90ff r g b / 10%);
|
|
317
317
|
--wui-form-mobile-label-textcolor: #444;
|
|
318
318
|
--wui-form-mobile-input-height: 34px;
|
|
319
|
+
--wui-form-mobile-input-borderradius: 17px;
|
|
319
320
|
--wui-form-mobile-input-bgcolor: rgb(from #1e90ff r g b / 4%);
|
|
320
|
-
--wui-form-mobile-input-borderradius: 15px;
|
|
321
321
|
|
|
322
322
|
/* wui-selectpicker */
|
|
323
323
|
|
|
@@ -606,7 +606,6 @@
|
|
|
606
606
|
--wui-codebox-borderradius: 5px;
|
|
607
607
|
--wui-codebox-bordercolor: #d5dce3;
|
|
608
608
|
--wui-codebox-bgcolor: #f6f6f6;
|
|
609
|
-
--wui-codebox-scroll-width: 4px;
|
|
610
609
|
--wui-codebox-scroll-bgcolor-out: rgb(from #353a40 r g b / 40%);
|
|
611
610
|
--wui-codebox-scroll-bgcolor-over: rgb(from #353a40 r g b / 70%);
|
|
612
611
|
--wui-codebox-copyicon-src: none;
|
|
@@ -642,7 +641,6 @@
|
|
|
642
641
|
--wui-markdown-table-valign: center;
|
|
643
642
|
--wui-markdown-table-borderradius: 10px;
|
|
644
643
|
--wui-markdown-table-bordercolor: #d5dce3;
|
|
645
|
-
--wui-markdown-table-scroll-width: 4px;
|
|
646
644
|
--wui-markdown-table-scroll-bgcolor-out: rgb(from #353a40 r g b / 40%);
|
|
647
645
|
--wui-markdown-table-scroll-bgcolor-over: rgb(from #353a40 r g b / 70%);
|
|
648
646
|
--wui-markdown-table-header-bordercolor: #ccc;
|
|
@@ -675,7 +673,6 @@
|
|
|
675
673
|
--wui-markdown-codebox-borderradius: 5px;
|
|
676
674
|
--wui-markdown-codebox-bordercolor: #d5dce3;
|
|
677
675
|
--wui-markdown-codebox-bgcolor: #f6f6f6;
|
|
678
|
-
--wui-markdown-codebox-scroll-width: 4px;
|
|
679
676
|
--wui-markdown-codebox-scroll-bgcolor-out: rgb(from #353a40 r g b / 40%);
|
|
680
677
|
--wui-markdown-codebox-scroll-bgcolor-over: rgb(from #353a40 r g b / 70%);
|
|
681
678
|
--wui-markdown-codebox-textcolor: #2d3a47;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @file wuiplugin-themes-0.
|
|
3
|
-
* @version 0.
|
|
2
|
+
* @file wuiplugin-themes-0.9.css
|
|
3
|
+
* @version 0.9
|
|
4
4
|
* @author Sergio E. Belmar V. (wuijs.project@gmail.com)
|
|
5
5
|
* @copyright Sergio E. Belmar V. (wuijs.project@gmail.com)
|
|
6
6
|
*/
|
|
@@ -314,8 +314,8 @@
|
|
|
314
314
|
--wui-form-mobile-field-bordercolor: rgb(from var(--wuiplugin-theme-utilitycolor-hightlight) r g b / 10%);
|
|
315
315
|
--wui-form-mobile-label-textcolor: var(--wuiplugin-theme-graycolor-low);
|
|
316
316
|
--wui-form-mobile-input-height: 34px;
|
|
317
|
+
--wui-form-mobile-input-borderradius: 17px;
|
|
317
318
|
--wui-form-mobile-input-bgcolor: rgb(from var(--wuiplugin-theme-utilitycolor-hightlight) r g b / 4%);
|
|
318
|
-
--wui-form-mobile-input-borderradius: var(--wuiplugin-theme-borderradius-half);
|
|
319
319
|
|
|
320
320
|
/* wui-selectpicker */
|
|
321
321
|
|
|
@@ -604,7 +604,6 @@
|
|
|
604
604
|
--wui-codebox-borderradius: 5px;
|
|
605
605
|
--wui-codebox-bordercolor: var(--wuiplugin-theme-bordercolor-high);
|
|
606
606
|
--wui-codebox-bgcolor: var(--wuiplugin-theme-bgcolor-over);
|
|
607
|
-
--wui-codebox-scroll-width: 4px;
|
|
608
607
|
--wui-codebox-scroll-bgcolor-out: rgb(from var(--wuiplugin-theme-bgcolor-scroll) r g b / 40%);
|
|
609
608
|
--wui-codebox-scroll-bgcolor-over: rgb(from var(--wuiplugin-theme-bgcolor-scroll) r g b / 70%);
|
|
610
609
|
--wui-codebox-copyicon-src: none;
|
|
@@ -640,7 +639,6 @@
|
|
|
640
639
|
--wui-markdown-table-valign: center;
|
|
641
640
|
--wui-markdown-table-borderradius: 10px;
|
|
642
641
|
--wui-markdown-table-bordercolor: var(--wuiplugin-theme-bordercolor-high);
|
|
643
|
-
--wui-markdown-table-scroll-width: 4px;
|
|
644
642
|
--wui-markdown-table-scroll-bgcolor-out: rgb(from var(--wuiplugin-theme-bgcolor-scroll) r g b / 40%);
|
|
645
643
|
--wui-markdown-table-scroll-bgcolor-over: rgb(from var(--wuiplugin-theme-bgcolor-scroll) r g b / 70%);
|
|
646
644
|
--wui-markdown-table-header-bordercolor: var(--wuiplugin-theme-graycolor-high);
|
|
@@ -673,7 +671,6 @@
|
|
|
673
671
|
--wui-markdown-codebox-borderradius: 5px;
|
|
674
672
|
--wui-markdown-codebox-bordercolor: var(--wuiplugin-theme-bordercolor-high);
|
|
675
673
|
--wui-markdown-codebox-bgcolor: var(--wuiplugin-theme-bgcolor-over);
|
|
676
|
-
--wui-markdown-codebox-scroll-width: 4px;
|
|
677
674
|
--wui-markdown-codebox-scroll-bgcolor-out: rgb(from var(--wuiplugin-theme-bgcolor-scroll) r g b / 40%);
|
|
678
675
|
--wui-markdown-codebox-scroll-bgcolor-over: rgb(from var(--wuiplugin-theme-bgcolor-scroll) r g b / 70%);
|
|
679
676
|
--wui-markdown-codebox-textcolor: var(--wuiplugin-theme-textcolor-active);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @file wuiplugin-themes-0.
|
|
2
|
+
* @file wuiplugin-themes-0.9.js
|
|
3
3
|
* @class WUIPluginThemes
|
|
4
|
-
* @version 0.
|
|
4
|
+
* @version 0.9
|
|
5
5
|
* @author Sergio E. Belmar V. (wuijs.project@gmail.com)
|
|
6
6
|
* @copyright Sergio E. Belmar V. (wuijs.project@gmail.com)
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
class WUIPluginThemes {
|
|
10
10
|
|
|
11
|
-
static version = "0.
|
|
11
|
+
static version = "0.9";
|
|
12
12
|
|
|
13
13
|
getScheme() {
|
|
14
14
|
return getComputedStyle(document.documentElement).getPropertyValue("color-scheme").trim();
|