@inntechcorp/it-design 2.1.39 → 2.1.40
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.cjs.js +38 -7
- package/dist/index.esm.js +38 -7
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1772,7 +1772,8 @@ function(b,o){e.exports?e.exports=o(Wi()):o(b.moment)}(Li,(function(e){void 0===
|
|
|
1772
1772
|
}
|
|
1773
1773
|
|
|
1774
1774
|
&.itd-checkbox-disabled {
|
|
1775
|
-
|
|
1775
|
+
cursor: not-allowed;
|
|
1776
|
+
pointer-events: auto;
|
|
1776
1777
|
}
|
|
1777
1778
|
|
|
1778
1779
|
/**
|
|
@@ -1819,13 +1820,22 @@ function(b,o){e.exports?e.exports=o(Wi()):o(b.moment)}(Li,(function(e){void 0===
|
|
|
1819
1820
|
}
|
|
1820
1821
|
|
|
1821
1822
|
&.itd-checkbox-disabled {
|
|
1823
|
+
|
|
1822
1824
|
.itd-checkbox-checkmark {
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
+
background-color: #0000000a;
|
|
1826
|
+
border: 1px solid #d9d9d9;
|
|
1827
|
+
pointer-events: none;
|
|
1828
|
+
&:before {
|
|
1829
|
+
background-color: #d9d9d9;
|
|
1830
|
+
}
|
|
1831
|
+
svg { fill: #00000040 }
|
|
1825
1832
|
}
|
|
1833
|
+
|
|
1826
1834
|
.itd-checkbox-label {
|
|
1827
|
-
color: #
|
|
1835
|
+
color: #00000040;
|
|
1836
|
+
pointer-events: none;
|
|
1828
1837
|
}
|
|
1838
|
+
|
|
1829
1839
|
}
|
|
1830
1840
|
|
|
1831
1841
|
&:not(&.itd-checkbox-error):not(.itd-checkbox-selected):not(.itd-checkbox-disabled) {
|
|
@@ -1886,12 +1896,22 @@ function(b,o){e.exports?e.exports=o(Wi()):o(b.moment)}(Li,(function(e){void 0===
|
|
|
1886
1896
|
}
|
|
1887
1897
|
|
|
1888
1898
|
&.itd-checkbox-disabled {
|
|
1899
|
+
|
|
1889
1900
|
.itd-checkbox-checkmark {
|
|
1890
|
-
|
|
1901
|
+
background-color: #0000000a;
|
|
1902
|
+
border: 1px solid #d9d9d9;
|
|
1903
|
+
pointer-events: none;
|
|
1904
|
+
&:before {
|
|
1905
|
+
background-color: #d9d9d9;
|
|
1906
|
+
}
|
|
1907
|
+
svg { fill: #00000040 }
|
|
1891
1908
|
}
|
|
1909
|
+
|
|
1892
1910
|
.itd-checkbox-label {
|
|
1893
|
-
color: #
|
|
1911
|
+
color: #00000040;
|
|
1912
|
+
pointer-events: none;
|
|
1894
1913
|
}
|
|
1914
|
+
|
|
1895
1915
|
}
|
|
1896
1916
|
|
|
1897
1917
|
&:not(&.itd-checkbox-error):not(.itd-checkbox-selected):not(.itd-checkbox-disabled) {
|
|
@@ -4376,6 +4396,7 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4376
4396
|
display: flex;
|
|
4377
4397
|
justify-content: space-between;
|
|
4378
4398
|
position: relative;
|
|
4399
|
+
border: 1px solid #d9d9d900;
|
|
4379
4400
|
|
|
4380
4401
|
textarea {
|
|
4381
4402
|
background: none;
|
|
@@ -4453,7 +4474,17 @@ function Xa(e,b){if(Ha(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
4453
4474
|
}
|
|
4454
4475
|
|
|
4455
4476
|
&.itd-textarea-disabled {
|
|
4456
|
-
|
|
4477
|
+
|
|
4478
|
+
background-color: #0000000a;
|
|
4479
|
+
border: 1px solid #d9d9d9;
|
|
4480
|
+
|
|
4481
|
+
input {
|
|
4482
|
+
color: #00000040;
|
|
4483
|
+
&::placeholder {
|
|
4484
|
+
color: #00000040;
|
|
4485
|
+
}
|
|
4486
|
+
}
|
|
4487
|
+
|
|
4457
4488
|
}
|
|
4458
4489
|
|
|
4459
4490
|
&.itd-textarea-focus {
|
package/dist/index.esm.js
CHANGED
|
@@ -1772,7 +1772,8 @@ function(b,M){e.exports?e.exports=M(ua()):M(b.moment)}(ma,(function(e){void 0===
|
|
|
1772
1772
|
}
|
|
1773
1773
|
|
|
1774
1774
|
&.itd-checkbox-disabled {
|
|
1775
|
-
|
|
1775
|
+
cursor: not-allowed;
|
|
1776
|
+
pointer-events: auto;
|
|
1776
1777
|
}
|
|
1777
1778
|
|
|
1778
1779
|
/**
|
|
@@ -1819,13 +1820,22 @@ function(b,M){e.exports?e.exports=M(ua()):M(b.moment)}(ma,(function(e){void 0===
|
|
|
1819
1820
|
}
|
|
1820
1821
|
|
|
1821
1822
|
&.itd-checkbox-disabled {
|
|
1823
|
+
|
|
1822
1824
|
.itd-checkbox-checkmark {
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
+
background-color: #0000000a;
|
|
1826
|
+
border: 1px solid #d9d9d9;
|
|
1827
|
+
pointer-events: none;
|
|
1828
|
+
&:before {
|
|
1829
|
+
background-color: #d9d9d9;
|
|
1830
|
+
}
|
|
1831
|
+
svg { fill: #00000040 }
|
|
1825
1832
|
}
|
|
1833
|
+
|
|
1826
1834
|
.itd-checkbox-label {
|
|
1827
|
-
color: #
|
|
1835
|
+
color: #00000040;
|
|
1836
|
+
pointer-events: none;
|
|
1828
1837
|
}
|
|
1838
|
+
|
|
1829
1839
|
}
|
|
1830
1840
|
|
|
1831
1841
|
&:not(&.itd-checkbox-error):not(.itd-checkbox-selected):not(.itd-checkbox-disabled) {
|
|
@@ -1886,12 +1896,22 @@ function(b,M){e.exports?e.exports=M(ua()):M(b.moment)}(ma,(function(e){void 0===
|
|
|
1886
1896
|
}
|
|
1887
1897
|
|
|
1888
1898
|
&.itd-checkbox-disabled {
|
|
1899
|
+
|
|
1889
1900
|
.itd-checkbox-checkmark {
|
|
1890
|
-
|
|
1901
|
+
background-color: #0000000a;
|
|
1902
|
+
border: 1px solid #d9d9d9;
|
|
1903
|
+
pointer-events: none;
|
|
1904
|
+
&:before {
|
|
1905
|
+
background-color: #d9d9d9;
|
|
1906
|
+
}
|
|
1907
|
+
svg { fill: #00000040 }
|
|
1891
1908
|
}
|
|
1909
|
+
|
|
1892
1910
|
.itd-checkbox-label {
|
|
1893
|
-
color: #
|
|
1911
|
+
color: #00000040;
|
|
1912
|
+
pointer-events: none;
|
|
1894
1913
|
}
|
|
1914
|
+
|
|
1895
1915
|
}
|
|
1896
1916
|
|
|
1897
1917
|
&:not(&.itd-checkbox-error):not(.itd-checkbox-selected):not(.itd-checkbox-disabled) {
|
|
@@ -4376,6 +4396,7 @@ function IA(e,b){if(Ms(e))for(let M=0;M<e.length&&!1!==b(e[M],M,e);M++);else e&&
|
|
|
4376
4396
|
display: flex;
|
|
4377
4397
|
justify-content: space-between;
|
|
4378
4398
|
position: relative;
|
|
4399
|
+
border: 1px solid #d9d9d900;
|
|
4379
4400
|
|
|
4380
4401
|
textarea {
|
|
4381
4402
|
background: none;
|
|
@@ -4453,7 +4474,17 @@ function IA(e,b){if(Ms(e))for(let M=0;M<e.length&&!1!==b(e[M],M,e);M++);else e&&
|
|
|
4453
4474
|
}
|
|
4454
4475
|
|
|
4455
4476
|
&.itd-textarea-disabled {
|
|
4456
|
-
|
|
4477
|
+
|
|
4478
|
+
background-color: #0000000a;
|
|
4479
|
+
border: 1px solid #d9d9d9;
|
|
4480
|
+
|
|
4481
|
+
input {
|
|
4482
|
+
color: #00000040;
|
|
4483
|
+
&::placeholder {
|
|
4484
|
+
color: #00000040;
|
|
4485
|
+
}
|
|
4486
|
+
}
|
|
4487
|
+
|
|
4457
4488
|
}
|
|
4458
4489
|
|
|
4459
4490
|
&.itd-textarea-focus {
|