@triptease/stylesheet 1.2.1 → 1.2.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/dist/base.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v1.2.1
2
+ * @triptease/stylesheet v1.2.2
3
3
  */
4
4
  @import url('https://fonts.googleapis.com/css?family=Roboto:400,500') layer(base);
5
5
  @import url('https://fonts.googleapis.com/css?family=Inter:300,500,600,700') layer(base);
@@ -317,7 +317,7 @@ button {
317
317
  @property --button-hover-color {
318
318
  syntax: '<color>';
319
319
  inherits: true;
320
- initial-value: #0D0C0D;
320
+ initial-value: inherit;
321
321
  }
322
322
 
323
323
  @property --button-focus-outline-color {
@@ -414,6 +414,7 @@ button,
414
414
  --button-background-color: var(--color-surface-200);
415
415
  --button-color: var(--color-primary-400);
416
416
  --button-border: 1px solid var(--color-border);
417
+ --button-hover-color: var(--color-primary-500);
417
418
  box-shadow:
418
419
  inset 0 -2px 2px 0 rgba(224, 225, 229, 0.56),
419
420
  inset 0 0 0 2px rgba(255, 255, 255, 0.4),
@@ -421,7 +422,6 @@ button,
421
422
 
422
423
  &:hover:not(:disabled):not([aria-disabled='true']) {
423
424
  --button-border: 1px solid var(--color-primary-500);
424
- --button-color: var(--color-primary-500);
425
425
  }
426
426
 
427
427
  &:disabled {
package/dist/blocks.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v1.2.1
2
+ * @triptease/stylesheet v1.2.2
3
3
  */
4
4
  /*
5
5
  Suppress "invalid at-rule" warnings: @import-glob is a build-time feature
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v1.2.1
2
+ * @triptease/stylesheet v1.2.2
3
3
  */
4
4
  /*
5
5
  Suppress "invalid at-rule" warnings: @import-glob is a build-time feature
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v1.2.1
2
+ * @triptease/stylesheet v1.2.2
3
3
  */
4
4
  /*
5
5
  Suppress "invalid at-rule" warnings: @import-glob is a build-time feature
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v1.2.1
2
+ * @triptease/stylesheet v1.2.2
3
3
  */
4
4
  @import url('https://fonts.googleapis.com/css?family=Roboto:400,500') layer(base);
5
5
  @import url('https://fonts.googleapis.com/css?family=Inter:300,500,600,700') layer(base);
@@ -317,7 +317,7 @@ button {
317
317
  @property --button-hover-color {
318
318
  syntax: '<color>';
319
319
  inherits: true;
320
- initial-value: #0D0C0D;
320
+ initial-value: inherit;
321
321
  }
322
322
 
323
323
  @property --button-focus-outline-color {
@@ -414,6 +414,7 @@ button,
414
414
  --button-background-color: var(--color-surface-200);
415
415
  --button-color: var(--color-primary-400);
416
416
  --button-border: 1px solid var(--color-border);
417
+ --button-hover-color: var(--color-primary-500);
417
418
  box-shadow:
418
419
  inset 0 -2px 2px 0 rgba(224, 225, 229, 0.56),
419
420
  inset 0 0 0 2px rgba(255, 255, 255, 0.4),
@@ -421,7 +422,6 @@ button,
421
422
 
422
423
  &:hover:not(:disabled):not([aria-disabled='true']) {
423
424
  --button-border: 1px solid var(--color-primary-500);
424
- --button-color: var(--color-primary-500);
425
425
  }
426
426
 
427
427
  &:disabled {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @triptease/stylesheet v1.2.1
2
+ * @triptease/stylesheet v1.2.2
3
3
  */
4
4
  /*
5
5
  Suppress "invalid at-rule" warnings: @import-glob is a build-time feature
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triptease/stylesheet",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "The stylesheet for the Triptease design system",
5
5
  "main": "dist/triptease.css",
6
6
  "type": "module",
@@ -15,6 +15,7 @@
15
15
  "@csstools/postcss-design-tokens": "^4.0.5",
16
16
  "autoprefixer": "^10.4.20",
17
17
  "concurrently": "^9.1.0",
18
+ "http-server": "^14.1.1",
18
19
  "lit": "^3.3.0",
19
20
  "postcss": "^8.4.49",
20
21
  "postcss-banner": "^4.0.1",