@hummingbirdui/browser 1.1.0 → 1.1.1

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/README.md CHANGED
@@ -20,7 +20,7 @@ Use the Play CDN to try Hummingbird in the browser without any build step. The P
20
20
  Add the Play CDN script tag to the `<head>` of your HTML file, and start using Hummingbird’s and Tailwind’s classes to style the content.
21
21
 
22
22
  ```html
23
- <script src="https://cdn.jsdelivr.net/npm/@hummingbirdui/browser@1.1.0/dist/index.global.js"></script>
23
+ <script src="https://cdn.jsdelivr.net/npm/@hummingbirdui/browser@1.1.1/dist/index.global.js"></script>
24
24
  ```
25
25
 
26
26
  ## Documentation
@@ -3148,6 +3148,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
3148
3148
  --btn-height: 2.75rem;
3149
3149
  --btn-padding-y: 0;
3150
3150
  --btn-padding-x: 0;
3151
+ --btn-border-radius: calc(infinity * 1px);
3151
3152
  }
3152
3153
  }
3153
3154
  }
@@ -3160,12 +3161,10 @@ input:where([type='button'], [type='reset'], [type='submit']),
3160
3161
  --btn-hover-bg: --alpha(var(--color-active) / 4%);
3161
3162
  --btn-padding-y: --spacing(2);
3162
3163
  --btn-padding-x: --spacing(2);
3163
- --btn-border-radius: calc(infinity * 1px);
3164
3164
 
3165
3165
  &.btn-sm {
3166
3166
  --btn-padding-y: --spacing(1.25);
3167
3167
  --btn-padding-x: --spacing(1.25);
3168
- --btn-border-radius: calc(infinity * 1px);
3169
3168
  }
3170
3169
  &.btn-lg {
3171
3170
  --btn-padding-y: --spacing(3);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hummingbirdui/browser",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Hummingbird Play CDN for rapid experimentation and development.",
5
5
  "main": "./dist/index.global.js",
6
6
  "keywords": [