react-justified-layout-ts 2.1.4 → 2.2.1

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.
Files changed (52) hide show
  1. package/.storybook/main.ts +12 -13
  2. package/.storybook/preview.ts +11 -4
  3. package/README.md +44 -44
  4. package/dist/components/layout.css +3 -3
  5. package/dist/src/components/JustifiedGrid.d.ts +13 -0
  6. package/dist/src/components/JustifiedGrid.js +59 -0
  7. package/dist/src/components/TSJustifiedLayout.d.ts +18 -0
  8. package/dist/src/components/TSJustifiedLayout.js +99 -0
  9. package/dist/src/index.d.ts +2 -0
  10. package/dist/src/index.js +7 -0
  11. package/dist/src/stories/ConfiguredJustifiedLayout.d.ts +3 -0
  12. package/dist/src/stories/ConfiguredJustifiedLayout.js +12 -0
  13. package/dist/src/stories/JustifiedLayout.stories.d.ts +13 -0
  14. package/dist/src/stories/JustifiedLayout.stories.js +202 -0
  15. package/dist/stories/JustifiedLayout.stories.d.ts +0 -1
  16. package/dist/stories/JustifiedLayout.stories.js +5 -6
  17. package/package.json +43 -49
  18. package/src/components/JustifiedGrid.d.ts +14 -0
  19. package/src/components/JustifiedGrid.d.ts.map +1 -0
  20. package/src/components/JustifiedGrid.js +63 -0
  21. package/src/components/JustifiedGrid.js.map +1 -0
  22. package/src/components/JustifiedGrid.tsx +79 -79
  23. package/src/components/TSJustifiedLayout.d.ts +19 -0
  24. package/src/components/TSJustifiedLayout.d.ts.map +1 -0
  25. package/src/components/TSJustifiedLayout.js +98 -0
  26. package/src/components/TSJustifiedLayout.js.map +1 -0
  27. package/src/components/TSJustifiedLayout.tsx +139 -139
  28. package/src/components/layout.css +3 -3
  29. package/src/declarations.d.ts +1 -0
  30. package/src/index.d.ts +4 -0
  31. package/src/index.d.ts.map +1 -0
  32. package/src/index.js +8 -0
  33. package/src/index.js.map +1 -0
  34. package/src/index.ts +3 -2
  35. package/src/stories/Configure.mdx +388 -364
  36. package/src/stories/ConfiguredJustifiedLayout.d.ts +3 -0
  37. package/src/stories/ConfiguredJustifiedLayout.d.ts.map +1 -0
  38. package/src/stories/ConfiguredJustifiedLayout.js +10 -0
  39. package/src/stories/ConfiguredJustifiedLayout.js.map +1 -0
  40. package/src/stories/ConfiguredJustifiedLayout.tsx +22 -22
  41. package/src/stories/JustifiedLayout.stories.d.ts +13 -0
  42. package/src/stories/JustifiedLayout.stories.d.ts.map +1 -0
  43. package/src/stories/JustifiedLayout.stories.js +197 -0
  44. package/src/stories/JustifiedLayout.stories.js.map +1 -0
  45. package/src/stories/JustifiedLayout.stories.tsx +204 -205
  46. package/src/stories/assets/accessibility.svg +1 -5
  47. package/src/stories/assets/discord.svg +1 -15
  48. package/src/stories/assets/github.svg +1 -3
  49. package/src/stories/assets/tutorials.svg +1 -12
  50. package/src/stories/assets/youtube.svg +1 -4
  51. package/tsconfig.json +44 -15
  52. package/LICENSE +0 -21
