@wordpress/components 30.8.2-next.dc3f6d3c1.0 → 30.9.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 +5 -1
- package/build/date-time/date/index.js +5 -5
- package/build/date-time/date/index.js.map +2 -2
- package/build/date-time/utils.js +3 -1
- package/build/date-time/utils.js.map +2 -2
- package/build/external-link/index.js +1 -1
- package/build/external-link/index.js.map +2 -2
- package/build-module/date-time/date/index.js +6 -6
- package/build-module/date-time/date/index.js.map +2 -2
- package/build-module/date-time/utils.js +3 -1
- package/build-module/date-time/utils.js.map +2 -2
- package/build-module/external-link/index.js +2 -2
- package/build-module/external-link/index.js.map +2 -2
- package/build-style/style-rtl.css +8 -0
- package/build-style/style.css +8 -0
- package/build-types/alignment-matrix-control/stories/index.story.d.ts.map +1 -1
- package/build-types/angle-picker-control/stories/index.story.d.ts.map +1 -1
- package/build-types/box-control/stories/index.story.d.ts.map +1 -1
- package/build-types/circular-option-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/color-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/combobox-control/stories/index.story.d.ts.map +1 -1
- package/build-types/confirm-dialog/stories/index.story.d.ts.map +1 -1
- package/build-types/custom-gradient-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/custom-select-control/stories/index.story.d.ts.map +1 -1
- package/build-types/custom-select-control-v2/stories/index.story.d.ts.map +1 -1
- package/build-types/date-time/date/index.d.ts.map +1 -1
- package/build-types/date-time/date-time/test/index.d.ts +2 -0
- package/build-types/date-time/date-time/test/index.d.ts.map +1 -0
- package/build-types/date-time/test/utils.test.d.ts +2 -0
- package/build-types/date-time/test/utils.test.d.ts.map +1 -0
- package/build-types/date-time/utils.d.ts +3 -2
- package/build-types/date-time/utils.d.ts.map +1 -1
- package/build-types/draggable/stories/index.story.d.ts.map +1 -1
- package/build-types/drop-zone/stories/index.story.d.ts.map +1 -1
- package/build-types/dropdown/stories/index.story.d.ts.map +1 -1
- package/build-types/dropdown-menu/stories/index.story.d.ts.map +1 -1
- package/build-types/focal-point-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/font-size-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/gradient-picker/stories/index.story.d.ts.map +1 -1
- package/build-types/input-control/stories/index.story.d.ts.map +1 -1
- package/build-types/menu/stories/index.story.d.ts.map +1 -1
- package/build-types/navigable-container/stories/navigable-menu.story.d.ts.map +1 -1
- package/build-types/navigable-container/stories/tabbable-container.story.d.ts.map +1 -1
- package/build-types/navigation/stories/index.story.d.ts.map +1 -1
- package/build-types/notice/stories/index.story.d.ts.map +1 -1
- package/build-types/palette-edit/stories/index.story.d.ts.map +1 -1
- package/build-types/query-controls/stories/index.story.d.ts.map +1 -1
- package/build-types/radio-group/stories/index.story.d.ts.map +1 -1
- package/build-types/range-control/stories/index.story.d.ts.map +1 -1
- package/build-types/sandbox/stories/index.story.d.ts.map +1 -1
- package/build-types/select-control/stories/index.story.d.ts.map +1 -1
- package/build-types/tab-panel/stories/index.story.d.ts.map +1 -1
- package/build-types/tabs/stories/index.story.d.ts.map +1 -1
- package/build-types/text/stories/index.story.d.ts.map +1 -1
- package/build-types/tools-panel/stories/index.story.d.ts.map +1 -1
- package/build-types/tree-grid/stories/index.story.d.ts.map +1 -1
- package/build-types/unit-control/stories/index.story.d.ts.map +1 -1
- package/package.json +24 -20
- package/src/alignment-matrix-control/stories/index.story.tsx +4 -1
- package/src/angle-picker-control/stories/index.story.tsx +4 -1
- package/src/box-control/stories/index.story.tsx +4 -1
- package/src/circular-option-picker/stories/index.story.tsx +0 -1
- package/src/color-picker/stories/index.story.tsx +4 -1
- package/src/combobox-control/stories/index.story.tsx +5 -1
- package/src/confirm-dialog/stories/index.story.tsx +5 -1
- package/src/custom-gradient-picker/stories/index.story.tsx +4 -1
- package/src/custom-select-control/stories/index.story.tsx +4 -1
- package/src/custom-select-control-v2/stories/index.story.tsx +0 -1
- package/src/date-time/date/index.tsx +6 -16
- package/src/date-time/date-time/test/index.tsx +206 -0
- package/src/date-time/test/utils.test.ts +128 -0
- package/src/date-time/utils.ts +12 -3
- package/src/draggable/stories/index.story.tsx +6 -1
- package/src/drop-zone/stories/index.story.tsx +6 -1
- package/src/dropdown/stories/index.story.tsx +5 -1
- package/src/dropdown-menu/stories/index.story.tsx +4 -1
- package/src/external-link/index.tsx +2 -2
- package/src/focal-point-picker/stories/index.story.tsx +7 -1
- package/src/font-size-picker/stories/index.story.tsx +4 -1
- package/src/gradient-picker/stories/index.story.tsx +5 -1
- package/src/input-control/stories/index.story.tsx +7 -1
- package/src/menu/stories/index.story.tsx +4 -1
- package/src/modal/style.scss +14 -0
- package/src/navigable-container/stories/navigable-menu.story.tsx +5 -1
- package/src/navigable-container/stories/tabbable-container.story.tsx +5 -1
- package/src/navigation/stories/index.story.tsx +4 -1
- package/src/notice/stories/index.story.tsx +5 -1
- package/src/palette-edit/stories/index.story.tsx +4 -1
- package/src/query-controls/stories/index.story.tsx +8 -1
- package/src/radio-group/stories/index.story.tsx +4 -1
- package/src/range-control/stories/index.story.tsx +8 -1
- package/src/sandbox/stories/index.story.tsx +4 -1
- package/src/select-control/stories/index.story.tsx +4 -1
- package/src/tab-panel/stories/index.story.tsx +0 -1
- package/src/tabs/stories/index.story.tsx +0 -1
- package/src/text/stories/index.story.tsx +0 -1
- package/src/tools-panel/stories/index.story.tsx +4 -1
- package/src/tree-grid/stories/index.story.tsx +6 -1
- package/src/unit-control/stories/index.story.tsx +7 -1
- package/tsconfig.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- /package/src/context/stories/{ComponentsProvider.stories.js → ComponentsProvider.stories.jsx} +0 -0
/package/src/context/stories/{ComponentsProvider.stories.js → ComponentsProvider.stories.jsx}
RENAMED
|
File without changes
|