@jaimevalasek/aioson 1.30.1 → 1.30.2

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 (90) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/docs/design-previews/cognitive-core-ui-auth.html +95 -0
  3. package/docs/design-previews/cognitive-core-ui-kanban.html +231 -0
  4. package/docs/design-previews/cognitive-core-ui-list-detail.html +174 -0
  5. package/docs/design-previews/cognitive-core-ui-preview.css +1315 -0
  6. package/docs/design-previews/cognitive-core-ui-settings.html +142 -0
  7. package/docs/design-previews/cognitive-core-ui-website.html +190 -1009
  8. package/docs/design-previews/cognitive-core-ui.html +281 -463
  9. package/docs/design-previews/index.html +83 -31
  10. package/package.json +1 -1
  11. package/src/constants.js +567 -511
  12. package/template/.aioson/docs/play/README.md +2 -0
  13. package/template/.aioson/docs/play/agent-usage-guide.md +7 -1
  14. package/template/.aioson/docs/play/app-compatibility-guide.md +6 -1
  15. package/template/.aioson/docs/play/auth-services-and-testing.md +16 -1
  16. package/template/.aioson/docs/play/manifest-and-runtime.md +23 -0
  17. package/template/.aioson/skills/design/aurora-command-ui/SKILL.md +266 -243
  18. package/template/.aioson/skills/design/aurora-command-ui/references/art-direction.md +293 -293
  19. package/template/.aioson/skills/design/aurora-command-ui/references/components.md +827 -827
  20. package/template/.aioson/skills/design/aurora-command-ui/references/dashboards.md +250 -250
  21. package/template/.aioson/skills/design/aurora-command-ui/references/design-tokens.md +585 -585
  22. package/template/.aioson/skills/design/aurora-command-ui/references/motion.md +365 -365
  23. package/template/.aioson/skills/design/aurora-command-ui/references/patterns.md +485 -482
  24. package/template/.aioson/skills/design/aurora-command-ui/references/websites.md +386 -387
  25. package/template/.aioson/skills/design/bold-editorial-ui/SKILL.md +228 -205
  26. package/template/.aioson/skills/design/bold-editorial-ui/references/art-direction.md +338 -338
  27. package/template/.aioson/skills/design/bold-editorial-ui/references/components.md +977 -977
  28. package/template/.aioson/skills/design/bold-editorial-ui/references/dashboards.md +218 -218
  29. package/template/.aioson/skills/design/bold-editorial-ui/references/design-tokens.md +326 -326
  30. package/template/.aioson/skills/design/bold-editorial-ui/references/motion.md +461 -461
  31. package/template/.aioson/skills/design/bold-editorial-ui/references/patterns.md +293 -293
  32. package/template/.aioson/skills/design/bold-editorial-ui/references/websites.md +352 -352
  33. package/template/.aioson/skills/design/clean-saas-ui/SKILL.md +233 -210
  34. package/template/.aioson/skills/design/clean-saas-ui/references/art-direction.md +319 -319
  35. package/template/.aioson/skills/design/clean-saas-ui/references/components.md +365 -365
  36. package/template/.aioson/skills/design/clean-saas-ui/references/dashboards.md +196 -196
  37. package/template/.aioson/skills/design/clean-saas-ui/references/design-tokens.md +244 -244
  38. package/template/.aioson/skills/design/clean-saas-ui/references/motion.md +235 -235
  39. package/template/.aioson/skills/design/clean-saas-ui/references/patterns.md +215 -215
  40. package/template/.aioson/skills/design/clean-saas-ui/references/websites.md +295 -295
  41. package/template/.aioson/skills/design/cognitive-core-ui/SKILL.md +239 -203
  42. package/template/.aioson/skills/design/cognitive-core-ui/references/art-direction.md +339 -339
  43. package/template/.aioson/skills/design/cognitive-core-ui/references/components.md +417 -407
  44. package/template/.aioson/skills/design/cognitive-core-ui/references/dashboards.md +289 -272
  45. package/template/.aioson/skills/design/cognitive-core-ui/references/design-tokens.md +525 -524
  46. package/template/.aioson/skills/design/cognitive-core-ui/references/motion.md +279 -279
  47. package/template/.aioson/skills/design/cognitive-core-ui/references/patterns.md +355 -289
  48. package/template/.aioson/skills/design/cognitive-core-ui/references/websites.md +443 -437
  49. package/template/.aioson/skills/design/glassmorphism-ui/SKILL.md +245 -222
  50. package/template/.aioson/skills/design/glassmorphism-ui/references/art-direction.md +159 -159
  51. package/template/.aioson/skills/design/glassmorphism-ui/references/components.md +498 -498
  52. package/template/.aioson/skills/design/glassmorphism-ui/references/dashboards.md +236 -236
  53. package/template/.aioson/skills/design/glassmorphism-ui/references/design-tokens.md +274 -274
  54. package/template/.aioson/skills/design/glassmorphism-ui/references/motion.md +355 -355
  55. package/template/.aioson/skills/design/glassmorphism-ui/references/patterns.md +198 -198
  56. package/template/.aioson/skills/design/glassmorphism-ui/references/websites.md +307 -307
  57. package/template/.aioson/skills/design/interface-design/SKILL.md +68 -47
  58. package/template/.aioson/skills/design/interface-design/references/components-and-states.md +105 -105
  59. package/template/.aioson/skills/design/interface-design/references/design-directions.md +101 -101
  60. package/template/.aioson/skills/design/interface-design/references/handoff-and-quality.md +92 -71
  61. package/template/.aioson/skills/design/interface-design/references/intent-and-domain.md +74 -74
  62. package/template/.aioson/skills/design/interface-design/references/tokens-and-depth.md +173 -173
  63. package/template/.aioson/skills/design/neo-brutalist-ui/SKILL.md +236 -213
  64. package/template/.aioson/skills/design/neo-brutalist-ui/references/art-direction.md +228 -228
  65. package/template/.aioson/skills/design/neo-brutalist-ui/references/components.md +855 -855
  66. package/template/.aioson/skills/design/neo-brutalist-ui/references/dashboards.md +334 -334
  67. package/template/.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md +342 -342
  68. package/template/.aioson/skills/design/neo-brutalist-ui/references/motion.md +286 -286
  69. package/template/.aioson/skills/design/neo-brutalist-ui/references/patterns.md +458 -458
  70. package/template/.aioson/skills/design/neo-brutalist-ui/references/websites.md +723 -723
  71. package/template/.aioson/skills/design/premium-command-center-ui/SKILL.md +83 -62
  72. package/template/.aioson/skills/design/premium-command-center-ui/references/operations.md +74 -74
  73. package/template/.aioson/skills/design/premium-command-center-ui/references/patterns.md +116 -116
  74. package/template/.aioson/skills/design/premium-command-center-ui/references/validation.md +47 -47
  75. package/template/.aioson/skills/design/premium-command-center-ui/references/visual-system.md +215 -215
  76. package/template/.aioson/skills/design/pt.squarespace.com/.skill-meta.json +31 -31
  77. package/template/.aioson/skills/design/pt.squarespace.com/SKILL.md +94 -66
  78. package/template/.aioson/skills/design/pt.squarespace.com/references/components.md +366 -366
  79. package/template/.aioson/skills/design/pt.squarespace.com/references/design-tokens.md +150 -150
  80. package/template/.aioson/skills/design/pt.squarespace.com/references/motion.md +270 -270
  81. package/template/.aioson/skills/design/pt.squarespace.com/references/patterns.md +189 -189
  82. package/template/.aioson/skills/design/pt.squarespace.com/references/websites.md +161 -161
  83. package/template/.aioson/skills/design/warm-craft-ui/SKILL.md +232 -209
  84. package/template/.aioson/skills/design/warm-craft-ui/references/art-direction.md +324 -324
  85. package/template/.aioson/skills/design/warm-craft-ui/references/components.md +508 -508
  86. package/template/.aioson/skills/design/warm-craft-ui/references/dashboards.md +223 -223
  87. package/template/.aioson/skills/design/warm-craft-ui/references/design-tokens.md +374 -374
  88. package/template/.aioson/skills/design/warm-craft-ui/references/motion.md +356 -356
  89. package/template/.aioson/skills/design/warm-craft-ui/references/patterns.md +288 -288
  90. package/template/.aioson/skills/design/warm-craft-ui/references/websites.md +289 -289
