@rokkit/themes 1.0.0-next.68 → 1.0.0-next.69

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rokkit/themes",
3
- "version": "1.0.0-next.68",
3
+ "version": "1.0.0-next.69",
4
4
  "description": "Themes for use with rokkit components.",
5
5
  "author": "Jerry Thomas <me@jerrythomas.name>",
6
6
  "license": "MIT",
@@ -11,15 +11,15 @@
11
11
  "access": "public"
12
12
  },
13
13
  "devDependencies": {
14
- "@sveltejs/vite-plugin-svelte": "^3.0.1",
15
- "@vitest/coverage-v8": "^1.2.1",
16
- "@vitest/ui": "~1.2.1",
17
- "jsdom": "^23.2.0",
14
+ "@sveltejs/vite-plugin-svelte": "^3.0.2",
15
+ "@vitest/coverage-v8": "^1.2.2",
16
+ "@vitest/ui": "~1.2.2",
17
+ "jsdom": "^24.0.0",
18
18
  "svelte": "^4.2.9",
19
19
  "typescript": "^5.3.3",
20
- "vite": "^5.0.11",
21
- "vitest": "~1.2.1",
22
- "shared-config": "1.0.0-next.68"
20
+ "vite": "^5.0.12",
21
+ "vitest": "~1.2.2",
22
+ "shared-config": "1.0.0-next.69"
23
23
  },
24
24
  "files": [
25
25
  "src"
@@ -38,7 +38,7 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@rokkit/core": "1.0.0-next.68"
41
+ "@rokkit/core": "1.0.0-next.69"
42
42
  },
43
43
  "scripts": {
44
44
  "format": "prettier --write .",
package/src/base/core.css CHANGED
@@ -69,4 +69,4 @@ checkbox {
69
69
 
70
70
  button:disabled {
71
71
  @apply bg-neutral-muted text-neutral-500 cursor-not-allowed;
72
- }
72
+ }
@@ -56,9 +56,9 @@
56
56
  .rokkit [aria-current='true'] a {
57
57
  @apply text-primary-100;
58
58
  }
59
- .rokkit [aria-current='true'] a:visited{
59
+ .rokkit [aria-current='true'] a:visited {
60
60
  @apply text-primary-100;
61
61
  }
62
62
  .rokkit [aria-current='true'] a:hover {
63
63
  @apply text-primary-100;
64
- }
64
+ }
@@ -214,8 +214,6 @@
214
214
  @apply bg-neutral-inset text-secondary;
215
215
  }
216
216
 
217
-
218
-
219
217
  /* Expanded and Selected styles for Accordion */
220
218
  .rokkit accordion .is-expanded summary {
221
219
  @apply border-b border-neutral-muted rounded-b-none sticky top-0 z-1;
@@ -305,7 +303,7 @@
305
303
  @apply hover:from-secondary hover:to-primary hover:text-neutral-200 dark:text-neutral-800;
306
304
  }
307
305
 
308
- .rokkit toggle-switch[aria-disabled='true']{
306
+ .rokkit toggle-switch[aria-disabled='true'] {
309
307
  @apply bg-neutral-muted text-neutral-500 cursor-not-allowed;
310
308
  }
311
309
  .rokkit input-select > selected-item > items {