Refactor on `pt` names
parent
3a6cfbae64
commit
0a08c56d3b
|
@ -210,8 +210,6 @@ const classes = {
|
||||||
decrementButton: 'p-link',
|
decrementButton: 'p-link',
|
||||||
separatorContainer: 'p-separator',
|
separatorContainer: 'p-separator',
|
||||||
minutePicker: 'p-minute-picker',
|
minutePicker: 'p-minute-picker',
|
||||||
incrementButton: 'p-link',
|
|
||||||
decrementButton: 'p-link',
|
|
||||||
secondPicker: 'p-second-picker',
|
secondPicker: 'p-second-picker',
|
||||||
ampmPicker: 'p-ampm-picker',
|
ampmPicker: 'p-ampm-picker',
|
||||||
buttonbar: 'p-datepicker-buttonbar',
|
buttonbar: 'p-datepicker-buttonbar',
|
||||||
|
|
|
@ -33,7 +33,6 @@ const classes = {
|
||||||
legend: 'p-fieldset-legend',
|
legend: 'p-fieldset-legend',
|
||||||
legendtitle: 'p-fieldset-legend-text',
|
legendtitle: 'p-fieldset-legend-text',
|
||||||
togglericon: 'p-fieldset-toggler',
|
togglericon: 'p-fieldset-toggler',
|
||||||
legendtitle: 'p-fieldset-legend-text',
|
|
||||||
toggleablecontent: 'p-toggleable-content',
|
toggleablecontent: 'p-toggleable-content',
|
||||||
content: 'p-fieldset-content'
|
content: 'p-fieldset-content'
|
||||||
};
|
};
|
||||||
|
|
|
@ -65,7 +65,6 @@ const classes = {
|
||||||
nodeTogglerIcon: 'p-node-toggler-icon',
|
nodeTogglerIcon: 'p-node-toggler-icon',
|
||||||
lines: 'p-organizationchart-lines',
|
lines: 'p-organizationchart-lines',
|
||||||
lineDown: 'p-organizationchart-line-down',
|
lineDown: 'p-organizationchart-line-down',
|
||||||
lines: 'p-organizationchart-lines',
|
|
||||||
lineLeft: ({ index }) => ['p-organizationchart-line-left', { 'p-organizationchart-line-top': !(index === 0) }],
|
lineLeft: ({ index }) => ['p-organizationchart-line-left', { 'p-organizationchart-line-top': !(index === 0) }],
|
||||||
lineRight: ({ props, index }) => ['p-organizationchart-line-right', { 'p-organizationchart-line-top': !(index === props.node.children.length - 1) }],
|
lineRight: ({ props, index }) => ['p-organizationchart-line-right', { 'p-organizationchart-line-top': !(index === props.node.children.length - 1) }],
|
||||||
nodes: 'p-organizationchart-nodes'
|
nodes: 'p-organizationchart-nodes'
|
||||||
|
|
Loading…
Reference in New Issue