Open mdroidian opened 1 year ago
Related to https://github.com/RoamJS/query-builder/pull/128
When adding to the docs, we want to point to https://blueprintjs.com/docs/#icons/icons-list or even https://blueprintjs.com/docs/versions/2/#icons to let users know the total icon options available for action:{action}:{icon}, but not all icons render:
action:{action}:{icon}
Version issue? From qb package-lock.json
Yet, icon is listed in node_modules\@blueprintjs\icons\lib\esm\generated\iconNames.d.ts
node_modules\@blueprintjs\icons\lib\esm\generated\iconNames.d.ts
We support this version of blueprint bc that's what Roam is using. This allows us to use the Blueprintjs available at window. instead of bundling our own
window.
Related to https://github.com/RoamJS/query-builder/pull/128
When adding to the docs, we want to point to https://blueprintjs.com/docs/#icons/icons-list or even https://blueprintjs.com/docs/versions/2/#icons to let users know the total icon options available for
action:{action}:{icon}
, but not all icons render:Version issue? From qb package-lock.json
Yet, icon is listed in
node_modules\@blueprintjs\icons\lib\esm\generated\iconNames.d.ts