@activecollab/components 1.0.170 → 1.0.171
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/Button/AddToListButton/Styles.js +1 -1
- package/dist/cjs/components/Button/AddToListButton/Styles.js.map +1 -1
- package/dist/esm/components/Button/AddToListButton/Styles.js +1 -1
- package/dist/esm/components/Button/AddToListButton/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
|
@@ -20,7 +20,7 @@ StyledText.displayName = "StyledText";
|
|
|
20
20
|
var StyledAddCrossIcon = (0, _styledComponents.default)(_.AddCrossIcon).withConfig({
|
|
21
21
|
displayName: "Styles__StyledAddCrossIcon",
|
|
22
22
|
componentId: "sc-1fx7urq-1"
|
|
23
|
-
})(["fill:var(--page-paper-main);background:var(--color-primary);border-radius:30px;padding:
|
|
23
|
+
})(["fill:var(--page-paper-main);background:var(--color-primary);border-radius:30px;padding:7px;box-sizing:content-box;"]);
|
|
24
24
|
exports.StyledAddCrossIcon = StyledAddCrossIcon;
|
|
25
25
|
StyledAddCrossIcon.displayName = "StyledAddCrossIcon";
|
|
26
26
|
var StyledAddToListButton = (0, _styledComponents.default)("button").withConfig({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/components/Button/AddToListButton/Styles.ts"],"names":["StyledText","Body2","displayName","StyledAddCrossIcon","AddCrossIcon","StyledAddToListButton"],"mappings":";;;;;;;AAAA;;AACA;;;;AAEO,IAAMA,UAAU,GAAG,+BAAOC,OAAP,CAAH;AAAA;AAAA;AAAA,8EAAhB;;AAMPD,UAAU,CAACE,WAAX,GAAyB,YAAzB;AAEO,IAAMC,kBAAkB,GAAG,+BAAOC,cAAP,CAAH;AAAA;AAAA;AAAA,0HAAxB;;AAOPD,kBAAkB,CAACD,WAAnB,GAAiC,oBAAjC;AAEO,IAAMG,qBAAqB,GAAG,+BAAO,QAAP,CAAH;AAAA;AAAA;AAAA,mgBA0B5BL,UA1B4B,EAqC5BG,kBArC4B,CAA3B;;AA6CPE,qBAAqB,CAACH,WAAtB,GAAoC,uBAApC","sourcesContent":["import styled from \"styled-components\";\nimport { AddCrossIcon, Body2 } from \"../..\";\n\nexport const StyledText = styled(Body2)`\n transition: ease 0.3s all;\n color: var(--color-primary);\n position: relative;\n`;\n\nStyledText.displayName = \"StyledText\";\n\nexport const StyledAddCrossIcon = styled(AddCrossIcon)`\n fill: var(--page-paper-main);\n background: var(--color-primary);\n border-radius: 30px;\n padding:
|
|
1
|
+
{"version":3,"sources":["../../../../../src/components/Button/AddToListButton/Styles.ts"],"names":["StyledText","Body2","displayName","StyledAddCrossIcon","AddCrossIcon","StyledAddToListButton"],"mappings":";;;;;;;AAAA;;AACA;;;;AAEO,IAAMA,UAAU,GAAG,+BAAOC,OAAP,CAAH;AAAA;AAAA;AAAA,8EAAhB;;AAMPD,UAAU,CAACE,WAAX,GAAyB,YAAzB;AAEO,IAAMC,kBAAkB,GAAG,+BAAOC,cAAP,CAAH;AAAA;AAAA;AAAA,0HAAxB;;AAOPD,kBAAkB,CAACD,WAAnB,GAAiC,oBAAjC;AAEO,IAAMG,qBAAqB,GAAG,+BAAO,QAAP,CAAH;AAAA;AAAA;AAAA,mgBA0B5BL,UA1B4B,EAqC5BG,kBArC4B,CAA3B;;AA6CPE,qBAAqB,CAACH,WAAtB,GAAoC,uBAApC","sourcesContent":["import styled from \"styled-components\";\nimport { AddCrossIcon, Body2 } from \"../..\";\n\nexport const StyledText = styled(Body2)`\n transition: ease 0.3s all;\n color: var(--color-primary);\n position: relative;\n`;\n\nStyledText.displayName = \"StyledText\";\n\nexport const StyledAddCrossIcon = styled(AddCrossIcon)`\n fill: var(--page-paper-main);\n background: var(--color-primary);\n border-radius: 30px;\n padding: 7px;\n box-sizing: content-box;\n`;\nStyledAddCrossIcon.displayName = \"StyledAddCrossIcon\";\n\nexport const StyledAddToListButton = styled(\"button\")`\n display: flex;\n justify-content: center;\n gap: 12px;\n align-items: center;\n height: 32px;\n padding: 4px 16px 4px 4px;\n position: relative;\n background: none;\n border: none;\n cursor: pointer;\n\n &:before {\n content: \"\";\n display: block;\n height: 2px;\n width: 0%;\n position: absolute;\n left: 16px;\n background: var(--color-primary);\n transition: ease 0.3s all;\n border-radius: 30px;\n opacity: 0;\n }\n\n &:hover {\n ${StyledText} {\n color: var(--page-paper-main);\n }\n\n &:before {\n height: 32px;\n width: 100%;\n left: 0;\n opacity: 1;\n }\n\n ${StyledAddCrossIcon} {\n fill: var(--page-paper-main);\n transform: rotate(90deg);\n transition: ease 0.3s;\n }\n }\n`;\n\nStyledAddToListButton.displayName = \"StyledAddToListButton\";\n"],"file":"Styles.js"}
|
|
@@ -8,7 +8,7 @@ StyledText.displayName = "StyledText";
|
|
|
8
8
|
export var StyledAddCrossIcon = styled(AddCrossIcon).withConfig({
|
|
9
9
|
displayName: "Styles__StyledAddCrossIcon",
|
|
10
10
|
componentId: "sc-1fx7urq-1"
|
|
11
|
-
})(["fill:var(--page-paper-main);background:var(--color-primary);border-radius:30px;padding:
|
|
11
|
+
})(["fill:var(--page-paper-main);background:var(--color-primary);border-radius:30px;padding:7px;box-sizing:content-box;"]);
|
|
12
12
|
StyledAddCrossIcon.displayName = "StyledAddCrossIcon";
|
|
13
13
|
export var StyledAddToListButton = styled("button").withConfig({
|
|
14
14
|
displayName: "Styles__StyledAddToListButton",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/components/Button/AddToListButton/Styles.ts"],"names":["styled","AddCrossIcon","Body2","StyledText","displayName","StyledAddCrossIcon","StyledAddToListButton"],"mappings":"AAAA,OAAOA,MAAP,MAAmB,mBAAnB;AACA,SAASC,YAAT,EAAuBC,KAAvB,QAAoC,OAApC;AAEA,OAAO,IAAMC,UAAU,GAAGH,MAAM,CAACE,KAAD,CAAT;AAAA;AAAA;AAAA,8EAAhB;AAMPC,UAAU,CAACC,WAAX,GAAyB,YAAzB;AAEA,OAAO,IAAMC,kBAAkB,GAAGL,MAAM,CAACC,YAAD,CAAT;AAAA;AAAA;AAAA,0HAAxB;AAOPI,kBAAkB,CAACD,WAAnB,GAAiC,oBAAjC;AAEA,OAAO,IAAME,qBAAqB,GAAGN,MAAM,CAAC,QAAD,CAAT;AAAA;AAAA;AAAA,mgBA0B5BG,UA1B4B,EAqC5BE,kBArC4B,CAA3B;AA6CPC,qBAAqB,CAACF,WAAtB,GAAoC,uBAApC","sourcesContent":["import styled from \"styled-components\";\nimport { AddCrossIcon, Body2 } from \"../..\";\n\nexport const StyledText = styled(Body2)`\n transition: ease 0.3s all;\n color: var(--color-primary);\n position: relative;\n`;\n\nStyledText.displayName = \"StyledText\";\n\nexport const StyledAddCrossIcon = styled(AddCrossIcon)`\n fill: var(--page-paper-main);\n background: var(--color-primary);\n border-radius: 30px;\n padding:
|
|
1
|
+
{"version":3,"sources":["../../../../../src/components/Button/AddToListButton/Styles.ts"],"names":["styled","AddCrossIcon","Body2","StyledText","displayName","StyledAddCrossIcon","StyledAddToListButton"],"mappings":"AAAA,OAAOA,MAAP,MAAmB,mBAAnB;AACA,SAASC,YAAT,EAAuBC,KAAvB,QAAoC,OAApC;AAEA,OAAO,IAAMC,UAAU,GAAGH,MAAM,CAACE,KAAD,CAAT;AAAA;AAAA;AAAA,8EAAhB;AAMPC,UAAU,CAACC,WAAX,GAAyB,YAAzB;AAEA,OAAO,IAAMC,kBAAkB,GAAGL,MAAM,CAACC,YAAD,CAAT;AAAA;AAAA;AAAA,0HAAxB;AAOPI,kBAAkB,CAACD,WAAnB,GAAiC,oBAAjC;AAEA,OAAO,IAAME,qBAAqB,GAAGN,MAAM,CAAC,QAAD,CAAT;AAAA;AAAA;AAAA,mgBA0B5BG,UA1B4B,EAqC5BE,kBArC4B,CAA3B;AA6CPC,qBAAqB,CAACF,WAAtB,GAAoC,uBAApC","sourcesContent":["import styled from \"styled-components\";\nimport { AddCrossIcon, Body2 } from \"../..\";\n\nexport const StyledText = styled(Body2)`\n transition: ease 0.3s all;\n color: var(--color-primary);\n position: relative;\n`;\n\nStyledText.displayName = \"StyledText\";\n\nexport const StyledAddCrossIcon = styled(AddCrossIcon)`\n fill: var(--page-paper-main);\n background: var(--color-primary);\n border-radius: 30px;\n padding: 7px;\n box-sizing: content-box;\n`;\nStyledAddCrossIcon.displayName = \"StyledAddCrossIcon\";\n\nexport const StyledAddToListButton = styled(\"button\")`\n display: flex;\n justify-content: center;\n gap: 12px;\n align-items: center;\n height: 32px;\n padding: 4px 16px 4px 4px;\n position: relative;\n background: none;\n border: none;\n cursor: pointer;\n\n &:before {\n content: \"\";\n display: block;\n height: 2px;\n width: 0%;\n position: absolute;\n left: 16px;\n background: var(--color-primary);\n transition: ease 0.3s all;\n border-radius: 30px;\n opacity: 0;\n }\n\n &:hover {\n ${StyledText} {\n color: var(--page-paper-main);\n }\n\n &:before {\n height: 32px;\n width: 100%;\n left: 0;\n opacity: 1;\n }\n\n ${StyledAddCrossIcon} {\n fill: var(--page-paper-main);\n transform: rotate(90deg);\n transition: ease 0.3s;\n }\n }\n`;\n\nStyledAddToListButton.displayName = \"StyledAddToListButton\";\n"],"file":"Styles.js"}
|
package/dist/index.js
CHANGED
|
@@ -11323,7 +11323,7 @@
|
|
|
11323
11323
|
var StyledAddCrossIcon = styled__default["default"](AddCrossIcon$1).withConfig({
|
|
11324
11324
|
displayName: "Styles__StyledAddCrossIcon",
|
|
11325
11325
|
componentId: "sc-1fx7urq-1"
|
|
11326
|
-
})(["fill:var(--page-paper-main);background:var(--color-primary);border-radius:30px;padding:
|
|
11326
|
+
})(["fill:var(--page-paper-main);background:var(--color-primary);border-radius:30px;padding:7px;box-sizing:content-box;"]);
|
|
11327
11327
|
StyledAddCrossIcon.displayName = "StyledAddCrossIcon";
|
|
11328
11328
|
var StyledAddToListButton = styled__default["default"]("button").withConfig({
|
|
11329
11329
|
displayName: "Styles__StyledAddToListButton",
|