@rokkit/themes 1.0.0-next.78 → 1.0.0-next.80

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.78",
3
+ "version": "1.0.0-next.80",
4
4
  "description": "Themes for use with rokkit components.",
5
5
  "author": "Jerry Thomas <me@jerrythomas.name>",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "typescript": "^5.3.3",
20
20
  "vite": "^5.0.12",
21
21
  "vitest": "~1.2.2",
22
- "shared-config": "1.0.0-next.78"
22
+ "shared-config": "1.0.0-next.80"
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.78"
41
+ "@rokkit/core": "1.0.0-next.80"
42
42
  },
43
43
  "scripts": {
44
44
  "format": "prettier --write .",
@@ -101,7 +101,12 @@
101
101
  .rokkit button-group button.active {
102
102
  @apply bg-gradient-to-r from-primary to-secondary text-neutral-200 dark:text-neutral-800;
103
103
  }
104
-
104
+ .rokkit toggle {
105
+ @apply flex flex-row items-center p-2 rounded-md gap-3 max-w-max cursor-pointer;
106
+ }
107
+ .rokkit toggle:focus-within {
108
+ @apply outline-none ring-2 ring-primary-500;
109
+ }
105
110
  /* Input and Drop-down styles */
106
111
  .rokkit input-select,
107
112
  .rokkit drop-down > button {