@elliemae/ds-accessibility 3.54.0-next.3 → 3.54.0-next.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.
@@ -33,7 +33,7 @@ __export(ScreenReaderOnly_exports, {
|
|
33
33
|
module.exports = __toCommonJS(ScreenReaderOnly_exports);
|
34
34
|
var React = __toESM(require("react"));
|
35
35
|
var import_ds_system = require("@elliemae/ds-system");
|
36
|
-
const ScreenReaderOnly = import_ds_system.styled.
|
36
|
+
const ScreenReaderOnly = import_ds_system.styled.span`
|
37
37
|
clip: rect(0 0 0 0);
|
38
38
|
clip-path: inset(50%);
|
39
39
|
height: 1px;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../src/ScreenReaderOnly.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
4
|
-
"sourcesContent": ["import { styled } from '@elliemae/ds-system';\n\nexport const ScreenReaderOnly = styled.
|
4
|
+
"sourcesContent": ["import { styled } from '@elliemae/ds-system';\n\nexport const ScreenReaderOnly = styled.span`\n clip: rect(0 0 0 0);\n clip-path: inset(50%);\n height: 1px;\n overflow: hidden;\n position: absolute;\n white-space: nowrap;\n width: 1px;\n`;\n", "import * as React from 'react';\nexport { React };\n"],
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAuB;AAEhB,MAAM,mBAAmB,wBAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;",
|
6
6
|
"names": []
|
7
7
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/ScreenReaderOnly.tsx"],
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { styled } from '@elliemae/ds-system';\n\nexport const ScreenReaderOnly = styled.
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { styled } from '@elliemae/ds-system';\n\nexport const ScreenReaderOnly = styled.span`\n clip: rect(0 0 0 0);\n clip-path: inset(50%);\n height: 1px;\n overflow: hidden;\n position: absolute;\n white-space: nowrap;\n width: 1px;\n`;\n"],
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,cAAc;AAEhB,MAAM,mBAAmB,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;",
|
6
6
|
"names": []
|
7
7
|
}
|
@@ -1 +1 @@
|
|
1
|
-
export declare const ScreenReaderOnly: import("styled-components").StyledComponent<"
|
1
|
+
export declare const ScreenReaderOnly: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-accessibility",
|
3
|
-
"version": "3.54.0-next.
|
3
|
+
"version": "3.54.0-next.4",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Accessibility",
|
6
6
|
"files": [
|
@@ -37,16 +37,16 @@
|
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
39
|
"uid": "~2.0.1",
|
40
|
-
"@elliemae/ds-props-helpers": "3.54.0-next.
|
41
|
-
"@elliemae/ds-system": "3.54.0-next.
|
40
|
+
"@elliemae/ds-props-helpers": "3.54.0-next.4",
|
41
|
+
"@elliemae/ds-system": "3.54.0-next.4"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
44
|
"@elliemae/pui-cli": "9.0.0-next.65",
|
45
45
|
"jest": "~29.7.0",
|
46
46
|
"jest-cli": "~29.7.0",
|
47
47
|
"styled-components": "~5.3.9",
|
48
|
-
"@elliemae/ds-monorepo-devops": "3.54.0-next.
|
49
|
-
"@elliemae/ds-test-utils": "3.54.0-next.
|
48
|
+
"@elliemae/ds-monorepo-devops": "3.54.0-next.4",
|
49
|
+
"@elliemae/ds-test-utils": "3.54.0-next.4"
|
50
50
|
},
|
51
51
|
"peerDependencies": {
|
52
52
|
"react": "^18.3.1",
|