dhre-component-lib 0.6.4 → 0.6.5
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/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -9831,7 +9831,7 @@ const Toast = ({ icon, text, onActionText, onAction, onHide, type, className, du
|
|
|
9831
9831
|
" "));
|
|
9832
9832
|
};
|
|
9833
9833
|
|
|
9834
|
-
var css$2 = ".range {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n color: #a7a7a7;\n width: 100%;\n}\n\n.satisfiedText {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n margin-top: 1rem;\n}\n\n.rangeBorder {\n width: 2px;\n height: 0.5rem;\n background: #a7a7a7;\n}\n\n.rangeSelectedBorder {\n width: 2px;\n height: 0.5rem;\n background: #000000;\n}\n\n.rangeMarginTop {\n margin-top: 1.4rem;\n}\n\n.rangeLabelColor {\n color: #000000;\n}\n\n.rangeLabels {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n\n.slidecontainer {\n width: 100%;\n}\n\n.slider {\n -webkit-appearance: none;\n width: 100%;\n height: 0.5rem;\n border-radius: 6.25rem;\n background: #cecece;\n outline: none;\n opacity: 0.7;\n -webkit-transition: 0.2s;\n transition: opacity 0.2s;\n}\n\n.slider:hover {\n opacity: 1;\n}\n\n.slider::-webkit-slider-thumb {\n -webkit-appearance: none;\n appearance: none;\n width: 1.625rem;\n height: 1.625rem;\n border-radius: 50%;\n background: #ffffff;\n cursor: pointer;\n box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2509803922);\n}\n\n.slider::-moz-range-thumb {\n width: 1.625rem;\n height: 1.625rem;\n border-radius: 50%;\n background: #000000;\n cursor: pointer;\n}";
|
|
9834
|
+
var css$2 = ".range {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n color: #a7a7a7;\n width: 100%;\n}\n\n.satisfiedText {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n margin-top: 1rem;\n}\n\n.rangeBorder {\n width: 2px;\n height: 0.5rem;\n background: #a7a7a7;\n}\n\n.rangeSelectedBorder {\n width: 2px;\n height: 0.5rem;\n background: #000000;\n}\n\n.rangeMarginTop {\n margin-top: 1.4rem;\n}\n\n.rangeLabelColor {\n color: #000000;\n}\n\n.rangeLabels {\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 1.625rem;\n}\n\n.slidecontainer {\n width: 100%;\n}\n\n.slider {\n -webkit-appearance: none;\n width: 100%;\n height: 0.5rem;\n border-radius: 6.25rem;\n background: #cecece;\n outline: none;\n opacity: 0.7;\n -webkit-transition: 0.2s;\n transition: opacity 0.2s;\n}\n\n.slider:hover {\n opacity: 1;\n}\n\n.slider::-webkit-slider-thumb {\n -webkit-appearance: none;\n appearance: none;\n width: 1.625rem;\n height: 1.625rem;\n border-radius: 50%;\n background: #ffffff;\n cursor: pointer;\n box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2509803922);\n}\n\n.slider::-moz-range-thumb {\n width: 1.625rem;\n height: 1.625rem;\n border-radius: 50%;\n background: #000000;\n cursor: pointer;\n}";
|
|
9835
9835
|
n(css$2,{});
|
|
9836
9836
|
|
|
9837
9837
|
const RangeSlider = (props) => {
|
package/dist/index.js
CHANGED
|
@@ -9854,7 +9854,7 @@ const Toast = ({ icon, text, onActionText, onAction, onHide, type, className, du
|
|
|
9854
9854
|
" "));
|
|
9855
9855
|
};
|
|
9856
9856
|
|
|
9857
|
-
var css$2 = ".range {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n color: #a7a7a7;\n width: 100%;\n}\n\n.satisfiedText {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n margin-top: 1rem;\n}\n\n.rangeBorder {\n width: 2px;\n height: 0.5rem;\n background: #a7a7a7;\n}\n\n.rangeSelectedBorder {\n width: 2px;\n height: 0.5rem;\n background: #000000;\n}\n\n.rangeMarginTop {\n margin-top: 1.4rem;\n}\n\n.rangeLabelColor {\n color: #000000;\n}\n\n.rangeLabels {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n\n.slidecontainer {\n width: 100%;\n}\n\n.slider {\n -webkit-appearance: none;\n width: 100%;\n height: 0.5rem;\n border-radius: 6.25rem;\n background: #cecece;\n outline: none;\n opacity: 0.7;\n -webkit-transition: 0.2s;\n transition: opacity 0.2s;\n}\n\n.slider:hover {\n opacity: 1;\n}\n\n.slider::-webkit-slider-thumb {\n -webkit-appearance: none;\n appearance: none;\n width: 1.625rem;\n height: 1.625rem;\n border-radius: 50%;\n background: #ffffff;\n cursor: pointer;\n box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2509803922);\n}\n\n.slider::-moz-range-thumb {\n width: 1.625rem;\n height: 1.625rem;\n border-radius: 50%;\n background: #000000;\n cursor: pointer;\n}";
|
|
9857
|
+
var css$2 = ".range {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n color: #a7a7a7;\n width: 100%;\n}\n\n.satisfiedText {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n margin-top: 1rem;\n}\n\n.rangeBorder {\n width: 2px;\n height: 0.5rem;\n background: #a7a7a7;\n}\n\n.rangeSelectedBorder {\n width: 2px;\n height: 0.5rem;\n background: #000000;\n}\n\n.rangeMarginTop {\n margin-top: 1.4rem;\n}\n\n.rangeLabelColor {\n color: #000000;\n}\n\n.rangeLabels {\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 1.625rem;\n}\n\n.slidecontainer {\n width: 100%;\n}\n\n.slider {\n -webkit-appearance: none;\n width: 100%;\n height: 0.5rem;\n border-radius: 6.25rem;\n background: #cecece;\n outline: none;\n opacity: 0.7;\n -webkit-transition: 0.2s;\n transition: opacity 0.2s;\n}\n\n.slider:hover {\n opacity: 1;\n}\n\n.slider::-webkit-slider-thumb {\n -webkit-appearance: none;\n appearance: none;\n width: 1.625rem;\n height: 1.625rem;\n border-radius: 50%;\n background: #ffffff;\n cursor: pointer;\n box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2509803922);\n}\n\n.slider::-moz-range-thumb {\n width: 1.625rem;\n height: 1.625rem;\n border-radius: 50%;\n background: #000000;\n cursor: pointer;\n}";
|
|
9858
9858
|
n(css$2,{});
|
|
9859
9859
|
|
|
9860
9860
|
const RangeSlider = (props) => {
|