@patternfly/react-tokens 6.1.0-prerelease.3 → 6.1.0-prerelease.4
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/CHANGELOG.md +4 -0
- package/dist/esm/c_table.d.ts +14 -15
- package/dist/esm/c_table.js +14 -15
- package/dist/esm/c_table__text_MinWidth.d.ts +6 -0
- package/dist/esm/c_table__text_MinWidth.js +6 -0
- package/dist/esm/c_table__text_m_truncate_MinWidth.d.ts +6 -0
- package/dist/esm/c_table__text_m_truncate_MinWidth.js +6 -0
- package/dist/esm/index.d.ts +2 -1
- package/dist/esm/index.js +2 -1
- package/dist/js/c_table.d.ts +14 -15
- package/dist/js/c_table.js +14 -15
- package/dist/js/c_table__text_MinWidth.d.ts +6 -0
- package/dist/js/c_table__text_MinWidth.js +8 -0
- package/dist/js/c_table__text_m_truncate_MinWidth.d.ts +6 -0
- package/dist/js/c_table__text_m_truncate_MinWidth.js +8 -0
- package/dist/js/index.d.ts +2 -1
- package/dist/js/index.js +2 -1
- package/package.json +3 -3
- package/dist/esm/c_table_text_MinWidth.d.ts +0 -6
- package/dist/esm/c_table_text_MinWidth.js +0 -6
- package/dist/js/c_table_text_MinWidth.d.ts +0 -6
- package/dist/js/c_table_text_MinWidth.js +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [6.1.0-prerelease.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.1.0-prerelease.3...@patternfly/react-tokens@6.1.0-prerelease.4) (2024-11-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
9
|
+
|
|
6
10
|
# [6.1.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.1.0-prerelease.2...@patternfly/react-tokens@6.1.0-prerelease.3) (2024-11-20)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @patternfly/react-tokens
|
package/dist/esm/c_table.d.ts
CHANGED
|
@@ -272,7 +272,12 @@ export const c_table: {
|
|
|
272
272
|
},
|
|
273
273
|
"c_table_cell_MinWidth": {
|
|
274
274
|
"name": "--pf-v6-c-table--cell--MinWidth",
|
|
275
|
-
"value": "0"
|
|
275
|
+
"value": "calc(0 + 0)",
|
|
276
|
+
"values": [
|
|
277
|
+
"calc(--pf-v6-c-table--cell--PaddingInlineEnd + --pf-v6-c-table--cell--PaddingInlineEnd)",
|
|
278
|
+
"calc(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd + --pf-v6-c-table--m-grid--cell--PaddingInlineEnd)",
|
|
279
|
+
"calc(0 + 0)"
|
|
280
|
+
]
|
|
276
281
|
},
|
|
277
282
|
"c_table_cell_MaxWidth": {
|
|
278
283
|
"name": "--pf-v6-c-table--cell--MaxWidth",
|
|
@@ -353,6 +358,14 @@ export const c_table: {
|
|
|
353
358
|
"calc(5ch + 0 + 0)"
|
|
354
359
|
]
|
|
355
360
|
},
|
|
361
|
+
"c_table__text_MinWidth": {
|
|
362
|
+
"name": "--pf-v6-c-table__text--MinWidth",
|
|
363
|
+
"value": "100%"
|
|
364
|
+
},
|
|
365
|
+
"c_table__text_m_truncate_MinWidth": {
|
|
366
|
+
"name": "--pf-v6-c-table__text--m-truncate--MinWidth",
|
|
367
|
+
"value": "5ch"
|
|
368
|
+
},
|
|
356
369
|
"c_table_m_truncate__text_MinWidth": {
|
|
357
370
|
"name": "--pf-v6-c-table--m-truncate__text--MinWidth",
|
|
358
371
|
"value": "5ch"
|
|
@@ -1510,24 +1523,10 @@ export const c_table: {
|
|
|
1510
1523
|
"value": "normal"
|
|
1511
1524
|
}
|
|
1512
1525
|
},
|
|
1513
|
-
".pf-v6-c-table__text": {
|
|
1514
|
-
"c_table_cell_MaxWidth": {
|
|
1515
|
-
"name": "--pf-v6-c-table--cell--MaxWidth",
|
|
1516
|
-
"value": "100%"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
1526
|
".pf-v6-c-table__text.pf-m-truncate": {
|
|
1520
1527
|
"c_table_cell_MinWidth": {
|
|
1521
1528
|
"name": "--pf-v6-c-table--cell--MinWidth",
|
|
1522
1529
|
"value": "100%"
|
|
1523
|
-
},
|
|
1524
|
-
"c_table_text_MinWidth": {
|
|
1525
|
-
"name": "--pf-v6-c-table--text--MinWidth",
|
|
1526
|
-
"value": "5ch",
|
|
1527
|
-
"values": [
|
|
1528
|
-
"--pf-v6-c-table--m-truncate__text--MinWidth",
|
|
1529
|
-
"5ch"
|
|
1530
|
-
]
|
|
1531
1530
|
}
|
|
1532
1531
|
},
|
|
1533
1532
|
".pf-v6-c-table .pf-v6-c-table__check": {
|
package/dist/esm/c_table.js
CHANGED
|
@@ -272,7 +272,12 @@ export const c_table = {
|
|
|
272
272
|
},
|
|
273
273
|
"c_table_cell_MinWidth": {
|
|
274
274
|
"name": "--pf-v6-c-table--cell--MinWidth",
|
|
275
|
-
"value": "0"
|
|
275
|
+
"value": "calc(0 + 0)",
|
|
276
|
+
"values": [
|
|
277
|
+
"calc(--pf-v6-c-table--cell--PaddingInlineEnd + --pf-v6-c-table--cell--PaddingInlineEnd)",
|
|
278
|
+
"calc(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd + --pf-v6-c-table--m-grid--cell--PaddingInlineEnd)",
|
|
279
|
+
"calc(0 + 0)"
|
|
280
|
+
]
|
|
276
281
|
},
|
|
277
282
|
"c_table_cell_MaxWidth": {
|
|
278
283
|
"name": "--pf-v6-c-table--cell--MaxWidth",
|
|
@@ -353,6 +358,14 @@ export const c_table = {
|
|
|
353
358
|
"calc(5ch + 0 + 0)"
|
|
354
359
|
]
|
|
355
360
|
},
|
|
361
|
+
"c_table__text_MinWidth": {
|
|
362
|
+
"name": "--pf-v6-c-table__text--MinWidth",
|
|
363
|
+
"value": "100%"
|
|
364
|
+
},
|
|
365
|
+
"c_table__text_m_truncate_MinWidth": {
|
|
366
|
+
"name": "--pf-v6-c-table__text--m-truncate--MinWidth",
|
|
367
|
+
"value": "5ch"
|
|
368
|
+
},
|
|
356
369
|
"c_table_m_truncate__text_MinWidth": {
|
|
357
370
|
"name": "--pf-v6-c-table--m-truncate__text--MinWidth",
|
|
358
371
|
"value": "5ch"
|
|
@@ -1510,24 +1523,10 @@ export const c_table = {
|
|
|
1510
1523
|
"value": "normal"
|
|
1511
1524
|
}
|
|
1512
1525
|
},
|
|
1513
|
-
".pf-v6-c-table__text": {
|
|
1514
|
-
"c_table_cell_MaxWidth": {
|
|
1515
|
-
"name": "--pf-v6-c-table--cell--MaxWidth",
|
|
1516
|
-
"value": "100%"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
1526
|
".pf-v6-c-table__text.pf-m-truncate": {
|
|
1520
1527
|
"c_table_cell_MinWidth": {
|
|
1521
1528
|
"name": "--pf-v6-c-table--cell--MinWidth",
|
|
1522
1529
|
"value": "100%"
|
|
1523
|
-
},
|
|
1524
|
-
"c_table_text_MinWidth": {
|
|
1525
|
-
"name": "--pf-v6-c-table--text--MinWidth",
|
|
1526
|
-
"value": "5ch",
|
|
1527
|
-
"values": [
|
|
1528
|
-
"--pf-v6-c-table--m-truncate__text--MinWidth",
|
|
1529
|
-
"5ch"
|
|
1530
|
-
]
|
|
1531
1530
|
}
|
|
1532
1531
|
},
|
|
1533
1532
|
".pf-v6-c-table .pf-v6-c-table__check": {
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -3318,6 +3318,8 @@ export { c_table_cell_WordBreak } from './c_table_cell_WordBreak';
|
|
|
3318
3318
|
export { c_table_cell_m_help_MinWidth } from './c_table_cell_m_help_MinWidth';
|
|
3319
3319
|
export { c_table_m_truncate_cell_MaxWidth } from './c_table_m_truncate_cell_MaxWidth';
|
|
3320
3320
|
export { c_table_m_truncate_cell_MinWidth } from './c_table_m_truncate_cell_MinWidth';
|
|
3321
|
+
export { c_table__text_MinWidth } from './c_table__text_MinWidth';
|
|
3322
|
+
export { c_table__text_m_truncate_MinWidth } from './c_table__text_m_truncate_MinWidth';
|
|
3321
3323
|
export { c_table_m_truncate__text_MinWidth } from './c_table_m_truncate__text_MinWidth';
|
|
3322
3324
|
export { c_table__toggle_PaddingBlockStart } from './c_table__toggle_PaddingBlockStart';
|
|
3323
3325
|
export { c_table__toggle_PaddingBlockEnd } from './c_table__toggle_PaddingBlockEnd';
|
|
@@ -3408,7 +3410,6 @@ export { c_table_m_sticky_header_border_ZIndex } from './c_table_m_sticky_header
|
|
|
3408
3410
|
export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
|
|
3409
3411
|
export { c_table__tbody_BorderBlockEndWidth } from './c_table__tbody_BorderBlockEndWidth';
|
|
3410
3412
|
export { c_table_m_expandable__tbody_BorderBlockEndWidth } from './c_table_m_expandable__tbody_BorderBlockEndWidth';
|
|
3411
|
-
export { c_table_text_MinWidth } from './c_table_text_MinWidth';
|
|
3412
3413
|
export { c_tabs } from './c_tabs';
|
|
3413
3414
|
export { c_tabs_inset } from './c_tabs_inset';
|
|
3414
3415
|
export { c_tabs_Width } from './c_tabs_Width';
|
package/dist/esm/index.js
CHANGED
|
@@ -3318,6 +3318,8 @@ export { c_table_cell_WordBreak } from './c_table_cell_WordBreak';
|
|
|
3318
3318
|
export { c_table_cell_m_help_MinWidth } from './c_table_cell_m_help_MinWidth';
|
|
3319
3319
|
export { c_table_m_truncate_cell_MaxWidth } from './c_table_m_truncate_cell_MaxWidth';
|
|
3320
3320
|
export { c_table_m_truncate_cell_MinWidth } from './c_table_m_truncate_cell_MinWidth';
|
|
3321
|
+
export { c_table__text_MinWidth } from './c_table__text_MinWidth';
|
|
3322
|
+
export { c_table__text_m_truncate_MinWidth } from './c_table__text_m_truncate_MinWidth';
|
|
3321
3323
|
export { c_table_m_truncate__text_MinWidth } from './c_table_m_truncate__text_MinWidth';
|
|
3322
3324
|
export { c_table__toggle_PaddingBlockStart } from './c_table__toggle_PaddingBlockStart';
|
|
3323
3325
|
export { c_table__toggle_PaddingBlockEnd } from './c_table__toggle_PaddingBlockEnd';
|
|
@@ -3408,7 +3410,6 @@ export { c_table_m_sticky_header_border_ZIndex } from './c_table_m_sticky_header
|
|
|
3408
3410
|
export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
|
|
3409
3411
|
export { c_table__tbody_BorderBlockEndWidth } from './c_table__tbody_BorderBlockEndWidth';
|
|
3410
3412
|
export { c_table_m_expandable__tbody_BorderBlockEndWidth } from './c_table_m_expandable__tbody_BorderBlockEndWidth';
|
|
3411
|
-
export { c_table_text_MinWidth } from './c_table_text_MinWidth';
|
|
3412
3413
|
export { c_tabs } from './c_tabs';
|
|
3413
3414
|
export { c_tabs_inset } from './c_tabs_inset';
|
|
3414
3415
|
export { c_tabs_Width } from './c_tabs_Width';
|
package/dist/js/c_table.d.ts
CHANGED
|
@@ -272,7 +272,12 @@ export const c_table: {
|
|
|
272
272
|
},
|
|
273
273
|
"c_table_cell_MinWidth": {
|
|
274
274
|
"name": "--pf-v6-c-table--cell--MinWidth",
|
|
275
|
-
"value": "0"
|
|
275
|
+
"value": "calc(0 + 0)",
|
|
276
|
+
"values": [
|
|
277
|
+
"calc(--pf-v6-c-table--cell--PaddingInlineEnd + --pf-v6-c-table--cell--PaddingInlineEnd)",
|
|
278
|
+
"calc(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd + --pf-v6-c-table--m-grid--cell--PaddingInlineEnd)",
|
|
279
|
+
"calc(0 + 0)"
|
|
280
|
+
]
|
|
276
281
|
},
|
|
277
282
|
"c_table_cell_MaxWidth": {
|
|
278
283
|
"name": "--pf-v6-c-table--cell--MaxWidth",
|
|
@@ -353,6 +358,14 @@ export const c_table: {
|
|
|
353
358
|
"calc(5ch + 0 + 0)"
|
|
354
359
|
]
|
|
355
360
|
},
|
|
361
|
+
"c_table__text_MinWidth": {
|
|
362
|
+
"name": "--pf-v6-c-table__text--MinWidth",
|
|
363
|
+
"value": "100%"
|
|
364
|
+
},
|
|
365
|
+
"c_table__text_m_truncate_MinWidth": {
|
|
366
|
+
"name": "--pf-v6-c-table__text--m-truncate--MinWidth",
|
|
367
|
+
"value": "5ch"
|
|
368
|
+
},
|
|
356
369
|
"c_table_m_truncate__text_MinWidth": {
|
|
357
370
|
"name": "--pf-v6-c-table--m-truncate__text--MinWidth",
|
|
358
371
|
"value": "5ch"
|
|
@@ -1510,24 +1523,10 @@ export const c_table: {
|
|
|
1510
1523
|
"value": "normal"
|
|
1511
1524
|
}
|
|
1512
1525
|
},
|
|
1513
|
-
".pf-v6-c-table__text": {
|
|
1514
|
-
"c_table_cell_MaxWidth": {
|
|
1515
|
-
"name": "--pf-v6-c-table--cell--MaxWidth",
|
|
1516
|
-
"value": "100%"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
1526
|
".pf-v6-c-table__text.pf-m-truncate": {
|
|
1520
1527
|
"c_table_cell_MinWidth": {
|
|
1521
1528
|
"name": "--pf-v6-c-table--cell--MinWidth",
|
|
1522
1529
|
"value": "100%"
|
|
1523
|
-
},
|
|
1524
|
-
"c_table_text_MinWidth": {
|
|
1525
|
-
"name": "--pf-v6-c-table--text--MinWidth",
|
|
1526
|
-
"value": "5ch",
|
|
1527
|
-
"values": [
|
|
1528
|
-
"--pf-v6-c-table--m-truncate__text--MinWidth",
|
|
1529
|
-
"5ch"
|
|
1530
|
-
]
|
|
1531
1530
|
}
|
|
1532
1531
|
},
|
|
1533
1532
|
".pf-v6-c-table .pf-v6-c-table__check": {
|
package/dist/js/c_table.js
CHANGED
|
@@ -274,7 +274,12 @@ exports.c_table = {
|
|
|
274
274
|
},
|
|
275
275
|
"c_table_cell_MinWidth": {
|
|
276
276
|
"name": "--pf-v6-c-table--cell--MinWidth",
|
|
277
|
-
"value": "0"
|
|
277
|
+
"value": "calc(0 + 0)",
|
|
278
|
+
"values": [
|
|
279
|
+
"calc(--pf-v6-c-table--cell--PaddingInlineEnd + --pf-v6-c-table--cell--PaddingInlineEnd)",
|
|
280
|
+
"calc(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd + --pf-v6-c-table--m-grid--cell--PaddingInlineEnd)",
|
|
281
|
+
"calc(0 + 0)"
|
|
282
|
+
]
|
|
278
283
|
},
|
|
279
284
|
"c_table_cell_MaxWidth": {
|
|
280
285
|
"name": "--pf-v6-c-table--cell--MaxWidth",
|
|
@@ -355,6 +360,14 @@ exports.c_table = {
|
|
|
355
360
|
"calc(5ch + 0 + 0)"
|
|
356
361
|
]
|
|
357
362
|
},
|
|
363
|
+
"c_table__text_MinWidth": {
|
|
364
|
+
"name": "--pf-v6-c-table__text--MinWidth",
|
|
365
|
+
"value": "100%"
|
|
366
|
+
},
|
|
367
|
+
"c_table__text_m_truncate_MinWidth": {
|
|
368
|
+
"name": "--pf-v6-c-table__text--m-truncate--MinWidth",
|
|
369
|
+
"value": "5ch"
|
|
370
|
+
},
|
|
358
371
|
"c_table_m_truncate__text_MinWidth": {
|
|
359
372
|
"name": "--pf-v6-c-table--m-truncate__text--MinWidth",
|
|
360
373
|
"value": "5ch"
|
|
@@ -1512,24 +1525,10 @@ exports.c_table = {
|
|
|
1512
1525
|
"value": "normal"
|
|
1513
1526
|
}
|
|
1514
1527
|
},
|
|
1515
|
-
".pf-v6-c-table__text": {
|
|
1516
|
-
"c_table_cell_MaxWidth": {
|
|
1517
|
-
"name": "--pf-v6-c-table--cell--MaxWidth",
|
|
1518
|
-
"value": "100%"
|
|
1519
|
-
}
|
|
1520
|
-
},
|
|
1521
1528
|
".pf-v6-c-table__text.pf-m-truncate": {
|
|
1522
1529
|
"c_table_cell_MinWidth": {
|
|
1523
1530
|
"name": "--pf-v6-c-table--cell--MinWidth",
|
|
1524
1531
|
"value": "100%"
|
|
1525
|
-
},
|
|
1526
|
-
"c_table_text_MinWidth": {
|
|
1527
|
-
"name": "--pf-v6-c-table--text--MinWidth",
|
|
1528
|
-
"value": "5ch",
|
|
1529
|
-
"values": [
|
|
1530
|
-
"--pf-v6-c-table--m-truncate__text--MinWidth",
|
|
1531
|
-
"5ch"
|
|
1532
|
-
]
|
|
1533
1532
|
}
|
|
1534
1533
|
},
|
|
1535
1534
|
".pf-v6-c-table .pf-v6-c-table__check": {
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_table__text_m_truncate_MinWidth = {
|
|
4
|
+
"name": "--pf-v6-c-table__text--m-truncate--MinWidth",
|
|
5
|
+
"value": "5ch",
|
|
6
|
+
"var": "var(--pf-v6-c-table__text--m-truncate--MinWidth)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_table__text_m_truncate_MinWidth;
|
package/dist/js/index.d.ts
CHANGED
|
@@ -3318,6 +3318,8 @@ export { c_table_cell_WordBreak } from './c_table_cell_WordBreak';
|
|
|
3318
3318
|
export { c_table_cell_m_help_MinWidth } from './c_table_cell_m_help_MinWidth';
|
|
3319
3319
|
export { c_table_m_truncate_cell_MaxWidth } from './c_table_m_truncate_cell_MaxWidth';
|
|
3320
3320
|
export { c_table_m_truncate_cell_MinWidth } from './c_table_m_truncate_cell_MinWidth';
|
|
3321
|
+
export { c_table__text_MinWidth } from './c_table__text_MinWidth';
|
|
3322
|
+
export { c_table__text_m_truncate_MinWidth } from './c_table__text_m_truncate_MinWidth';
|
|
3321
3323
|
export { c_table_m_truncate__text_MinWidth } from './c_table_m_truncate__text_MinWidth';
|
|
3322
3324
|
export { c_table__toggle_PaddingBlockStart } from './c_table__toggle_PaddingBlockStart';
|
|
3323
3325
|
export { c_table__toggle_PaddingBlockEnd } from './c_table__toggle_PaddingBlockEnd';
|
|
@@ -3408,7 +3410,6 @@ export { c_table_m_sticky_header_border_ZIndex } from './c_table_m_sticky_header
|
|
|
3408
3410
|
export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
|
|
3409
3411
|
export { c_table__tbody_BorderBlockEndWidth } from './c_table__tbody_BorderBlockEndWidth';
|
|
3410
3412
|
export { c_table_m_expandable__tbody_BorderBlockEndWidth } from './c_table_m_expandable__tbody_BorderBlockEndWidth';
|
|
3411
|
-
export { c_table_text_MinWidth } from './c_table_text_MinWidth';
|
|
3412
3413
|
export { c_tabs } from './c_tabs';
|
|
3413
3414
|
export { c_tabs_inset } from './c_tabs_inset';
|
|
3414
3415
|
export { c_tabs_Width } from './c_tabs_Width';
|
package/dist/js/index.js
CHANGED
|
@@ -3323,6 +3323,8 @@ __export(require('./c_table_cell_WordBreak'));
|
|
|
3323
3323
|
__export(require('./c_table_cell_m_help_MinWidth'));
|
|
3324
3324
|
__export(require('./c_table_m_truncate_cell_MaxWidth'));
|
|
3325
3325
|
__export(require('./c_table_m_truncate_cell_MinWidth'));
|
|
3326
|
+
__export(require('./c_table__text_MinWidth'));
|
|
3327
|
+
__export(require('./c_table__text_m_truncate_MinWidth'));
|
|
3326
3328
|
__export(require('./c_table_m_truncate__text_MinWidth'));
|
|
3327
3329
|
__export(require('./c_table__toggle_PaddingBlockStart'));
|
|
3328
3330
|
__export(require('./c_table__toggle_PaddingBlockEnd'));
|
|
@@ -3413,7 +3415,6 @@ __export(require('./c_table_m_sticky_header_border_ZIndex'));
|
|
|
3413
3415
|
__export(require('./c_table__sticky_column_BackgroundColor'));
|
|
3414
3416
|
__export(require('./c_table__tbody_BorderBlockEndWidth'));
|
|
3415
3417
|
__export(require('./c_table_m_expandable__tbody_BorderBlockEndWidth'));
|
|
3416
|
-
__export(require('./c_table_text_MinWidth'));
|
|
3417
3418
|
__export(require('./c_tabs'));
|
|
3418
3419
|
__export(require('./c_tabs_inset'));
|
|
3419
3420
|
__export(require('./c_tabs_Width'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-tokens",
|
|
3
|
-
"version": "6.1.0-prerelease.
|
|
3
|
+
"version": "6.1.0-prerelease.4",
|
|
4
4
|
"description": "This library provides access to the design tokens of PatternFly 4 from JavaScript",
|
|
5
5
|
"main": "dist/js/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"clean": "rimraf dist"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@patternfly/patternfly": "6.1.0-prerelease.
|
|
32
|
+
"@patternfly/patternfly": "6.1.0-prerelease.6",
|
|
33
33
|
"css": "^3.0.0",
|
|
34
34
|
"fs-extra": "^11.2.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "b0877b3cf7898cd134c56ba91ba251a8f4301225"
|
|
37
37
|
}
|