@warp-ds/css 1.1.0 → 1.1.1-next.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.
package/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright [yyyy] [name of copyright owner]
189
+ Copyright 2023 Schibsted
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -413,7 +413,7 @@ export const alert = {
413
413
  alert: "flex p-16 border border-l-4 rounded-4",
414
414
  willChangeHeight: "will-change-height",
415
415
  textWrapper: "last-child:mb-0 text-s",
416
- title: "font-bold",
416
+ title: "text-s",
417
417
  icon: "w-16 mr-8 min-w-16",
418
418
  negative: "i-border-$color-alert-negative-subtle-border i-bg-$color-alert-negative-background i-text-$color-alert-negative-text i-border-l-$color-alert-negative-border",
419
419
  negativeIcon: "i-text-$color-alert-negative-icon",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/css",
3
3
  "repository": "git@github.com:warp-ds/css.git",
4
- "version": "1.1.0",
4
+ "version": "1.1.1-next.2",
5
5
  "scripts": {
6
6
  "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
7
7
  "commit": "cz",
@@ -52,10 +52,10 @@
52
52
  "@warp-ds/eslint-config": "^0.0.1",
53
53
  "eslint": "^8.43.0",
54
54
  "semantic-release": "^20.1.3",
55
- "typescript": "^4.9.5",
55
+ "typescript": "^5.0.0",
56
56
  "unocss": "^0.53.1",
57
57
  "vite": "^4.3.9",
58
- "vite-plugin-dts": "^2.3.0",
58
+ "vite-plugin-dts": "^3.0.0",
59
59
  "@sindresorhus/slugify": "^2.2.0",
60
60
  "drnm": "^0.9.0",
61
61
  "lightningcss": "^1.19.0"