@ably/ui 17.2.1-dev.04ab16b4 → 17.2.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.
package/core/dom-query.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const queryId=(val,root=document)=>root.querySelector(`[data-id
|
|
1
|
+
export const queryId=(val,root=document)=>root.querySelector(`[data-id="${CSS.escape(val)}"]`);export const queryIdAll=(val,root=document)=>root.querySelectorAll(`[data-id="${CSS.escape(val)}"]`);
|
|
2
2
|
//# sourceMappingURL=dom-query.js.map
|
package/core/dom-query.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/core/dom-query.ts"],"sourcesContent":["export const queryId = (val: string, root: ParentNode = document) =>\n root.querySelector(`[data-id
|
|
1
|
+
{"version":3,"sources":["../../src/core/dom-query.ts"],"sourcesContent":["export const queryId = (val: string, root: ParentNode = document) =>\n root.querySelector(`[data-id=\"${CSS.escape(val)}\"]`);\n\nexport const queryIdAll = (val: string, root: ParentNode = document) =>\n root.querySelectorAll(`[data-id=\"${CSS.escape(val)}\"]`);\n"],"names":["queryId","val","root","document","querySelector","CSS","escape","queryIdAll","querySelectorAll"],"mappings":"AAAA,OAAO,MAAMA,QAAU,CAACC,IAAaC,KAAmBC,QAAQ,GAC9DD,KAAKE,aAAa,CAAC,CAAC,UAAU,EAAEC,IAAIC,MAAM,CAACL,KAAK,EAAE,CAAC,CAAE,AAEvD,QAAO,MAAMM,WAAa,CAACN,IAAaC,KAAmBC,QAAQ,GACjED,KAAKM,gBAAgB,CAAC,CAAC,UAAU,EAAEH,IAAIC,MAAM,CAACL,KAAK,EAAE,CAAC,CAAE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ably/ui",
|
|
3
|
-
"version": "17.2.1
|
|
3
|
+
"version": "17.2.1",
|
|
4
4
|
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
["bg-blue-400","bg-blue-100","bg-neutral-1300","bg-neutral-300","bg-neutral-200","bg-neutral-100","bg-neutral-000","bg-neutral-600","bg-orange-900","bg-orange-600","border-blue-400","border-neutral-200","border-neutral-600","border-neutral-500","border-orange-600","from-neutral-400","group-hover:bg-neutral-100","text-blue-600","text-blue-200","text-neutral-1300","text-neutral-300","text-neutral-000","text-neutral-1100","text-neutral-1000","text-neutral-800","text-neutral-700","text-neutral-600","text-neutral-500","text-orange-200","text-orange-600"]
|