boreal-ui 0.0.75 → 0.0.76
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/core/index.cjs.js +24 -24
- package/dist/core/index.cjs.js.map +1 -1
- package/dist/core/index.js +24 -24
- package/dist/core/index.js.map +1 -1
- package/dist/generated-docs/Typography.props.js +204 -0
- package/dist/next/index.cjs.js +24 -24
- package/dist/next/index.cjs.js.map +1 -1
- package/dist/next/index.js +24 -24
- package/dist/next/index.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/components/Typography/Typography.types.d.ts +75 -0
- package/dist/types/components/Typography/Typography.types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/core/index.js
CHANGED
|
@@ -8296,7 +8296,7 @@ const typographyPropDocs = {
|
|
|
8296
8296
|
{
|
|
8297
8297
|
"name": "align",
|
|
8298
8298
|
"type": "TypographyAlign",
|
|
8299
|
-
"description": "",
|
|
8299
|
+
"description": "Horizontal text alignment.",
|
|
8300
8300
|
"required": false,
|
|
8301
8301
|
"inherited": false,
|
|
8302
8302
|
"category": "props"
|
|
@@ -8304,7 +8304,7 @@ const typographyPropDocs = {
|
|
|
8304
8304
|
{
|
|
8305
8305
|
"name": "aria-atomic",
|
|
8306
8306
|
"type": "boolean",
|
|
8307
|
-
"description": "",
|
|
8307
|
+
"description": "Whether assistive technologies should present the entire updated region when part of a live region changes.",
|
|
8308
8308
|
"required": false,
|
|
8309
8309
|
"inherited": false,
|
|
8310
8310
|
"category": "aria"
|
|
@@ -8312,7 +8312,7 @@ const typographyPropDocs = {
|
|
|
8312
8312
|
{
|
|
8313
8313
|
"name": "aria-busy",
|
|
8314
8314
|
"type": "boolean",
|
|
8315
|
-
"description": "",
|
|
8315
|
+
"description": "Indicates whether the element is currently being updated, such as during loading.",
|
|
8316
8316
|
"required": false,
|
|
8317
8317
|
"inherited": false,
|
|
8318
8318
|
"category": "aria"
|
|
@@ -8320,7 +8320,7 @@ const typographyPropDocs = {
|
|
|
8320
8320
|
{
|
|
8321
8321
|
"name": "aria-describedby",
|
|
8322
8322
|
"type": "string",
|
|
8323
|
-
"description": "",
|
|
8323
|
+
"description": "References the id of another element that describes this element.",
|
|
8324
8324
|
"required": false,
|
|
8325
8325
|
"inherited": false,
|
|
8326
8326
|
"category": "aria"
|
|
@@ -8328,7 +8328,7 @@ const typographyPropDocs = {
|
|
|
8328
8328
|
{
|
|
8329
8329
|
"name": "aria-hidden",
|
|
8330
8330
|
"type": "boolean",
|
|
8331
|
-
"description": "",
|
|
8331
|
+
"description": "Whether the element should be hidden from assistive technologies.",
|
|
8332
8332
|
"required": false,
|
|
8333
8333
|
"inherited": false,
|
|
8334
8334
|
"category": "aria"
|
|
@@ -8336,7 +8336,7 @@ const typographyPropDocs = {
|
|
|
8336
8336
|
{
|
|
8337
8337
|
"name": "aria-label",
|
|
8338
8338
|
"type": "string",
|
|
8339
|
-
"description": "",
|
|
8339
|
+
"description": "Defines an accessible label for the element when a visible label is not sufficient.",
|
|
8340
8340
|
"required": false,
|
|
8341
8341
|
"inherited": false,
|
|
8342
8342
|
"category": "aria"
|
|
@@ -8344,7 +8344,7 @@ const typographyPropDocs = {
|
|
|
8344
8344
|
{
|
|
8345
8345
|
"name": "aria-labelledby",
|
|
8346
8346
|
"type": "string",
|
|
8347
|
-
"description": "",
|
|
8347
|
+
"description": "References the id of another element that labels this element.",
|
|
8348
8348
|
"required": false,
|
|
8349
8349
|
"inherited": false,
|
|
8350
8350
|
"category": "aria"
|
|
@@ -8352,7 +8352,7 @@ const typographyPropDocs = {
|
|
|
8352
8352
|
{
|
|
8353
8353
|
"name": "aria-live",
|
|
8354
8354
|
"type": '"off" | "polite" | "assertive"',
|
|
8355
|
-
"description": "",
|
|
8355
|
+
"description": "Indicates that the element will be updated and describes how updates should be announced.",
|
|
8356
8356
|
"required": false,
|
|
8357
8357
|
"inherited": false,
|
|
8358
8358
|
"category": "aria"
|
|
@@ -8360,7 +8360,7 @@ const typographyPropDocs = {
|
|
|
8360
8360
|
{
|
|
8361
8361
|
"name": "as",
|
|
8362
8362
|
"type": "ElementType",
|
|
8363
|
-
"description": "",
|
|
8363
|
+
"description": 'The HTML element or custom component to render as. For example: `"p"`, `"span"`, `"h1"`, or a custom React component.',
|
|
8364
8364
|
"required": false,
|
|
8365
8365
|
"inherited": false,
|
|
8366
8366
|
"category": "props"
|
|
@@ -8368,7 +8368,7 @@ const typographyPropDocs = {
|
|
|
8368
8368
|
{
|
|
8369
8369
|
"name": "children",
|
|
8370
8370
|
"type": "ReactNode",
|
|
8371
|
-
"description": "",
|
|
8371
|
+
"description": "The content to render inside the typography component.",
|
|
8372
8372
|
"required": false,
|
|
8373
8373
|
"inherited": false,
|
|
8374
8374
|
"category": "props"
|
|
@@ -8376,7 +8376,7 @@ const typographyPropDocs = {
|
|
|
8376
8376
|
{
|
|
8377
8377
|
"name": "className",
|
|
8378
8378
|
"type": "string",
|
|
8379
|
-
"description": "",
|
|
8379
|
+
"description": "Optional custom CSS class name for the root element.",
|
|
8380
8380
|
"required": false,
|
|
8381
8381
|
"inherited": false,
|
|
8382
8382
|
"category": "styling"
|
|
@@ -8384,7 +8384,7 @@ const typographyPropDocs = {
|
|
|
8384
8384
|
{
|
|
8385
8385
|
"name": "id",
|
|
8386
8386
|
"type": "string",
|
|
8387
|
-
"description": "",
|
|
8387
|
+
"description": "Optional unique id for the root element.",
|
|
8388
8388
|
"required": false,
|
|
8389
8389
|
"inherited": false,
|
|
8390
8390
|
"category": "props"
|
|
@@ -8392,7 +8392,7 @@ const typographyPropDocs = {
|
|
|
8392
8392
|
{
|
|
8393
8393
|
"name": "italic",
|
|
8394
8394
|
"type": "boolean",
|
|
8395
|
-
"description": "",
|
|
8395
|
+
"description": "Whether the text should be displayed in italic style.",
|
|
8396
8396
|
"required": false,
|
|
8397
8397
|
"inherited": false,
|
|
8398
8398
|
"category": "props"
|
|
@@ -8400,7 +8400,7 @@ const typographyPropDocs = {
|
|
|
8400
8400
|
{
|
|
8401
8401
|
"name": "noWrap",
|
|
8402
8402
|
"type": "boolean",
|
|
8403
|
-
"description": "",
|
|
8403
|
+
"description": "Whether the text should remain on a single line without wrapping.",
|
|
8404
8404
|
"required": false,
|
|
8405
8405
|
"inherited": false,
|
|
8406
8406
|
"category": "props"
|
|
@@ -8408,7 +8408,7 @@ const typographyPropDocs = {
|
|
|
8408
8408
|
{
|
|
8409
8409
|
"name": "role",
|
|
8410
8410
|
"type": "AriaRole",
|
|
8411
|
-
"description": "",
|
|
8411
|
+
"description": "Optional ARIA role for the rendered element.",
|
|
8412
8412
|
"required": false,
|
|
8413
8413
|
"inherited": false,
|
|
8414
8414
|
"category": "aria"
|
|
@@ -8416,7 +8416,7 @@ const typographyPropDocs = {
|
|
|
8416
8416
|
{
|
|
8417
8417
|
"name": "srOnly",
|
|
8418
8418
|
"type": "boolean",
|
|
8419
|
-
"description": "",
|
|
8419
|
+
"description": "Whether the text should be visually hidden but still available to screen readers.",
|
|
8420
8420
|
"required": false,
|
|
8421
8421
|
"inherited": false,
|
|
8422
8422
|
"category": "props"
|
|
@@ -8424,7 +8424,7 @@ const typographyPropDocs = {
|
|
|
8424
8424
|
{
|
|
8425
8425
|
"name": "style",
|
|
8426
8426
|
"type": "CSSProperties",
|
|
8427
|
-
"description": "",
|
|
8427
|
+
"description": "Optional inline styles applied to the root element.",
|
|
8428
8428
|
"required": false,
|
|
8429
8429
|
"inherited": false,
|
|
8430
8430
|
"category": "props"
|
|
@@ -8432,7 +8432,7 @@ const typographyPropDocs = {
|
|
|
8432
8432
|
{
|
|
8433
8433
|
"name": "testId",
|
|
8434
8434
|
"type": "string",
|
|
8435
|
-
"description": "",
|
|
8435
|
+
"description": "Optional test id used for testing the component.",
|
|
8436
8436
|
"required": false,
|
|
8437
8437
|
"inherited": false,
|
|
8438
8438
|
"category": "props"
|
|
@@ -8440,7 +8440,7 @@ const typographyPropDocs = {
|
|
|
8440
8440
|
{
|
|
8441
8441
|
"name": "theme",
|
|
8442
8442
|
"type": "TypographyTheme",
|
|
8443
|
-
"description": "",
|
|
8443
|
+
"description": "Visual theme style applied to the typography.",
|
|
8444
8444
|
"required": false,
|
|
8445
8445
|
"inherited": false,
|
|
8446
8446
|
"category": "styling"
|
|
@@ -8448,7 +8448,7 @@ const typographyPropDocs = {
|
|
|
8448
8448
|
{
|
|
8449
8449
|
"name": "title",
|
|
8450
8450
|
"type": "string",
|
|
8451
|
-
"description": "",
|
|
8451
|
+
"description": "Advisory text for the element, typically shown as a tooltip on hover.",
|
|
8452
8452
|
"required": false,
|
|
8453
8453
|
"inherited": false,
|
|
8454
8454
|
"category": "props"
|
|
@@ -8456,7 +8456,7 @@ const typographyPropDocs = {
|
|
|
8456
8456
|
{
|
|
8457
8457
|
"name": "truncate",
|
|
8458
8458
|
"type": "boolean",
|
|
8459
|
-
"description": "",
|
|
8459
|
+
"description": "Whether overflowing text should be truncated, typically with an ellipsis.",
|
|
8460
8460
|
"required": false,
|
|
8461
8461
|
"inherited": false,
|
|
8462
8462
|
"category": "props"
|
|
@@ -8464,7 +8464,7 @@ const typographyPropDocs = {
|
|
|
8464
8464
|
{
|
|
8465
8465
|
"name": "underline",
|
|
8466
8466
|
"type": "boolean",
|
|
8467
|
-
"description": "",
|
|
8467
|
+
"description": "Whether the text should be underlined.",
|
|
8468
8468
|
"required": false,
|
|
8469
8469
|
"inherited": false,
|
|
8470
8470
|
"category": "props"
|
|
@@ -8472,7 +8472,7 @@ const typographyPropDocs = {
|
|
|
8472
8472
|
{
|
|
8473
8473
|
"name": "variant",
|
|
8474
8474
|
"type": "TypographyVariant",
|
|
8475
|
-
"description": "",
|
|
8475
|
+
"description": "Predefined typography style variant. Examples may include headings, body text, captions, or labels.",
|
|
8476
8476
|
"required": false,
|
|
8477
8477
|
"inherited": false,
|
|
8478
8478
|
"category": "props"
|
|
@@ -8480,7 +8480,7 @@ const typographyPropDocs = {
|
|
|
8480
8480
|
{
|
|
8481
8481
|
"name": "weight",
|
|
8482
8482
|
"type": "TypographyWeight",
|
|
8483
|
-
"description": "",
|
|
8483
|
+
"description": "Font weight of the text.",
|
|
8484
8484
|
"required": false,
|
|
8485
8485
|
"inherited": false,
|
|
8486
8486
|
"category": "props"
|