Skip to content

Commit

Permalink
Merge branch 'main' into pr-3988-rebase-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
laug committed Jan 9, 2025
2 parents 4068262 + 35f430d commit 39d255a
Show file tree
Hide file tree
Showing 55 changed files with 1,606 additions and 1,445 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,5 @@ scripts/.DS_Store
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.yarn/versions
/.yarn/cache
1 change: 1 addition & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

"rules": {
"at-rule-no-unknown": null,
"at-rule-disallowed-list": ["import"],
"scss/at-rule-no-unknown": true,
"scss/dollar-variable-pattern": null,
"scss/at-import-partial-extension": null,
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2024 HackerOne Inc and individual contributors
Copyright (c) 2014-2025 HackerOne Inc and individual contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ The examples are hosted within the docs folder and are ran in the simple app tha

## License

Copyright (c) 2014-2024 HackerOne Inc. and individual contributors. Licensed under MIT license, see [LICENSE](LICENSE) for the full license.
Copyright (c) 2014-2025 HackerOne Inc. and individual contributors. Licensed under MIT license, see [LICENSE](LICENSE) for the full license.
12 changes: 6 additions & 6 deletions docs-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"highlight.js": "^11.10.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-live": "^4.1.7"
"highlight.js": "^11.11.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-live": "^4.1.8"
},
"scripts": {
"start": "react-app-rewired start",
Expand All @@ -29,10 +29,10 @@
"raw-loader": "^4.0.2",
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.1",
"sass": "^1.80.2"
"sass": "^1.83.1"
},
"resolutions": {
"strip-ansi": "6.0.1"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.6.0"
}
8 changes: 5 additions & 3 deletions docs-site/src/components/Examples/examples.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
@use "helpers";

