This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/web/src/common
Ken Sternberg f179d6572e
web: Storybook css import fix (#5964)
* web: fix storybook `build` css import issue

This is an incredibly frustrating issue, because Storybook works
in `dev` mode but not in `build` mode, and that's not at all what
you'd expecte from a mature piece of software.  Lit uses the native
CSS adoptedStylesheets field, which takes only a constructedStylesheet.
Lit provides a way of generating those, but the imports from
Patternfly (or any `.css` file) are text, and converting those to
stylesheets required a bit of magic.

What this means going forward is that any Storied components will
have to have their CSS wrapped in a way that ensures it is managed
correctly by Lit (well, to be pedantic, by the
shadowDOM.adoptedStylesheets).  That wrapper is provided and the
components that need it have been wrapped.

This problem deserves further investigation, but for the time
being this actually does solve it with a minimum amount of surgical
pain.

* web: fix storybook build issue

This commit further fixes the typing issues around strings, CSSResults,
and CSSStyleSheets by providing overloaded functions that assist
consumers in knowing that if they send an array to expect an array
in return, and if they send a scalar expect a scalar in return.

* replace any with unknown

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
2023-06-16 13:36:04 +02:00
..
api web/admin: add toggle to hide deactivated users (#5419) 2023-05-03 15:09:10 +03:00
helpers web: fix authentification with Plex on iOS (#4095) 2022-12-01 13:32:00 +01:00
styles web: full web components part 1 (#4964) 2023-03-17 23:10:19 +01:00
ui web: Replace lingui.js with lit-localize (#5761) 2023-06-02 08:08:36 -07:00
constants.ts release: 2023.5.3 2023-06-01 19:35:13 +02:00
errors.ts web: re-organise frontend and cleanup common code (#3572) 2022-09-15 00:05:21 +02:00
events.ts web: re-organise frontend and cleanup common code (#3572) 2022-09-15 00:05:21 +02:00
global.ts web: fix API browser error (#5402) 2023-04-28 12:21:46 +03:00
messages.ts web: re-organise frontend and cleanup common code (#3572) 2022-09-15 00:05:21 +02:00
sentry.ts internal: remove sentry proxy 2022-12-19 17:52:07 +01:00
users.ts web: full web components part 1 (#4964) 2023-03-17 23:10:19 +01:00
utils.ts web: Storybook css import fix (#5964) 2023-06-16 13:36:04 +02:00
ws.ts web: Replace lingui.js with lit-localize (#5761) 2023-06-02 08:08:36 -07:00