@@ -1,189 +1,189 @@
1
- # Patterns — pt.squarespace.com
2
-
3
- ## Page Layout Patterns
4
-
5
- ### Homepage Structure
6
-
7
- ```
8
- ┌─────────────────────────────────────┐
9
- │ Header (sticky, transparent → solid)│
10
- ├─────────────────────────────────────┤
11
- │ Hero (full-viewport, dark) │
12
- │ - Centered headline │
13
- │ - Subtext │
14
- │ - Single CTA │
15
- ├─────────────────────────────────────┤
16
- │ Content Section (light) │
17
- │ - H2 headline │
18
- │ - 3-column grid │
19
- ├─────────────────────────────────────┤
20
- │ Content Section (alternating) │
21
- │ - Split layout │
22
- ├─────────────────────────────────────┤
23
- │ CTA Section (teal or dark) │
24
- │ - Centered headline + CTA │
25
- ├─────────────────────────────────────┤
26
- │ Domain Search (light gray) │
27
- │ - Input + button inline │
28
- ├─────────────────────────────────────┤
29
- │ Stats Row (dark) │
30
- │ - Numbers in row │
31
- ├─────────────────────────────────────┤
32
- │ Support Section (light) │
33
- │ - Grid of support options │
34
- ├─────────────────────────────────────┤
35
- │ Final CTA (dark teal) │
36
- │ - Headline + CTA │
37
- ├─────────────────────────────────────┤
38
- │ Footer (4-column grid + legal) │
39
- └─────────────────────────────────────┘
40
- ```
41
-
42
- ### Responsive Breakpoints
43
-
44
- | Breakpoint | Width | Changes |
45
- |------------|-------|---------|
46
- | Desktop | 1440px+ | Full layout, 4-col footer |
47
- | Tablet | 768px | 2-col grids, hamburger nav |
48
- | Mobile | 390px | Single column, stacked |
49
-
50
- ---
51
-
52
- ## Hero Pattern
53
-
54
- ### Layout
55
- - **Container:** 100vw × 100vh or min-height
56
- - **Background:** solid dark (`--bg-inverse: rgb(0,0,0)`)
57
- - **Content:** centered flex column, max-width container
58
-
59
- ### Typography
60
- - **Headline:** Clarkson, 42px, weight 300, white
61
- - **Subtext:** Clarkson, 26px, weight 400, white
62
- - **CTA:** 14px weight 500, white bg, black text
63
-
64
- ### Spacing
65
- - Vertical padding: 120px+
66
- - Content gap: 24px
67
-
68
- ---
69
-
70
- ## Feature Grid Pattern
71
-
72
- ### Layout
73
- - **Container:** max-width 1200px, centered
74
- - **Grid:** 3 columns on desktop, 2 on tablet, 1 on mobile
75
- - **Gap:** 32px
76
-
77
- ### Items
78
- - Icon (if applicable)
79
- - Title (H3 or bold)
80
- - Description (body text)
81
- - Optional CTA link
82
-
83
- ---
84
-
85
- ## CTA Section Pattern
86
-
87
- ### Layout
88
- - Full-width container
89
- - Centered content
90
- - Max-width 800px
91
-
92
- ### Colors
93
- - Background: `--bg-teal: rgb(30, 76, 65)` OR `--bg-inverse`
94
- - Text: white
95
- - CTA: white button on dark, black button on light
96
-
97
- ### Typography
98
- - Headline: 26px (same as H2)
99
- - Subtext: 16px
100
- - Button: 14px weight 500
101
-
102
- ---
103
-
104
- ## Footer Pattern
105
-
106
- ### Layout
107
- - **Grid:** 4 columns desktop, 2 tablet, 1 mobile
108
- - **Bottom row:** copyright + legal links
109
-
110
- ### Columns
111
- 1. Products
112
- 2. Solutions
113
- 3. Resources
114
- 4. Company
115
-
116
- ### Colors
117
- - Background: `--bg-inverse` (black)
118
- - Text: white or `--text-light-gray`
119
- - Links hover: `--text-muted`
120
-
121
- ### Typography
122
- - Column headers: 14px weight 500
123
- - Links: 14px weight 400
124
- - Legal: 12px
125
-
126
- ---
127
-
128
- ## Domain Search Pattern
129
-
130
- ### Layout
131
- - Inline: input + button side by side
132
- - Mobile: stacked
133
-
134
- ### Elements
135
- - Input: max-width 300px
136
- - Button: "Buscar" or similar
137
-
138
- ### Colors
139
- - Background: `--bg-elevated` (rgb(223, 221, 216))
140
- - Input: white background
141
- - Border: subtle gray
142
-
143
- ---
144
-
145
- ## Stats Row Pattern
146
-
147
- ### Layout
148
- - Horizontal flex row
149
- - Evenly spaced
150
- - Mobile: wraps to 2×2 grid
151
-
152
- ### Content
153
- - Large number (Clarkson, bold)
154
- - Label below (gray, smaller)
155
-
156
- ### Colors
157
- - Background: dark section
158
- - Numbers: white
159
- - Labels: light gray
160
-
161
- ---
162
-
163
- ## Navigation Pattern
164
-
165
- ### Desktop
166
- - Logo: left
167
- - Links: center (Products, Solutions, Resources)
168
- - CTAs: right (Login, Get Started)
169
-
170
- ### Mobile
171
- - Logo: left
172
- - Hamburger: right
173
- - Drawer: slides from right
174
-
175
- ### Scroll Behavior
176
- - Starts transparent
177
- - Adds solid background + shadow after 50px scroll
178
-
179
- ---
180
-
181
- ## Content Spacing Scale
182
-
183
- | Section Type | Padding Y | Padding X |
184
- |--------------|-----------|-----------|
185
- | Hero | 120px+ | 24px |
186
- | Content | 80px | 24px |
187
- | CTA | 80px | 24px |
188
- | Footer | 64px | 24px |
189
- | Tight | 48px | 24px |
1
+ # Patterns — pt.squarespace.com
2
+
3
+ ## Page Layout Patterns
4
+
5
+ ### Homepage Structure
6
+
7
+ ```
8
+ ┌─────────────────────────────────────┐
9
+ │ Header (sticky, transparent → solid)│
10
+ ├─────────────────────────────────────┤
11
+ │ Hero (full-viewport, dark) │
12
+ │ - Centered headline │
13
+ │ - Subtext │
14
+ │ - Single CTA │
15
+ ├─────────────────────────────────────┤
16
+ │ Content Section (light) │
17
+ │ - H2 headline │
18
+ │ - 3-column grid │
19
+ ├─────────────────────────────────────┤
20
+ │ Content Section (alternating) │
21
+ │ - Split layout │
22
+ ├─────────────────────────────────────┤
23
+ │ CTA Section (teal or dark) │
24
+ │ - Centered headline + CTA │
25
+ ├─────────────────────────────────────┤
26
+ │ Domain Search (light gray) │
27
+ │ - Input + button inline │
28
+ ├─────────────────────────────────────┤
29
+ │ Stats Row (dark) │
30
+ │ - Numbers in row │
31
+ ├─────────────────────────────────────┤
32
+ │ Support Section (light) │
33
+ │ - Grid of support options │
34
+ ├─────────────────────────────────────┤
35
+ │ Final CTA (dark teal) │
36
+ │ - Headline + CTA │
37
+ ├─────────────────────────────────────┤
38
+ │ Footer (4-column grid + legal) │
39
+ └─────────────────────────────────────┘
40
+ ```
41
+
42
+ ### Responsive Breakpoints
43
+
44
+ | Breakpoint | Width | Changes |
45
+ |------------|-------|---------|
46
+ | Desktop | 1440px+ | Full layout, 4-col footer |
47
+ | Tablet | 768px | 2-col grids, hamburger nav |
48
+ | Mobile | 390px | Single column, stacked |
49
+
50
+ ---
51
+
52
+ ## Hero Pattern
53
+
54
+ ### Layout
55
+ - **Container:** width: 100%; min-height: 100vh with overflow guarded
56
+ - **Background:** solid dark (`--bg-inverse: rgb(0,0,0)`)
57
+ - **Content:** centered flex column, max-width container
58
+
59
+ ### Typography
60
+ - **Headline:** Clarkson, 42px, weight 300, white
61
+ - **Subtext:** Clarkson, 26px, weight 400, white
62
+ - **CTA:** 14px weight 500, white bg, black text
63
+
64
+ ### Spacing
65
+ - Vertical padding: 120px+
66
+ - Content gap: 24px
67
+
68
+ ---
69
+
70
+ ## Feature Grid Pattern
71
+
72
+ ### Layout
73
+ - **Container:** max-width 1200px, centered
74
+ - **Grid:** 3 columns on desktop, 2 on tablet, 1 on mobile
75
+ - **Gap:** 32px
76
+
77
+ ### Items
78
+ - Icon (if applicable)
79
+ - Title (H3 or bold)
80
+ - Description (body text)
81
+ - Optional CTA link
82
+
83
+ ---
84
+
85
+ ## CTA Section Pattern
86
+
87
+ ### Layout
88
+ - Full-width container
89
+ - Centered content
90
+ - Max-width 800px
91
+
92
+ ### Colors
93
+ - Background: `--bg-teal: rgb(30, 76, 65)` OR `--bg-inverse`
94
+ - Text: white
95
+ - CTA: white button on dark, black button on light
96
+
97
+ ### Typography
98
+ - Headline: 26px (same as H2)
99
+ - Subtext: 16px
100
+ - Button: 14px weight 500
101
+
102
+ ---
103
+
104
+ ## Footer Pattern
105
+
106
+ ### Layout
107
+ - **Grid:** 4 columns desktop, 2 tablet, 1 mobile
108
+ - **Bottom row:** copyright + legal links
109
+
110
+ ### Columns
111
+ 1. Products
112
+ 2. Solutions
113
+ 3. Resources
114
+ 4. Company
115
+
116
+ ### Colors
117
+ - Background: `--bg-inverse` (black)
118
+ - Text: white or `--text-light-gray`
119
+ - Links hover: `--text-muted`
120
+
121
+ ### Typography
122
+ - Column headers: 14px weight 500
123
+ - Links: 14px weight 400
124
+ - Legal: 12px
125
+
126
+ ---
127
+
128
+ ## Domain Search Pattern
129
+
130
+ ### Layout
131
+ - Inline: input + button side by side
132
+ - Mobile: stacked
133
+
134
+ ### Elements
135
+ - Input: max-width 300px
136
+ - Button: "Buscar" or similar
137
+
138
+ ### Colors
139
+ - Background: `--bg-elevated` (rgb(223, 221, 216))
140
+ - Input: white background
141
+ - Border: subtle gray
142
+
143
+ ---
144
+
145
+ ## Stats Row Pattern
146
+
147
+ ### Layout
148
+ - Horizontal flex row
149
+ - Evenly spaced
150
+ - Mobile: wraps to 2×2 grid
151
+
152
+ ### Content
153
+ - Large number (Clarkson, bold)
154
+ - Label below (gray, smaller)
155
+
156
+ ### Colors
157
+ - Background: dark section
158
+ - Numbers: white
159
+ - Labels: light gray
160
+
161
+ ---
162
+
163
+ ## Navigation Pattern
164
+
165
+ ### Desktop
166
+ - Logo: left
167
+ - Links: center (Products, Solutions, Resources)
168
+ - CTAs: right (Login, Get Started)
169
+
170
+ ### Mobile
171
+ - Logo: left
172
+ - Hamburger: right
173
+ - Drawer: slides from right
174
+
175
+ ### Scroll Behavior
176
+ - Starts transparent
177
+ - Adds solid background + shadow after 50px scroll
178
+
179
+ ---
180
+
181
+ ## Content Spacing Scale
182
+
183
+ | Section Type | Padding Y | Padding X |
184
+ |--------------|-----------|-----------|
185
+ | Hero | 120px+ | 24px |
186
+ | Content | 80px | 24px |
187
+ | CTA | 80px | 24px |
188
+ | Footer | 64px | 24px |
189
+ | Tight | 48px | 24px |