@terraware/web-components 2.3.36 → 2.3.38
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.
|
@@ -16,6 +16,6 @@ function NavSection(props) {
|
|
|
16
16
|
}, separator && /*#__PURE__*/_react.default.createElement("div", {
|
|
17
17
|
className: "divider"
|
|
18
18
|
}), title && /*#__PURE__*/_react.default.createElement("span", {
|
|
19
|
-
className: "nav-section--title"
|
|
19
|
+
className: "nav-section--title ".concat(separator ? '' : 'no-separator')
|
|
20
20
|
}, title));
|
|
21
21
|
}
|
|
@@ -136,7 +136,7 @@ function ViewPhotosDialog(props) {
|
|
|
136
136
|
target: "blank"
|
|
137
137
|
}, /*#__PURE__*/_react.default.createElement("img", {
|
|
138
138
|
className: "view-photos-dialog-image",
|
|
139
|
-
src:
|
|
139
|
+
src: p.url,
|
|
140
140
|
alt: p.alt,
|
|
141
141
|
onLoad: function onLoad() {
|
|
142
142
|
return finishLoading(i);
|
package/package.json
CHANGED
|
@@ -8,4 +8,5 @@ declare const _default: {
|
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, NavbarProps>;
|
|
11
|
+
export declare const Title: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, NavbarProps>;
|
|
11
12
|
//# sourceMappingURL=Navbar.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Navbar.stories.d.ts","sourceRoot":"","sources":["../../src/stories/Navbar.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,MAAM,EAAE,EAAE,KAAK,IAAI,WAAW,EAAE,MAAM,6BAA6B,CAAC;;;;;;;;AAM3E,wBAME;
|
|
1
|
+
{"version":3,"file":"Navbar.stories.d.ts","sourceRoot":"","sources":["../../src/stories/Navbar.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,MAAM,EAAE,EAAE,KAAK,IAAI,WAAW,EAAE,MAAM,6BAA6B,CAAC;;;;;;;;AAM3E,wBAME;AA+CF,eAAO,MAAM,OAAO,4GAAwB,CAAC;AAE7C,eAAO,MAAM,KAAK,4GAAqB,CAAC"}
|