@rokkit/themes 1.0.0-next.96 → 1.0.0-next.98

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.96",
3
+ "version": "1.0.0-next.98",
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.1.1",
14
+ "@sveltejs/vite-plugin-svelte": "^3.1.2",
15
15
  "@vitest/coverage-v8": "^1.6.0",
16
16
  "@vitest/ui": "~1.6.0",
17
- "jsdom": "^24.1.0",
18
- "svelte": "^4.2.17",
19
- "typescript": "^5.4.5",
20
- "vite": "^5.2.12",
17
+ "jsdom": "^24.1.3",
18
+ "svelte": "^4.2.19",
19
+ "typescript": "^5.6.2",
20
+ "vite": "^5.4.6",
21
21
  "vitest": "~1.6.0",
22
- "shared-config": "1.0.0-next.96"
22
+ "shared-config": "1.0.0-next.98"
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.96"
41
+ "@rokkit/core": "1.0.0-next.98"
42
42
  },
43
43
  "scripts": {
44
44
  "format": "prettier --write .",
@@ -6,7 +6,7 @@ icon[role='button'] {
6
6
  @apply p-2 cursor-pointer aspect-square select-none focus:outline;
7
7
  }
8
8
  icon > i {
9
- @apply text-2xl leading-6 aspect-square text-current;
9
+ @apply text-2xl leading-6 aspect-square text-current mx-auto;
10
10
  }
11
11
  icon.large > i {
12
12
  @apply text-3xl;
package/src/index.js CHANGED
@@ -1,2 +1,3 @@
1
1
  export { iconShortcuts, themeColors, themeRules } from '@rokkit/core'
2
+ // skipcq: JS-E1004 - Needed for exposing all constants
2
3
  export * from './constants'