@wallarm-org/design-system 0.24.0 → 0.24.1

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.
@@ -38,7 +38,7 @@ const CodeSnippetCode = ({ className, ...props })=>{
38
38
  "aria-label": `Collapsed region: ${label}, ${item.lineCount} lines`,
39
39
  onClick: ()=>toggleFold(item.fold.id),
40
40
  children: /*#__PURE__*/ jsx("span", {
41
- className: "inline-flex items-center rounded-2 border border-border-secondary px-6 text-xs leading-sm text-text-secondary hover:text-text-primary transition-colors",
41
+ className: "inline-flex items-center italic text-text-secondary hover:text-text-primary transition-colors",
42
42
  children: label
43
43
  })
44
44
  })
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.23.3",
3
- "generatedAt": "2026-04-15T13:17:36.646Z",
2
+ "version": "0.24.0",
3
+ "generatedAt": "2026-04-16T14:18:04.385Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Alert",
@@ -1,4 +1,5 @@
1
1
  @source "../components";
2
+ @source "../icons";
2
3
 
3
4
  @import './colors/primary.css';
4
5
  @import './colors/secondary.css';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wallarm-org/design-system",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "description": "Core design system library with React components and Storybook documentation",
5
5
  "publishConfig": {
6
6
  "access": "public",