.examples__navigation {
display: none;

@include breakpoint(640px) {
@include helpers.breakpoint(640px) {
width: 200px;
float: left;
display: block;
Expand Down Expand Up @@ -76,7 +78,7 @@
overflow-x: auto;
overflow-y: hidden;

@include breakpoint(768px) {
@include helpers.breakpoint(768px) {
width: 70%;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
Expand All @@ -98,7 +100,7 @@
}
&__preview {
padding: 20px;
@include breakpoint(768px) {
@include helpers.breakpoint(768px) {
width: 30%;
}
@media (max-width: 768px) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
@content;
}
}

%container-styling {
max-width: 1100px;
margin: 0 auto;
}
2 changes: 2 additions & 0 deletions docs-site/src/components/Examples/hero.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use "helpers" as *;

.hero {
color: #fff;
background-color: #216ba5;
Expand Down
17 changes: 6 additions & 11 deletions docs-site/src/components/Examples/style.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
@import "reset";
@import "higlight";
@import "breakpoint";
@import "hero";
@import "examples";

%container-styling {
max-width: 1100px;
margin: 0 auto;
}
@use "reset";
@use "highlight";
@use "helpers";
@use "examples";
@use "hero";

html,
body {
Expand Down Expand Up @@ -88,7 +83,7 @@ strong {
}

.row {
@include breakpoint(768px) {
@include helpers.breakpoint(768px) {
display: flex;
}
}
Expand Down
114 changes: 56 additions & 58 deletions docs-site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5038,13 +5038,13 @@ __metadata:
linkType: hard

"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3":
version: 7.0.3
resolution: "cross-spawn@npm:7.0.3"
version: 7.0.5
resolution: "cross-spawn@npm:7.0.5"
dependencies:
path-key: "npm:^3.1.0"
shebang-command: "npm:^2.0.0"
which: "npm:^2.0.1"
checksum: 10c0/5738c312387081c98d69c98e105b6327b069197f864a60593245d64c8089c8a0a744e16349281210d56835bb9274130d825a78b2ad6853ca13cfbeffc0c31750
checksum: 10c0/aa82ce7ac0814a27e6f2b738c5a7cf1fa21a3558a1e42df449fc96541ba3ba731e4d3ecffa4435348808a86212f287c6f20a1ee551ef1ff95d01cfec5f434944
languageName: node
linkType: hard

Expand Down Expand Up @@ -7157,10 +7157,10 @@ __metadata:
languageName: node
linkType: hard

"highlight.js@npm:^11.10.0":
version: 11.10.0
resolution: "highlight.js@npm:11.10.0"
checksum: 10c0/cd8bf7ef06cbd72ddb83580ecabe769f08f062be8bb82d2eb492d31c17f7480d1f8d14a66fc81deee0601645435f19f04c470510563f847242a41ccff0ab873e
"highlight.js@npm:^11.11.1":
version: 11.11.1
resolution: "highlight.js@npm:11.11.1"
checksum: 10c0/40f53ac19dac079891fcefd5bd8a21cf2e8931fd47da5bd1dca73b7e4375c1defed0636fc39120c639b9c44119b7d110f7f0c15aa899557a5a1c8910f3c0144c
languageName: node
linkType: hard

Expand Down Expand Up @@ -7318,8 +7318,8 @@ __metadata:
linkType: hard

"http-proxy-middleware@npm:^2.0.3":
version: 2.0.6
resolution: "http-proxy-middleware@npm:2.0.6"
version: 2.0.7
resolution: "http-proxy-middleware@npm:2.0.7"
dependencies:
"@types/http-proxy": "npm:^1.17.8"
http-proxy: "npm:^1.18.1"
Expand All @@ -7331,7 +7331,7 @@ __metadata:
peerDependenciesMeta:
"@types/express":
optional: true
checksum: 10c0/25a0e550dd1900ee5048a692e0e9b2b6339d06d487a705d90c47e359e9c6561d648cd7862d001d090e651c9efffa1b6e5160fcf1f299b5fa4935f76e9754eb11
checksum: 10c0/8d00a61eb215b83826460b07489d8bb095368ec16e02a9d63e228dcf7524e7c20d61561e5476de1391aecd4ec32ea093279cdc972115b311f8e0a95a24c9e47e
languageName: node
linkType: hard

Expand Down Expand Up @@ -7430,10 +7430,10 @@ __metadata:
languageName: node
linkType: hard

"immutable@npm:^4.0.0":
version: 4.3.0
resolution: "immutable@npm:4.3.0"
checksum: 10c0/e09d40ceb442972f1cbd2914638d1a201853155b8edfbafc44e7aabcf221890e55e8f03d5b3d884666264bf973e02bbf72f83a12b9754bc2c9e47cf8827dd571
"immutable@npm:^5.0.2":
version: 5.0.2
resolution: "immutable@npm:5.0.2"
checksum: 10c0/0d97ad95384e49563b6ed68f90e5ea83c149fd96ff417fae8274e1c524e3ef800eb1a2e8009e29d9b8ffdf63affd7692f87c8af72714181aad8dca88747fb5ac
languageName: node
linkType: hard

Expand Down Expand Up @@ -8876,7 +8876,7 @@ __metadata:
languageName: node
linkType: hard

"loose-envify@npm:^1.1.0, loose-envify@npm:^1.4.0":
"loose-envify@npm:^1.4.0":
version: 1.4.0
resolution: "loose-envify@npm:1.4.0"
dependencies:
Expand Down Expand Up @@ -9292,11 +9292,11 @@ __metadata:
linkType: hard

"nanoid@npm:^3.3.6":
version: 3.3.6
resolution: "nanoid@npm:3.3.6"
version: 3.3.8
resolution: "nanoid@npm:3.3.8"
bin:
nanoid: bin/nanoid.cjs
checksum: 10c0/606b355960d0fcbe3d27924c4c52ef7d47d3b57208808ece73279420d91469b01ec1dce10fae512b6d4a8c5a5432b352b228336a8b2202a6ea68e67fa348e2ee
checksum: 10c0/4b1bb29f6cfebf3be3bc4ad1f1296fb0a10a3043a79f34fbffe75d1621b4318319211cd420549459018ea3592f0d2f159247a6f874911d6d26eaaadda2478120
languageName: node
linkType: hard

Expand Down Expand Up @@ -10787,15 +10787,15 @@ __metadata:
languageName: node
linkType: hard

"prism-react-renderer@npm:^2.0.6":
version: 2.3.1
resolution: "prism-react-renderer@npm:2.3.1"
"prism-react-renderer@npm:^2.4.0":
version: 2.4.0
resolution: "prism-react-renderer@npm:2.4.0"
dependencies:
"@types/prismjs": "npm:^1.26.0"
clsx: "npm:^2.0.0"
peerDependencies:
react: ">=16.0.0"
checksum: 10c0/566932127ca18049a651aa038a8f8c7c1ca15950d21b659c2ce71fd95bd03bef2b5d40c489e7aa3453eaf15d984deef542a609d7842e423e6a13427dd90bd371
checksum: 10c0/3d6969b057da0efe39e3e637bf93601cd5757de5919180e8df16daf1d1b8eedc39b70c7f6f28724fba0a01bc857c6b78312ab027f4e913159d1165c5aba235bb
languageName: node
linkType: hard

Expand Down Expand Up @@ -10987,14 +10987,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "react-datepicker-docs@workspace:."
dependencies:
highlight.js: "npm:^11.10.0"
highlight.js: "npm:^11.11.1"
raw-loader: "npm:^4.0.2"
react: "npm:^18.3.1"
react: "npm:^19.0.0"
react-app-rewired: "npm:^2.2.1"
react-dom: "npm:^18.3.1"
react-live: "npm:^4.1.7"
react-dom: "npm:^19.0.0"
react-live: "npm:^4.1.8"
react-scripts: "npm:5.0.1"
sass: "npm:^1.80.2"
sass: "npm:^1.83.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11030,15 +11030,14 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:^18.3.1":
version: 18.3.1
resolution: "react-dom@npm:18.3.1"
"react-dom@npm:^19.0.0":
version: 19.0.0
resolution: "react-dom@npm:19.0.0"
dependencies:
loose-envify: "npm:^1.1.0"
scheduler: "npm:^0.23.2"
scheduler: "npm:^0.25.0"
peerDependencies:
react: ^18.3.1
checksum: 10c0/a752496c1941f958f2e8ac56239172296fcddce1365ce45222d04a1947e0cc5547df3e8447f855a81d6d39f008d7c32eab43db3712077f09e3f67c4874973e85
react: ^19.0.0
checksum: 10c0/a36ce7ab507b237ae2759c984cdaad4af4096d8199fb65b3815c16825e5cfeb7293da790a3fc2184b52bfba7ba3ff31c058c01947aff6fd1a3701632aabaa6a9
languageName: node
linkType: hard

Expand Down Expand Up @@ -11070,17 +11069,17 @@ __metadata:
languageName: node
linkType: hard

"react-live@npm:^4.1.7":
version: 4.1.7
resolution: "react-live@npm:4.1.7"
"react-live@npm:^4.1.8":
version: 4.1.8
resolution: "react-live@npm:4.1.8"
dependencies:
prism-react-renderer: "npm:^2.0.6"
sucrase: "npm:^3.31.0"
prism-react-renderer: "npm:^2.4.0"
sucrase: "npm:^3.35.0"
use-editable: "npm:^2.3.3"
peerDependencies:
react: ">=18.0.0"
react-dom: ">=18.0.0"
checksum: 10c0/728a51cb0b92774076e4592f9b3cbc2af4afac1da549dbb55723728324bdc1968d3f7b268b5dd92929dcc9d3aa1fd1265f7e912b5ee6fd4fe9b5b77898b50237
checksum: 10c0/fa96ca176bc9074e4892d6a079b94488ba74e95907ea187678afb17e4a23cc7760c3774ef17f4429d2ba562f1fda852a822e18a161ef386676371c56a7585970
languageName: node
linkType: hard

Expand Down Expand Up @@ -11158,12 +11157,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 10c0/283e8c5efcf37802c9d1ce767f302dd569dd97a70d9bb8c7be79a789b9902451e0d16334b05d73299b20f048cbc3c7d288bbbde10b701fa194e2089c237dbea3
"react@npm:^19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 10c0/9cad8f103e8e3a16d15cb18a0d8115d8bd9f9e1ce3420310aea381eb42aa0a4f812cf047bb5441349257a05fba8a291515691e3cb51267279b2d2c3253f38471
languageName: node
linkType: hard

Expand Down Expand Up @@ -11591,17 +11588,20 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:^1.80.2":
version: 1.80.2
resolution: "sass@npm:1.80.2"
"sass@npm:^1.83.1":
version: 1.83.1
resolution: "sass@npm:1.83.1"
dependencies:
"@parcel/watcher": "npm:^2.4.1"
chokidar: "npm:^4.0.0"
immutable: "npm:^4.0.0"
immutable: "npm:^5.0.2"
source-map-js: "npm:>=0.6.2 <2.0.0"
dependenciesMeta:
"@parcel/watcher":
optional: true
bin:
sass: sass.js
checksum: 10c0/0006e2ee7a732abaa96a663167b078b8d53b4d7fe5ce435636a8bca6e8a3b6ebc12308c0725f577a456329ed962436d96cfcdd50a8e733ed4c4e4590f21243c9
checksum: 10c0/9772506cd8290df7b5e800055098e91a8a65100840fd9e90c660deb74b248b3ddbbd1a274b8f7f09777d472d2c873575357bd87939a40fb5a80bdf654985486f
languageName: node
linkType: hard

Expand All @@ -11621,12 +11621,10 @@ __metadata:
languageName: node
linkType: hard

"scheduler@npm:^0.23.2":
version: 0.23.2
resolution: "scheduler@npm:0.23.2"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 10c0/26383305e249651d4c58e6705d5f8425f153211aef95f15161c151f7b8de885f24751b377e4a0b3dd42cce09aad3f87a61dab7636859c0d89b7daf1a1e2a5c78
"scheduler@npm:^0.25.0":
version: 0.25.0
resolution: "scheduler@npm:0.25.0"
checksum: 10c0/a4bb1da406b613ce72c1299db43759526058fdcc413999c3c3e0db8956df7633acf395cb20eb2303b6a65d658d66b6585d344460abaee8080b4aa931f10eaafe
languageName: node
linkType: hard

Expand Down Expand Up @@ -12280,7 +12278,7 @@ __metadata:
languageName: node
linkType: hard

"sucrase@npm:^3.31.0, sucrase@npm:^3.32.0":
"sucrase@npm:^3.32.0, sucrase@npm:^3.35.0":
version: 3.35.0
resolution: "sucrase@npm:3.35.0"
dependencies:
Expand Down
13 changes: 7 additions & 6 deletions docs/calendar_container.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# `calendar_container` (component)
`calendar_container` (component)
================================

| name | type | default value | description |
| -------------------- | ---- | ------------- | ----------- |
| `className` | | | |
| `showTime` | | `false` | |
| `showTimeSelectOnly` | | `false` | |

| name | type | default value | description |
|---|---|---|---|
|`showTime`||`false`||
|`showTimeSelectOnly`||`false`||
Loading

0 comments on commit 39d255a

Please sign in to comment.