@sprucelabs/heartwood-polish 7.1.512 → 7.2.0
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/build/polish.types.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export interface PolisherStep {
|
|
|
8
8
|
export interface PolishAction extends PolisherStep {
|
|
9
9
|
process(options: Record<string, any>): void;
|
|
10
10
|
}
|
|
11
|
-
export type TargetedComponent = 'Button' | 'Card' | 'Calendar' | 'Dialog' | 'Field' | 'ListRow' | 'NavLink' | 'NavMenu' | 'SkillView' | 'ToolBelt' | 'Tool' | 'Dropdown' | 'DrodownItem' | 'ToolBeltTab' | 'ListCell' | 'Checkbox' | 'Toggle' | 'CalendarTime' | 'CalendarTeammate' | 'CalendarEvent' | 'CalendarEventSDrag' | 'CalendarEventNDrag' | 'CalendarDay';
|
|
11
|
+
export type TargetedComponent = 'Button' | 'Card' | 'Calendar' | 'Dialog' | 'Field' | 'ListRow' | 'NavLink' | 'NavMenu' | 'SkillView' | 'ToolBelt' | 'Tool' | 'Dropdown' | 'DrodownItem' | 'ToolBeltTab' | 'ListCell' | 'Checkbox' | 'Toggle' | 'CalendarTime' | 'CalendarTeammate' | 'CalendarEvent' | 'CalendarEventSDrag' | 'CalendarEventNDrag' | 'CalendarDay' | 'SwiperSlide';
|
|
12
12
|
type TargetedComponentId = string;
|
|
13
13
|
type NthTargetedComponent = number;
|
|
14
14
|
export type PolishTargetItem = TargetedComponent | [TargetedComponent, TargetedComponentId | NthTargetedComponent];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sprucelabs/heartwood-polish",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.2.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"access": "public",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@sprucelabs/jest-sheets-reporter": "^3.0.204",
|
|
55
55
|
"@sprucelabs/resolve-path-aliases": "^2.0.528",
|
|
56
56
|
"@sprucelabs/semantic-release": "^5.0.2",
|
|
57
|
-
"@sprucelabs/spruce-test-fixtures": "^65.0.
|
|
57
|
+
"@sprucelabs/spruce-test-fixtures": "^65.0.24",
|
|
58
58
|
"@sprucelabs/test": "^9.0.68",
|
|
59
59
|
"@sprucelabs/test-utils": "^5.2.2",
|
|
60
60
|
"@types/node": "^22.13.1",
|