@wordpress/components 30.6.1-next.ff1cebbba.0 → 30.7.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/CHANGELOG.md +26 -1
- package/build/color-palette/styles.js +2 -12
- package/build/color-palette/styles.js.map +2 -2
- package/build/combobox-control/index.js +1 -2
- package/build/combobox-control/index.js.map +2 -2
- package/build/custom-select-control-v2/custom-select.js +2 -2
- package/build/custom-select-control-v2/custom-select.js.map +2 -2
- package/build/date-time/date/styles.js +9 -9
- package/build/date-time/date/styles.js.map +2 -2
- package/build/focal-point-picker/index.js +21 -10
- package/build/focal-point-picker/index.js.map +3 -3
- package/build/focal-point-picker/styles/focal-point-picker-style.js +20 -11
- package/build/focal-point-picker/styles/focal-point-picker-style.js.map +2 -2
- package/build/font-size-picker/font-size-picker-select.js +20 -19
- package/build/font-size-picker/font-size-picker-select.js.map +3 -3
- package/build/font-size-picker/font-size-picker-toggle-group.js +27 -3
- package/build/font-size-picker/font-size-picker-toggle-group.js.map +2 -2
- package/build/font-size-picker/index.js +23 -11
- package/build/font-size-picker/index.js.map +2 -2
- package/build/font-size-picker/styles.js +30 -13
- package/build/font-size-picker/styles.js.map +3 -3
- package/build/font-size-picker/utils.js +11 -0
- package/build/font-size-picker/utils.js.map +2 -2
- package/build/palette-edit/styles.js +9 -9
- package/build/palette-edit/styles.js.map +2 -2
- package/build/popover/index.js +13 -2
- package/build/popover/index.js.map +2 -2
- package/build/tabs/styles.js +5 -5
- package/build/tabs/styles.js.map +1 -1
- package/build/tools-panel/styles.js +14 -22
- package/build/tools-panel/styles.js.map +2 -2
- package/build/utils/base-label.js +12 -12
- package/build/utils/base-label.js.map +3 -3
- package/build/utils/config-values.js +2 -0
- package/build/utils/config-values.js.map +2 -2
- package/build-module/color-palette/styles.js +2 -12
- package/build-module/color-palette/styles.js.map +2 -2
- package/build-module/combobox-control/index.js +1 -2
- package/build-module/combobox-control/index.js.map +2 -2
- package/build-module/custom-select-control-v2/custom-select.js +1 -1
- package/build-module/custom-select-control-v2/custom-select.js.map +1 -1
- package/build-module/date-time/date/styles.js +9 -9
- package/build-module/date-time/date/styles.js.map +2 -2
- package/build-module/focal-point-picker/index.js +23 -12
- package/build-module/focal-point-picker/index.js.map +2 -2
- package/build-module/focal-point-picker/styles/focal-point-picker-style.js +20 -12
- package/build-module/focal-point-picker/styles/focal-point-picker-style.js.map +2 -2
- package/build-module/font-size-picker/font-size-picker-select.js +21 -10
- package/build-module/font-size-picker/font-size-picker-select.js.map +2 -2
- package/build-module/font-size-picker/font-size-picker-toggle-group.js +27 -3
- package/build-module/font-size-picker/font-size-picker-toggle-group.js.map +2 -2
- package/build-module/font-size-picker/index.js +23 -11
- package/build-module/font-size-picker/index.js.map +2 -2
- package/build-module/font-size-picker/styles.js +28 -12
- package/build-module/font-size-picker/styles.js.map +2 -2
- package/build-module/font-size-picker/utils.js +10 -0
- package/build-module/font-size-picker/utils.js.map +2 -2
- package/build-module/palette-edit/styles.js +9 -9
- package/build-module/palette-edit/styles.js.map +2 -2
- package/build-module/popover/index.js +13 -2
- package/build-module/popover/index.js.map +2 -2
- package/build-module/tabs/styles.js +5 -5
- package/build-module/tabs/styles.js.map +1 -1
- package/build-module/tools-panel/styles.js +14 -22
- package/build-module/tools-panel/styles.js.map +2 -2
- package/build-module/utils/base-label.js +2 -12
- package/build-module/utils/base-label.js.map +2 -2
- package/build-module/utils/config-values.js +2 -0
- package/build-module/utils/config-values.js.map +2 -2
- package/build-style/style-rtl.css +11 -5
- package/build-style/style.css +11 -5
- package/build-types/card/card-body/component.d.ts.map +1 -1
- package/build-types/card/card-body/hook.d.ts.map +1 -1
- package/build-types/card/card-footer/component.d.ts +1 -3
- package/build-types/card/card-footer/component.d.ts.map +1 -1
- package/build-types/card/card-footer/hook.d.ts +6 -0
- package/build-types/card/card-footer/hook.d.ts.map +1 -1
- package/build-types/card/card-header/component.d.ts +1 -1
- package/build-types/card/card-header/component.d.ts.map +1 -1
- package/build-types/card/card-header/hook.d.ts +7 -0
- package/build-types/card/card-header/hook.d.ts.map +1 -1
- package/build-types/card/card-media/hook.d.ts.map +1 -1
- package/build-types/card/types.d.ts +3 -8
- package/build-types/card/types.d.ts.map +1 -1
- package/build-types/color-palette/styles.d.ts.map +1 -1
- package/build-types/combobox-control/index.d.ts.map +1 -1
- package/build-types/combobox-control/stories/index.story.d.ts.map +1 -1
- package/build-types/date-time/date/styles.d.ts.map +1 -1
- package/build-types/focal-point-picker/index.d.ts +1 -1
- package/build-types/focal-point-picker/index.d.ts.map +1 -1
- package/build-types/focal-point-picker/styles/focal-point-picker-style.d.ts +253 -0
- package/build-types/focal-point-picker/styles/focal-point-picker-style.d.ts.map +1 -1
- package/build-types/font-size-picker/font-size-picker-select.d.ts +3 -0
- package/build-types/font-size-picker/font-size-picker-select.d.ts.map +1 -1
- package/build-types/font-size-picker/font-size-picker-toggle-group.d.ts.map +1 -1
- package/build-types/font-size-picker/index.d.ts.map +1 -1
- package/build-types/font-size-picker/styles.d.ts +3 -0
- package/build-types/font-size-picker/styles.d.ts.map +1 -1
- package/build-types/font-size-picker/test/font-size-picker-select.d.ts +2 -0
- package/build-types/font-size-picker/test/font-size-picker-select.d.ts.map +1 -0
- package/build-types/font-size-picker/test/font-size-picker-toggle-group.d.ts +2 -0
- package/build-types/font-size-picker/test/font-size-picker-toggle-group.d.ts.map +1 -0
- package/build-types/font-size-picker/types.d.ts +18 -4
- package/build-types/font-size-picker/types.d.ts.map +1 -1
- package/build-types/font-size-picker/utils.d.ts +10 -1
- package/build-types/font-size-picker/utils.d.ts.map +1 -1
- package/build-types/popover/index.d.ts.map +1 -1
- package/build-types/utils/base-label.d.ts.map +1 -1
- package/build-types/utils/config-values.d.ts +1 -0
- package/package.json +20 -20
- package/src/badge/styles.scss +1 -0
- package/src/button/style.scss +4 -1
- package/src/card/types.ts +3 -9
- package/src/color-palette/styles.ts +2 -1
- package/src/combobox-control/index.tsx +1 -4
- package/src/combobox-control/stories/index.story.tsx +0 -1
- package/src/combobox-control/test/index.tsx +20 -7
- package/src/custom-select-control-v2/custom-select.tsx +1 -1
- package/src/date-time/date/styles.ts +1 -0
- package/src/dimension-control/test/__snapshots__/index.test.js.snap +4 -4
- package/src/dropdown-menu/style.scss +1 -0
- package/src/focal-point-picker/index.tsx +26 -16
- package/src/focal-point-picker/styles/focal-point-picker-style.ts +11 -1
- package/src/font-size-picker/README.md +10 -0
- package/src/font-size-picker/font-size-picker-select.tsx +44 -11
- package/src/font-size-picker/font-size-picker-toggle-group.tsx +58 -4
- package/src/font-size-picker/index.tsx +44 -19
- package/src/font-size-picker/styles.ts +9 -0
- package/src/font-size-picker/test/font-size-picker-select.tsx +221 -0
- package/src/font-size-picker/test/font-size-picker-toggle-group.tsx +275 -0
- package/src/font-size-picker/test/index.tsx +460 -2
- package/src/font-size-picker/types.ts +24 -4
- package/src/font-size-picker/utils.ts +23 -1
- package/src/menu-group/style.scss +1 -1
- package/src/menu-item/style.scss +1 -0
- package/src/modal/style.scss +1 -1
- package/src/palette-edit/styles.ts +1 -1
- package/src/panel/style.scss +1 -1
- package/src/popover/index.tsx +23 -2
- package/src/tab-panel/style.scss +1 -1
- package/src/tabs/styles.ts +1 -1
- package/src/toggle-group-control/test/__snapshots__/index.tsx.snap +4 -4
- package/src/tools-panel/styles.ts +2 -2
- package/src/utils/base-label.ts +6 -1
- package/src/utils/config-values.js +1 -0
- package/src/validated-form-controls/style.scss +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/build-style/style.css
CHANGED
|
@@ -178,6 +178,7 @@
|
|
|
178
178
|
min-height: 24px;
|
|
179
179
|
border-radius: 2px;
|
|
180
180
|
line-height: 0;
|
|
181
|
+
max-width: 100%;
|
|
181
182
|
display: inline-block;
|
|
182
183
|
}
|
|
183
184
|
.components-badge:where(.is-default) {
|
|
@@ -257,6 +258,7 @@
|
|
|
257
258
|
text-decoration: none;
|
|
258
259
|
font-family: inherit;
|
|
259
260
|
font-size: 13px;
|
|
261
|
+
font-weight: 499;
|
|
260
262
|
margin: 0;
|
|
261
263
|
border: 0;
|
|
262
264
|
cursor: pointer;
|
|
@@ -436,6 +438,7 @@ p + .components-button.is-tertiary {
|
|
|
436
438
|
background: none;
|
|
437
439
|
outline: none;
|
|
438
440
|
text-align: left;
|
|
441
|
+
font-weight: 400;
|
|
439
442
|
color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
|
|
440
443
|
text-decoration: underline;
|
|
441
444
|
}
|
|
@@ -535,6 +538,7 @@ p + .components-button.is-tertiary {
|
|
|
535
538
|
.components-button svg {
|
|
536
539
|
fill: currentColor;
|
|
537
540
|
outline: none;
|
|
541
|
+
flex-shrink: 0;
|
|
538
542
|
}
|
|
539
543
|
@media (forced-colors: active) {
|
|
540
544
|
.components-button svg {
|
|
@@ -1596,6 +1600,7 @@ body.is-dragging-components-draggable {
|
|
|
1596
1600
|
outline: none;
|
|
1597
1601
|
cursor: pointer;
|
|
1598
1602
|
white-space: nowrap;
|
|
1603
|
+
font-weight: 400;
|
|
1599
1604
|
}
|
|
1600
1605
|
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,
|
|
1601
1606
|
.components-dropdown-menu__menu .components-menu-item.has-separator {
|
|
@@ -2142,13 +2147,14 @@ body.is-dragging-components-draggable {
|
|
|
2142
2147
|
color: #757575;
|
|
2143
2148
|
text-transform: uppercase;
|
|
2144
2149
|
font-size: 11px;
|
|
2145
|
-
font-weight:
|
|
2150
|
+
font-weight: 499;
|
|
2146
2151
|
white-space: nowrap;
|
|
2147
2152
|
}
|
|
2148
2153
|
|
|
2149
2154
|
.components-menu-item__button,
|
|
2150
2155
|
.components-menu-item__button.components-button {
|
|
2151
2156
|
width: 100%;
|
|
2157
|
+
font-weight: 400;
|
|
2152
2158
|
}
|
|
2153
2159
|
.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child, .components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,
|
|
2154
2160
|
.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,
|
|
@@ -2394,7 +2400,7 @@ body.is-dragging-components-draggable {
|
|
|
2394
2400
|
left: 0;
|
|
2395
2401
|
}
|
|
2396
2402
|
.components-modal__header .components-modal__header-heading {
|
|
2397
|
-
font-size:
|
|
2403
|
+
font-size: 20px;
|
|
2398
2404
|
font-weight: 600;
|
|
2399
2405
|
}
|
|
2400
2406
|
.components-modal__header h1 {
|
|
@@ -2594,7 +2600,7 @@ body.is-dragging-components-draggable {
|
|
|
2594
2600
|
padding: 16px 48px 16px 16px;
|
|
2595
2601
|
outline: none;
|
|
2596
2602
|
width: 100%;
|
|
2597
|
-
font-weight:
|
|
2603
|
+
font-weight: 499;
|
|
2598
2604
|
text-align: left;
|
|
2599
2605
|
color: #1e1e1e;
|
|
2600
2606
|
border: none;
|
|
@@ -3421,7 +3427,7 @@ body.lockscroll {
|
|
|
3421
3427
|
cursor: pointer;
|
|
3422
3428
|
padding: 3px 16px;
|
|
3423
3429
|
margin-left: 0;
|
|
3424
|
-
font-weight:
|
|
3430
|
+
font-weight: 400;
|
|
3425
3431
|
}
|
|
3426
3432
|
.components-tab-panel__tabs-item:focus:not(:disabled) {
|
|
3427
3433
|
position: relative;
|
|
@@ -3936,7 +3942,7 @@ div.components-toolbar > div + div.has-left-divider::before {
|
|
|
3936
3942
|
gap: 4px;
|
|
3937
3943
|
margin: 8px 0 0;
|
|
3938
3944
|
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
3939
|
-
font-size:
|
|
3945
|
+
font-size: 12px;
|
|
3940
3946
|
line-height: 16px;
|
|
3941
3947
|
color: var(--wp-components-color-gray-700, #757575);
|
|
3942
3948
|
animation: components-validated-control__indicator-jump 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/card/card-body/component.tsx"],"names":[],"mappings":"AA4BA;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,QAAQ;;;
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/card/card-body/component.tsx"],"names":[],"mappings":"AA4BA;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,QAAQ;;;cAGuE,MAAO,SAAS;;;;6CAHnC,CAAC;AAE1E,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hook.d.ts","sourceRoot":"","sources":["../../../src/card/card-body/hook.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAI7D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,wBAAgB,WAAW,CAC1B,KAAK,EAAE,uBAAuB,CAAE,SAAS,EAAE,KAAK,CAAE;;;
|
|
1
|
+
{"version":3,"file":"hook.d.ts","sourceRoot":"","sources":["../../../src/card/card-body/hook.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAI7D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,wBAAgB,WAAW,CAC1B,KAAK,EAAE,uBAAuB,CAAE,SAAS,EAAE,KAAK,CAAE;;;cAgCuK,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EADzO"}
|
|
@@ -17,8 +17,6 @@ export declare const CardFooter: import("../../context").WordPressComponent<"div
|
|
|
17
17
|
isShady?: boolean;
|
|
18
18
|
} & {
|
|
19
19
|
isBorderless?: boolean;
|
|
20
|
-
} &
|
|
21
|
-
justify?: import("react").CSSProperties["justifyContent"];
|
|
22
|
-
} & import("react").RefAttributes<any>, true>;
|
|
20
|
+
} & Partial<import("../../flex/types").FlexProps> & import("react").RefAttributes<any>, true>;
|
|
23
21
|
export default CardFooter;
|
|
24
22
|
//# sourceMappingURL=component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/card/card-footer/component.tsx"],"names":[],"mappings":"AAuBA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,UAAU;;;
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/card/card-footer/component.tsx"],"names":[],"mappings":"AAuBA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,UAAU;;;cAGsP,MAAO,SAAS;;;;6FAH9M,CAAC;AAEhF,eAAe,UAAU,CAAC"}
|
|
@@ -7,6 +7,12 @@ export declare function useCardFooter(props: WordPressComponentProps<FooterProps
|
|
|
7
7
|
className: string;
|
|
8
8
|
justify: import("csstype").Property.JustifyContent | undefined;
|
|
9
9
|
children: React.ReactNode;
|
|
10
|
+
align?: import("csstype").Property.AlignItems | undefined;
|
|
11
|
+
direction?: import("../../flex/types").FlexDirection;
|
|
12
|
+
expanded?: boolean | undefined;
|
|
13
|
+
gap?: import("../../utils/space").SpaceInput | undefined;
|
|
14
|
+
wrap?: boolean | undefined;
|
|
15
|
+
isReversed?: boolean | undefined;
|
|
10
16
|
hidden?: boolean | undefined | undefined;
|
|
11
17
|
color?: string | undefined | undefined;
|
|
12
18
|
content?: string | undefined | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hook.d.ts","sourceRoot":"","sources":["../../../src/card/card-footer/hook.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAI7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,wBAAgB,aAAa,CAC5B,KAAK,EAAE,uBAAuB,CAAE,WAAW,EAAE,KAAK,CAAE;;;
|
|
1
|
+
{"version":3,"file":"hook.d.ts","sourceRoot":"","sources":["../../../src/card/card-footer/hook.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAI7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,wBAAgB,aAAa,CAC5B,KAAK,EAAE,uBAAuB,CAAE,WAAW,EAAE,KAAK,CAAE;;;cAmCsE,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAD1I"}
|
|
@@ -17,6 +17,6 @@ export declare const CardHeader: import("../../context").WordPressComponent<"div
|
|
|
17
17
|
isShady?: boolean;
|
|
18
18
|
} & {
|
|
19
19
|
isBorderless?: boolean;
|
|
20
|
-
} & import("react").RefAttributes<any>, true>;
|
|
20
|
+
} & Partial<import("../../flex/types").FlexProps> & import("react").RefAttributes<any>, true>;
|
|
21
21
|
export default CardHeader;
|
|
22
22
|
//# sourceMappingURL=component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/card/card-header/component.tsx"],"names":[],"mappings":"AAuBA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,UAAU;;;
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/card/card-header/component.tsx"],"names":[],"mappings":"AAuBA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,UAAU;;;cAGsP,MAAO,SAAS;;;;6FAH9M,CAAC;AAEhF,eAAe,UAAU,CAAC"}
|
|
@@ -6,6 +6,13 @@ import type { HeaderProps } from '../types';
|
|
|
6
6
|
export declare function useCardHeader(props: WordPressComponentProps<HeaderProps, 'div'>): {
|
|
7
7
|
className: string;
|
|
8
8
|
children: React.ReactNode;
|
|
9
|
+
align?: import("csstype").Property.AlignItems | undefined;
|
|
10
|
+
direction?: import("../../flex/types").FlexDirection;
|
|
11
|
+
expanded?: boolean | undefined;
|
|
12
|
+
gap?: import("../../utils/space").SpaceInput | undefined;
|
|
13
|
+
justify?: import("csstype").Property.JustifyContent | undefined;
|
|
14
|
+
wrap?: boolean | undefined;
|
|
15
|
+
isReversed?: boolean | undefined;
|
|
9
16
|
hidden?: boolean | undefined | undefined;
|
|
10
17
|
color?: string | undefined | undefined;
|
|
11
18
|
content?: string | undefined | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hook.d.ts","sourceRoot":"","sources":["../../../src/card/card-header/hook.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAI7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,wBAAgB,aAAa,CAC5B,KAAK,EAAE,uBAAuB,CAAE,WAAW,EAAE,KAAK,CAAE;;
|
|
1
|
+
{"version":3,"file":"hook.d.ts","sourceRoot":"","sources":["../../../src/card/card-header/hook.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAI7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,wBAAgB,aAAa,CAC5B,KAAK,EAAE,uBAAuB,CAAE,WAAW,EAAE,KAAK,CAAE;;cAiC4F,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EADhK"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hook.d.ts","sourceRoot":"","sources":["../../../src/card/card-media/hook.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAI7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAE3C,wBAAgB,YAAY,CAC3B,KAAK,EAAE,uBAAuB,CAAE,UAAU,EAAE,KAAK,CAAE;;
|
|
1
|
+
{"version":3,"file":"hook.d.ts","sourceRoot":"","sources":["../../../src/card/card-media/hook.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAI7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAE3C,wBAAgB,YAAY,CAC3B,KAAK,EAAE,uBAAuB,CAAE,UAAU,EAAE,KAAK,CAAE;;cAuBoqB,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EADvuB"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* External dependencies
|
|
3
|
-
*/
|
|
4
|
-
import type { CSSProperties } from 'react';
|
|
5
1
|
/**
|
|
6
2
|
* Internal dependencies
|
|
7
3
|
*/
|
|
8
4
|
import type { SurfaceProps } from '../surface/types';
|
|
5
|
+
import type { FlexProps } from '../flex/types';
|
|
9
6
|
type DeprecatedSizeOptions = 'extraSmall';
|
|
10
7
|
export type SizeOptions = 'xSmall' | 'small' | 'medium' | 'large';
|
|
11
8
|
type SizeableProps = {
|
|
@@ -80,9 +77,7 @@ type MarginalSubComponentProps = BaseSubComponentProps & {
|
|
|
80
77
|
*/
|
|
81
78
|
isBorderless?: boolean;
|
|
82
79
|
};
|
|
83
|
-
export type HeaderProps = MarginalSubComponentProps
|
|
84
|
-
export type FooterProps = MarginalSubComponentProps &
|
|
85
|
-
justify?: CSSProperties['justifyContent'];
|
|
86
|
-
};
|
|
80
|
+
export type HeaderProps = MarginalSubComponentProps & Partial<FlexProps>;
|
|
81
|
+
export type FooterProps = MarginalSubComponentProps & Partial<FlexProps>;
|
|
87
82
|
export {};
|
|
88
83
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/card/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/card/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE/C,KAAK,qBAAqB,GAAG,YAAY,CAAC;AAC1C,MAAM,MAAM,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAElE,KAAK,aAAa,GAAG;IACpB;;;;OAIG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,qBAAqB,CAAC;CAC3C,CAAC;AAEF,MAAM,MAAM,KAAK,GAAG,YAAY,GAC/B,aAAa,GAAG;IACf;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEH,KAAK,qBAAqB,GAAG,aAAa,GAAG;IAC5C;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,qBAAqB,GAAG;IAC/C;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACxB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B,CAAC;AAEF,KAAK,yBAAyB,GAAG,qBAAqB,GAAG;IACxD;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,yBAAyB,GAAG,OAAO,CAAE,SAAS,CAAE,CAAC;AAE3E,MAAM,MAAM,WAAW,GAAG,yBAAyB,GAAG,OAAO,CAAE,SAAS,CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/color-palette/styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/color-palette/styles.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,YAAY;;;;;;;;;UAQxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/combobox-control/index.tsx"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAyB,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAkC3E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,iBAAS,eAAe,CAAE,KAAK,EAAE,oBAAoB,+
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/combobox-control/index.tsx"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAyB,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAkC3E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,iBAAS,eAAe,CAAE,KAAK,EAAE,oBAAoB,+BAiSpD;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../../src/combobox-control/stories/index.story.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,kBAAkB,CAAC;AAOtD;;GAEG;AACH,OAAO,eAAe,MAAM,IAAI,CAAC;AACjC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAqBrD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,eAAe,CAYvC,CAAC;AACF,eAAe,IAAI,CAAC;AA6BpB,eAAO,MAAM,OAAO;;;UAlDE,MAAO,SAC3B;;;;;;;;;;;;;;EAiDwC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../../src/combobox-control/stories/index.story.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,kBAAkB,CAAC;AAOtD;;GAEG;AACH,OAAO,eAAe,MAAM,IAAI,CAAC;AACjC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAqBrD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,eAAe,CAYvC,CAAC;AACF,eAAe,IAAI,CAAC;AA6BpB,eAAO,MAAM,OAAO;;;UAlDE,MAAO,SAC3B;;;;;;;;;;;;;;EAiDwC,CAAC;AAQ3C;;;;GAIG;AACH,eAAO,MAAM,oBAAoB;;;UA/DX,MAAO,SAC3B;;;;;;;;;;;;;;EA8DqD,CAAC;AAqCxD;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;UAzGV,MAAO,SAC3B;;;;;;;;;;;;;;EAwGoD,CAAC;AAWvD;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;;;UAzHP,MAAO,SAC3B;;;;;;;;;;;;;;EAwHiD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/date-time/date/styles.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,OAAO;;SAO8B,MAC/C,WAAW;yGANb,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;UAMrB,CAAC;AAEF,eAAO,MAAM,uBAAuB;;UAEnC,CAAC;AAEF,eAAO,MAAM,mBAAmB;;UAE/B,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;UAQ5B,CAAC;AAEF,eAAO,MAAM,QAAQ;;SAvB6B,MAC/C,WAAW;yGA4Bb,CAAC;AAEF,eAAO,MAAM,SAAS;;SA/B4B,MAC/C,WAAW;yGAkCb,CAAC;AAEF,eAAO,MAAM,SAAS;;;YAIb,MAAM;gBACF,OAAO;aACV,OAAO;eACL,OAAO;
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/date-time/date/styles.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,OAAO;;SAO8B,MAC/C,WAAW;yGANb,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;UAMrB,CAAC;AAEF,eAAO,MAAM,uBAAuB;;UAEnC,CAAC;AAEF,eAAO,MAAM,mBAAmB;;UAE/B,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;UAQ5B,CAAC;AAEF,eAAO,MAAM,QAAQ;;SAvB6B,MAC/C,WAAW;yGA4Bb,CAAC;AAEF,eAAO,MAAM,SAAS;;SA/B4B,MAC/C,WAAW;yGAkCb,CAAC;AAEF,eAAO,MAAM,SAAS;;;YAIb,MAAM;gBACF,OAAO;aACV,OAAO;eACL,OAAO;UAoElB,CAAC"}
|
|
@@ -46,6 +46,6 @@ import type { FocalPointPickerProps } from './types';
|
|
|
46
46
|
* };
|
|
47
47
|
* ```
|
|
48
48
|
*/
|
|
49
|
-
export declare function FocalPointPicker({ __nextHasNoMarginBottom, autoPlay, className, help, label, onChange, onDrag, onDragEnd, onDragStart, resolvePoint, url, value: valueProp, ...restProps }: WordPressComponentProps<FocalPointPickerProps, 'div', false>): import("react").JSX.Element;
|
|
49
|
+
export declare function FocalPointPicker({ __nextHasNoMarginBottom, autoPlay, className, help, hideLabelFromVision, label, onChange, onDrag, onDragEnd, onDragStart, resolvePoint, url, value: valueProp, ...restProps }: WordPressComponentProps<FocalPointPickerProps, 'div', false>): import("react").JSX.Element;
|
|
50
50
|
export default FocalPointPicker;
|
|
51
51
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/focal-point-picker/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/focal-point-picker/index.tsx"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,KAAK,EAEX,qBAAqB,EACrB,MAAM,SAAS,CAAC;AASjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6CG;AACH,wBAAgB,gBAAgB,CAAE,EACjC,uBAAuB,EACvB,QAAe,EACf,SAAS,EACT,IAAI,EACJ,mBAAmB,EACnB,KAAK,EACL,QAAQ,EACR,MAAM,EACN,SAAS,EACT,WAAW,EACX,YAAY,EACZ,GAAG,EACH,KAAK,EAAE,SAGN,EACD,GAAG,SAAS,EACZ,EAAE,uBAAuB,CAAE,qBAAqB,EAAE,KAAK,EAAE,KAAK,CAAE,+BAqMhE;AAED,eAAe,gBAAgB,CAAC"}
|