@wallarm-org/design-system 0.27.0 → 0.27.1-rc-feature-WDS-96-update-data-input-component.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.
@@ -4,14 +4,14 @@ import { useDateSegment } from "@react-aria/datepicker";
4
4
  import { cva } from "class-variance-authority";
5
5
  import { cn } from "../../utils/cn.js";
6
6
  import { getMonthSegmentText } from "./utils.js";
7
- const segmentVariants = cva(cn('relative outline-none text-left', 'font-sans text-sm transition-all', 'focus:bg-bg-fill-brand focus:text-text-primary-alt', 'focus:outline-none'), {
7
+ const segmentVariants = cva(cn('relative outline-none text-left', 'font-sans text-sm transition-all', 'focus:bg-states-primary-pressed', 'focus:outline-none'), {
8
8
  variants: {
9
9
  isPlaceholder: {
10
10
  true: 'text-text-secondary',
11
11
  false: 'text-text-primary'
12
12
  },
13
13
  disabled: {
14
- true: 'cursor-not-allowed opacity-50',
14
+ true: 'cursor-not-allowed',
15
15
  false: 'hover:bg-states-primary-default-alt cursor-text'
16
16
  },
17
17
  type: {
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.26.0",
3
- "generatedAt": "2026-04-20T13:27:55.627Z",
2
+ "version": "0.27.0",
3
+ "generatedAt": "2026-04-20T18:13:10.238Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Alert",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wallarm-org/design-system",
3
- "version": "0.27.0",
3
+ "version": "0.27.1-rc-feature-WDS-96-update-data-input-component.1",
4
4
  "description": "Core design system library with React components and Storybook documentation",
5
5
  "publishConfig": {
6
6
  "access": "public",