@@ -0,0 +1,3 @@
1
+ import { TSJustifiedLayoutProps } from "../components/TSJustifiedLayout";
2
+ export declare const ConfiguredJustifiedLayout: ({ aspectRatioList, rowSpacing, width, itemSpacing, targetRowHeight, targetRowHeightTolerance, children }: TSJustifiedLayoutProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ConfiguredJustifiedLayout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfiguredJustifiedLayout.d.ts","sourceRoot":"","sources":["ConfiguredJustifiedLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,sBAAsB,EAAC,MAAM,iCAAiC,CAAC;AAKvE,eAAO,MAAM,yBAAyB,GAAI,0GAQG,sBAAsB,4CASlE,CAAA"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConfiguredJustifiedLayout = void 0;
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
5
+ const JustifiedGrid_1 = require("../components/JustifiedGrid");
6
+ const ConfiguredJustifiedLayout = ({ aspectRatioList, rowSpacing = 8, width = 1000, itemSpacing = 8, targetRowHeight = 320, targetRowHeightTolerance = 0.10, children }) => {
7
+ return (0, jsx_runtime_1.jsx)(JustifiedGrid_1.JustifiedGrid, { aspectRatioList: aspectRatioList, width: width, itemSpacing: itemSpacing, targetRowHeight: targetRowHeight, targetRowHeightTolerance: targetRowHeightTolerance, rowSpacing: rowSpacing, children: children.map((child) => child) });
8
+ };
9
+ exports.ConfiguredJustifiedLayout = ConfiguredJustifiedLayout;
10
+ //# sourceMappingURL=ConfiguredJustifiedLayout.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfiguredJustifiedLayout.js","sourceRoot":"","sources":["ConfiguredJustifiedLayout.tsx"],"names":[],"mappings":";;;;AAEA,+DAA0D;AAGnD,MAAM,yBAAyB,GAAG,CAAC,EACI,eAAe,EACf,UAAU,GAAG,CAAC,EACd,KAAK,GAAG,IAAI,EACZ,WAAW,GAAG,CAAC,EACf,eAAe,GAAG,GAAG,EACrB,wBAAwB,GAAG,IAAI,EAC/B,QAAQ,EACa,EAAE,EAAE;IACnE,OAAO,uBAAC,6BAAa,IAAC,eAAe,EAAE,eAAe,EAChC,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAE,eAAe,EAChC,wBAAwB,EAAE,wBAAwB,EAClD,UAAU,EAAE,UAAU,YACvC,QAAQ,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,GACnB,CAAC;AACrB,CAAC,CAAA;AAjBY,QAAA,yBAAyB,6BAiBrC"}
@@ -1,23 +1,23 @@
1
- import {TSJustifiedLayoutProps} from "../components/TSJustifiedLayout";
2
- import React from "react";
3
- import {JustifiedGrid} from "../components/JustifiedGrid";
4
-
5
-
6
- export const ConfiguredJustifiedLayout = ({
7
- aspectRatioList,
8
- rowSpacing = 8,
9
- width = 1000,
10
- itemSpacing = 8,
11
- targetRowHeight = 320,
12
- targetRowHeightTolerance = 0.10,
13
- children
14
- }: TSJustifiedLayoutProps) => {
15
- return <JustifiedGrid aspectRatioList={aspectRatioList}
16
- width={width}
17
- itemSpacing={itemSpacing}
18
- targetRowHeight={targetRowHeight}
19
- targetRowHeightTolerance={targetRowHeightTolerance}
20
- rowSpacing={rowSpacing}>
21
- {children.map((child) => child)}
22
- </JustifiedGrid>;
1
+ import {TSJustifiedLayoutProps} from "../components/TSJustifiedLayout";
2
+ import React from "react";
3
+ import {JustifiedGrid} from "../components/JustifiedGrid";
4
+
5
+
6
+ export const ConfiguredJustifiedLayout = ({
7
+ aspectRatioList,
8
+ rowSpacing = 8,
9
+ width = 1000,
10
+ itemSpacing = 8,
11
+ targetRowHeight = 320,
12
+ targetRowHeightTolerance = 0.10,
13
+ children
14
+ }: TSJustifiedLayoutProps) => {
15
+ return <JustifiedGrid aspectRatioList={aspectRatioList}
16
+ width={width}
17
+ itemSpacing={itemSpacing}
18
+ targetRowHeight={targetRowHeight}
19
+ targetRowHeightTolerance={targetRowHeightTolerance}
20
+ rowSpacing={rowSpacing}>
21
+ {children.map((child) => child)}
22
+ </JustifiedGrid>;
23
23
  }
@@ -0,0 +1,13 @@
1
+ import type { StoryObj } from "@storybook/react";
2
+ declare const meta: {
3
+ title: string;
4
+ component: ({ aspectRatioList, rowSpacing, width, itemSpacing, targetRowHeight, targetRowHeightTolerance, children }: import("../components/TSJustifiedLayout").TSJustifiedLayoutProps) => import("react/jsx-runtime").JSX.Element;
5
+ };
6
+ export default meta;
7
+ type Story = StoryObj<typeof meta>;
8
+ export declare const Primary: Story;
9
+ export declare const Secondary: Story;
10
+ export declare const Divs: Story;
11
+ export declare const Single: Story;
12
+ export declare const SingleWithDiv: Story;
13
+ //# sourceMappingURL=JustifiedLayout.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"JustifiedLayout.stories.d.ts","sourceRoot":"","sources":["JustifiedLayout.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAO,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAKrD,QAAA,MAAM,IAAI;;;CAGwC,CAAC;AACnD,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAuHnC,eAAO,MAAM,OAAO,EAAE,KAiBrB,CAAC;AAGF,eAAO,MAAM,SAAS,EAAE,KAYvB,CAAA;AAED,eAAO,MAAM,IAAI,EAAE,KAYlB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KAYpB,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAY3B,CAAA"}
@@ -0,0 +1,197 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.SingleWithDiv = exports.Single = exports.Divs = exports.Secondary = exports.Primary = void 0;
7
+ const jsx_runtime_1 = require("react/jsx-runtime");
8
+ const ConfiguredJustifiedLayout_1 = require("./ConfiguredJustifiedLayout");
9
+ const react_loading_skeleton_1 = __importDefault(require("react-loading-skeleton"));
10
+ const meta = {
11
+ title: 'JustifiedLayout/Basic',
12
+ component: ConfiguredJustifiedLayout_1.ConfiguredJustifiedLayout,
13
+ };
14
+ exports.default = meta;
15
+ const displayedImages = [
16
+ {
17
+ "title": "Outfit Sheet",
18
+ "artist": "@godbirdart",
19
+ "tags": [
20
+ "Vernal",
21
+ "Serotinal Circuitboard",
22
+ "Estival Checker",
23
+ "Autumnal Wavesniper",
24
+ "Hibernal Assassin",
25
+ "Rastaban Form",
26
+ "Knives",
27
+ "Techwear",
28
+ "Hoodie",
29
+ "Bodysuit",
30
+ "Featured"
31
+ ],
32
+ "href": "https://x.com/FaintAlcor/status/1785179761309839456",
33
+ "published": "2024-04-30",
34
+ "aspectRatio": 2.35,
35
+ "thumbnailUrl": "https://alcorsiteartbucket.s3.amazonaws.com/600h/outfit_sheet.webp",
36
+ "webp": "https://alcorsiteartbucket.s3.amazonaws.com/webp/outfit_sheet.webp",
37
+ "src": "https://alcorsiteartbucket.s3.amazonaws.com/outfit_sheet.PNG"
38
+ },
39
+ {
40
+ "title": "Quick-Draw Stance",
41
+ "artist": "@RSN_07",
42
+ "tags": [
43
+ "Aquarius Form",
44
+ "Featured"
45
+ ],
46
+ "href": "https://x.com/RSN_07/status/1775664237119217719?s=20",
47
+ "published": "2024-04-03",
48
+ "aspectRatio": 0.6328125,
49
+ "thumbnailUrl": "https://alcorsiteartbucket.s3.amazonaws.com/600h/quick_draw_stance.webp",
50
+ "webp": "https://alcorsiteartbucket.s3.amazonaws.com/webp/quick_draw_stance.webp",
51
+ "src": "https://alcorsiteartbucket.s3.amazonaws.com/quick_draw_stance.PNG"
52
+ },
53
+ {
54
+ "title": "Evening Train",
55
+ "artist": "@greyy_arts",
56
+ "tags": [
57
+ "Estival Checker",
58
+ "Rastaban Form",
59
+ "Hoodie",
60
+ "Featured"
61
+ ],
62
+ "href": "https://twitter.com/greyy_arts/status/1613748293531758593",
63
+ "published": "2023-01-12",
64
+ "thumbnailUrl": "https://alcorsiteartbucket.s3.amazonaws.com/600h/evening_train.webp",
65
+ "src": "https://alcorsiteartbucket.s3.amazonaws.com/evening_train.png",
66
+ "aspectRatio": 0.8203125,
67
+ "webp": "https://alcorsiteartbucket.s3.amazonaws.com/webp/evening_train.webp"
68
+ },
69
+ {
70
+ "src": "https://pbs.twimg.com/media/Fj2qZYRVEAAVyRC?format=jpg&name=large",
71
+ "title": "AICore Relaxing",
72
+ "href": "https://twitter.com/KuroPenguinEx/status/1602624683211227136/photo/1",
73
+ "artist": "@KuroPenguinEx",
74
+ "tags": [
75
+ "AICore Form",
76
+ "Thuban Form",
77
+ "Featured"
78
+ ],
79
+ "published": "2022-12-13",
80
+ "aspectRatio": 1.3333333333333333
81
+ },
82
+ {
83
+ "title": "Sci-fi Mode: ON",
84
+ "href": "https://twitter.com/AxyUsagi/status/1543041029674344448?s=20&t=tlXwc5aegdXuQeLhgdUw-Q",
85
+ "artist": "@AxyUsagi",
86
+ "src": "https://pbs.twimg.com/media/FWn7dJ9XkAIHM5j?format=jpg&name=medium",
87
+ "tags": [
88
+ "Thuban Form",
89
+ "Knives",
90
+ "Hoodie",
91
+ "Techwear",
92
+ "Bodysuit",
93
+ "Featured"
94
+ ],
95
+ "published": "2022-07-01",
96
+ "aspectRatio": 0.9166666666666666
97
+ },
98
+ {
99
+ "title": "Lance Hero",
100
+ "href": "https://twitter.com/eb_kemo/status/1521991097098305536?s=20&t=8fG0sc10hW-oJEyn8HzT3w",
101
+ "src": "https://pbs.twimg.com/media/FR8y1bnakAA0Pol?format=jpg&name=large",
102
+ "artist": "@eb_erh",
103
+ "tags": [
104
+ "Rastaban Form",
105
+ "Gungrir Suit",
106
+ "Lances",
107
+ "Superhero",
108
+ "Featured"
109
+ ],
110
+ "published": "2022-05-04",
111
+ "aspectRatio": 0.85107421875
112
+ },
113
+ {
114
+ "src": "https://pbs.twimg.com/media/FnHp4nWaUAA-lgD?format=jpg&name=large",
115
+ "title": "Special Archery Training!",
116
+ "href": "https://twitter.com/Yamainu_ken/status/1617331411761115138?s=20",
117
+ "tags": [
118
+ "Superhero",
119
+ "Indra Suit",
120
+ "Bow",
121
+ "Bodysuit",
122
+ "Thuban Form",
123
+ "Featured"
124
+ ],
125
+ "artist": "@Yamainu_ken",
126
+ "published": "2023-01-22",
127
+ "aspectRatio": 1.5442260442260443
128
+ }
129
+ ];
130
+ // More on writing stories with args: https://storybook.js.org/docs/writing-stories/args
131
+ exports.Primary = {
132
+ name: "Complex Elements",
133
+ args: {
134
+ width: 1920,
135
+ showWidows: true,
136
+ targetRowHeight: undefined,
137
+ rowSpacing: undefined,
138
+ itemSpacing: undefined,
139
+ aspectRatioList: displayedImages.map(value => value.aspectRatio),
140
+ targetRowHeightTolerance: undefined,
141
+ children: displayedImages.map(value => (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("div", { style: { top: 16, left: 16, position: "absolute" }, children: "Testing" }), (0, jsx_runtime_1.jsx)("img", { src: value.webp ?? value.src })] })),
142
+ containerStyle: { position: 'relative' }
143
+ },
144
+ };
145
+ exports.Secondary = {
146
+ name: "Image Tag Elements",
147
+ args: {
148
+ width: 1920,
149
+ showWidows: true,
150
+ targetRowHeight: undefined,
151
+ rowSpacing: undefined,
152
+ itemSpacing: undefined,
153
+ aspectRatioList: displayedImages.slice(1, 5).map(value => value.aspectRatio),
154
+ targetRowHeightTolerance: undefined,
155
+ children: displayedImages.slice(1, 5).map(value => (0, jsx_runtime_1.jsx)("img", { src: value.webp ?? value.src }))
156
+ },
157
+ };
158
+ exports.Divs = {
159
+ name: "Divs Only",
160
+ args: {
161
+ width: 1920,
162
+ showWidows: true,
163
+ targetRowHeight: undefined,
164
+ rowSpacing: undefined,
165
+ itemSpacing: undefined,
166
+ aspectRatioList: displayedImages.slice(1, 5).map(value => value.aspectRatio),
167
+ targetRowHeightTolerance: undefined,
168
+ children: displayedImages.slice(1, 5).map(value => (0, jsx_runtime_1.jsx)(react_loading_skeleton_1.default, { style: { aspectRatio: value.aspectRatio } }))
169
+ },
170
+ };
171
+ exports.Single = {
172
+ name: "Single Elements",
173
+ args: {
174
+ children: [(0, jsx_runtime_1.jsx)("img", { src: 'https://alcorsiteartbucket.s3.amazonaws.com/webp/alcor_wow.webp' })],
175
+ width: 1920,
176
+ showWidows: true,
177
+ targetRowHeight: undefined,
178
+ rowSpacing: undefined,
179
+ itemSpacing: undefined,
180
+ targetRowHeightTolerance: undefined,
181
+ aspectRatioList: [1],
182
+ }
183
+ };
184
+ exports.SingleWithDiv = {
185
+ name: "Complex Single Element",
186
+ args: {
187
+ children: [(0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)("img", { src: 'https://alcorsiteartbucket.s3.amazonaws.com/webp/alcor_wow.webp' }) })],
188
+ width: 1920,
189
+ showWidows: true,
190
+ targetRowHeight: undefined,
191
+ rowSpacing: undefined,
192
+ itemSpacing: undefined,
193
+ targetRowHeightTolerance: undefined,
194
+ aspectRatioList: [1],
195
+ }
196
+ };
197
+ //# sourceMappingURL=JustifiedLayout.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"JustifiedLayout.stories.js","sourceRoot":"","sources":["JustifiedLayout.stories.tsx"],"names":[],"mappings":"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"}