testaro 47.1.2 → 47.1.3
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.
- package/CONTRIBUTING.md +2 -0
- package/README.md +2 -0
- package/aceconfig.js +2 -0
- package/actSpecs.js +2 -0
- package/call.js +2 -0
- package/data/template.js +2 -0
- package/dirWatch.js +2 -0
- package/netWatch.js +2 -0
- package/package.json +1 -1
- package/procs/aslint.js +2 -0
- package/procs/dateOf.js +2 -0
- package/procs/getLocatorData.js +2 -0
- package/procs/getSource.js +2 -0
- package/procs/identify.js +2 -0
- package/procs/isInlineLink.js +2 -0
- package/procs/job.js +2 -0
- package/procs/operable.js +2 -0
- package/procs/sample.js +2 -0
- package/procs/standardize.js +2 -0
- package/procs/tellServer.js +2 -0
- package/procs/testaro.js +2 -0
- package/procs/visChange.js +2 -0
- package/run.js +2 -0
- package/testaro/allCaps.js +2 -0
- package/testaro/allHidden.js +2 -0
- package/testaro/allSlanted.js +2 -0
- package/testaro/attVal.js +2 -0
- package/testaro/autocomplete.js +2 -0
- package/testaro/bulk.js +2 -0
- package/testaro/buttonMenu.js +2 -0
- package/testaro/distortion.js +2 -0
- package/testaro/docType.js +2 -0
- package/testaro/dupAtt.js +2 -0
- package/testaro/elements.js +2 -0
- package/testaro/embAc.js +2 -0
- package/testaro/filter.js +2 -0
- package/testaro/focAll.js +2 -0
- package/testaro/focInd.js +2 -0
- package/testaro/focOp.js +2 -0
- package/testaro/focVis.js +2 -0
- package/testaro/headEl.js +2 -0
- package/testaro/headingAmb.js +2 -0
- package/testaro/hovInd.js +2 -0
- package/testaro/hover.js +2 -0
- package/testaro/labClash.js +2 -0
- package/testaro/lineHeight.js +2 -0
- package/testaro/linkAmb.js +2 -0
- package/testaro/linkTitle.js +2 -0
- package/testaro/linkUl.js +2 -0
- package/testaro/miniText.js +2 -0
- package/testaro/motion.js +2 -0
- package/testaro/nonTable.js +2 -0
- package/testaro/opFoc.js +2 -0
- package/testaro/pseudoP.js +2 -0
- package/testaro/radioSet.js +2 -0
- package/testaro/role.js +2 -0
- package/testaro/styleDiff.js +2 -0
- package/testaro/tabNav.js +2 -0
- package/testaro/targetSize.js +2 -0
- package/testaro/textNodes.js +2 -0
- package/testaro/title.js +2 -0
- package/testaro/zIndex.js +2 -0
- package/tests/alfa.js +2 -0
- package/tests/aslint.js +2 -0
- package/tests/axe.js +2 -0
- package/tests/ed11y.js +2 -0
- package/tests/htmlcs.js +2 -0
- package/tests/ibm.js +2 -0
- package/tests/nuVal.js +2 -0
- package/tests/qualWeb.js +2 -0
- package/tests/testaro.js +2 -0
- package/tests/wave.js +2 -0
- package/tests/wax.js +2 -0
- package/validation/executors/dirWatch.js +2 -0
- package/validation/executors/netWatch.js +2 -0
- package/validation/executors/run.js +2 -0
- package/validation/executors/test.js +2 -0
- package/validation/executors/tests.js +2 -0
- package/validation/tests/targets/adbID/index.html +2 -0
- package/validation/tests/targets/allCaps/index.html +2 -0
- package/validation/tests/targets/allHidden/ariaHiddenBody.html +2 -0
- package/validation/tests/targets/allHidden/good.html +2 -0
- package/validation/tests/targets/allHidden/hiddenMain.html +2 -0
- package/validation/tests/targets/allHidden/mixedHidden.html +2 -0
- package/validation/tests/targets/allHidden/noBody.html +2 -0
- package/validation/tests/targets/allHidden/noMain.html +2 -0
- package/validation/tests/targets/allHidden/noneDoc.html +2 -0
- package/validation/tests/targets/allHidden/visHiddenMain.html +2 -0
- package/validation/tests/targets/allSlanted/index.html +2 -0
- package/validation/tests/targets/altScheme/index.html +2 -0
- package/validation/tests/targets/attVal/bad.html +2 -0
- package/validation/tests/targets/attVal/good.html +2 -0
- package/validation/tests/targets/autocomplete/bad.html +2 -0
- package/validation/tests/targets/autocomplete/good.html +2 -0
- package/validation/tests/targets/bulk/bad.html +2 -0
- package/validation/tests/targets/bulk/good.html +2 -0
- package/validation/tests/targets/buttonMenu/bad.html +2 -0
- package/validation/tests/targets/buttonMenu/bad.js +2 -0
- package/validation/tests/targets/buttonMenu/good.html +2 -0
- package/validation/tests/targets/buttonMenu/good.js +2 -0
- package/validation/tests/targets/buttonMenu/style.css +2 -0
- package/validation/tests/targets/captionLoc/index.html +2 -0
- package/validation/tests/targets/datalistRef/index.html +2 -0
- package/validation/tests/targets/distortion/index.html +2 -0
- package/validation/tests/targets/docType/bad.html +2 -0
- package/validation/tests/targets/docType/good.html +2 -0
- package/validation/tests/targets/dupAtt/bad.html +2 -0
- package/validation/tests/targets/dupAtt/good.html +2 -0
- package/validation/tests/targets/elements/index.html +2 -0
- package/validation/tests/targets/embAc/bad.html +2 -0
- package/validation/tests/targets/embAc/good.html +2 -0
- package/validation/tests/targets/filter/bad.html +2 -0
- package/validation/tests/targets/filter/good.html +2 -0
- package/validation/tests/targets/focAll/good.html +2 -0
- package/validation/tests/targets/focAll/less.html +2 -0
- package/validation/tests/targets/focAll/more.html +2 -0
- package/validation/tests/targets/focInd/bad.html +2 -0
- package/validation/tests/targets/focInd/good.html +2 -0
- package/validation/tests/targets/focOp/bad.html +2 -0
- package/validation/tests/targets/focOp/good.html +2 -0
- package/validation/tests/targets/focVis/index.html +2 -0
- package/validation/tests/targets/headEl/index.html +2 -0
- package/validation/tests/targets/headingAmb/index.html +2 -0
- package/validation/tests/targets/hovInd/index.html +2 -0
- package/validation/tests/targets/hover/bad.html +2 -0
- package/validation/tests/targets/hover/good.html +2 -0
- package/validation/tests/targets/hr/index.html +2 -0
- package/validation/tests/targets/imageLink/index.html +2 -0
- package/validation/tests/targets/labClash/bad.html +2 -0
- package/validation/tests/targets/labClash/good.html +2 -0
- package/validation/tests/targets/legendLoc/index.html +2 -0
- package/validation/tests/targets/lineHeight/index.html +2 -0
- package/validation/tests/targets/linkAmb/index.html +2 -0
- package/validation/tests/targets/linkExt/index.html +2 -0
- package/validation/tests/targets/linkOldAtt/index.html +2 -0
- package/validation/tests/targets/linkTitle/index.html +2 -0
- package/validation/tests/targets/linkTo/index.html +2 -0
- package/validation/tests/targets/linkUl/bad.html +2 -0
- package/validation/tests/targets/linkUl/good.html +2 -0
- package/validation/tests/targets/linkUl/na.html +2 -0
- package/validation/tests/targets/miniText/index.html +2 -0
- package/validation/tests/targets/motion/bad.css +2 -0
- package/validation/tests/targets/motion/bad.html +2 -0
- package/validation/tests/targets/motion/good.html +2 -0
- package/validation/tests/targets/nonTable/index.html +2 -0
- package/validation/tests/targets/opFoc/bad.html +2 -0
- package/validation/tests/targets/opFoc/good.html +2 -0
- package/validation/tests/targets/optRoleSel/index.html +2 -0
- package/validation/tests/targets/phOnly/index.html +2 -0
- package/validation/tests/targets/pseudoP/index.html +2 -0
- package/validation/tests/targets/radioSet/bad.html +2 -0
- package/validation/tests/targets/radioSet/good.html +2 -0
- package/validation/tests/targets/role/bad.html +2 -0
- package/validation/tests/targets/role/good.html +2 -0
- package/validation/tests/targets/secHeading/index.html +2 -0
- package/validation/tests/targets/styleDiff/bad.html +2 -0
- package/validation/tests/targets/styleDiff/good.html +2 -0
- package/validation/tests/targets/tabNav/bad.html +2 -0
- package/validation/tests/targets/tabNav/bad.js +2 -0
- package/validation/tests/targets/tabNav/good.html +2 -0
- package/validation/tests/targets/tabNav/good.js +2 -0
- package/validation/tests/targets/tabNav/style.css +2 -0
- package/validation/tests/targets/targetSize/index.html +2 -0
- package/validation/tests/targets/textNodes/index.html +2 -0
- package/validation/tests/targets/textSem/index.html +2 -0
- package/validation/tests/targets/title/bad.html +2 -0
- package/validation/tests/targets/title/good.html +2 -0
- package/validation/tests/targets/titledEl/index.html +2 -0
- package/validation/tests/targets/zIndex/bad.html +2 -0
- package/validation/tests/targets/zIndex/good.html +2 -0
- package/validation/validateTest.js +2 -0
- package/validation/watch/done/README.md +2 -0
- package/validation/watch/todo/README.md +2 -0
package/CONTRIBUTING.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/README.md
CHANGED
|
@@ -937,6 +937,8 @@ As of 12 February 2024, upon the transfer of the repository ownership to CVS Hea
|
|
|
937
937
|
/*
|
|
938
938
|
© 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
939
939
|
|
|
940
|
+
MIT License
|
|
941
|
+
|
|
940
942
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
941
943
|
of this software and associated documentation files (the "Software"), to deal
|
|
942
944
|
in the Software without restriction, including without limitation the rights
|
package/aceconfig.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/actSpecs.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/call.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2022–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/data/template.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/dirWatch.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/netWatch.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2022–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/package.json
CHANGED
package/procs/aslint.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/procs/dateOf.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/procs/getLocatorData.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/procs/getSource.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/procs/identify.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/procs/isInlineLink.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/procs/job.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/procs/operable.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/procs/sample.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/procs/standardize.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/procs/tellServer.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/procs/testaro.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/procs/visChange.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/run.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/allCaps.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/allHidden.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/allSlanted.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/attVal.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/autocomplete.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/bulk.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/buttonMenu.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/distortion.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/docType.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2022–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/dupAtt.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/elements.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/embAc.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/filter.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2022–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/focAll.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/focInd.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/focOp.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/focVis.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2022–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/headEl.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/headingAmb.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/hovInd.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/hover.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/labClash.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/lineHeight.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/linkAmb.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/linkTitle.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/linkUl.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/miniText.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2022–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/motion.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/nonTable.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2022–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/opFoc.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/pseudoP.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/radioSet.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/role.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/styleDiff.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/tabNav.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/targetSize.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/textNodes.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/title.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2022–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/testaro/zIndex.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|
package/tests/alfa.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
© 2021–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
4
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
6
8
|
in the Software without restriction, including without limitation the rights
|