@liner-fe/prism 1.13.15 → 1.13.16
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/lib/index.css +69 -67
- package/lib/index.css.map +2 -2
- package/lib/index.mjs +27 -27
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -6684,33 +6684,33 @@ import { Children, cloneElement, forwardRef } from "react";
|
|
|
6684
6684
|
|
|
6685
6685
|
// src/components/Button/style.module.scss
|
|
6686
6686
|
var style_module_default = {
|
|
6687
|
-
"button": "
|
|
6688
|
-
"default": "
|
|
6689
|
-
"text": "
|
|
6690
|
-
"primary": "
|
|
6691
|
-
"secondary": "
|
|
6692
|
-
"tertiary": "
|
|
6693
|
-
"quaternary": "
|
|
6694
|
-
"error": "
|
|
6695
|
-
"inverse": "
|
|
6696
|
-
"ghost": "
|
|
6697
|
-
"cta": "
|
|
6698
|
-
"l": "
|
|
6699
|
-
"m": "
|
|
6700
|
-
"s": "
|
|
6701
|
-
"align-center": "_align-
|
|
6702
|
-
"align-space-between": "_align-space-
|
|
6703
|
-
"neutral-primary": "_neutral-
|
|
6704
|
-
"inverse-primary": "_inverse-
|
|
6705
|
-
"inverse-static-primary": "_inverse-static-
|
|
6706
|
-
"content": "
|
|
6707
|
-
"full": "
|
|
6708
|
-
"fit-content": "_fit-
|
|
6709
|
-
"children": "
|
|
6710
|
-
"cta-children": "_cta-
|
|
6711
|
-
"l-children": "_l-
|
|
6712
|
-
"m-children": "_m-
|
|
6713
|
-
"s-children": "_s-
|
|
6687
|
+
"button": "_button_13vhi_1",
|
|
6688
|
+
"default": "_default_13vhi_27",
|
|
6689
|
+
"text": "_text_13vhi_35",
|
|
6690
|
+
"primary": "_primary_13vhi_44",
|
|
6691
|
+
"secondary": "_secondary_13vhi_58",
|
|
6692
|
+
"tertiary": "_tertiary_13vhi_72",
|
|
6693
|
+
"quaternary": "_quaternary_13vhi_86",
|
|
6694
|
+
"error": "_error_13vhi_109",
|
|
6695
|
+
"inverse": "_inverse_13vhi_123",
|
|
6696
|
+
"ghost": "_ghost_13vhi_145",
|
|
6697
|
+
"cta": "_cta_13vhi_192",
|
|
6698
|
+
"l": "_l_13vhi_199",
|
|
6699
|
+
"m": "_m_13vhi_205",
|
|
6700
|
+
"s": "_s_13vhi_58",
|
|
6701
|
+
"align-center": "_align-center_13vhi_217",
|
|
6702
|
+
"align-space-between": "_align-space-between_13vhi_222",
|
|
6703
|
+
"neutral-primary": "_neutral-primary_13vhi_227",
|
|
6704
|
+
"inverse-primary": "_inverse-primary_13vhi_232",
|
|
6705
|
+
"inverse-static-primary": "_inverse-static-primary_13vhi_236",
|
|
6706
|
+
"content": "_content_13vhi_240",
|
|
6707
|
+
"full": "_full_13vhi_245",
|
|
6708
|
+
"fit-content": "_fit-content_13vhi_249",
|
|
6709
|
+
"children": "_children_13vhi_253",
|
|
6710
|
+
"cta-children": "_cta-children_13vhi_259",
|
|
6711
|
+
"l-children": "_l-children_13vhi_264",
|
|
6712
|
+
"m-children": "_m-children_13vhi_269",
|
|
6713
|
+
"s-children": "_s-children_13vhi_274"
|
|
6714
6714
|
};
|
|
6715
6715
|
|
|
6716
6716
|
// src/components/Button/index.tsx
|