@20minutes/hela 0.1.99 → 0.1.100
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/components/atoms/Avatar/Avatar.d.ts +1 -1
- package/dist/components/molecules/Signature/Signature.d.ts +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.umd.js +2 -2
- package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
- package/dist/scss/abstracts/variables/_variables.scss +1 -1
- package/package.json +3 -3
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { type BoxProps } from '../../../components';
|
|
3
3
|
import type { RubricColorType } from '../../../types';
|
|
4
4
|
export interface AvatarProps extends BoxProps {
|
|
5
|
-
img
|
|
5
|
+
img?: string;
|
|
6
6
|
alt?: string;
|
|
7
7
|
rubricColor?: RubricColorType | 'afp';
|
|
8
8
|
}
|
|
@@ -3,7 +3,7 @@ import type { FlexProps } from '../../../components';
|
|
|
3
3
|
import type { RubricColorType } from '../../../types';
|
|
4
4
|
import { LayoutType } from '../../../types';
|
|
5
5
|
export interface SignatureProps extends FlexProps {
|
|
6
|
-
avatar
|
|
6
|
+
avatar?: string;
|
|
7
7
|
username: string;
|
|
8
8
|
publishedAt: string;
|
|
9
9
|
editedAt: string;
|
package/dist/index.es.js
CHANGED
|
@@ -2024,7 +2024,7 @@ const u1 = S(({
|
|
|
2024
2024
|
iconProps: he,
|
|
2025
2025
|
textProps: D1,
|
|
2026
2026
|
value: U1
|
|
2027
|
-
}, r1) => /* @__PURE__ */ e.createElement(_, { key: r1 == null ? void 0 : r1.toString(), alignItems: "center", gap: "xxs
|
|
2027
|
+
}, r1) => /* @__PURE__ */ e.createElement(_, { key: r1 == null ? void 0 : r1.toString(), alignItems: "center", gap: "xxs", __self: void 0, __source: {
|
|
2028
2028
|
fileName: O,
|
|
2029
2029
|
lineNumber: 97,
|
|
2030
2030
|
columnNumber: 13
|
|
@@ -2630,7 +2630,7 @@ const j1 = S(({
|
|
|
2630
2630
|
as: l = "p",
|
|
2631
2631
|
children: r,
|
|
2632
2632
|
...m
|
|
2633
|
-
}, c) => r && r.toString().length ? /* @__PURE__ */ e.createElement(N, { ...Xe({
|
|
2633
|
+
}, c) => r && r.toString().length || m != null && m.dangerouslySetInnerHTML ? /* @__PURE__ */ e.createElement(N, { ...Xe({
|
|
2634
2634
|
props: m,
|
|
2635
2635
|
systemPropNames: Object.keys(Y1)
|
|
2636
2636
|
}), as: l, ref: c, className: u(N0(m), m == null ? void 0 : m.className), __self: void 0, __source: {
|