@ably/ui 17.2.0 → 17.2.1-dev.04ab16b4
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.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/core/dom-query.
|
|
1
|
+
{"version":3,"sources":["../../src/core/dom-query.ts"],"sourcesContent":["export const queryId = (val: string, root: ParentNode = document) =>\n root.querySelector(`[data-id=${val}]`);\n\nexport const queryIdAll = (val: string, root: ParentNode = document) =>\n root.querySelectorAll(`[data-id=${val}]`);\n"],"names":["queryId","val","root","document","querySelector","queryIdAll","querySelectorAll"],"mappings":"AAAA,OAAO,MAAMA,QAAU,CAACC,IAAaC,KAAmBC,QAAQ,GAC9DD,KAAKE,aAAa,CAAC,CAAC,SAAS,EAAEH,IAAI,CAAC,CAAC,CAAE,AAEzC,QAAO,MAAMI,WAAa,CAACJ,IAAaC,KAAmBC,QAAQ,GACjED,KAAKI,gBAAgB,CAAC,CAAC,SAAS,EAAEL,IAAI,CAAC,CAAC,CAAE"}
|
|
@@ -0,0 +1 @@
|
|
|
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"]
|
package/index.d.ts
CHANGED
|
@@ -1484,8 +1484,8 @@ export default Tooltip;
|
|
|
1484
1484
|
}
|
|
1485
1485
|
|
|
1486
1486
|
declare module '@ably/ui/core/dom-query' {
|
|
1487
|
-
export
|
|
1488
|
-
export
|
|
1487
|
+
export const queryId: (val: string, root?: ParentNode) => Element | null;
|
|
1488
|
+
export const queryIdAll: (val: string, root?: ParentNode) => NodeListOf<Element>;
|
|
1489
1489
|
//# sourceMappingURL=dom-query.d.ts.map
|
|
1490
1490
|
}
|
|
1491
1491
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ably/ui",
|
|
3
|
-
"version": "17.2.
|
|
3
|
+
"version": "17.2.1-dev.04ab16b4",
|
|
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",
|