Skip to content

Commit

Permalink
Merge pull request #2559 from coingaming/develop
Browse files Browse the repository at this point in the history
Deploy 10.13.4
  • Loading branch information
dkireev authored Feb 29, 2024
2 parents 1f35f61 + 8fbcce0 commit 626581f
Show file tree
Hide file tree
Showing 25 changed files with 497 additions and 452 deletions.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# docs

## 10.13.4

### Patch Changes

- Deploy 10.13.4
- Updated dependencies
- @heathmont/moon-core-tw@10.13.4
- @heathmont/moon-base-tw@10.13.4
- @heathmont/moon-cmdk-tw@10.13.4
- @heathmont/moon-themes-tw@10.13.4

## 10.13.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "10.13.3",
"version": "10.13.4",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,11 +11,11 @@
"lint": "next lint"
},
"dependencies": {
"@heathmont/moon-base-tw": "workspace:^10.13.3",
"@heathmont/moon-cmdk-tw": "workspace:^10.13.3",
"@heathmont/moon-core-tw": "workspace:^10.13.3",
"@heathmont/moon-base-tw": "workspace:^10.13.4",
"@heathmont/moon-cmdk-tw": "workspace:^10.13.4",
"@heathmont/moon-core-tw": "workspace:^10.13.4",
"@heathmont/moon-icons-tw": "9.28.6",
"@heathmont/moon-themes-tw": "workspace:^10.13.3",
"@heathmont/moon-themes-tw": "workspace:^10.13.4",
"@types/node": "20.4.9",
"@types/react": "18.2.19",
"@types/react-dom": "18.2.7",
Expand Down
11 changes: 11 additions & 0 deletions next-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 10.13.4

### Patch Changes

- Deploy 10.13.4
- Updated dependencies
- @heathmont/moon-core-tw@10.13.4
- @heathmont/moon-cmdk-tw@10.13.4
- @heathmont/moon-table-tw@10.13.4
- @heathmont/moon-themes-tw@10.13.4

## 10.13.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions next-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-docs",
"version": "10.13.3",
"version": "10.13.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -19,9 +19,9 @@
"@heathmont/moon-assets": "workspace:^10.7.1",
"@heathmont/moon-charts": "workspace:^10.7.1",
"@heathmont/moon-components": "workspace:^10.7.1",
"@heathmont/moon-cmdk-tw": "workspace:^10.13.3",
"@heathmont/moon-cmdk-tw": "workspace:^10.13.4",
"@heathmont/moon-core": "workspace:^10.7.1",
"@heathmont/moon-core-tw": "workspace:^10.13.3",
"@heathmont/moon-core-tw": "workspace:^10.13.4",
"@heathmont/moon-datepicker": "workspace:^10.7.1",
"@heathmont/moon-draggabletable": "workspace:^10.7.1",
"@heathmont/moon-icons": "workspace:^10.7.1",
Expand All @@ -30,9 +30,9 @@
"@heathmont/moon-select": "workspace:^10.7.1",
"@heathmont/moon-sidebar": "workspace:^10.7.1",
"@heathmont/moon-table": "workspace:^10.7.1",
"@heathmont/moon-table-tw": "workspace:^10.13.3",
"@heathmont/moon-table-tw": "workspace:^10.13.4",
"@heathmont/moon-themes": "workspace:^10.7.1",
"@heathmont/moon-themes-tw": "workspace:^10.13.3",
"@heathmont/moon-themes-tw": "workspace:^10.13.4",
"@heathmont/moon-utils": "workspace:^10.7.1",
"@heathmont/moon-icons-tw": "9.28.6",
"@hookform/resolvers": "3.2.0",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions next-docs/public/examples/input/Controled.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Input } from '@heathmont/moon-core-tw';
import { Hint, Input } from '@heathmont/moon-core-tw';
import { useState } from 'react';

const Example = () => {
Expand All @@ -12,9 +12,7 @@ const Example = () => {
setColor(e.target.value);
}}
/>
<p className="text-moon-18 pt-2">
<b>Result:</b> {color}
</p>
<Hint>Result: {color}</Hint>
</div>
);
};
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

6 changes: 6 additions & 0 deletions workspaces/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @heathmont/moon-base-tw

## 10.13.4

### Patch Changes

- Deploy 10.13.4

## 10.13.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-base-tw",
"sideEffects": false,
"version": "10.13.3",
"version": "10.13.4",
"files": [
"lib"
],
Expand Down
8 changes: 8 additions & 0 deletions workspaces/cmdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @heathmont/moon-cmdk-tw

## 10.13.4

### Patch Changes

- Deploy 10.13.4
- Updated dependencies
- @heathmont/moon-core-tw@10.13.4

