@ctrliq/quantic-components 1.89.0 → 1.89.2
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/dist/icon/__generated__/lucide-icon-names.enum.d.ts +321 -107
- package/dist/icon/__generated__/lucide-icon-names.enum.js +321 -107
- package/dist/icon/index.constants.d.ts +214 -107
- package/dist/icons.json +3247 -3242
- package/dist/index.js.map +1 -1
- package/dist/llms/setup.md +1 -1
- package/dist/llms.txt +1 -1
- package/dist/meta/index.js.map +1 -1
- package/dist/meta.json +1 -1
- package/dist/quantic-components.js +321 -107
- package/dist/quantic-components.js.map +1 -1
- package/dist/quantic-components.min.js +45 -45
- package/dist/quantic-components.min.js.map +1 -1
- package/dist/register.js.map +1 -1
- package/dist/types/icon/__generated__/lucide-icon-names.enum.d.ts +321 -107
- package/dist/types/icon/index.constants.d.ts +214 -107
- package/package.json +3 -3
package/dist/llms/setup.md
CHANGED
|
@@ -130,6 +130,6 @@ installed, so it can be read without a network call:
|
|
|
130
130
|
steps, then `llms/{category}-components.md` and `llms/components/{tag}.md` for detail.
|
|
131
131
|
Start here rather than with the manifest: it is the same data, sized to be read.
|
|
132
132
|
- `@ctrliq/quantic-components/meta.json` for every component, prop, slot and event, in full
|
|
133
|
-
- `@ctrliq/quantic-components/icons.json` for every icon with its
|
|
133
|
+
- `@ctrliq/quantic-components/icons.json` for every icon with its tags and origin
|
|
134
134
|
- `@ctrliq/quantic-tokens/light-mode.json` and `@ctrliq/quantic-tokens/dark-mode.json` for
|
|
135
135
|
every token
|
package/dist/llms.txt
CHANGED
|
@@ -137,7 +137,7 @@ installed, so it can be read without a network call:
|
|
|
137
137
|
steps, then `llms/{category}-components.md` and `llms/components/{tag}.md` for detail.
|
|
138
138
|
Start here rather than with the manifest: it is the same data, sized to be read.
|
|
139
139
|
- `@ctrliq/quantic-components/meta.json` for every component, prop, slot and event, in full
|
|
140
|
-
- `@ctrliq/quantic-components/icons.json` for every icon with its
|
|
140
|
+
- `@ctrliq/quantic-components/icons.json` for every icon with its tags and origin
|
|
141
141
|
- `@ctrliq/quantic-tokens/light-mode.json` and `@ctrliq/quantic-tokens/dark-mode.json` for
|
|
142
142
|
every token
|
|
143
143
|
|