@wui-js/plugins 0.8.0 → 0.9.1
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
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| | |
|
|
8
8
|
| -------------------- | ----------- |
|
|
9
9
|
| **Library name** | `wuijs-plugins-lib` |
|
|
10
|
-
| **Library version** | `0.
|
|
10
|
+
| **Library version** | `0.9.1` ([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.9.1",
|
|
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.",
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
--wui-markdown-hline-width: 1px;
|
|
641
641
|
--wui-markdown-hline-color: #4b5563;
|
|
642
642
|
--wui-markdown-table-valign: center;
|
|
643
|
-
--wui-markdown-table-borderradius:
|
|
643
|
+
--wui-markdown-table-borderradius: 10px;
|
|
644
644
|
--wui-markdown-table-bordercolor: #4b5563;
|
|
645
645
|
--wui-markdown-table-scroll-width: 4px;
|
|
646
646
|
--wui-markdown-table-scroll-bgcolor-out: rgb(from #9fa8b6 r g b / 40%);
|
|
@@ -657,6 +657,7 @@
|
|
|
657
657
|
--wui-markdown-blockquote-bordercolor: transparent;
|
|
658
658
|
--wui-markdown-blockquote-bgcolor: transparent;
|
|
659
659
|
--wui-markdown-blockquote-padding: 10px;
|
|
660
|
+
--wui-markdown-blockquote-default-altcolor: #4b5563;
|
|
660
661
|
--wui-markdown-blockquote-note-altcolor: #1e90ff;
|
|
661
662
|
--wui-markdown-blockquote-noteicon-src: none;
|
|
662
663
|
--wui-markdown-blockquote-tip-altcolor: mediumaquamarine;
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
--wui-markdown-hline-width: 1px;
|
|
641
641
|
--wui-markdown-hline-color: #d5dce3;
|
|
642
642
|
--wui-markdown-table-valign: center;
|
|
643
|
-
--wui-markdown-table-borderradius:
|
|
643
|
+
--wui-markdown-table-borderradius: 10px;
|
|
644
644
|
--wui-markdown-table-bordercolor: #d5dce3;
|
|
645
645
|
--wui-markdown-table-scroll-width: 4px;
|
|
646
646
|
--wui-markdown-table-scroll-bgcolor-out: rgb(from #353a40 r g b / 40%);
|
|
@@ -657,6 +657,7 @@
|
|
|
657
657
|
--wui-markdown-blockquote-bordercolor: transparent;
|
|
658
658
|
--wui-markdown-blockquote-bgcolor: transparent;
|
|
659
659
|
--wui-markdown-blockquote-padding: 10px;
|
|
660
|
+
--wui-markdown-blockquote-default-altcolor: #d5dce3;
|
|
660
661
|
--wui-markdown-blockquote-note-altcolor: #1e90ff;
|
|
661
662
|
--wui-markdown-blockquote-noteicon-src: none;
|
|
662
663
|
--wui-markdown-blockquote-tip-altcolor: mediumaquamarine;
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
--wui-markdown-hline-width: 1px;
|
|
639
639
|
--wui-markdown-hline-color: var(--wuiplugin-theme-bordercolor-high);
|
|
640
640
|
--wui-markdown-table-valign: center;
|
|
641
|
-
--wui-markdown-table-borderradius:
|
|
641
|
+
--wui-markdown-table-borderradius: 10px;
|
|
642
642
|
--wui-markdown-table-bordercolor: var(--wuiplugin-theme-bordercolor-high);
|
|
643
643
|
--wui-markdown-table-scroll-width: 4px;
|
|
644
644
|
--wui-markdown-table-scroll-bgcolor-out: rgb(from var(--wuiplugin-theme-bgcolor-scroll) r g b / 40%);
|
|
@@ -655,6 +655,7 @@
|
|
|
655
655
|
--wui-markdown-blockquote-bordercolor: transparent;
|
|
656
656
|
--wui-markdown-blockquote-bgcolor: transparent;
|
|
657
657
|
--wui-markdown-blockquote-padding: 10px;
|
|
658
|
+
--wui-markdown-blockquote-default-altcolor: var(--wuiplugin-theme-bordercolor-high);
|
|
658
659
|
--wui-markdown-blockquote-note-altcolor: var(--wuiplugin-theme-utilitycolor-hightlight);
|
|
659
660
|
--wui-markdown-blockquote-noteicon-src: none;
|
|
660
661
|
--wui-markdown-blockquote-tip-altcolor: var(--wuiplugin-theme-intencitycolor-low);
|