## 10.13.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions workspaces/cmdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-cmdk-tw",
"sideEffects": false,
"version": "10.13.3",
"version": "10.13.4",
"files": [
"lib"
],
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@headlessui/react": "1.7.16",
"@heathmont/moon-core-tw": "workspace:^10.13.3",
"@heathmont/moon-core-tw": "workspace:^10.13.4",
"cmdk": "0.2.0",
"tailwind-merge": "1.14.0",
"tailwindcss-radix": "2.8.0"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @heathmont/moon-core-tw

## 10.13.4

### Patch Changes

- Deploy 10.13.4

## 10.13.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-core-tw",
"sideEffects": false,
"version": "10.13.3",
"version": "10.13.4",
"files": [
"lib"
],
Expand Down
4 changes: 2 additions & 2 deletions workspaces/core/src/input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const Input = forwardRef<HTMLInputElement, InputProps>(
className={mergeClassnames(
'block w-full max-w-full py-0 px-4 m-0 appearance-none text-moon-16 text-bulma',
'transition-shadow box-border relative z-[2] bg-goku shadow-input hover:shadow-input-hov',
'focus:shadow-input-focus focus:outline-none focus-visible::shadow-input-focus',
'focus-visible::outline-none before:box-border after:box-border placeholder:delay-75',
'focus:shadow-input-focus focus:outline-none focus-visible:shadow-input-focus',
'focus-visible:outline-none before:box-border after:box-border placeholder:delay-75',
'placeholder:text-trunks placeholder:opacity-100 placeholder:transition-opacity',
'read-only:outline-0 read-only:border-none read-only:cursor-not-allowed',
'read-only:hover:shadow-input read-only:focus:shadow-input',
Expand Down
6 changes: 3 additions & 3 deletions workspaces/core/src/input/private/utils/getTypeStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ const getTypeStyles = (type?: InputProps['type']): string | undefined => {
case 'number':
return 'input-number-clear';
case 'date':
return 'ltr:input-d rtl:input-d-rtl [&::-webkit-datetime-edit]:text-trunks';
return 'ltr:input-d rtl:input-d-rtl ';
case 'time':
return 'ltr:input-t rtl:input-t-rtl [&::-webkit-datetime-edit]:text-trunks';
return 'ltr:input-t rtl:input-t-rtl ';
case 'datetime-local':
return 'ltr:input-d rtl:input-dt-local-rtl [&::-webkit-datetime-edit]:text-trunks';
return 'ltr:input-d rtl:input-dt-local-rtl';
default:
return;
}
Expand Down
7 changes: 3 additions & 4 deletions workspaces/core/src/insetInput/InsetInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,15 @@ const InsetInputRoot = forwardRef<HTMLInputElement, InsetInputProps>(
'block w-full py-0 px-4 m-0 appearance-none text-moon-16 text-bulma',
'transition-shadow box-border relative z-[2] bg-transparent shadow-input',
'hover:shadow-input-hov focus:shadow-input-focus focus:outline-none',
'focus-visible:shadow-input-focus focus-visible::outline-none',
'focus-visible:shadow-input-err h-14 leading-[3.5rem] rounded-moon-i-sm',
'before:box-border after:box-border placeholder:text-trunks placeholder:opacity-100',
'focus-visible:shadow-input-focus focus-visible:outline-none h-14 leading-[3.5rem]',
'rounded-moon-i-sm placeholder:text-trunks placeholder:opacity-100',
'placeholder:transition-opacity placeholder:delay-75 read-only:outline-0',
'read-only:border-none read-only:cursor-not-allowed read-only:hover:shadow-input',
'read-only:focus:shadow-input read-only:focus-visible:shadow-input',
'invalid:shadow-input-err invalid:hover:shadow-input-err input-xl-dt-shared',
'invalid:focus:shadow-input-err invalid:focus-visible:shadow-input-err',
error &&
'shadow-input-err hover:shadow-input-err focus:shadow-input-err',
'shadow-input-err hover:shadow-input-err focus:shadow-input-err focus-visible:shadow-input-err',
getTypeStyles(rest.type),
isLabel && 'input-xl pt-[1.125rem] input-xl-dt-label'
)}
Expand Down
8 changes: 8 additions & 0 deletions workspaces/tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @heathmont/moon-table-tw

## 10.13.4

### Patch Changes

- Deploy 10.13.4
- Updated dependencies
- @heathmont/moon-core-tw@10.13.4

## 10.13.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions workspaces/tables/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-table-tw",
"sideEffects": false,
"version": "10.13.3",
"version": "10.13.4",
"files": [
"lib"
],
Expand All @@ -20,7 +20,7 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-core-tw": "workspace:^10.13.3",
"@heathmont/moon-core-tw": "workspace:^10.13.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-table": "7.8.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @heathmont/moon-themes-tw

## 10.13.4

### Patch Changes

- Deploy 10.13.4

## 10.13.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-themes-tw",
"sideEffects": false,
"version": "10.13.3",
"version": "10.13.4",
"files": [
"lib"
],
Expand Down

0 comments on commit 626581f

Please sign in to comment.