File tree Expand file tree Collapse file tree
Projects/Sistent/components/iconbutton Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 "@mui/icons-material" : " ^6.4.6" ,
4343 "@mui/material" : " ^5.15.11" ,
4444 "@react-icons/all-files" : " ^4.1.0" ,
45- "@sistent/sistent" : " ^0.15.9 " ,
45+ "@sistent/sistent" : " ^0.15.11 " ,
4646 "@svgr/webpack" : " ^8.0.1" ,
4747 "@types/mui-datatables" : " ^4.3.12" ,
4848 "ajv" : " ^8.17.1" ,
Original file line number Diff line number Diff line change @@ -56,9 +56,6 @@ const badgeStyle = {
5656 marginRight : "1rem" ,
5757} ;
5858
59- const badgeListStyle = {
60- listStyleType : "none" ,
61- } ;
6259
6360const recognitionsstyle = {
6461 marginBottom : "0.5rem" ,
Original file line number Diff line number Diff line change 11import React from "react" ;
22import partner1 from "../../assets/images/partners/University_of_Texas_at_Austin_seal.webp" ;
33import partner2 from "../../assets/images/partners/gsoc.svg" ;
4- import partner3 from "../../assets/images/partners/UEM_Logo.webp" ;
54import { ReactComponent as Partner4 } from "../../assets/images/partners/citrix-colorMode.svg" ;
65import { ReactComponent as Partner5 } from "../../assets/images/partners/cncf-stacked-colorMode.svg" ;
76import { ReactComponent as Partner6 } from "../../assets/images/partners/hashicorp_vertical-colorMode.svg" ;
Original file line number Diff line number Diff line change 573573 "teamOperator" : " " ,
574574 "enterprise" : " x"
575575 },
576- "docs" : " "
576+ "docs" : " https://docs.layer5.io/kanvas/designer/sharing/ "
577577 },
578578 {
579579 "theme" : " " ,
589589 "teamOperator" : " " ,
590590 "enterprise" : " x"
591591 },
592- "docs" : " "
592+ "docs" : " https://docs.layer5.io/kanvas/designer/sharing/#sharing-your-design-with-a-link "
593593 },
594594 {
595595 "theme" : " " ,
605605 "teamOperator" : " x" ,
606606 "enterprise" : " x"
607607 },
608- "docs" : " "
608+ "docs" : " https://docs.layer5.io/kanvas/operator/views/ "
609609 },
610610 {
611611 "theme" : " " ,
11831183 },
11841184 "docs" : " "
11851185 }
1186- ]
1186+ ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { FaTrash } from "@react-icons/all-files/fa/FaTrash";
1414import { FaSearch } from "@react-icons/all-files/fa/FaSearch" ;
1515import TabButton from "../../../../../reusecore/Button" ;
1616import { SistentLayout } from "../../sistent-layout" ;
17- import { Col , Row } from "../../../../../reusecore/Layout" ;
17+ import { Row } from "../../../../../reusecore/Layout" ;
1818import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode" ;
1919
2020const SistentIconButton = ( ) => {
You can’t perform that action at this time.
0 commit comments