@tolokoban/ui 0.23.3 → 0.23.4

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.
@@ -1,5 +1,5 @@
1
1
  export declare const name = "@tolokoban/ui";
2
- export declare const version = "0.23.3";
2
+ export declare const version = "0.23.4";
3
3
  export declare const description = "React components with theme";
4
4
  export declare const homepage = "https://tolokoban.github.io/ui";
5
5
  //# sourceMappingURL=info.d.ts.map
package/lib/dist/info.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export const name = "@tolokoban/ui";
2
- export const version = "0.23.3";
2
+ export const version = "0.23.4";
3
3
  export const description = "React components with theme";
4
4
  export const homepage = "https://tolokoban.github.io/ui";
5
5
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5mby5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmZvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBQyxNQUFNLElBQUksR0FBRyxlQUFlLENBQUE7QUFDbkMsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFHLFFBQVEsQ0FBQTtBQUMvQixNQUFNLENBQUMsTUFBTSxXQUFXLEdBQUcsNkJBQTZCLENBQUE7QUFDeEQsTUFBTSxDQUFDLE1BQU0sUUFBUSxHQUFHLGdDQUFnQyxDQUFBIn0=
@@ -124,6 +124,7 @@
124
124
 
125
125
  > button {
126
126
  font: inherit;
127
+ color: inherit;
127
128
  cursor: pointer;
128
129
  transition: all 0.2s;
129
130
  opacity: 0.6;
@@ -1,4 +1,4 @@
1
- // This file has been generated on Thu, 28 Aug 2025 09:45:28 GMT
1
+ // This file has been generated on Thu, 28 Aug 2025 12:24:24 GMT
2
2
  export * from "./Button/index.js";
3
3
  export * from "./Chip/index.js";
4
4
  export * from "./CodeHighlighter/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolokoban/ui",
3
- "version": "0.23.3",
3
+ "version": "0.23.4",
4
4
  "description": "React components with theme",
5
5
  "homepage": "https://tolokoban.github.io/ui",
6
6
  "main": "./lib/dist/index.js",