@activecollab/components 1.0.26 → 1.0.27
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/cjs/components/List/Styles.js +1 -1
- package/dist/cjs/components/List/Styles.js.map +1 -1
- package/dist/esm/components/List/Styles.js +1 -1
- package/dist/esm/components/List/Styles.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -28,7 +28,7 @@ StyledList.displayName = "StyledList";
|
|
|
28
28
|
var StyledListItem = _styledComponents.default.li.withConfig({
|
|
29
29
|
displayName: "Styles__StyledListItem",
|
|
30
30
|
componentId: "sc-dv1w0m-1"
|
|
31
|
-
})(["", " ", " ", " color:var(--color-theme-900);line-height:28px;> svg:first-child{margin-right:8px;}&:hover{background-color:var(--color-theme-200);}
|
|
31
|
+
})(["", " ", " ", " color:var(--color-theme-900);line-height:28px;> svg:first-child{margin-right:8px;}&:hover{background-color:var(--color-theme-200);}&:focus{outline:none;}"], {
|
|
32
32
|
"display": "flex",
|
|
33
33
|
"flexDirection": "row",
|
|
34
34
|
"alignItems": "center",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/components/List/Styles.ts"],"names":["StyledList","styled","ul","displayName","StyledListItem","li","BoxSizingStyle","FontStyle","StyledListSeparator","div"],"mappings":";;;;;;;AAAA;;AAEA;;AACA;;;;AAEO,IAAMA,UAAU,GAAGC,0BAAOC,EAAV;AAAA;AAAA;AAAA,aACjB;AAAA;AAAA;AAAA;AAAA,CADiB,CAAhB;;;AAIPF,UAAU,CAACG,WAAX,GAAyB,YAAzB;;AAEO,IAAMC,cAAc,GAAGH,0BAAOI,EAAV;AAAA;AAAA;AAAA,
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/List/Styles.ts"],"names":["StyledList","styled","ul","displayName","StyledListItem","li","BoxSizingStyle","FontStyle","StyledListSeparator","div"],"mappings":";;;;;;;AAAA;;AAEA;;AACA;;;;AAEO,IAAMA,UAAU,GAAGC,0BAAOC,EAAV;AAAA;AAAA;AAAA,aACjB;AAAA;AAAA;AAAA;AAAA,CADiB,CAAhB;;;AAIPF,UAAU,CAACG,WAAX,GAAyB,YAAzB;;AAEO,IAAMC,cAAc,GAAGH,0BAAOI,EAAV;AAAA;AAAA;AAAA,iLACrB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,CADqB,EAEvBC,8BAFuB,EAGvBC,oBAHuB,CAApB;;;AAoBPH,cAAc,CAACD,WAAf,GAA6B,gBAA7B;;AAEO,IAAMK,mBAAmB,GAAGP,0BAAOQ,GAAV;AAAA;AAAA;AAAA,+EAAzB;;;AAMPD,mBAAmB,CAACL,WAApB,GAAkC,qBAAlC","sourcesContent":["import styled from \"styled-components\";\nimport tw from \"twin.macro\";\nimport { FontStyle } from \"../FontStyle\";\nimport { BoxSizingStyle } from \"../BoxSizingStyle\";\n\nexport const StyledList = styled.ul`\n ${tw`tw-list-none tw-m-0 tw-p-0`}\n`;\n\nStyledList.displayName = \"StyledList\";\n\nexport const StyledListItem = styled.li`\n ${tw`tw-flex tw-flex-row tw-items-center tw-cursor-pointer tw-px-4 tw-my-1 tw-text-sm tw-select-none`}\n ${BoxSizingStyle}\n ${FontStyle}\n\n color: var(--color-theme-900);\n line-height: 28px;\n > svg:first-child {\n margin-right: 8px;\n }\n\n &:hover {\n background-color: var(--color-theme-200);\n }\n\n &:focus {\n outline: none;\n }\n`;\n\nStyledListItem.displayName = \"StyledListItem\";\n\nexport const StyledListSeparator = styled.div`\n border-top: 1px solid var(--border-primary);\n margin: 12px 16px;\n height: 1px;\n`;\n\nStyledListSeparator.displayName = \"StyledListSeparator\";\n"],"file":"Styles.js"}
|
|
@@ -13,7 +13,7 @@ StyledList.displayName = "StyledList";
|
|
|
13
13
|
export var StyledListItem = styled.li.withConfig({
|
|
14
14
|
displayName: "Styles__StyledListItem",
|
|
15
15
|
componentId: "sc-dv1w0m-1"
|
|
16
|
-
})(["", " ", " ", " color:var(--color-theme-900);line-height:28px;> svg:first-child{margin-right:8px;}&:hover{background-color:var(--color-theme-200);}
|
|
16
|
+
})(["", " ", " ", " color:var(--color-theme-900);line-height:28px;> svg:first-child{margin-right:8px;}&:hover{background-color:var(--color-theme-200);}&:focus{outline:none;}"], {
|
|
17
17
|
"display": "flex",
|
|
18
18
|
"flexDirection": "row",
|
|
19
19
|
"alignItems": "center",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/components/List/Styles.ts"],"names":["styled","FontStyle","BoxSizingStyle","StyledList","ul","displayName","StyledListItem","li","StyledListSeparator","div"],"mappings":"AAAA,OAAOA,MAAP,MAAmB,mBAAnB;AAEA,SAASC,SAAT,QAA0B,cAA1B;AACA,SAASC,cAAT,QAA+B,mBAA/B;AAEA,OAAO,IAAMC,UAAU,GAAGH,MAAM,CAACI,EAAV;AAAA;AAAA;AAAA,aACjB;AAAA;AAAA;AAAA;AAAA,CADiB,CAAhB;AAIPD,UAAU,CAACE,WAAX,GAAyB,YAAzB;AAEA,OAAO,IAAMC,cAAc,GAAGN,MAAM,CAACO,EAAV;AAAA;AAAA;AAAA,
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/List/Styles.ts"],"names":["styled","FontStyle","BoxSizingStyle","StyledList","ul","displayName","StyledListItem","li","StyledListSeparator","div"],"mappings":"AAAA,OAAOA,MAAP,MAAmB,mBAAnB;AAEA,SAASC,SAAT,QAA0B,cAA1B;AACA,SAASC,cAAT,QAA+B,mBAA/B;AAEA,OAAO,IAAMC,UAAU,GAAGH,MAAM,CAACI,EAAV;AAAA;AAAA;AAAA,aACjB;AAAA;AAAA;AAAA;AAAA,CADiB,CAAhB;AAIPD,UAAU,CAACE,WAAX,GAAyB,YAAzB;AAEA,OAAO,IAAMC,cAAc,GAAGN,MAAM,CAACO,EAAV;AAAA;AAAA;AAAA,iLACrB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,CADqB,EAEvBL,cAFuB,EAGvBD,SAHuB,CAApB;AAoBPK,cAAc,CAACD,WAAf,GAA6B,gBAA7B;AAEA,OAAO,IAAMG,mBAAmB,GAAGR,MAAM,CAACS,GAAV;AAAA;AAAA;AAAA,+EAAzB;AAMPD,mBAAmB,CAACH,WAApB,GAAkC,qBAAlC","sourcesContent":["import styled from \"styled-components\";\nimport tw from \"twin.macro\";\nimport { FontStyle } from \"../FontStyle\";\nimport { BoxSizingStyle } from \"../BoxSizingStyle\";\n\nexport const StyledList = styled.ul`\n ${tw`tw-list-none tw-m-0 tw-p-0`}\n`;\n\nStyledList.displayName = \"StyledList\";\n\nexport const StyledListItem = styled.li`\n ${tw`tw-flex tw-flex-row tw-items-center tw-cursor-pointer tw-px-4 tw-my-1 tw-text-sm tw-select-none`}\n ${BoxSizingStyle}\n ${FontStyle}\n\n color: var(--color-theme-900);\n line-height: 28px;\n > svg:first-child {\n margin-right: 8px;\n }\n\n &:hover {\n background-color: var(--color-theme-200);\n }\n\n &:focus {\n outline: none;\n }\n`;\n\nStyledListItem.displayName = \"StyledListItem\";\n\nexport const StyledListSeparator = styled.div`\n border-top: 1px solid var(--border-primary);\n margin: 12px 16px;\n height: 1px;\n`;\n\nStyledListSeparator.displayName = \"StyledListSeparator\";\n"],"file":"Styles.js"}
|
package/dist/index.js
CHANGED
|
@@ -5330,7 +5330,7 @@
|
|
|
5330
5330
|
var StyledListItem = styled__default["default"].li.withConfig({
|
|
5331
5331
|
displayName: "Styles__StyledListItem",
|
|
5332
5332
|
componentId: "sc-dv1w0m-1"
|
|
5333
|
-
})(["", " ", " ", " color:var(--color-theme-900);line-height:28px;> svg:first-child{margin-right:8px;}&:hover{background-color:var(--color-theme-200);}
|
|
5333
|
+
})(["", " ", " ", " color:var(--color-theme-900);line-height:28px;> svg:first-child{margin-right:8px;}&:hover{background-color:var(--color-theme-200);}&:focus{outline:none;}"], {
|
|
5334
5334
|
"display": "flex",
|
|
5335
5335
|
"flexDirection": "row",
|
|
5336
5336
|
"alignItems": "center",
|