@ulu/frontend 0.1.0-beta.113 → 0.1.0-beta.115
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/CHANGELOG.md +9 -0
- package/dist/ulu-frontend.min.css +1 -1
- package/docs-dev/changelog/index.html +24 -1
- package/docs-dev/demos/card/index.html +16 -16
- package/docs-dev/demos/data-table/index.html +100 -100
- package/docs-dev/demos/progress-circle/index.html +44 -44
- package/docs-dev/sass/components/menu-stack/index.html +50 -15
- package/docs-dev/sass/helpers/utilities/index.html +1 -1
- package/package.json +1 -1
- package/scss/components/_accordion.scss +2 -2
- package/scss/helpers/_utilities.scss +6 -0
|
@@ -5788,11 +5788,11 @@
|
|
|
5788
5788
|
<strong class="hidden-visually">Course Progress</strong>
|
|
5789
5789
|
<div class="progress-circle__chart">
|
|
5790
5790
|
<style type="text/css">
|
|
5791
|
-
#ulu-progress-circle-pie-
|
|
5792
|
-
animation-name: ulu-progress-circle-pie-
|
|
5791
|
+
#ulu-progress-circle-pie-12 {
|
|
5792
|
+
animation-name: ulu-progress-circle-pie-12;
|
|
5793
5793
|
animation-fill-mode: forwards;
|
|
5794
5794
|
}
|
|
5795
|
-
@keyframes ulu-progress-circle-pie-
|
|
5795
|
+
@keyframes ulu-progress-circle-pie-12 {
|
|
5796
5796
|
from {
|
|
5797
5797
|
stroke-dasharray: 0 100;
|
|
5798
5798
|
}
|
|
@@ -5803,7 +5803,7 @@
|
|
|
5803
5803
|
</style>
|
|
5804
5804
|
<svg class="progress-circle__chart-svg" viewBox="0 0 32 32">
|
|
5805
5805
|
<circle class="progress-circle__chart-track" r="16" cx="16" cy="16"></circle>
|
|
5806
|
-
<circle id="ulu-progress-circle-pie-
|
|
5806
|
+
<circle id="ulu-progress-circle-pie-12" class="progress-circle__chart-pie" r="16" cx="16" cy="16"></circle>
|
|
5807
5807
|
<circle class="progress-circle__chart-mask" cx="16" cy="16"></circle>
|
|
5808
5808
|
</svg>
|
|
5809
5809
|
<strong class="progress-circle__chart-value">65%</strong>
|
|
@@ -5819,11 +5819,11 @@
|
|
|
5819
5819
|
<strong class="hidden-visually">Course Progress</strong>
|
|
5820
5820
|
<div class="progress-circle__chart">
|
|
5821
5821
|
<style type="text/css">
|
|
5822
|
-
#ulu-progress-circle-pie-
|
|
5823
|
-
animation-name: ulu-progress-circle-pie-
|
|
5822
|
+
#ulu-progress-circle-pie-13 {
|
|
5823
|
+
animation-name: ulu-progress-circle-pie-13;
|
|
5824
5824
|
animation-fill-mode: forwards;
|
|
5825
5825
|
}
|
|
5826
|
-
@keyframes ulu-progress-circle-pie-
|
|
5826
|
+
@keyframes ulu-progress-circle-pie-13 {
|
|
5827
5827
|
from {
|
|
5828
5828
|
stroke-dasharray: 0 100;
|
|
5829
5829
|
}
|
|
@@ -5834,7 +5834,7 @@
|
|
|
5834
5834
|
</style>
|
|
5835
5835
|
<svg class="progress-circle__chart-svg" viewBox="0 0 32 32">
|
|
5836
5836
|
<circle class="progress-circle__chart-track" r="16" cx="16" cy="16"></circle>
|
|
5837
|
-
<circle id="ulu-progress-circle-pie-
|
|
5837
|
+
<circle id="ulu-progress-circle-pie-13" class="progress-circle__chart-pie" r="16" cx="16" cy="16"></circle>
|
|
5838
5838
|
<circle class="progress-circle__chart-mask" cx="16" cy="16"></circle>
|
|
5839
5839
|
</svg>
|
|
5840
5840
|
|
|
@@ -5850,11 +5850,11 @@
|
|
|
5850
5850
|
<strong class="hidden-visually">Course Progress</strong>
|
|
5851
5851
|
<div class="progress-circle__chart">
|
|
5852
5852
|
<style type="text/css">
|
|
5853
|
-
#ulu-progress-circle-pie-
|
|
5854
|
-
animation-name: ulu-progress-circle-pie-
|
|
5853
|
+
#ulu-progress-circle-pie-14 {
|
|
5854
|
+
animation-name: ulu-progress-circle-pie-14;
|
|
5855
5855
|
animation-fill-mode: forwards;
|
|
5856
5856
|
}
|
|
5857
|
-
@keyframes ulu-progress-circle-pie-
|
|
5857
|
+
@keyframes ulu-progress-circle-pie-14 {
|
|
5858
5858
|
from {
|
|
5859
5859
|
stroke-dasharray: 0 100;
|
|
5860
5860
|
}
|
|
@@ -5865,7 +5865,7 @@
|
|
|
5865
5865
|
</style>
|
|
5866
5866
|
<svg class="progress-circle__chart-svg" viewBox="0 0 32 32">
|
|
5867
5867
|
<circle class="progress-circle__chart-track" r="16" cx="16" cy="16"></circle>
|
|
5868
|
-
<circle id="ulu-progress-circle-pie-
|
|
5868
|
+
<circle id="ulu-progress-circle-pie-14" class="progress-circle__chart-pie" r="16" cx="16" cy="16"></circle>
|
|
5869
5869
|
<circle class="progress-circle__chart-mask" cx="16" cy="16"></circle>
|
|
5870
5870
|
</svg>
|
|
5871
5871
|
|
|
@@ -5881,11 +5881,11 @@
|
|
|
5881
5881
|
<strong class="hidden-visually">Course Progress</strong>
|
|
5882
5882
|
<div class="progress-circle__chart">
|
|
5883
5883
|
<style type="text/css">
|
|
5884
|
-
#ulu-progress-circle-pie-
|
|
5885
|
-
animation-name: ulu-progress-circle-pie-
|
|
5884
|
+
#ulu-progress-circle-pie-15 {
|
|
5885
|
+
animation-name: ulu-progress-circle-pie-15;
|
|
5886
5886
|
animation-fill-mode: forwards;
|
|
5887
5887
|
}
|
|
5888
|
-
@keyframes ulu-progress-circle-pie-
|
|
5888
|
+
@keyframes ulu-progress-circle-pie-15 {
|
|
5889
5889
|
from {
|
|
5890
5890
|
stroke-dasharray: 0 100;
|
|
5891
5891
|
}
|
|
@@ -5896,7 +5896,7 @@
|
|
|
5896
5896
|
</style>
|
|
5897
5897
|
<svg class="progress-circle__chart-svg" viewBox="0 0 32 32">
|
|
5898
5898
|
<circle class="progress-circle__chart-track" r="16" cx="16" cy="16"></circle>
|
|
5899
|
-
<circle id="ulu-progress-circle-pie-
|
|
5899
|
+
<circle id="ulu-progress-circle-pie-15" class="progress-circle__chart-pie" r="16" cx="16" cy="16"></circle>
|
|
5900
5900
|
<circle class="progress-circle__chart-mask" cx="16" cy="16"></circle>
|
|
5901
5901
|
</svg>
|
|
5902
5902
|
|
|
@@ -5912,11 +5912,11 @@
|
|
|
5912
5912
|
<strong class="hidden-visually">Course Progress</strong>
|
|
5913
5913
|
<div class="progress-circle__chart">
|
|
5914
5914
|
<style type="text/css">
|
|
5915
|
-
#ulu-progress-circle-pie-
|
|
5916
|
-
animation-name: ulu-progress-circle-pie-
|
|
5915
|
+
#ulu-progress-circle-pie-16 {
|
|
5916
|
+
animation-name: ulu-progress-circle-pie-16;
|
|
5917
5917
|
animation-fill-mode: forwards;
|
|
5918
5918
|
}
|
|
5919
|
-
@keyframes ulu-progress-circle-pie-
|
|
5919
|
+
@keyframes ulu-progress-circle-pie-16 {
|
|
5920
5920
|
from {
|
|
5921
5921
|
stroke-dasharray: 0 100;
|
|
5922
5922
|
}
|
|
@@ -5927,7 +5927,7 @@
|
|
|
5927
5927
|
</style>
|
|
5928
5928
|
<svg class="progress-circle__chart-svg" viewBox="0 0 32 32">
|
|
5929
5929
|
<circle class="progress-circle__chart-track" r="16" cx="16" cy="16"></circle>
|
|
5930
|
-
<circle id="ulu-progress-circle-pie-
|
|
5930
|
+
<circle id="ulu-progress-circle-pie-16" class="progress-circle__chart-pie" r="16" cx="16" cy="16"></circle>
|
|
5931
5931
|
<circle class="progress-circle__chart-mask" cx="16" cy="16"></circle>
|
|
5932
5932
|
</svg>
|
|
5933
5933
|
<strong class="progress-circle__chart-value">65%</strong>
|
|
@@ -5943,11 +5943,11 @@
|
|
|
5943
5943
|
<strong class="hidden-visually">Course Progress</strong>
|
|
5944
5944
|
<div class="progress-circle__chart">
|
|
5945
5945
|
<style type="text/css">
|
|
5946
|
-
#ulu-progress-circle-pie-
|
|
5947
|
-
animation-name: ulu-progress-circle-pie-
|
|
5946
|
+
#ulu-progress-circle-pie-17 {
|
|
5947
|
+
animation-name: ulu-progress-circle-pie-17;
|
|
5948
5948
|
animation-fill-mode: forwards;
|
|
5949
5949
|
}
|
|
5950
|
-
@keyframes ulu-progress-circle-pie-
|
|
5950
|
+
@keyframes ulu-progress-circle-pie-17 {
|
|
5951
5951
|
from {
|
|
5952
5952
|
stroke-dasharray: 0 100;
|
|
5953
5953
|
}
|
|
@@ -5958,7 +5958,7 @@
|
|
|
5958
5958
|
</style>
|
|
5959
5959
|
<svg class="progress-circle__chart-svg" viewBox="0 0 32 32">
|
|
5960
5960
|
<circle class="progress-circle__chart-track" r="16" cx="16" cy="16"></circle>
|
|
5961
|
-
<circle id="ulu-progress-circle-pie-
|
|
5961
|
+
<circle id="ulu-progress-circle-pie-17" class="progress-circle__chart-pie" r="16" cx="16" cy="16"></circle>
|
|
5962
5962
|
<circle class="progress-circle__chart-mask" cx="16" cy="16"></circle>
|
|
5963
5963
|
</svg>
|
|
5964
5964
|
<strong class="progress-circle__chart-value">65%</strong>
|
|
@@ -5974,11 +5974,11 @@
|
|
|
5974
5974
|
<strong class="hidden-visually">Course Progress</strong>
|
|
5975
5975
|
<div class="progress-circle__chart">
|
|
5976
5976
|
<style type="text/css">
|
|
5977
|
-
#ulu-progress-circle-pie-
|
|
5978
|
-
animation-name: ulu-progress-circle-pie-
|
|
5977
|
+
#ulu-progress-circle-pie-18 {
|
|
5978
|
+
animation-name: ulu-progress-circle-pie-18;
|
|
5979
5979
|
animation-fill-mode: forwards;
|
|
5980
5980
|
}
|
|
5981
|
-
@keyframes ulu-progress-circle-pie-
|
|
5981
|
+
@keyframes ulu-progress-circle-pie-18 {
|
|
5982
5982
|
from {
|
|
5983
5983
|
stroke-dasharray: 0 100;
|
|
5984
5984
|
}
|
|
@@ -5989,7 +5989,7 @@
|
|
|
5989
5989
|
</style>
|
|
5990
5990
|
<svg class="progress-circle__chart-svg" viewBox="0 0 32 32">
|
|
5991
5991
|
<circle class="progress-circle__chart-track" r="16" cx="16" cy="16"></circle>
|
|
5992
|
-
<circle id="ulu-progress-circle-pie-
|
|
5992
|
+
<circle id="ulu-progress-circle-pie-18" class="progress-circle__chart-pie" r="16" cx="16" cy="16"></circle>
|
|
5993
5993
|
<circle class="progress-circle__chart-mask" cx="16" cy="16"></circle>
|
|
5994
5994
|
</svg>
|
|
5995
5995
|
|
|
@@ -6005,11 +6005,11 @@
|
|
|
6005
6005
|
<strong class="hidden-visually">Course Progress</strong>
|
|
6006
6006
|
<div class="progress-circle__chart">
|
|
6007
6007
|
<style type="text/css">
|
|
6008
|
-
#ulu-progress-circle-pie-
|
|
6009
|
-
animation-name: ulu-progress-circle-pie-
|
|
6008
|
+
#ulu-progress-circle-pie-19 {
|
|
6009
|
+
animation-name: ulu-progress-circle-pie-19;
|
|
6010
6010
|
animation-fill-mode: forwards;
|
|
6011
6011
|
}
|
|
6012
|
-
@keyframes ulu-progress-circle-pie-
|
|
6012
|
+
@keyframes ulu-progress-circle-pie-19 {
|
|
6013
6013
|
from {
|
|
6014
6014
|
stroke-dasharray: 0 100;
|
|
6015
6015
|
}
|
|
@@ -6020,7 +6020,7 @@
|
|
|
6020
6020
|
</style>
|
|
6021
6021
|
<svg class="progress-circle__chart-svg" viewBox="0 0 32 32">
|
|
6022
6022
|
<circle class="progress-circle__chart-track" r="16" cx="16" cy="16"></circle>
|
|
6023
|
-
<circle id="ulu-progress-circle-pie-
|
|
6023
|
+
<circle id="ulu-progress-circle-pie-19" class="progress-circle__chart-pie" r="16" cx="16" cy="16"></circle>
|
|
6024
6024
|
<circle class="progress-circle__chart-mask" cx="16" cy="16"></circle>
|
|
6025
6025
|
</svg>
|
|
6026
6026
|
|
|
@@ -6038,11 +6038,11 @@
|
|
|
6038
6038
|
<strong class="hidden-visually">Course Progress</strong>
|
|
6039
6039
|
<div class="progress-circle__chart">
|
|
6040
6040
|
<style type="text/css">
|
|
6041
|
-
#ulu-progress-circle-pie-
|
|
6042
|
-
animation-name: ulu-progress-circle-pie-
|
|
6041
|
+
#ulu-progress-circle-pie-20 {
|
|
6042
|
+
animation-name: ulu-progress-circle-pie-20;
|
|
6043
6043
|
animation-fill-mode: forwards;
|
|
6044
6044
|
}
|
|
6045
|
-
@keyframes ulu-progress-circle-pie-
|
|
6045
|
+
@keyframes ulu-progress-circle-pie-20 {
|
|
6046
6046
|
from {
|
|
6047
6047
|
stroke-dasharray: 0 100;
|
|
6048
6048
|
}
|
|
@@ -6053,7 +6053,7 @@
|
|
|
6053
6053
|
</style>
|
|
6054
6054
|
<svg class="progress-circle__chart-svg" viewBox="0 0 32 32">
|
|
6055
6055
|
<circle class="progress-circle__chart-track" r="16" cx="16" cy="16"></circle>
|
|
6056
|
-
<circle id="ulu-progress-circle-pie-
|
|
6056
|
+
<circle id="ulu-progress-circle-pie-20" class="progress-circle__chart-pie" r="16" cx="16" cy="16"></circle>
|
|
6057
6057
|
<circle class="progress-circle__chart-mask" cx="16" cy="16"></circle>
|
|
6058
6058
|
</svg>
|
|
6059
6059
|
<strong class="progress-circle__chart-value">25%</strong>
|
|
@@ -6068,11 +6068,11 @@
|
|
|
6068
6068
|
<strong class="hidden-visually">Course Progress</strong>
|
|
6069
6069
|
<div class="progress-circle__chart">
|
|
6070
6070
|
<style type="text/css">
|
|
6071
|
-
#ulu-progress-circle-pie-
|
|
6072
|
-
animation-name: ulu-progress-circle-pie-
|
|
6071
|
+
#ulu-progress-circle-pie-21 {
|
|
6072
|
+
animation-name: ulu-progress-circle-pie-21;
|
|
6073
6073
|
animation-fill-mode: forwards;
|
|
6074
6074
|
}
|
|
6075
|
-
@keyframes ulu-progress-circle-pie-
|
|
6075
|
+
@keyframes ulu-progress-circle-pie-21 {
|
|
6076
6076
|
from {
|
|
6077
6077
|
stroke-dasharray: 0 100;
|
|
6078
6078
|
}
|
|
@@ -6083,7 +6083,7 @@
|
|
|
6083
6083
|
</style>
|
|
6084
6084
|
<svg class="progress-circle__chart-svg" viewBox="0 0 32 32">
|
|
6085
6085
|
<circle class="progress-circle__chart-track" r="16" cx="16" cy="16"></circle>
|
|
6086
|
-
<circle id="ulu-progress-circle-pie-
|
|
6086
|
+
<circle id="ulu-progress-circle-pie-21" class="progress-circle__chart-pie" r="16" cx="16" cy="16"></circle>
|
|
6087
6087
|
<circle class="progress-circle__chart-mask" cx="16" cy="16"></circle>
|
|
6088
6088
|
</svg>
|
|
6089
6089
|
<strong class="progress-circle__chart-value">75%</strong>
|
|
@@ -6098,11 +6098,11 @@
|
|
|
6098
6098
|
<strong class="hidden-visually">Course Progress</strong>
|
|
6099
6099
|
<div class="progress-circle__chart">
|
|
6100
6100
|
<style type="text/css">
|
|
6101
|
-
#ulu-progress-circle-pie-
|
|
6102
|
-
animation-name: ulu-progress-circle-pie-
|
|
6101
|
+
#ulu-progress-circle-pie-22 {
|
|
6102
|
+
animation-name: ulu-progress-circle-pie-22;
|
|
6103
6103
|
animation-fill-mode: forwards;
|
|
6104
6104
|
}
|
|
6105
|
-
@keyframes ulu-progress-circle-pie-
|
|
6105
|
+
@keyframes ulu-progress-circle-pie-22 {
|
|
6106
6106
|
from {
|
|
6107
6107
|
stroke-dasharray: 0 100;
|
|
6108
6108
|
}
|
|
@@ -6113,7 +6113,7 @@
|
|
|
6113
6113
|
</style>
|
|
6114
6114
|
<svg class="progress-circle__chart-svg" viewBox="0 0 32 32">
|
|
6115
6115
|
<circle class="progress-circle__chart-track" r="16" cx="16" cy="16"></circle>
|
|
6116
|
-
<circle id="ulu-progress-circle-pie-
|
|
6116
|
+
<circle id="ulu-progress-circle-pie-22" class="progress-circle__chart-pie" r="16" cx="16" cy="16"></circle>
|
|
6117
6117
|
<circle class="progress-circle__chart-mask" cx="16" cy="16"></circle>
|
|
6118
6118
|
</svg>
|
|
6119
6119
|
<strong class="progress-circle__chart-value">100%</strong>
|
|
@@ -5818,7 +5818,6 @@
|
|
|
5818
5818
|
</div>
|
|
5819
5819
|
<p>Module Settings</p>
|
|
5820
5820
|
<pre class="language-scss"><code class="language-scss"><span class="pjs-token pjs-property"><span class="pjs-token pjs-variable">$config</span></span><span class="pjs-token pjs-punctuation">:</span> <span class="pjs-token pjs-punctuation">(</span>
|
|
5821
|
-
<span class="pjs-token pjs-string">"selectable-input-width"</span> <span class="pjs-token pjs-punctuation">:</span> 3em<span class="pjs-token pjs-punctuation">,</span>
|
|
5822
5821
|
<span class="pjs-token pjs-string">"nested-indent"</span> <span class="pjs-token pjs-punctuation">:</span> 0.5em<span class="pjs-token pjs-punctuation">,</span>
|
|
5823
5822
|
<span class="pjs-token pjs-string">"rule-style"</span> <span class="pjs-token pjs-punctuation">:</span> <span class="pjs-token pjs-string">"light"</span><span class="pjs-token pjs-punctuation">,</span>
|
|
5824
5823
|
<span class="pjs-token pjs-string">"rule-margin"</span> <span class="pjs-token pjs-punctuation">:</span> 0.5em<span class="pjs-token pjs-punctuation">,</span>
|
|
@@ -5847,6 +5846,12 @@
|
|
|
5847
5846
|
<span class="pjs-token pjs-string">"link-padding-y"</span><span class="pjs-token pjs-punctuation">:</span> 0.5em<span class="pjs-token pjs-punctuation">,</span>
|
|
5848
5847
|
<span class="pjs-token pjs-string">"compact-link-padding-x"</span><span class="pjs-token pjs-punctuation">:</span> 0.75em<span class="pjs-token pjs-punctuation">,</span>
|
|
5849
5848
|
<span class="pjs-token pjs-string">"compact-link-padding-y"</span><span class="pjs-token pjs-punctuation">:</span> 0.25em<span class="pjs-token pjs-punctuation">,</span>
|
|
5849
|
+
<span class="pjs-token pjs-string">"compact-selectable-input-width"</span><span class="pjs-token pjs-punctuation">:</span> 2.2em<span class="pjs-token pjs-punctuation">,</span>
|
|
5850
|
+
<span class="pjs-token pjs-string">"compact-selectable-input-top"</span> <span class="pjs-token pjs-punctuation">:</span> 0.5em<span class="pjs-token pjs-punctuation">,</span>
|
|
5851
|
+
<span class="pjs-token pjs-string">"compact-selectable-input-font-size"</span><span class="pjs-token pjs-punctuation">:</span> 0.8em<span class="pjs-token pjs-punctuation">,</span>
|
|
5852
|
+
<span class="pjs-token pjs-string">"selectable-input-width"</span> <span class="pjs-token pjs-punctuation">:</span> 3em<span class="pjs-token pjs-punctuation">,</span>
|
|
5853
|
+
<span class="pjs-token pjs-string">"selectable-input-top"</span> <span class="pjs-token pjs-punctuation">:</span> 0.73em<span class="pjs-token pjs-punctuation">,</span>
|
|
5854
|
+
<span class="pjs-token pjs-string">"selectable-input-font-size"</span> <span class="pjs-token pjs-punctuation">:</span> <span class="pjs-token pjs-null pjs-keyword">null</span>
|
|
5850
5855
|
<span class="pjs-token pjs-punctuation">)</span><span class="pjs-token pjs-punctuation">;</span></code></pre>
|
|
5851
5856
|
<details>
|
|
5852
5857
|
<summary>File Information</summary>
|
|
@@ -5854,8 +5859,8 @@
|
|
|
5854
5859
|
<li><strong>File:</strong> _menu-stack.scss</li>
|
|
5855
5860
|
<li><strong>Group:</strong> menu-stack</li>
|
|
5856
5861
|
<li><strong>Type:</strong> variable</li>
|
|
5857
|
-
<li><strong>Lines (comments):</strong> 33-
|
|
5858
|
-
<li><strong>Lines (code):</strong>
|
|
5862
|
+
<li><strong>Lines (comments):</strong> 33-68</li>
|
|
5863
|
+
<li><strong>Lines (code):</strong> 70-106</li>
|
|
5859
5864
|
</ul>
|
|
5860
5865
|
</details>
|
|
5861
5866
|
<h4 id="map-properties" tabindex="-1">Map Properties</h4>
|
|
@@ -5870,12 +5875,6 @@
|
|
|
5870
5875
|
</thead>
|
|
5871
5876
|
<tbody>
|
|
5872
5877
|
<tr>
|
|
5873
|
-
<td style="text-align:left">selectable-input-width</td>
|
|
5874
|
-
<td style="text-align:left">Dimension</td>
|
|
5875
|
-
<td style="text-align:left">3em</td>
|
|
5876
|
-
<td style="text-align:left">The width of the checkbox/radio input</td>
|
|
5877
|
-
</tr>
|
|
5878
|
-
<tr>
|
|
5879
5878
|
<td style="text-align:left">link-separated-margin</td>
|
|
5880
5879
|
<td style="text-align:left">Boolean</td>
|
|
5881
5880
|
<td style="text-align:left">false</td>
|
|
@@ -5924,6 +5923,24 @@
|
|
|
5924
5923
|
<td style="text-align:left">The links vertical padding when using the compact option.</td>
|
|
5925
5924
|
</tr>
|
|
5926
5925
|
<tr>
|
|
5926
|
+
<td style="text-align:left">compact-selectable-input-width</td>
|
|
5927
|
+
<td style="text-align:left">Dimension</td>
|
|
5928
|
+
<td style="text-align:left">2em</td>
|
|
5929
|
+
<td style="text-align:left">The width of the checkbox/radio input (when compact modifier)</td>
|
|
5930
|
+
</tr>
|
|
5931
|
+
<tr>
|
|
5932
|
+
<td style="text-align:left">compact-selectable-input-font-size</td>
|
|
5933
|
+
<td style="text-align:left">Dimension</td>
|
|
5934
|
+
<td style="text-align:left">null</td>
|
|
5935
|
+
<td style="text-align:left">Optional compact input font-size</td>
|
|
5936
|
+
</tr>
|
|
5937
|
+
<tr>
|
|
5938
|
+
<td style="text-align:left">compact-selectable-input-top</td>
|
|
5939
|
+
<td style="text-align:left">Dimension</td>
|
|
5940
|
+
<td style="text-align:left">null</td>
|
|
5941
|
+
<td style="text-align:left">Optional y/top for input</td>
|
|
5942
|
+
</tr>
|
|
5943
|
+
<tr>
|
|
5927
5944
|
<td style="text-align:left">label-color</td>
|
|
5928
5945
|
<td style="text-align:left">Color</td>
|
|
5929
5946
|
<td style="text-align:left">null</td>
|
|
@@ -6043,6 +6060,24 @@
|
|
|
6043
6060
|
<td style="text-align:left">0.35em</td>
|
|
6044
6061
|
<td style="text-align:left">Vertical padding for menu-stack toggle.</td>
|
|
6045
6062
|
</tr>
|
|
6063
|
+
<tr>
|
|
6064
|
+
<td style="text-align:left">selectable-input-width</td>
|
|
6065
|
+
<td style="text-align:left">Dimension</td>
|
|
6066
|
+
<td style="text-align:left">3em</td>
|
|
6067
|
+
<td style="text-align:left">The width of the checkbox/radio input</td>
|
|
6068
|
+
</tr>
|
|
6069
|
+
<tr>
|
|
6070
|
+
<td style="text-align:left">selectable-input-top</td>
|
|
6071
|
+
<td style="text-align:left">Dimension</td>
|
|
6072
|
+
<td style="text-align:left">0.73em</td>
|
|
6073
|
+
<td style="text-align:left">To fine tune the y/top value for absolutely positioned input, if you pass null/falsey it will use the padding which isn't always perfect since this is setup to not be centered when wrapping lines in label</td>
|
|
6074
|
+
</tr>
|
|
6075
|
+
<tr>
|
|
6076
|
+
<td style="text-align:left">selectable-input-font-size</td>
|
|
6077
|
+
<td style="text-align:left">Dimension</td>
|
|
6078
|
+
<td style="text-align:left">null</td>
|
|
6079
|
+
<td style="text-align:left">Optional to set a specific font-size on the input</td>
|
|
6080
|
+
</tr>
|
|
6046
6081
|
</tbody>
|
|
6047
6082
|
</table>
|
|
6048
6083
|
<h2 id="mixins" tabindex="-1">Mixins</h2>
|
|
@@ -6059,8 +6094,8 @@
|
|
|
6059
6094
|
<li><strong>File:</strong> _menu-stack.scss</li>
|
|
6060
6095
|
<li><strong>Group:</strong> menu-stack</li>
|
|
6061
6096
|
<li><strong>Type:</strong> mixin</li>
|
|
6062
|
-
<li><strong>Lines (comments):</strong>
|
|
6063
|
-
<li><strong>Lines (code):</strong>
|
|
6097
|
+
<li><strong>Lines (comments):</strong> 109-112</li>
|
|
6098
|
+
<li><strong>Lines (code):</strong> 114-116</li>
|
|
6064
6099
|
</ul>
|
|
6065
6100
|
</details>
|
|
6066
6101
|
<h4 id="examples" tabindex="-1">Examples</h4>
|
|
@@ -6099,8 +6134,8 @@
|
|
|
6099
6134
|
<li><strong>File:</strong> _menu-stack.scss</li>
|
|
6100
6135
|
<li><strong>Group:</strong> menu-stack</li>
|
|
6101
6136
|
<li><strong>Type:</strong> mixin</li>
|
|
6102
|
-
<li><strong>Lines (comments):</strong>
|
|
6103
|
-
<li><strong>Lines (code):</strong>
|
|
6137
|
+
<li><strong>Lines (comments):</strong> 133-137</li>
|
|
6138
|
+
<li><strong>Lines (code):</strong> 139-311</li>
|
|
6104
6139
|
</ul>
|
|
6105
6140
|
</details>
|
|
6106
6141
|
<h4 id="examples-1" tabindex="-1">Examples</h4>
|
|
@@ -6128,8 +6163,8 @@
|
|
|
6128
6163
|
<li><strong>File:</strong> _menu-stack.scss</li>
|
|
6129
6164
|
<li><strong>Group:</strong> menu-stack</li>
|
|
6130
6165
|
<li><strong>Type:</strong> function</li>
|
|
6131
|
-
<li><strong>Lines (comments):</strong>
|
|
6132
|
-
<li><strong>Lines (code):</strong>
|
|
6166
|
+
<li><strong>Lines (comments):</strong> 118-121</li>
|
|
6167
|
+
<li><strong>Lines (code):</strong> 123-126</li>
|
|
6133
6168
|
</ul>
|
|
6134
6169
|
</details>
|
|
6135
6170
|
<h4 id="examples-2" tabindex="-1">Examples</h4>
|
|
@@ -5807,7 +5807,7 @@
|
|
|
5807
5807
|
<li><strong>Group:</strong> utilities</li>
|
|
5808
5808
|
<li><strong>Type:</strong> mixin</li>
|
|
5809
5809
|
<li><strong>Lines (comments):</strong> 11-14</li>
|
|
5810
|
-
<li><strong>Lines (code):</strong> 16-
|
|
5810
|
+
<li><strong>Lines (code):</strong> 16-142</li>
|
|
5811
5811
|
</ul>
|
|
5812
5812
|
</details>
|
|
5813
5813
|
<h4 id="examples" tabindex="-1">Examples</h4>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ulu/frontend",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.115",
|
|
4
4
|
"description": "A versatile SCSS and JavaScript component library offering configurable, accessible components and flexible integration into any project, with SCSS modules suitable for modern JS frameworks.",
|
|
5
5
|
"browser": "js/index.js",
|
|
6
6
|
"main": "index.js",
|
|
@@ -87,7 +87,7 @@ $config: (
|
|
|
87
87
|
"summary-border-enabled": true,
|
|
88
88
|
"summary-border-color": "rule-light",
|
|
89
89
|
"summary-border-width": 1px,
|
|
90
|
-
"transparent-content-padding": (
|
|
90
|
+
"transparent-content-padding": (1em 0),
|
|
91
91
|
"borderless-margin-between": 0.5em,
|
|
92
92
|
"active-selector": ".is-active"
|
|
93
93
|
) !default;
|
|
@@ -231,7 +231,7 @@ $config: (
|
|
|
231
231
|
#{ $prefix }--transparent {
|
|
232
232
|
border-left: none;
|
|
233
233
|
border-right: none;
|
|
234
|
-
background-color: transparent;
|
|
234
|
+
background-color: transparent !important;
|
|
235
235
|
border-radius: 0;
|
|
236
236
|
|
|
237
237
|
// Transparent always collapses space
|
|
@@ -39,12 +39,18 @@
|
|
|
39
39
|
#{ selector.class("full-width") } {
|
|
40
40
|
width: 100%;
|
|
41
41
|
}
|
|
42
|
+
#{ selector.class("no-min-width") } {
|
|
43
|
+
min-width: 0;
|
|
44
|
+
}
|
|
42
45
|
#{ selector.class("flex-basis-full") } {
|
|
43
46
|
flex-basis: 100%;
|
|
44
47
|
}
|
|
45
48
|
#{ selector.class("flex-grow") } {
|
|
46
49
|
flex-grow: 1;
|
|
47
50
|
}
|
|
51
|
+
#{ selector.class("flex-wrap") } {
|
|
52
|
+
flex-wrap: wrap;
|
|
53
|
+
}
|
|
48
54
|
#{ selector.class("flex-shrink") } {
|
|
49
55
|
flex-shrink: 1;
|
|
50
56
|
}
|