@jmruthers/pace-core 0.5.60 → 0.5.61
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/README.md +2 -2
- package/dist/{PublicLoadingSpinner-SL8WaQN7.d.ts → PublicLoadingSpinner-CrMOrhNz.d.ts} +4 -28
- package/dist/{chunk-SFMRBGGK.js → chunk-44SAHU2N.js} +133 -134
- package/dist/chunk-44SAHU2N.js.map +1 -0
- package/dist/{chunk-ITPVFKDH.js → chunk-4ULBJNIT.js} +128 -11
- package/dist/chunk-4ULBJNIT.js.map +1 -0
- package/dist/{chunk-NMNDTCOR.js → chunk-HFDYTSAP.js} +2 -2
- package/dist/{chunk-NQ4TOOO6.js → chunk-L3RV2ALE.js} +1 -1
- package/dist/chunk-L3RV2ALE.js.map +1 -0
- package/dist/components.d.ts +2 -2
- package/dist/components.js +3 -5
- package/dist/components.js.map +1 -1
- package/dist/hooks.d.ts +3 -63
- package/dist/hooks.js +28 -143
- package/dist/hooks.js.map +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/{organisation-t-vvQC3g.d.ts → organisation-DD0yBbGU.d.ts} +1 -1
- package/dist/providers.d.ts +2 -2
- package/dist/styles/index.d.ts +1 -1
- package/dist/styles/index.js +1 -1
- package/dist/{usePublicRouteParams-CdoFxnJK.d.ts → usePublicRouteParams-Cu6oKazv.d.ts} +63 -2
- package/docs/README.md +1 -1
- package/docs/api/README.md +2 -2
- package/docs/api/classes/ErrorBoundary.md +1 -1
- package/docs/api/classes/InvalidScopeError.md +1 -1
- package/docs/api/classes/MissingUserContextError.md +1 -1
- package/docs/api/classes/OrganisationContextRequiredError.md +1 -1
- package/docs/api/classes/PermissionDeniedError.md +1 -1
- package/docs/api/classes/PublicErrorBoundary.md +1 -1
- package/docs/api/classes/RBACAuditManager.md +1 -1
- package/docs/api/classes/RBACCache.md +1 -1
- package/docs/api/classes/RBACEngine.md +1 -1
- package/docs/api/classes/RBACError.md +1 -1
- package/docs/api/classes/RBACNotInitializedError.md +1 -1
- package/docs/api/classes/SecureSupabaseClient.md +1 -1
- package/docs/api/classes/StorageUtils.md +1 -1
- package/docs/api/interfaces/AggregateConfig.md +1 -1
- package/docs/api/interfaces/ButtonProps.md +1 -1
- package/docs/api/interfaces/CardProps.md +1 -1
- package/docs/api/interfaces/ColorPalette.md +1 -1
- package/docs/api/interfaces/ColorShade.md +1 -1
- package/docs/api/interfaces/DataAccessRecord.md +1 -1
- package/docs/api/interfaces/DataTableAction.md +1 -1
- package/docs/api/interfaces/DataTableColumn.md +1 -1
- package/docs/api/interfaces/DataTableProps.md +1 -1
- package/docs/api/interfaces/DataTableToolbarButton.md +1 -1
- package/docs/api/interfaces/EmptyStateConfig.md +1 -1
- package/docs/api/interfaces/EnhancedNavigationMenuProps.md +1 -1
- package/docs/api/interfaces/EventContextType.md +1 -1
- package/docs/api/interfaces/EventLogoProps.md +1 -1
- package/docs/api/interfaces/EventProviderProps.md +1 -1
- package/docs/api/interfaces/FileSizeLimits.md +1 -1
- package/docs/api/interfaces/FileUploadProps.md +1 -1
- package/docs/api/interfaces/FooterProps.md +1 -1
- package/docs/api/interfaces/InactivityWarningModalProps.md +1 -1
- package/docs/api/interfaces/InputProps.md +1 -1
- package/docs/api/interfaces/LabelProps.md +1 -1
- package/docs/api/interfaces/LoginFormProps.md +1 -1
- package/docs/api/interfaces/NavigationAccessRecord.md +1 -1
- package/docs/api/interfaces/NavigationContextType.md +1 -1
- package/docs/api/interfaces/NavigationGuardProps.md +1 -1
- package/docs/api/interfaces/NavigationItem.md +1 -1
- package/docs/api/interfaces/NavigationMenuProps.md +1 -1
- package/docs/api/interfaces/NavigationProviderProps.md +1 -1
- package/docs/api/interfaces/Organisation.md +1 -1
- package/docs/api/interfaces/OrganisationContextType.md +1 -1
- package/docs/api/interfaces/OrganisationMembership.md +1 -1
- package/docs/api/interfaces/OrganisationProviderProps.md +1 -1
- package/docs/api/interfaces/OrganisationSecurityError.md +1 -1
- package/docs/api/interfaces/PaceAppLayoutProps.md +1 -1
- package/docs/api/interfaces/PaceLoginPageProps.md +1 -1
- package/docs/api/interfaces/PageAccessRecord.md +1 -1
- package/docs/api/interfaces/PagePermissionContextType.md +1 -1
- package/docs/api/interfaces/PagePermissionGuardProps.md +1 -1
- package/docs/api/interfaces/PagePermissionProviderProps.md +1 -1
- package/docs/api/interfaces/PaletteData.md +1 -1
- package/docs/api/interfaces/PermissionEnforcerProps.md +1 -1
- package/docs/api/interfaces/PublicErrorBoundaryProps.md +1 -1
- package/docs/api/interfaces/PublicErrorBoundaryState.md +1 -1
- package/docs/api/interfaces/PublicLoadingSpinnerProps.md +1 -1
- package/docs/api/interfaces/PublicPageFooterProps.md +1 -1
- package/docs/api/interfaces/PublicPageHeaderProps.md +1 -1
- package/docs/api/interfaces/PublicPageLayoutProps.md +1 -1
- package/docs/api/interfaces/RBACConfig.md +1 -1
- package/docs/api/interfaces/RBACContextType.md +1 -1
- package/docs/api/interfaces/RBACLogger.md +1 -1
- package/docs/api/interfaces/RBACProviderProps.md +1 -1
- package/docs/api/interfaces/RoleBasedRouterContextType.md +1 -1
- package/docs/api/interfaces/RoleBasedRouterProps.md +1 -1
- package/docs/api/interfaces/RouteAccessRecord.md +1 -1
- package/docs/api/interfaces/RouteConfig.md +1 -1
- package/docs/api/interfaces/SecureDataContextType.md +1 -1
- package/docs/api/interfaces/SecureDataProviderProps.md +1 -1
- package/docs/api/interfaces/StorageConfig.md +1 -1
- package/docs/api/interfaces/StorageFileInfo.md +1 -1
- package/docs/api/interfaces/StorageFileMetadata.md +1 -1
- package/docs/api/interfaces/StorageListOptions.md +1 -1
- package/docs/api/interfaces/StorageListResult.md +1 -1
- package/docs/api/interfaces/StorageUploadOptions.md +1 -1
- package/docs/api/interfaces/StorageUploadResult.md +1 -1
- package/docs/api/interfaces/StorageUrlOptions.md +1 -1
- package/docs/api/interfaces/StyleImport.md +1 -1
- package/docs/api/interfaces/ToastActionElement.md +1 -1
- package/docs/api/interfaces/ToastProps.md +1 -1
- package/docs/api/interfaces/UnifiedAuthContextType.md +1 -1
- package/docs/api/interfaces/UnifiedAuthProviderProps.md +1 -1
- package/docs/api/interfaces/UseInactivityTrackerOptions.md +1 -1
- package/docs/api/interfaces/UseInactivityTrackerReturn.md +1 -1
- package/docs/api/interfaces/UsePublicEventLogoOptions.md +1 -1
- package/docs/api/interfaces/UsePublicEventLogoReturn.md +1 -1
- package/docs/api/interfaces/UsePublicEventOptions.md +1 -1
- package/docs/api/interfaces/UsePublicEventReturn.md +1 -1
- package/docs/api/interfaces/UsePublicRouteParamsReturn.md +1 -1
- package/docs/api/interfaces/UserEventAccess.md +1 -1
- package/docs/api/interfaces/UserMenuProps.md +1 -1
- package/docs/api/interfaces/UserProfile.md +1 -1
- package/docs/api/modules.md +37 -52
- package/docs/architecture/README.md +1 -3
- package/docs/consuming-app-example.md +3 -3
- package/docs/consuming-app-vite-config.md +1 -1
- package/docs/documentation-style-checklist.md +2 -2
- package/docs/getting-started/examples/basic-auth-app.md +2 -2
- package/docs/getting-started/installation.md +2 -2
- package/docs/getting-started/quick-start.md +1 -1
- package/docs/migration/README.md +6 -6
- package/docs/migration/quick-migration-guide.md +3 -3
- package/docs/migration/v0.4.15-tailwind-scanning.md +1 -1
- package/docs/migration/v0.4.16-css-first-approach.md +1 -1
- package/docs/migration/v0.4.17-source-path-fix.md +4 -4
- package/docs/migration-guide.md +2 -2
- package/docs/quick-reference.md +4 -4
- package/docs/styles/README.md +3 -3
- package/docs/troubleshooting/README.md +2 -2
- package/docs/troubleshooting/common-issues.md +1 -1
- package/docs/troubleshooting/styling-issues.md +2 -2
- package/docs/troubleshooting/tailwind-content-scanning.md +2 -2
- package/docs/usage.md +2 -2
- package/package.json +2 -6
- package/src/components/Toast/Toast.test.tsx +51 -21
- package/src/components/Toast/Toast.tsx +13 -35
- package/src/components/Toast/index.ts +0 -1
- package/src/components/index.ts +0 -1
- package/src/index.ts +1 -1
- package/src/rbac/__tests__/rbac-engine-core-logic.test.ts +1 -1
- package/src/rbac/__tests__/rbac-engine-simplified.test.ts +1 -1
- package/src/styles/core.css +32 -37
- package/src/styles/index.ts +1 -1
- package/dist/chunk-ITPVFKDH.js.map +0 -1
- package/dist/chunk-NQ4TOOO6.js.map +0 -1
- package/dist/chunk-SFMRBGGK.js.map +0 -1
- package/dist/styles/core.css +0 -242
- package/dist/styles/fonts/georama-italic.woff2 +0 -0
- package/dist/styles/fonts/georama.woff2 +0 -0
- package/dist/styles/fonts/open-sans-italic.woff2 +0 -0
- package/dist/styles/fonts/open-sans.woff2 +0 -0
- package/dist/styles/fonts/reddit-mono.woff2 +0 -0
- package/src/styles/base.css +0 -208
- package/src/styles/semantic.css +0 -24
- /package/dist/{chunk-NMNDTCOR.js.map → chunk-HFDYTSAP.js.map} +0 -0
package/dist/styles/core.css
DELETED
|
@@ -1,242 +0,0 @@
|
|
|
1
|
-
@import "tailwindcss";
|
|
2
|
-
|
|
3
|
-
@theme {
|
|
4
|
-
/* reset all color variables and fonts */
|
|
5
|
-
--color-*: initial;
|
|
6
|
-
--font-sans: "Open Sans", sans-serif;
|
|
7
|
-
--font-serif: "Open Sans", sans-serif;
|
|
8
|
-
--font-mono: "Reddit Mono", monospace;
|
|
9
|
-
}
|
|
10
|
-
@theme static {
|
|
11
|
-
--app-width: 90rem;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
@theme inline {
|
|
15
|
-
/* Semantic token mapping */
|
|
16
|
-
--color-border: var(--color-main-500);
|
|
17
|
-
--color-input: var(--color-sec-200);
|
|
18
|
-
--color-ring: var(--color-main-950);
|
|
19
|
-
--color-background: var(--color-main-50);
|
|
20
|
-
--color-foreground: var(--color-main-950);
|
|
21
|
-
--color-primary: var(--color-main-600);
|
|
22
|
-
--color-primary-foreground: var(--color-main-50);
|
|
23
|
-
--color-secondary: var(--color-sec-400);
|
|
24
|
-
--color-secondary-foreground: var(--color-main-950);
|
|
25
|
-
--color-destructive: var(--color-acc-700);
|
|
26
|
-
--color-destructive-foreground: var(--color-main-50);
|
|
27
|
-
--color-muted: var(--color-sec-100);
|
|
28
|
-
--color-muted-foreground: var(--color-main-700);
|
|
29
|
-
--color-accent: var(--color-acc-400);
|
|
30
|
-
--color-accent-foreground: var(--color-main-950);
|
|
31
|
-
--color-popover: var(--color-main-50);
|
|
32
|
-
--color-popover-foreground: var(--color-main-950);
|
|
33
|
-
--color-card: var(--color-main-50);
|
|
34
|
-
--color-card-foreground: var(--color-main-950);
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
@layer base {
|
|
39
|
-
|
|
40
|
-
/*base resets */
|
|
41
|
-
* {
|
|
42
|
-
font-family: 'Open Sans';
|
|
43
|
-
border-color: var(--color-border);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
body {
|
|
47
|
-
min-height: 100vh;
|
|
48
|
-
color: var(--color-foreground);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
/* Font definitions - Loading from consuming app's public directory with system font fallbacks */
|
|
52
|
-
/* Font definitions */
|
|
53
|
-
@font-face {
|
|
54
|
-
font-family: "Georama";
|
|
55
|
-
font-style: normal;
|
|
56
|
-
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
57
|
-
font-display: swap;
|
|
58
|
-
src: url("/fonts/georama.woff2") format("woff2");
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
@font-face {
|
|
62
|
-
font-family: "Georama";
|
|
63
|
-
font-style: italic;
|
|
64
|
-
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
65
|
-
font-display: swap;
|
|
66
|
-
src: url("/fonts/georama-italic.woff2") format("woff2");
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
@font-face {
|
|
70
|
-
font-family: "Open Sans";
|
|
71
|
-
font-style: normal;
|
|
72
|
-
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
73
|
-
font-display: swap;
|
|
74
|
-
src: url("/fonts/open-sans.woff2") format("woff2");
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
@font-face {
|
|
78
|
-
font-family: "Open Sans";
|
|
79
|
-
font-style: italic;
|
|
80
|
-
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
81
|
-
font-display: swap;
|
|
82
|
-
src: url("/fonts/open-sans-italic.woff2") format("woff2");
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
@font-face {
|
|
86
|
-
font-family: "Reddit Mono";
|
|
87
|
-
font-style: normal;
|
|
88
|
-
font-weight: 200 300 400 500 600 700 800 900;
|
|
89
|
-
font-display: swap;
|
|
90
|
-
src: url("/fonts/reddit-mono.woff2") format("woff2");
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
@layer components {
|
|
96
|
-
|
|
97
|
-
/* Elements */
|
|
98
|
-
h1,
|
|
99
|
-
h2,
|
|
100
|
-
h3,
|
|
101
|
-
h4,
|
|
102
|
-
h5,
|
|
103
|
-
h6 {
|
|
104
|
-
margin-bottom: 0.25lh;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
h1,
|
|
108
|
-
h2,
|
|
109
|
-
h3 {
|
|
110
|
-
font-family: 'Georama';
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
h1 {
|
|
114
|
-
font-size: 2.5rem;
|
|
115
|
-
font-weight: 700;
|
|
116
|
-
line-height: 1.2;
|
|
117
|
-
color: var(--color-main-600);
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
h2 {
|
|
121
|
-
font-size: 2rem;
|
|
122
|
-
font-weight: 700;
|
|
123
|
-
line-height: 1.3;
|
|
124
|
-
color: var(--color-main-600);
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
h3 {
|
|
128
|
-
font-size: 1.75rem;
|
|
129
|
-
font-weight: 600;
|
|
130
|
-
line-height: 1.4;
|
|
131
|
-
color: var(--color-main-700);
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
h4 {
|
|
135
|
-
font-size: 1.5rem;
|
|
136
|
-
font-weight: 600;
|
|
137
|
-
line-height: 1.4;
|
|
138
|
-
color: var(--color-main-700);
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
h5 {
|
|
142
|
-
font-size: 1.25rem;
|
|
143
|
-
font-weight: 500;
|
|
144
|
-
line-height: 1.4;
|
|
145
|
-
color: var(--color-main-800);
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
h6 {
|
|
149
|
-
font-size: 1rem;
|
|
150
|
-
font-weight: 500;
|
|
151
|
-
line-height: 1.4;
|
|
152
|
-
color: var(--color-main-800);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
p {
|
|
156
|
-
margin-bottom: 1rem;
|
|
157
|
-
line-height: 1.6;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
a {
|
|
161
|
-
color: var(--color-main-700);
|
|
162
|
-
text-decoration: none;
|
|
163
|
-
transition: color 0.2s ease;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
a:hover {
|
|
167
|
-
color: var(--color-acc-700);
|
|
168
|
-
text-decoration: underline;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
strong {
|
|
172
|
-
font-weight: 600;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
em {
|
|
176
|
-
font-style: italic;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
u {
|
|
180
|
-
text-decoration: underline;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
pre,
|
|
184
|
-
code {
|
|
185
|
-
font-family: "Reddit Mono";
|
|
186
|
-
font-size: 0.875em;
|
|
187
|
-
background-color: var(--color-sec-100);
|
|
188
|
-
padding: 0.2em 0.4em;
|
|
189
|
-
border-radius: 0.25rem;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
pre code {
|
|
193
|
-
display: inline-block;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
blockquote {
|
|
197
|
-
border-left: 4px solid var(--color-main-600);
|
|
198
|
-
padding: 0.5rem 1rem;
|
|
199
|
-
margin: 1.5rem 0;
|
|
200
|
-
font-style: italic;
|
|
201
|
-
color: var(--color-main-800);
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
ul,
|
|
205
|
-
ol {
|
|
206
|
-
margin: 0.25lh 0;
|
|
207
|
-
padding-left: 1.5rem;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
ul {
|
|
211
|
-
list-style-type: disc;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
ol {
|
|
215
|
-
list-style-type: decimal;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
li {
|
|
219
|
-
margin-bottom: 0.25lh;
|
|
220
|
-
line-height: 1.6;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
hr {
|
|
224
|
-
border: 0;
|
|
225
|
-
border-top: 1px solid var(--color-sec-200);
|
|
226
|
-
margin: 2rem 0;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
small {
|
|
230
|
-
font-size: 0.875em;
|
|
231
|
-
color: var(--color-main-500);
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.appGradient {
|
|
235
|
-
background: linear-gradient(145deg, var(--color-main-100) 10%, var(--color-main-200) 30%, var(--color-main-200) 70%, var(--color-main-300) 90%);
|
|
236
|
-
background-attachment: fixed;
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
@layer utilities {
|
|
241
|
-
|
|
242
|
-
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/styles/base.css
DELETED
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
@import "tailwindcss";
|
|
2
|
-
|
|
3
|
-
@layer base {
|
|
4
|
-
|
|
5
|
-
/*base resets */
|
|
6
|
-
* {
|
|
7
|
-
font-family: 'Open Sans';
|
|
8
|
-
border-color: var(--color-border);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
body {
|
|
12
|
-
min-height: 100vh;
|
|
13
|
-
color: var(--color-foreground);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/* Font definitions */
|
|
17
|
-
@font-face {
|
|
18
|
-
font-family: "Georama";
|
|
19
|
-
font-style: normal;
|
|
20
|
-
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
21
|
-
font-display: swap;
|
|
22
|
-
src: url("/fonts/georama.woff2") format("woff2");
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@font-face {
|
|
26
|
-
font-family: "Georama";
|
|
27
|
-
font-style: italic;
|
|
28
|
-
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
29
|
-
font-display: swap;
|
|
30
|
-
src: url("/fonts/georama-italic.woff2") format("woff2");
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@font-face {
|
|
34
|
-
font-family: "Open Sans";
|
|
35
|
-
font-style: normal;
|
|
36
|
-
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
37
|
-
font-display: swap;
|
|
38
|
-
src: url("/fonts/open-sans.woff2") format("woff2");
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
@font-face {
|
|
42
|
-
font-family: "Open Sans";
|
|
43
|
-
font-style: italic;
|
|
44
|
-
font-weight: 100 200 300 400 500 600 700 800 900;
|
|
45
|
-
font-display: swap;
|
|
46
|
-
src: url("/fonts/open-sans-italic.woff2") format("woff2");
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
@font-face {
|
|
50
|
-
font-family: "Reddit Mono";
|
|
51
|
-
font-style: normal;
|
|
52
|
-
font-weight: 200 300 400 500 600 700 800 900;
|
|
53
|
-
font-display: swap;
|
|
54
|
-
src: url("/fonts/reddit-mono.woff2") format("woff2");
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/* Elements */
|
|
58
|
-
h1,
|
|
59
|
-
h2,
|
|
60
|
-
h3,
|
|
61
|
-
h4,
|
|
62
|
-
h5,
|
|
63
|
-
h6 {
|
|
64
|
-
margin-bottom: 0.25lh;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
h1,
|
|
68
|
-
h2,
|
|
69
|
-
h3 {
|
|
70
|
-
font-family: 'Georama';
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
h1 {
|
|
74
|
-
font-size: 2.5rem;
|
|
75
|
-
font-weight: 700;
|
|
76
|
-
line-height: 1.2;
|
|
77
|
-
color: var(--color-app-main-600);
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
h2 {
|
|
81
|
-
font-size: 2rem;
|
|
82
|
-
font-weight: 700;
|
|
83
|
-
line-height: 1.3;
|
|
84
|
-
color: var(--color-app-main-600);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
h3 {
|
|
88
|
-
font-size: 1.75rem;
|
|
89
|
-
font-weight: 600;
|
|
90
|
-
line-height: 1.4;
|
|
91
|
-
color: var(--color-app-main-700);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
h4 {
|
|
95
|
-
font-size: 1.5rem;
|
|
96
|
-
font-weight: 600;
|
|
97
|
-
line-height: 1.4;
|
|
98
|
-
color: var(--color-app-main-700);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
h5 {
|
|
102
|
-
font-size: 1.25rem;
|
|
103
|
-
font-weight: 500;
|
|
104
|
-
line-height: 1.4;
|
|
105
|
-
color: var(--color-app-main-800);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
h6 {
|
|
109
|
-
font-size: 1rem;
|
|
110
|
-
font-weight: 500;
|
|
111
|
-
line-height: 1.4;
|
|
112
|
-
color: var(--color-app-main-800);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
p {
|
|
116
|
-
margin-bottom: 1rem;
|
|
117
|
-
line-height: 1.6;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
a {
|
|
121
|
-
color: var(--color-app-main-700);
|
|
122
|
-
text-decoration: none;
|
|
123
|
-
transition: color 0.2s ease;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
a:hover {
|
|
127
|
-
color: var(--color-app-acc-700);
|
|
128
|
-
text-decoration: underline;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
strong {
|
|
132
|
-
font-weight: 600;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
em {
|
|
136
|
-
font-style: italic;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
u {
|
|
140
|
-
text-decoration: underline;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
pre,
|
|
144
|
-
code {
|
|
145
|
-
font-family: "Reddit Mono";
|
|
146
|
-
font-size: 0.875em;
|
|
147
|
-
background-color: var(--color-app-sec-100);
|
|
148
|
-
padding: 0.2em 0.4em;
|
|
149
|
-
border-radius: 0.25rem;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
pre code {
|
|
153
|
-
display: inline-block;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
blockquote {
|
|
157
|
-
border-left: 4px solid var(--color-app-main-600);
|
|
158
|
-
padding: 0.5rem 1rem;
|
|
159
|
-
margin: 1.5rem 0;
|
|
160
|
-
font-style: italic;
|
|
161
|
-
color: var(--color-app-main-800);
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
ul,
|
|
165
|
-
ol {
|
|
166
|
-
margin: 0.25lh 0;
|
|
167
|
-
padding-left: 1.5rem;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
ul {
|
|
171
|
-
list-style-type: disc;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
ol {
|
|
175
|
-
list-style-type: decimal;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
li {
|
|
179
|
-
margin-bottom: 0.25lh;
|
|
180
|
-
line-height: 1.6;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
hr {
|
|
184
|
-
border: 0;
|
|
185
|
-
border-top: 1px solid var(--color-app-sec-200);
|
|
186
|
-
margin: 2rem 0;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
small {
|
|
190
|
-
font-size: 0.875em;
|
|
191
|
-
color: var(--color-app-main-500);
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
--app-width: 90rem;
|
|
195
|
-
|
|
196
|
-
.appGradient {
|
|
197
|
-
background: linear-gradient(145deg, var(--color-app-main-100) 10%, var(--color-app-main-200) 30%, var(--color-app-main-200) 70%, var(--color-app-main-300) 90%);
|
|
198
|
-
background-attachment: fixed;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
@layer components {
|
|
203
|
-
/* Custom component styles go here */
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
@layer utilities {
|
|
207
|
-
/* Custom utility styles go here */
|
|
208
|
-
}
|
package/src/styles/semantic.css
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
@import "tailwindcss";
|
|
2
|
-
|
|
3
|
-
@theme inline {
|
|
4
|
-
/* Semantic token mapping */
|
|
5
|
-
--color-border: var(--color-app-main-500);
|
|
6
|
-
--color-input: var(--color-app-sec-200);
|
|
7
|
-
--color-ring: var(--color-app-main-950);
|
|
8
|
-
--color-background: var(--color-app-main-50);
|
|
9
|
-
--color-foreground: var(--color-app-main-950);
|
|
10
|
-
--color-primary: var(--color-app-main-600);
|
|
11
|
-
--color-primary-foreground: var(--color-app-main-50);
|
|
12
|
-
--color-secondary: var(--color-app-sec-400);
|
|
13
|
-
--color-secondary-foreground: var(--color-app-main-950);
|
|
14
|
-
--color-destructive: var(--color-app-acc-700);
|
|
15
|
-
--color-destructive-foreground: var(--color-app-main-50);
|
|
16
|
-
--color-muted: var(--color-app-sec-100);
|
|
17
|
-
--color-muted-foreground: var(--color-app-main-700);
|
|
18
|
-
--color-accent: var(--color-app-acc-400);
|
|
19
|
-
--color-accent-foreground: var(--color-app-main-950);
|
|
20
|
-
--color-popover: var(--color-app-main-50);
|
|
21
|
-
--color-popover-foreground: var(--color-app-main-950);
|
|
22
|
-
--color-card: var(--color-app-main-50);
|
|
23
|
-
--color-card-foreground: var(--color-app-main-950);
|
|
24
|
-
}
|
|
File without changes
|