@ngstarter-ui/components 21.0.45 → 21.0.46
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/ai/component-registry.json +8 -1
- package/fesm2022/ngstarter-ui-components-form-builder.mjs +26 -26
- package/fesm2022/ngstarter-ui-components-form-builder.mjs.map +1 -1
- package/fesm2022/ngstarter-ui-components-image-designer.mjs +1 -1
- package/fesm2022/ngstarter-ui-components-image-designer.mjs.map +1 -1
- package/fesm2022/ngstarter-ui-components-pdf-viewer.mjs +3 -3
- package/fesm2022/ngstarter-ui-components-pdf-viewer.mjs.map +1 -1
- package/fesm2022/ngstarter-ui-components-toolbar.mjs +18 -5
- package/fesm2022/ngstarter-ui-components-toolbar.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/_common.scss +5 -0
- package/styles/_tokens.scss +31 -4
- package/types/ngstarter-ui-components-form-builder.d.ts +2 -0
- package/types/ngstarter-ui-components-toolbar.d.ts +8 -3
|
@@ -10320,6 +10320,7 @@
|
|
|
10320
10320
|
"ngs-toolbar-nav-link",
|
|
10321
10321
|
"ngs-toolbar-row",
|
|
10322
10322
|
"ngs-toolbar-spacer",
|
|
10323
|
+
"ngs-toolbar-subtitle",
|
|
10323
10324
|
"ngs-toolbar-title"
|
|
10324
10325
|
],
|
|
10325
10326
|
"exportedSymbols": [
|
|
@@ -10330,6 +10331,7 @@
|
|
|
10330
10331
|
"ToolbarNavLink",
|
|
10331
10332
|
"ToolbarRow",
|
|
10332
10333
|
"ToolbarSpacer",
|
|
10334
|
+
"ToolbarSubtitle",
|
|
10333
10335
|
"ToolbarTitle"
|
|
10334
10336
|
],
|
|
10335
10337
|
"inputs": [
|
|
@@ -10338,7 +10340,9 @@
|
|
|
10338
10340
|
],
|
|
10339
10341
|
"outputs": [],
|
|
10340
10342
|
"cssTokens": [
|
|
10343
|
+
"--ngs-color-secondary",
|
|
10341
10344
|
"--ngs-font-size-lg",
|
|
10345
|
+
"--ngs-font-size-sm",
|
|
10342
10346
|
"--ngs-nav-item-active-color",
|
|
10343
10347
|
"--ngs-nav-item-color",
|
|
10344
10348
|
"--ngs-nav-item-font-size",
|
|
@@ -10352,7 +10356,10 @@
|
|
|
10352
10356
|
"--ngs-toolbar-nav-link-hover-color",
|
|
10353
10357
|
"--ngs-toolbar-nav-link-overflow-height",
|
|
10354
10358
|
"--ngs-toolbar-nav-link-padding",
|
|
10355
|
-
"--ngs-toolbar-nav-link-radius"
|
|
10359
|
+
"--ngs-toolbar-nav-link-radius",
|
|
10360
|
+
"--ngs-toolbar-subtitle-color",
|
|
10361
|
+
"--ngs-toolbar-subtitle-font-size",
|
|
10362
|
+
"--ngs-toolbar-subtitle-weight"
|
|
10356
10363
|
],
|
|
10357
10364
|
"example": null
|
|
10358
10365
|
},
|