@warp-ds/elements 1.0.0-alpha.31 → 1.0.0-alpha.32
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 +1 -1
- package/dist/elements.min.js +1 -1
- package/dist/index.js +167 -182
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Warp-ds Elements
|
|
2
2
|
|
|
3
3
|
Welcome to [@warp-ds/elements](https://github.com/warp-ds/elements),
|
|
4
|
-
a collection of
|
|
4
|
+
a collection of Web Components built with Lit to be used to build interfaces based on the [Warp Design System](https://github.com/warp-ds/).
|
|
5
5
|
This repository is maintained by the [Warp Core Team](https://github.com/orgs/warp-ds/teams/warp-core-team)
|
|
6
6
|
and is home to the [@warp-ds/vue](https://www.npmjs.com/package/@warp-ds/elements) library.
|
|
7
7
|
|
package/dist/elements.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {css} from 'lit';
|
|
2
2
|
export const styles = css`
|
|
3
3
|
@import "https://assets.finn.no/pkg/@warp-ds/fonts/v1/finn-no.css";
|
|
4
|
-
@import "https://assets.finn.no/pkg/@warp-ds/css/
|
|
4
|
+
@import "https://assets.finn.no/pkg/@warp-ds/css/v1/tokens/finn-no.css";
|
|
5
5
|
`;
|