ionbase-ui 0.18.0 → 0.18.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.
@@ -77,27 +77,6 @@
77
77
  ],
78
78
  "notes": [
79
79
  "role=alert interrupts whatever the screen reader is saying; role=status waits for a pause. This is why the role is not a prop."
80
- ],
81
- "knownIssues": [
82
- {
83
- "pairing": "--text-on-color on --surface-information",
84
- "mode": "Dark",
85
- "ratio": 3.44,
86
- "required": 4.5,
87
- "sc": "1.4.3",
88
- "states": [
89
- "default"
90
- ],
91
- "status": "known, not yet fixed",
92
- "where": "Alert with emphasis=solid intent=information",
93
- "appliesTo": {
94
- "component": "Alert",
95
- "props": {
96
- "emphasis": "solid",
97
- "intent": "information"
98
- }
99
- }
100
- }
101
80
  ]
102
81
  },
103
82
  "antiPatterns": [
@@ -80,44 +80,6 @@
80
80
  ],
81
81
  "requires": [
82
82
  "an accessible name — `children`, or `aria-label` when the button is icon-only"
83
- ],
84
- "knownIssues": [
85
- {
86
- "pairing": "--text-primary on --surface-primary-subtle-hover",
87
- "mode": "Dark",
88
- "ratio": 4.25,
89
- "required": 4.5,
90
- "sc": "1.4.3",
91
- "states": [
92
- "hover"
93
- ],
94
- "status": "known, not yet fixed",
95
- "where": "Button variant=primary-soft, hover",
96
- "appliesTo": {
97
- "component": "Button",
98
- "props": {
99
- "variant": "primary-soft"
100
- }
101
- }
102
- },
103
- {
104
- "pairing": "--text-primary on --surface-primary-tint",
105
- "mode": "Dark",
106
- "ratio": 4.25,
107
- "required": 4.5,
108
- "sc": "1.4.3",
109
- "states": [
110
- "pressed"
111
- ],
112
- "status": "known, not yet fixed",
113
- "where": "Button variant=primary-soft, pressed",
114
- "appliesTo": {
115
- "component": "Button",
116
- "props": {
117
- "variant": "primary-soft"
118
- }
119
- }
120
- }
121
83
  ]
122
84
  },
123
85
  "antiPatterns": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "ionbase-ui",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "generated": "by scripts/build-meta.mjs — do not edit; intent lives in meta/*.json",
5
5
  "hooks": [
6
6
  "useToast"
@@ -85,27 +85,6 @@
85
85
  ],
86
86
  "notes": [
87
87
  "role=alert interrupts whatever the screen reader is saying; role=status waits for a pause. This is why the role is not a prop."
88
- ],
89
- "knownIssues": [
90
- {
91
- "pairing": "--text-on-color on --surface-information",
92
- "mode": "Dark",
93
- "ratio": 3.44,
94
- "required": 4.5,
95
- "sc": "1.4.3",
96
- "states": [
97
- "default"
98
- ],
99
- "status": "known, not yet fixed",
100
- "where": "Alert with emphasis=solid intent=information",
101
- "appliesTo": {
102
- "component": "Alert",
103
- "props": {
104
- "emphasis": "solid",
105
- "intent": "information"
106
- }
107
- }
108
- }
109
88
  ]
110
89
  },
111
90
  "antiPatterns": [
@@ -619,44 +598,6 @@
619
598
  ],
620
599
  "requires": [
621
600
  "an accessible name — `children`, or `aria-label` when the button is icon-only"
622
- ],
623
- "knownIssues": [
624
- {
625
- "pairing": "--text-primary on --surface-primary-subtle-hover",
626
- "mode": "Dark",
627
- "ratio": 4.25,
628
- "required": 4.5,
629
- "sc": "1.4.3",
630
- "states": [
631
- "hover"
632
- ],
633
- "status": "known, not yet fixed",
634
- "where": "Button variant=primary-soft, hover",
635
- "appliesTo": {
636
- "component": "Button",
637
- "props": {
638
- "variant": "primary-soft"
639
- }
640
- }
641
- },
642
- {
643
- "pairing": "--text-primary on --surface-primary-tint",
644
- "mode": "Dark",
645
- "ratio": 4.25,
646
- "required": 4.5,
647
- "sc": "1.4.3",
648
- "states": [
649
- "pressed"
650
- ],
651
- "status": "known, not yet fixed",
652
- "where": "Button variant=primary-soft, pressed",
653
- "appliesTo": {
654
- "component": "Button",
655
- "props": {
656
- "variant": "primary-soft"
657
- }
658
- }
659
- }
660
601
  ]
661
602
  },
662
603
  "antiPatterns": [
@@ -4,6 +4,9 @@
4
4
  "text": 4.5,
5
5
  "nonText": 3
6
6
  },
7
+ "deferredModes": [
8
+ "Dark"
9
+ ],
7
10
  "pairings": [
8
11
  {
9
12
  "component": "button",
@@ -3533,7 +3536,9 @@
3533
3536
  "Input",
3534
3537
  "Select"
3535
3538
  ]
3536
- },
3539
+ }
3540
+ ],
3541
+ "deferred": [
3537
3542
  {
3538
3543
  "fg": "--text-disabled",
3539
3544
  "bg": "--surface-disabled",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "ionbase-ui",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "usage": "Pick a component here, then read dist/meta/<Name>.json for its full contract.",
5
5
  "hooks": [
6
6
  "useToast"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionbase-ui",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "description": "IonBase Design System — accessible React components, styles and design tokens in one package",
5
5
  "license": "MIT",
6
6
  "type": "module",