Skip to content

Commit

Permalink
fix: Update to use first major versions of the css and uno warp packa…
Browse files Browse the repository at this point in the history
…ges (#59)

* fix: Bumped feature versions of npm packages to latest

* fix: use warp prefixes for css variables
  • Loading branch information
magnuh committed Aug 29, 2023
1 parent 575ccfd commit 69bd395
Show file tree
Hide file tree
Showing 5 changed files with 579 additions and 513 deletions.
4 changes: 2 additions & 2 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="https://assets.finn.no/pkg/@warp-ds/fonts/v1/finn-no.css" />
<link rel="stylesheet" href="https://assets.finn.no/pkg/@warp-ds/css/1.0.0-alpha.37/tokens/finn-no.css" />
<link rel="stylesheet" href="https://assets.finn.no/pkg/@warp-ds/css/1.0.0-alpha.37/resets.css" />
<link rel="stylesheet" href="https://assets.finn.no/pkg/@warp-ds/css/v1/tokens/finn-no.css" />
<link rel="stylesheet" href="https://assets.finn.no/pkg/@warp-ds/css/v1/resets.css" />
</head>
<body>
<div id="app"></div>
Expand Down
6 changes: 3 additions & 3 deletions dev/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ import Search from './Search.vue'
padding: 16px;
border-radius: 8px;
overflow: scroll;
background-color: var(--f-gray-100) !important;
border: 1px solid var(--f-gray-200);
background-color: var(--w-gray-100) !important;
border: 1px solid var(--w-gray-200);
position: relative;
}
.itsy-token {
Expand All @@ -51,6 +51,6 @@ import Search from './Search.vue'
}
}
code {
color: var(--f-aqua-800);
color: var(--w-aqua-800);
}
</style>
2 changes: 1 addition & 1 deletion dev/src/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const expanded = ref(false)

<style scoped>
a {
color: var(--f-gray-500);
color: var(--w-gray-500);
}
.sidebar, .mobile-menu {
transition: 0.3s ease;
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"license": "Apache-2.0",
"dependencies": {
"@warp-ds/core": "^1.0.0",
"@warp-ds/css": "^1.0.0-alpha.37",
"@warp-ds/uno": "^1.0.0-alpha.60",
"@floating-ui/dom": "^1.4.2",
"@warp-ds/css": "^1.0.0",
"@warp-ds/uno": "^1.0.0",
"@floating-ui/dom": "^1.5.1",
"create-v-model": "^2.2.0",
"dom-focus-lock": "^1.1.0",
"element-collapse": "^1.1.0",
Expand All @@ -40,28 +40,28 @@
},
"devDependencies": {
"@eik/cli": "^2.0.22",
"@eik/rollup-plugin": "^4.0.49",
"@eik/rollup-plugin": "^4.0.50",
"@itsy/token": "^1.0.4",
"@lukeed/uuid": "^2.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^4.3.3",
"@vue/compiler-sfc": "^3.3.4",
"@vue/test-utils": "^2.4.0",
"@vue/test-utils": "^2.4.1",
"cleave-lite": "^1.0.0",
"cz-conventional-changelog": "^3.3.0",
"drnm": "^0.9.0",
"esbuild": "^0.18.6",
"esbuild": "^0.19.2",
"fuse.js": "^6.6.2",
"happy-dom": "^9.20.3",
"semantic-release": "^21.0.7",
"shiki": "^0.14.2",
"unocss": "^0.53.1",
"vite": "^4.3.9",
"semantic-release": "^21.1.1",
"shiki": "^0.14.3",
"unocss": "^0.55.3",
"vite": "^4.4.9",
"viteik": "^1.0.3",
"vitest": "^0.32.2",
"vitest": "^0.34.3",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 69bd395

Please sign in to comment.