@rokkit/themes 1.0.0-next.59 → 1.0.0-next.61

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,10 +1,9 @@
1
1
  {
2
2
  "name": "@rokkit/themes",
3
- "version": "1.0.0-next.59",
3
+ "version": "1.0.0-next.61",
4
4
  "description": "Themes for use with rokkit components.",
5
5
  "author": "Jerry Thomas <me@jerrythomas.name>",
6
6
  "license": "MIT",
7
- "svelte": "src/index.js",
8
7
  "module": "src/index.js",
9
8
  "types": "dist/index.d.ts",
10
9
  "type": "module",
@@ -12,15 +11,15 @@
12
11
  "access": "public"
13
12
  },
14
13
  "devDependencies": {
15
- "@sveltejs/vite-plugin-svelte": "^2.4.6",
16
- "@vitest/coverage-v8": "^0.34.6",
17
- "@vitest/ui": "~0.34.6",
18
- "jsdom": "^22.1.0",
19
- "svelte": "^4.2.2",
20
- "typescript": "^5.2.2",
21
- "vite": "^4.5.0",
22
- "vitest": "~0.34.6",
23
- "shared-config": "1.0.0-next.59"
14
+ "@sveltejs/vite-plugin-svelte": "^3.0.1",
15
+ "@vitest/coverage-v8": "^1.1.3",
16
+ "@vitest/ui": "~1.1.3",
17
+ "jsdom": "^23.2.0",
18
+ "svelte": "^4.2.8",
19
+ "typescript": "^5.3.3",
20
+ "vite": "^5.0.11",
21
+ "vitest": "~1.1.3",
22
+ "shared-config": "1.0.0-next.61"
24
23
  },
25
24
  "files": [
26
25
  "src"
@@ -39,7 +38,7 @@
39
38
  }
40
39
  },
41
40
  "dependencies": {
42
- "@rokkit/core": "1.0.0-next.59"
41
+ "@rokkit/core": "1.0.0-next.61"
43
42
  },
44
43
  "scripts": {
45
44
  "format": "prettier --write .",
@@ -68,7 +68,7 @@
68
68
  }
69
69
 
70
70
  .material toggle-switch item[aria-selected='true'] {
71
- @apply bg-primary text-neutral-200 dark:text-neutral-800
71
+ @apply bg-primary text-neutral-200 dark:text-neutral-800;
72
72
  }
73
73
  .material crumbs crumb.is-selected {
74
74
  @apply text-secondary;
@@ -75,7 +75,7 @@
75
75
  /* Styles for 'button' and 'button-group' classes */
76
76
  .rokkit button,
77
77
  .rokkit .button {
78
- @apply flex min-h-9 items-center rounded-full px-6 uppercase bg-neutral-muted text-neutral-700 cursor-pointer;
78
+ @apply flex min-h-9 items-center rounded-full px-6 gap-3 uppercase bg-neutral-muted text-neutral-700 cursor-pointer;
79
79
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
80
80
  }
81
81
 
@@ -208,7 +208,7 @@
208
208
 
209
209
  /* Selected and Hover styles for List and Node */
210
210
  .rokkit list item[aria-selected='true'] > a {
211
- @apply text-neutral-200 dark:text-neutral-800
211
+ @apply text-neutral-200 dark:text-neutral-800;
212
212
  }
213
213
  .rokkit virtual-list-item[aria-current='true'] {
214
214
  @apply bg-neutral-inset text-secondary;