chiplet 0.1.0-dev.3 → 0.1.0-dev.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.
@@ -12,7 +12,7 @@
12
12
  margin: 0;
13
13
  overflow: auto;
14
14
  }
15
- ._1asxz9rp::highlight(highlight-c013caf5) {
15
+ ._1asxz9rp::highlight(highlight-c2a01dc5) {
16
16
  text-decoration-line: underline;
17
17
  }
18
18
  ._1asxz9rq {
@@ -50,7 +50,7 @@
50
50
  ._1asxz9rq:hover {
51
51
  --_1asxz9ri: var(--_1asxz9rj);
52
52
  }
53
- ._1asxz9rq:is(:active, [data-active-a7b3da42="true"]) {
53
+ ._1asxz9rq:is(:active, [data-active-df72eea8="true"]) {
54
54
  --_1asxz9ri: var(--_1asxz9rk);
55
55
  }
56
56
  ._1asxz9rq:is(:disabled, [aria-disabled="true"]) {
@@ -7,7 +7,7 @@
7
7
  color-scheme: light dark;
8
8
  background: var(--_15shvv4t);
9
9
  }
10
- ._7t9dxb1 :where(:focus-visible, [data-focus-visible-c98b0f3a="true"]) {
10
+ ._7t9dxb1 :where(:focus-visible, [data-focus-visible-25cadac5="true"]) {
11
11
  outline: var(--_15shvv4n);
12
12
  }
13
13
  ._7t9dxb2 {
@@ -2,13 +2,13 @@ import './token.css';
2
2
  import './theme.css';
3
3
  import './global.css';
4
4
 
5
- var ActiveSelector = ':is(:active, [data-active-6788103a="true"])';
5
+ var ActiveSelector = ':is(:active, [data-active-c6247081="true"])';
6
6
  var CircleStyle = '_7t9dxb5';
7
7
  var DarkColorScheme = '_7t9dxb3';
8
8
  var DisabledSelector = ':is(:disabled, [aria-disabled="true"])';
9
- var FocusSelector = ':where(:focus-visible, [data-focus-visible-c98b0f3a="true"])';
9
+ var FocusSelector = ':where(:focus-visible, [data-focus-visible-25cadac5="true"])';
10
10
  var GlobalContainerStyle = '_7t9dxb1 _1ajkdfx0 _15shvv40';
11
- var HighlightName = 'highlight-5451a118';
11
+ var HighlightName = 'highlight-0cc7896b';
12
12
  var LightColorScheme = '_7t9dxb2';
13
13
  var SquircleStyle = '_7t9dxb4';
14
14
  var radiusVar = 'var(--_7t9dxb0)';
@@ -1,9 +1,9 @@
1
- var VirtualActive = 'data-active-a0e68797';
2
- var VirtualActiveSelector = '[data-active-a0e68797="true"]';
1
+ var VirtualActive = 'data-active-129e237d';
2
+ var VirtualActiveSelector = '[data-active-129e237d="true"]';
3
3
  var VirtualDisabled = 'aria-disabled';
4
4
  var VirtualDisabledSelector = '[aria-disabled="true"]';
5
- var VirtualFocus = 'data-focus-visible-97926bf2';
6
- var VirtualFocusSelector = '[data-focus-visible-97926bf2="true"]';
5
+ var VirtualFocus = 'data-focus-visible-a2bb1ef1';
6
+ var VirtualFocusSelector = '[data-focus-visible-a2bb1ef1="true"]';
7
7
 
8
8
  export { VirtualActive, VirtualActiveSelector, VirtualDisabled, VirtualDisabledSelector, VirtualFocus, VirtualFocusSelector };
9
9
  //# sourceMappingURL=accessibility.css.vanilla.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chiplet",
3
- "version": "0.1.0-dev.3",
3
+ "version": "0.1.0-dev.4",
4
4
  "description": "React component, hook, and utility library.",
5
5
  "license": "MIT",
6
6
  "type": "module",