Skip to content

Commit

Permalink
ci(version): bump to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheese Grinder CI committed Dec 8, 2024
1 parent 9bcf0f4 commit d3bb3da
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 45 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"version": "0.3.3",
"version": "0.3.4",
"workspaces": [
"packages/*",
"tests/*"
Expand Down
24 changes: 12 additions & 12 deletions packages/core/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ pop-input,prop,maxLength,number,undefined,false,false
pop-input,prop,min,number,undefined,false,false
pop-input,prop,minLength,number,undefined,false,false
pop-input,prop,multiple,boolean,undefined,false,false
pop-input,prop,name,string,this.inputId,false,false
pop-input,prop,name,string,this.inputId,false,true
pop-input,prop,pattern,string,undefined,false,false
pop-input,prop,placeholder,string,undefined,false,false
pop-input,prop,readonly,boolean,undefined,false,true
Expand Down Expand Up @@ -203,12 +203,12 @@ pop-input-file,prop,color,"accent" | "error" | "ghost" | "info" | "primary" | "s
pop-input-file,prop,disabled,boolean,undefined,false,true
pop-input-file,prop,errorText,string,undefined,false,false
pop-input-file,prop,helperText,string,undefined,false,false
pop-input-file,prop,multiple,boolean,undefined,false,false
pop-input-file,prop,name,string,this.inputId,false,false
pop-input-file,prop,multiple,boolean,undefined,false,true
pop-input-file,prop,name,string,this.inputId,false,true
pop-input-file,prop,readonly,boolean,undefined,false,true
pop-input-file,prop,required,boolean,undefined,false,true
pop-input-file,prop,size,"lg" | "md" | "sm" | "xs",undefined,false,true
pop-input-file,prop,value,File | File[],undefined,false,false
pop-input-file,prop,value,File | File[],new File([], ''),false,false
pop-input-file,method,setFocus,setFocus() => Promise<void>
pop-input-file,event,popBlur,void,true
pop-input-file,event,popChange,InputFileChangeEventDetail,true
Expand Down Expand Up @@ -302,7 +302,7 @@ pop-radio,prop,autoFocus,boolean,false,false,true
pop-radio,prop,checked,boolean,false,false,true
pop-radio,prop,color,"accent" | "error" | "info" | "primary" | "secondary" | "success" | "warning",undefined,false,true
pop-radio,prop,disabled,boolean,undefined,false,true
pop-radio,prop,name,string,this.inputId,false,false
pop-radio,prop,name,string,this.inputId,false,true
pop-radio,prop,required,boolean,undefined,false,true
pop-radio,prop,size,"lg" | "md" | "sm" | "xs",undefined,false,true
pop-radio,prop,value,any,'',false,false
Expand All @@ -323,7 +323,7 @@ pop-radio-group,prop,allowEmpty,boolean,undefined,false,false
pop-radio-group,prop,color,"accent" | "error" | "info" | "primary" | "secondary" | "success" | "warning",undefined,false,true
pop-radio-group,prop,compare,((currentValue: any, newValue: any) => boolean) | string,undefined,false,false
pop-radio-group,prop,disabled,boolean,undefined,false,true
pop-radio-group,prop,name,string,this.inputId,false,false
pop-radio-group,prop,name,string,this.inputId,false,true
pop-radio-group,prop,required,boolean,undefined,false,true
pop-radio-group,prop,size,"lg" | "md" | "sm" | "xs",undefined,false,true
pop-radio-group,prop,value,any,undefined,false,false
Expand All @@ -336,11 +336,11 @@ pop-range,prop,debounce,number,undefined,false,false
pop-range,prop,disabled,boolean,undefined,false,true
pop-range,prop,max,number,undefined,false,true
pop-range,prop,min,number,undefined,false,true
pop-range,prop,name,string,this.inputId,false,false
pop-range,prop,name,string,this.inputId,false,true
pop-range,prop,required,boolean,undefined,false,true
pop-range,prop,size,"lg" | "md" | "sm" | "xs",undefined,false,true
pop-range,prop,step,number,undefined,false,true
pop-range,prop,value,number,undefined,false,false
pop-range,prop,value,number,null,false,true
pop-range,method,setFocus,setFocus() => Promise<void>
pop-range,event,popBlur,void,true
pop-range,event,popChange,RangeChangeEventDetail,true
Expand All @@ -363,14 +363,14 @@ pop-select,prop,helperText,string,undefined,false,false
pop-select,prop,max,number,undefined,false,true
pop-select,prop,min,number,undefined,false,true
pop-select,prop,multiple,boolean,undefined,false,true
pop-select,prop,name,string,this.inputId,false,false
pop-select,prop,name,string,this.inputId,false,true
pop-select,prop,notEnoughErrorText,string,undefined,false,false
pop-select,prop,placeholder,string,undefined,false,false
pop-select,prop,required,boolean,undefined,false,true
pop-select,prop,selectedText,string,undefined,false,false
pop-select,prop,size,"lg" | "md" | "sm" | "xs",undefined,false,true
pop-select,prop,tooManyErrorText,string,undefined,false,false
pop-select,prop,value,any,undefined,false,false
pop-select,prop,value,any,null,false,false
pop-select,method,close,close() => Promise<void>
pop-select,method,open,open(event?: any) => Promise<HTMLPopPopoverElement>
pop-select,method,setFocus,setFocus() => Promise<void>
Expand Down Expand Up @@ -411,7 +411,7 @@ pop-textarea,prop,helperText,string,undefined,false,false
pop-textarea,prop,keyboard,"decimal" | "email" | "none" | "numeric" | "search" | "tel" | "text" | "url",undefined,false,false
pop-textarea,prop,maxLength,number,undefined,false,false
pop-textarea,prop,minLength,number,undefined,false,false
pop-textarea,prop,name,string,this.inputId,false,false
pop-textarea,prop,name,string,this.inputId,false,true
pop-textarea,prop,placeholder,string,undefined,false,false
pop-textarea,prop,readonly,boolean,undefined,false,true
pop-textarea,prop,required,boolean,undefined,false,true
Expand Down Expand Up @@ -441,7 +441,7 @@ pop-toggle,prop,checked,boolean,undefined,false,true
pop-toggle,prop,color,"accent" | "error" | "ghost" | "info" | "primary" | "secondary" | "success" | "warning",undefined,false,true
pop-toggle,prop,disabled,boolean,undefined,false,true
pop-toggle,prop,indeterminate,boolean,undefined,false,true
pop-toggle,prop,name,string,this.inputId,false,false
pop-toggle,prop,name,string,this.inputId,false,true
pop-toggle,prop,readonly,boolean,undefined,false,true
pop-toggle,prop,required,boolean,undefined,false,true
pop-toggle,prop,size,"lg" | "md" | "sm" | "xs",undefined,false,true
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poppy-ui/core",
"version": "0.3.3",
"version": "0.3.4",
"description": "Base component for Poppy based on Daisy-ui",
"author": "Sukaato <[email protected]>",
"homepage": "https://github.com/CheeseGrinder/poppy-ui#readme",
Expand Down
28 changes: 14 additions & 14 deletions packages/core/src/components/input-file/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ File Input is a an input field for uploading files.

## Properties

| Property | Attribute | Description | Type | Default |
| ------------ | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | -------------- |
| `autoFocus` | `auto-focus` | If `true`, the element will be focused on page load. | `boolean` | `false` |
| `bordered` | `bordered` | if `true`, adds border to textarea when `color` property is not set. | `boolean` | `false` |
| `color` | `color` | The color to use from your application's color palette.<br> Default options are: `"primary"`, `"secondary"`, `"accent"`, `"ghost"`, `"info"`, `"success"`, `"warning"`, `"error"`.<br> For more information on colors, see [theming](/docs/theming/basics). | `"accent" \| "error" \| "ghost" \| "info" \| "primary" \| "secondary" \| "success" \| "warning"` | `undefined` |
| `disabled` | `disabled` | If `true`, the user cannot interact with the element. | `boolean` | `false` |
| `errorText` | `error-text` | Text that is placed under the input-file and displayed when an error is detected. | `string` | `undefined` |
| `helperText` | `helper-text` | Text that is placed under the input-file and displayed when no error is detected. | `string` | `undefined` |
| `multiple` | `multiple` | If `true`, the user can enter more than one value.<br> This attribute applies when the type attribute is set to `"email"`, otherwise it is ignored. | `boolean` | `false` |
| `name` | `name` | The name of the control, which is submitted with the form data. | `string` | `this.inputId` |
| `readonly` | `readonly` | If `true`, the user cannot modify the value. | `boolean` | `false` |
| `required` | `required` | If `true`, the user must fill in a value before submitting a form. | `boolean` | `false` |
| `size` | `size` | Change size of the component<br> Options are: `"xs"`, `"sm"`, `"md"`, `"lg"`. | `"lg" \| "md" \| "sm" \| "xs"` | `"md"` |
| `value` | -- | The value of the toggle does not mean if it's checked or not, use the `checked`<br> property for that.<br> <br> The value of a toggle is analogous to the value of a `<input type="checkbox">`,<br> it's only used when the toggle participates in a native `<form>`. | `File \| File[]` | `undefined` |
| Property | Attribute | Description | Type | Default |
| ------------ | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ------------------ |
| `autoFocus` | `auto-focus` | If `true`, the element will be focused on page load. | `boolean` | `false` |
| `bordered` | `bordered` | if `true`, adds border to textarea when `color` property is not set. | `boolean` | `false` |
| `color` | `color` | The color to use from your application's color palette.<br> Default options are: `"primary"`, `"secondary"`, `"accent"`, `"ghost"`, `"info"`, `"success"`, `"warning"`, `"error"`.<br> For more information on colors, see [theming](/docs/theming/basics). | `"accent" \| "error" \| "ghost" \| "info" \| "primary" \| "secondary" \| "success" \| "warning"` | `undefined` |
| `disabled` | `disabled` | If `true`, the user cannot interact with the element. | `boolean` | `false` |
| `errorText` | `error-text` | Text that is placed under the input-file and displayed when an error is detected. | `string` | `undefined` |
| `helperText` | `helper-text` | Text that is placed under the input-file and displayed when no error is detected. | `string` | `undefined` |
| `multiple` | `multiple` | If `true`, the user can enter more than one value.<br> This attribute applies when the type attribute is set to `"email"`, otherwise it is ignored. | `boolean` | `false` |
| `name` | `name` | The name of the control, which is submitted with the form data. | `string` | `this.inputId` |
| `readonly` | `readonly` | If `true`, the user cannot modify the value. | `boolean` | `false` |
| `required` | `required` | If `true`, the user must fill in a value before submitting a form. | `boolean` | `false` |
| `size` | `size` | Change size of the component<br> Options are: `"xs"`, `"sm"`, `"md"`, `"lg"`. | `"lg" \| "md" \| "sm" \| "xs"` | `"md"` |
| `value` | -- | The value of the toggle does not mean if it's checked or not, use the `checked`<br> property for that.<br> <br> The value of a toggle is analogous to the value of a `<input type="checkbox">`,<br> it's only used when the toggle participates in a native `<form>`. | `File \| File[]` | `new File([], '')` |


## Events
Expand Down
Loading

0 comments on commit d3bb3da

Please sign in to comment.