diff --git a/packages/tailwindcss-language-server/ThirdPartyNotices.txt b/packages/tailwindcss-language-server/ThirdPartyNotices.txt index d6bc3fb992c12a0047c7199507b0dfe33a76907c..41bcbcebc1fdabb61bd24f17a43d57ba506c2731 100644 --- a/packages/tailwindcss-language-server/ThirdPartyNotices.txt +++ b/packages/tailwindcss-language-server/ThirdPartyNotices.txt @@ -171,111 +171,12 @@ ================================================================================ @parcel/watcher@2.0.3 -in the Software without restriction, including without limitation the rights - -# @tailwindcss/container-queries - -A plugin for Tailwind CSS v3.2+ that provides utilities for container queries. - -## Installation - - Permission is hereby granted, free of charge, to any person obtaining a copy - -```sh -npm install @tailwindcss/container-queries -``` - -Then add the plugin to your `tailwind.config.js` file: - MIT License -// tailwind.config.js -MIT License MIT License -MIT License - // ... - }, - plugins: [ -The above copyright notice and this permission notice shall be included in all - // ... - ], -Copyright (c) 2017-present Devon Govett @parcel/watcher@2.0.3 -``` - -## Usage - -```html - -
- -
-
-
- - -
-
-
-
-``` - -### Container types - -| Class | css | -| --------------------------- | ------------------------------------------------------- | -| `@container` | `container-type: inline-size;` | -| `@container/sidebar` | `container-type: inline-size; container-name: sidebar;` | -| `@container-normal` | `container-type: normal;` | -| `@container-normal/sidebar` | `container-type: inline-size; container-name: sidebar;` | - -## Configuration - -By default we ship with the following configured values: - -| Name | Value | -| ----- | ------- | -| `xs` | `20rem` | -| `sm` | `24rem` | -| `md` | `28rem` | -| `lg` | `32rem` | -| `xl` | `36rem` | -| `2xl` | `42rem` | -| `3xl` | `48rem` | -| `4xl` | `56rem` | -| `5xl` | `64rem` | -| `6xl` | `72rem` | -| `7xl` | `80rem` | - -You can configure which values are available for this plugin under the `containers` key in your `tailwind.config.js` file: - -```js -// tailwind.config.js -module.exports = { - theme: { - extend: { - containers: { - xs: '20rem', - sm: '24rem', - md: '28rem', - lg: '32rem', - xl: '36rem', - // etc... - }, - }, - }, -} -``` - -================================================================================ - -@tailwindcss/forms@0.5.3 - -MIT License - -@parcel/watcher@2.0.3 Once the [`aspect-ratio` property](https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio) is supported in modern browsers, we'll add official support to Tailwind CSS itself and deprecate this plugin. Permission is hereby granted, free of charge, to any person obtaining a copy @@ -346,6 +247,20 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +================================================================================ + +builtin-modules@3.2.0 + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ @@ -513,6 +428,29 @@ THE SOFTWARE. ================================================================================ +detective@5.2.0 + +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +================================================================================ + dlv@1.1.3 # `dlv(obj, keypath)` [![NPM](https://img.shields.io/npm/v/dlv.svg)](https://npmjs.com/package/dlv) [![Build](https://travis-ci.org/developit/dlv.svg?branch=master)](https://travis-ci.org/developit/dlv) @@ -676,20 +614,6 @@ MIT License Copyright (c) Sindre Sorhus (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -================================================================================ - -is-builtin-module@3.2.1 - -MIT License - -Copyright (c) Sindre Sorhus (sindresorhus.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: @@ -900,7 +824,7 @@ THE SOFTWARE. ================================================================================ -tailwindcss@3.3.0 +tailwindcss@3.2.4 MIT License