Skip to content

Conversation

@paulodetarsofm
Copy link

Description

Adding the second component that will be part of the date/time picker: the time field.

image

The first component is the calendar.

Related issue(s)

#2626

Motivation and context

Allow the user to enter a specific time to publish a post on social media.

How has this been tested?

  • Test case 1
    1. Go here
    2. Do this
  • Test case 2
    1. Go here
    2. Do this

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (minor updates related to the tooling or maintenance of the repository, does not impact compiled assets)

Checklist

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • If my change required a change to the documentation, I have updated the documentation in this pull request.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have reviewed at the Accessibility Practices for this feature, see: Aria Practices

Best practices

This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against main.

Najika Yoo and others added 30 commits June 20, 2023 12:33
Bumps [@spectrum-css/divider](https://github.com/adobe/spectrum-css/tree/HEAD/components/divider) from 2.1.3 to 2.1.7.
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/divider/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/divider@2.1.7/components/divider)

---
updated-dependencies:
- dependency-name: "@spectrum-css/divider"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@spectrum-css/table](https://github.com/adobe/spectrum-css/tree/HEAD/components/table) from 4.0.50 to 4.0.56.
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/table/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/table@4.0.56/components/table)

---
updated-dependencies:
- dependency-name: "@spectrum-css/table"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@open-wc/eslint-config](https://github.com/open-wc/open-wc/tree/HEAD/packages/eslint-config) from 10.0.0 to 11.0.0.
- [Release notes](https://github.com/open-wc/open-wc/releases)
- [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/eslint-config/CHANGELOG.md)
- [Commits](https://github.com/open-wc/open-wc/commits/HEAD/packages/eslint-config)

---
updated-dependencies:
- dependency-name: "@open-wc/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@spectrum-css/popover](https://github.com/adobe/spectrum-css/tree/HEAD/components/popover) from 6.0.46 to 6.0.54.
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/popover/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/popover@6.0.54/components/popover)

---
updated-dependencies:
- dependency-name: "@spectrum-css/popover"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@spectrum-css/actionmenu](https://github.com/adobe/spectrum-css/tree/HEAD/components/actionmenu) from 4.0.31 to 4.0.39.
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/actionmenu/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/actionmenu@4.0.39/components/actionmenu)

---
updated-dependencies:
- dependency-name: "@spectrum-css/actionmenu"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [glob](https://github.com/isaacs/node-glob) from 8.0.3 to 10.3.0.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v8.0.3...v10.3.0)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
* fix(sidenav): [Bug][a11y]: sidenav should express hierarchy using list and listitem #3348
* fix(sidenav): updates per code review #3348
* feat(textfield): add rows attribute

* ensure that multiline textarea with rows is not resizable

* added unit tests for rows attribute

* remove obsolete css style

* update golden image caches
* feat(accordion): accordion core token migration

* chore(accordion): updating the storybook

* chore(accordion): minor fixes

* chore(accordion): updating new beta package

* feat(accordion): addressing review suggestions

* chore: chevron sizing approach

* chore(accordion): removing ununsed code

* feat(accordion): addressing review suggestions

* feat(accordion): updating the default variables

* feat(accordion): minor fix

* feat(accordion): updating the documentation

* feat(accordion): updating the storybook

---------

Co-authored-by: Venkatesh Josyula <venkateshjo@adobe.com>
Co-authored-by: [ Cassondra ] <castastrophe@users.noreply.github.com>
…ng ARIA (#3330)

* fix: mixed value state of swatch support aria

* chore: added test to support mixed-value for aria

* chore: updated readme

* fix: removed aria checked from readme

* fix: aria-label fix for swatch in screen reader

* fix: aria-label fix for swatch in screen reader

* chore: added tests

* chore: updated readme and removed comments

* fix: tests

---------

Co-authored-by: Rajdeep Chandra <rajdeepc@adobe.com>
Co-authored-by: Najika Halsema Yoo <44980010+najikahalsema@users.noreply.github.com>
* chore: include custom vars in theme imports

* chore(theme): add imports for express custom vars

* chore: custom-lightest-vars doesnt exist so changed filename

* chore: update ci hash

---------

Co-authored-by: Najika Yoo <naj.halsema@gmail.com>
Bumps [postcss-custom-properties](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-custom-properties) from 12.1.11 to 13.2.0.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-custom-properties/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-custom-properties)

---
updated-dependencies:
- dependency-name: postcss-custom-properties
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@11ty/eleventy](https://github.com/11ty/eleventy) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/11ty/eleventy/releases)
- [Changelog](https://github.com/11ty/eleventy/blob/master/docs/release-instructions.md)
- [Commits](11ty/eleventy@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.0.2 to 15.1.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v15.1.0/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
beeduul and others added 27 commits July 11, 2023 11:32
…cal slider orientation(#3315)

* fix(color-area,color-slider): color-area labeling, RTL support, vertical slider orientation #3313

* ci: update golden images cache
Bumps [@spectrum-css/statuslight](https://github.com/adobe/spectrum-css/tree/HEAD/components/statuslight) from 6.0.35 to 6.0.38.
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/statuslight/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/statuslight@6.0.38/components/statuslight)

---
updated-dependencies:
- dependency-name: "@spectrum-css/statuslight"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@open-wc/eslint-config](https://github.com/open-wc/open-wc/tree/HEAD/packages/eslint-config) from 11.0.0 to 12.0.0.
- [Release notes](https://github.com/open-wc/open-wc/releases)
- [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/eslint-config/CHANGELOG.md)
- [Commits](https://github.com/open-wc/open-wc/commits/HEAD/packages/eslint-config)

---
updated-dependencies:
- dependency-name: "@open-wc/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 6.2.1 to 7.3.3.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack/postcss-loader@v6.2.1...v7.3.3)

---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@web/dev-server](https://github.com/modernweb-dev/web/tree/HEAD/packages/dev-server) from 0.2.1 to 0.2.5.
- [Release notes](https://github.com/modernweb-dev/web/releases)
- [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/dev-server/CHANGELOG.md)
- [Commits](https://github.com/modernweb-dev/web/commits/@web/dev-server@0.2.5/packages/dev-server)

---
updated-dependencies:
- dependency-name: "@web/dev-server"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Rajdeep Chandra <rajdeepc@adobe.com>
Co-authored-by: Rajdeep Chandra <rajdeepc@adobe.com>
@paulodetarsofm
Copy link
Author

This component will be converted into an "abstract component", which will be used as a base to create the time field and also the date/time picker

@paulodetarsofm paulodetarsofm deleted the paulodetarsofm/time-field branch July 24, 2023 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.