Skip to content

Commit

Permalink
Merge branch 'main' into button-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jattasNI authored May 17, 2024
2 parents c0ba309 + 7cb88f1 commit 0d365eb
Show file tree
Hide file tree
Showing 15 changed files with 114 additions and 22 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

15 changes: 15 additions & 0 deletions packages/angular-workspace/nimble-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-angular",
"entries": [
{
"date": "Fri, 17 May 2024 20:05:45 GMT",
"version": "24.2.5",
"tag": "@ni/nimble-angular_v24.2.5",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v29.1.2",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 16 May 2024 18:44:46 GMT",
"version": "24.2.4",
Expand Down
10 changes: 9 additions & 1 deletion packages/angular-workspace/nimble-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/nimble-angular

This log was last generated on Thu, 16 May 2024 18:44:46 GMT and should not be manually modified.
This log was last generated on Fri, 17 May 2024 20:05:45 GMT and should not be manually modified.

<!-- Start content -->

## 24.2.5

Fri, 17 May 2024 20:05:45 GMT

### Patches

- Bump @ni/nimble-components to v29.1.2

## 24.2.4

Thu, 16 May 2024 18:44:46 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/nimble-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-angular",
"version": "24.2.4",
"version": "24.2.5",
"description": "Angular components for the NI Nimble Design System",
"scripts": {
"invoke-publish": "npm run invoke-publish:setup && cd ../dist/nimble-angular && npm publish",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/forms": "^16.2.12",
"@angular/localize": "^16.2.12",
"@angular/router": "^16.2.12",
"@ni/nimble-components": "^29.1.1"
"@ni/nimble-components": "^29.1.2"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down
15 changes: 15 additions & 0 deletions packages/angular-workspace/spright-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/spright-angular",
"entries": [
{
"date": "Fri, 17 May 2024 20:05:45 GMT",
"version": "1.0.3",
"tag": "@ni/spright-angular_v1.0.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/spright-angular",
"comment": "Bump @ni/spright-components to v1.0.3",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 16 May 2024 18:44:46 GMT",
"version": "1.0.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/angular-workspace/spright-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/spright-angular

This log was last generated on Thu, 16 May 2024 18:44:46 GMT and should not be manually modified.
This log was last generated on Fri, 17 May 2024 20:05:45 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.3

Fri, 17 May 2024 20:05:45 GMT

### Patches

- Bump @ni/spright-components to v1.0.3

## 1.0.2

Thu, 16 May 2024 18:44:46 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/spright-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/spright-angular",
"version": "1.0.2",
"version": "1.0.3",
"description": "Angular components for NI Spright",
"scripts": {
"invoke-publish": "npm run invoke-publish:setup && cd ../dist/spright-angular && npm publish",
Expand All @@ -24,7 +24,7 @@
"peerDependencies": {
"@angular/common": "^16.2.12",
"@angular/core": "^16.2.12",
"@ni/spright-components": "^1.0.2"
"@ni/spright-components": "^1.0.3"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down
15 changes: 15 additions & 0 deletions packages/nimble-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-components",
"entries": [
{
"date": "Fri, 17 May 2024 20:05:45 GMT",
"version": "29.1.2",
"tag": "@ni/nimble-components_v29.1.2",
"comments": {
"patch": [
{
"author": "20542556+mollykreis@users.noreply.github.com",
"package": "@ni/nimble-components",
"commit": "c05781966b2fde5db2445db93872fbcc3a1a27de",
"comment": "Make clear select button match design spec"
}
]
}
},
{
"date": "Thu, 16 May 2024 18:44:46 GMT",
"version": "29.1.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/nimble-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/nimble-components

This log was last generated on Thu, 16 May 2024 18:44:46 GMT and should not be manually modified.
This log was last generated on Fri, 17 May 2024 20:05:45 GMT and should not be manually modified.

<!-- Start content -->

## 29.1.2

Fri, 17 May 2024 20:05:45 GMT

### Patches

- Make clear select button match design spec ([ni/nimble@c057819](https://github.com/ni/nimble/commit/c05781966b2fde5db2445db93872fbcc3a1a27de))

## 29.1.1

Thu, 16 May 2024 18:44:46 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/nimble-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-components",
"version": "29.1.1",
"version": "29.1.2",
"description": "Styled web components for the NI Nimble Design System",
"scripts": {
"build": "npm run generate-icons && npm run generate-workers && npm run build-components && npm run bundle-components && npm run generate-scss",
Expand Down
4 changes: 2 additions & 2 deletions packages/nimble-components/src/select/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
borderRgbPartialColor,
borderWidth,
controlHeight,
controlSlimHeight,
fillHoverColor,
fillHoverSelectedColor,
fillSelectedColor,
Expand Down Expand Up @@ -39,8 +40,7 @@ export const styles = css`
.clear-button {
order: 3;
width: auto;
height: auto;
height: ${controlSlimHeight};
margin-left: ${smallPadding};
}
Expand Down
4 changes: 2 additions & 2 deletions packages/nimble-components/src/select/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
} from '../label-provider/core/label-tokens';
import { FilterMode } from './types';
import { buttonTag } from '../button';
import { iconXmarkTag } from '../icons/xmark';
import { iconTimesTag } from '../icons/times';

/* eslint-disable @typescript-eslint/indent */
// prettier-ignore
Expand Down Expand Up @@ -74,7 +74,7 @@ SelectOptions
content-hidden
appearance="ghost"
@click="${(x, c) => x.clearClickHandler(c.event as MouseEvent)}">
<${iconXmarkTag} slot="start"></${iconXmarkTag}>
<${iconTimesTag} slot="start"></${iconTimesTag}>
</${buttonTag}>
`)}
<div aria-hidden="true" class="indicator" part="indicator">
Expand Down
15 changes: 15 additions & 0 deletions packages/spright-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/spright-components",
"entries": [
{
"date": "Fri, 17 May 2024 20:05:45 GMT",
"version": "1.0.3",
"tag": "@ni/spright-components_v1.0.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/spright-components",
"comment": "Bump @ni/nimble-components to v29.1.2",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 16 May 2024 18:44:46 GMT",
"version": "1.0.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/spright-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/spright-components

This log was last generated on Thu, 16 May 2024 18:44:46 GMT and should not be manually modified.
This log was last generated on Fri, 17 May 2024 20:05:45 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.3

Fri, 17 May 2024 20:05:45 GMT

### Patches

- Bump @ni/nimble-components to v29.1.2

## 1.0.2

Thu, 16 May 2024 18:44:46 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/spright-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/spright-components",
"version": "1.0.2",
"version": "1.0.3",
"description": "NI Spright Components",
"scripts": {
"build": "npm run build-components && npm run bundle-components",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@microsoft/fast-element": "^1.12.0",
"@microsoft/fast-foundation": "^2.49.6",
"@microsoft/fast-web-utilities": "^6.0.0",
"@ni/nimble-components": "29.1.1",
"@ni/nimble-components": "29.1.2",
"@ni/nimble-tokens": "^6.13.6",
"tslib": "^2.2.0"
},
Expand Down

0 comments on commit 0d365eb

Please sign in to comment.