@cambly/syntax-core 6.5.0 → 6.6.0
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.css +6 -2
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +7 -2
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -916,7 +916,7 @@ var import_classnames8 = __toESM(require_classnames());
|
|
|
916
916
|
var Button_module_default3 = { "button": "_button_1fo30_1", "buttonGap": "_buttonGap_1fo30_9", "fullWidth": "_fullWidth_1fo30_50", "sm": "_sm_1fo30_54", "md": "_md_1fo30_61", "lg": "_lg_1fo30_68", "icon": "_icon_1fo30_75", "smIcon": "_smIcon_1fo30_79", "mdIcon": "_mdIcon_1fo30_86", "lgIcon": "_lgIcon_1fo30_93", "secondaryBorder": "_secondaryBorder_1fo30_100", "secondaryDestructiveBorder": "_secondaryDestructiveBorder_1fo30_104", "loading": "_loading_1fo30_118", "syntaxButtonLoadingRotate": "_syntaxButtonLoadingRotate_1fo30_1", "loadingCircle": "_loadingCircle_1fo30_122" };
|
|
917
917
|
|
|
918
918
|
// css-module:./LinkButton.module.css#css-module
|
|
919
|
-
var LinkButton_module_default = { "linkButton": "
|
|
919
|
+
var LinkButton_module_default = { "linkButton": "_linkButton_1b3ot_1", "fitContent": "_fitContent_1b3ot_10" };
|
|
920
920
|
|
|
921
921
|
// src/LinkButton/LinkButton.tsx
|
|
922
922
|
import { jsx as jsx12, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
@@ -924,6 +924,7 @@ function LinkButton({
|
|
|
924
924
|
text,
|
|
925
925
|
href,
|
|
926
926
|
target,
|
|
927
|
+
rel,
|
|
927
928
|
"data-testid": dataTestId,
|
|
928
929
|
color = "primary",
|
|
929
930
|
size = "md",
|
|
@@ -938,6 +939,7 @@ function LinkButton({
|
|
|
938
939
|
href,
|
|
939
940
|
"data-testid": dataTestId,
|
|
940
941
|
target,
|
|
942
|
+
rel,
|
|
941
943
|
className: (0, import_classnames8.default)(
|
|
942
944
|
LinkButton_module_default.linkButton,
|
|
943
945
|
Button_module_default3.button,
|