@ulu/frontend 0.6.24 → 0.6.25
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/dist/mcp-data.json +20 -20
- package/lib/scss/components/_wysiwyg.scss +5 -3
- package/package.json +1 -1
package/dist/mcp-data.json
CHANGED
|
@@ -15924,8 +15924,8 @@
|
|
|
15924
15924
|
"name": "set",
|
|
15925
15925
|
"code": "\n $config: map.merge($config, $changes) !global;\n",
|
|
15926
15926
|
"line": {
|
|
15927
|
-
"start":
|
|
15928
|
-
"end":
|
|
15927
|
+
"start": 43,
|
|
15928
|
+
"end": 45
|
|
15929
15929
|
}
|
|
15930
15930
|
}
|
|
15931
15931
|
},
|
|
@@ -15936,8 +15936,8 @@
|
|
|
15936
15936
|
"name": "set",
|
|
15937
15937
|
"code": "\n $config: map.merge($config, $changes) !global;\n",
|
|
15938
15938
|
"line": {
|
|
15939
|
-
"start":
|
|
15940
|
-
"end":
|
|
15939
|
+
"start": 43,
|
|
15940
|
+
"end": 45
|
|
15941
15941
|
}
|
|
15942
15942
|
}
|
|
15943
15943
|
},
|
|
@@ -15948,8 +15948,8 @@
|
|
|
15948
15948
|
"name": "get",
|
|
15949
15949
|
"code": "\n @return utils.require-map-get($config, $name, \"component-wysiwyg [config]\");\n",
|
|
15950
15950
|
"line": {
|
|
15951
|
-
"start":
|
|
15952
|
-
"end":
|
|
15951
|
+
"start": 52,
|
|
15952
|
+
"end": 54
|
|
15953
15953
|
}
|
|
15954
15954
|
}
|
|
15955
15955
|
}
|
|
@@ -55849,11 +55849,11 @@
|
|
|
55849
55849
|
"context": {
|
|
55850
55850
|
"type": "variable",
|
|
55851
55851
|
"name": "config",
|
|
55852
|
-
"value": "(\n \"exclude-selector\" : \".wysiwyg__exclude\",\n \"img-excluded-selectors\" : (),\n \"ul-excluded-selectors\" : (\".list-lines\",),\n \"link-excluded-selectors\" : (\"[class]\",),\n \"headline-sizes\" : (\n \"h2\" : \"h2\",\n \"h3\" : \"h3\",\n \"h4\" : \"h4\",\n \"h5\" : \"h5\",\n \"h6\" : \"h6\",\n )\n)",
|
|
55852
|
+
"value": "(\n \"exclude-selector\" : \".wysiwyg__exclude\",\n \"img-excluded-selectors\" : (),\n \"ul-excluded-selectors\" : (\".list-lines\",),\n \"link-excluded-selectors\" : (\"[class]\",),\n \"headline-sizes\" : (\n \"h2\" : \"h2\",\n \"h3\" : \"h3\",\n \"h4\" : \"h4\",\n \"h5\" : \"h5\",\n \"h6\" : \"h6\",\n ),\n \"unordered-list-marker-color\" : \"bullet\",\n \"ordered-list-marker-color\" : inherit,\n)",
|
|
55853
55853
|
"scope": "default",
|
|
55854
55854
|
"line": {
|
|
55855
55855
|
"start": 22,
|
|
55856
|
-
"end":
|
|
55856
|
+
"end": 36
|
|
55857
55857
|
}
|
|
55858
55858
|
},
|
|
55859
55859
|
"type": "Map",
|
|
@@ -55905,16 +55905,16 @@
|
|
|
55905
55905
|
"path": "/sass/components/wysiwyg/#mixin-set",
|
|
55906
55906
|
"description": "Change modules $config\n",
|
|
55907
55907
|
"commentRange": {
|
|
55908
|
-
"start":
|
|
55909
|
-
"end":
|
|
55908
|
+
"start": 38,
|
|
55909
|
+
"end": 41
|
|
55910
55910
|
},
|
|
55911
55911
|
"context": {
|
|
55912
55912
|
"type": "mixin",
|
|
55913
55913
|
"name": "set",
|
|
55914
55914
|
"code": "\n $config: map.merge($config, $changes) !global;\n",
|
|
55915
55915
|
"line": {
|
|
55916
|
-
"start":
|
|
55917
|
-
"end":
|
|
55916
|
+
"start": 43,
|
|
55917
|
+
"end": 45
|
|
55918
55918
|
}
|
|
55919
55919
|
},
|
|
55920
55920
|
"parameter": [
|
|
@@ -55956,16 +55956,16 @@
|
|
|
55956
55956
|
"path": "/sass/components/wysiwyg/#function-get",
|
|
55957
55957
|
"description": "Get a config option\n",
|
|
55958
55958
|
"commentRange": {
|
|
55959
|
-
"start":
|
|
55960
|
-
"end":
|
|
55959
|
+
"start": 47,
|
|
55960
|
+
"end": 50
|
|
55961
55961
|
},
|
|
55962
55962
|
"context": {
|
|
55963
55963
|
"type": "function",
|
|
55964
55964
|
"name": "get",
|
|
55965
55965
|
"code": "\n @return utils.require-map-get($config, $name, \"component-wysiwyg [config]\");\n",
|
|
55966
55966
|
"line": {
|
|
55967
|
-
"start":
|
|
55968
|
-
"end":
|
|
55967
|
+
"start": 52,
|
|
55968
|
+
"end": 54
|
|
55969
55969
|
}
|
|
55970
55970
|
},
|
|
55971
55971
|
"parameter": [
|
|
@@ -56003,16 +56003,16 @@
|
|
|
56003
56003
|
"path": "/sass/components/wysiwyg/#mixin-styles",
|
|
56004
56004
|
"description": "Output component stylesheet\n- Note this is setup so that it can be used for separate stylesheets (ie. tinyMCE or ckeditor)\n",
|
|
56005
56005
|
"commentRange": {
|
|
56006
|
-
"start":
|
|
56007
|
-
"end":
|
|
56006
|
+
"start": 56,
|
|
56007
|
+
"end": 62
|
|
56008
56008
|
},
|
|
56009
56009
|
"context": {
|
|
56010
56010
|
"type": "mixin",
|
|
56011
56011
|
"name": "styles",
|
|
56012
56012
|
"code": "\n @if ($in-selector) {\n .wysiwyg {\n @include _styles;\n }\n } @else {\n @include _styles;\n }\n",
|
|
56013
56013
|
"line": {
|
|
56014
|
-
"start":
|
|
56015
|
-
"end":
|
|
56014
|
+
"start": 64,
|
|
56015
|
+
"end": 72
|
|
56016
56016
|
}
|
|
56017
56017
|
},
|
|
56018
56018
|
"parameter": [
|
|
@@ -30,7 +30,9 @@ $config: (
|
|
|
30
30
|
"h4" : "h4",
|
|
31
31
|
"h5" : "h5",
|
|
32
32
|
"h6" : "h6",
|
|
33
|
-
)
|
|
33
|
+
),
|
|
34
|
+
"unordered-list-marker-color" : "bullet",
|
|
35
|
+
"ordered-list-marker-color" : inherit,
|
|
34
36
|
) !default;
|
|
35
37
|
|
|
36
38
|
/// Change modules $config
|
|
@@ -80,11 +82,11 @@ $config: (
|
|
|
80
82
|
@include element.link($visited: true, $active: true);
|
|
81
83
|
}
|
|
82
84
|
ul:not(#{ $ul-excludes }) {
|
|
83
|
-
@include element.styles-unordered-list();
|
|
85
|
+
@include element.styles-unordered-list(get("unordered-list-marker-color"));
|
|
84
86
|
margin-bottom: element.get("margin");
|
|
85
87
|
}
|
|
86
88
|
ol:not(#{ $exclude-selector }) {
|
|
87
|
-
@include element.styles-ordered-list(
|
|
89
|
+
@include element.styles-ordered-list(get("ordered-list-marker-color"));
|
|
88
90
|
margin-bottom: element.get("margin");
|
|
89
91
|
}
|
|
90
92
|
// ul,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ulu/frontend",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.25",
|
|
4
4
|
"description": "A framework-agnostic frontend toolkit providing a modular, tree-shakable library of accessible components and utilities. Designed for seamless integration, it features a highly configurable SCSS system for any environment and vanilla JavaScript modules optimized for traditional websites and content management systems.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|