Skip to content

Commit

Permalink
chore: rebase fixes and version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
mizgaionutalexandru committed Dec 13, 2024
1 parent 9e16e7c commit 8c94e37
Show file tree
Hide file tree
Showing 13 changed files with 830 additions and 1,186 deletions.
17 changes: 9 additions & 8 deletions packages/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/calendar",
"version": "0.0.1",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -29,6 +29,7 @@
"development": "./src/Calendar.dev.js",
"default": "./src/Calendar.js"
},
"./src/calendar-overrides.css.js": "./src/calendar-overrides.css.js",
"./src/calendar.css.js": "./src/calendar.css.js",
"./src/index.js": {
"development": "./src/index.dev.js",
Expand Down Expand Up @@ -61,15 +62,15 @@
"lit-html"
],
"dependencies": {
"@internationalized/date": "^3.5.1",
"@internationalized/number": "^3.1.0",
"@spectrum-web-components/action-button": "0.49.0",
"@spectrum-web-components/base": "0.49.0",
"@spectrum-web-components/icons-workflow": "0.49.0",
"@spectrum-web-components/reactive-controllers": "0.49.0"
"@internationalized/date": "^3.6.0",
"@internationalized/number": "^3.6.0",
"@spectrum-web-components/action-button": "^1.0.3",
"@spectrum-web-components/base": "^1.0.3",
"@spectrum-web-components/icons-workflow": "^1.0.3",
"@spectrum-web-components/reactive-controllers": "^1.0.3"
},
"devDependencies": {
"@spectrum-css/calendar": "^4.2.4"
"@spectrum-css/calendar": "^6.0.0-s2-foundations.15"
},
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
Expand Down
18 changes: 18 additions & 0 deletions packages/calendar/src/calendar-overrides.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
Copyright 2023 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License.
*/

/* THIS FILE IS MACHINE GENERATED. DO NOT EDIT */
:host {
--spectrum-calendar-day-background-color-selected-disabled: var(
--system-calendar-day-background-color-selected-disabled
);
}
Loading

0 comments on commit 8c94e37

Please sign in to comment.