Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions packages/canvas-high-contrast-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/canvas-high-contrast-theme",
"version": "11.6.0",
"type": "module",
"description": "A high contrast theme for Canvas LMS made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json"
},
Expand All @@ -37,10 +37,8 @@
".": {
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
6 changes: 2 additions & 4 deletions packages/canvas-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/canvas-theme",
"version": "11.6.0",
"type": "module",
"description": "A theme for Canvas LMS made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json"
},
Expand All @@ -37,10 +37,8 @@
".": {
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
File renamed without changes.
6 changes: 2 additions & 4 deletions packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/console",
"version": "11.6.0",
"type": "module",
"description": "A babel macro made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json",
"ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
Expand All @@ -35,10 +35,8 @@
".": {
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
File renamed without changes.
6 changes: 2 additions & 4 deletions packages/debounce/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/debounce",
"version": "11.6.0",
"type": "module",
"description": "A debounce util made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json"
},
Expand All @@ -35,10 +35,8 @@
".": {
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
File renamed without changes.
6 changes: 2 additions & 4 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/emotion",
"version": "11.6.0",
"type": "module",
"description": "A UI component library made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "pnpm run ts:check -- --watch & ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json ",
"ts:check": "tsc -p tsconfig.build.json"
Expand Down Expand Up @@ -53,10 +53,8 @@
".": {
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
6 changes: 2 additions & 4 deletions packages/ui-a11y-content/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/ui-a11y-content",
"version": "11.6.0",
"type": "module",
"description": "Utility components that enhance the user experience of those that navigate the web with a screen reader or keyboard.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "pnpm run ts:check -- --watch & ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json",
"ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
Expand Down Expand Up @@ -46,10 +46,8 @@
".": {
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
6 changes: 2 additions & 4 deletions packages/ui-a11y-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/ui-a11y-utils",
"version": "11.6.0",
"type": "module",
"description": "A collection of utilities for managing focus and screen reader behavior",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json"
},
Expand Down Expand Up @@ -49,10 +49,8 @@
".": {
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
File renamed without changes.
6 changes: 2 additions & 4 deletions packages/ui-alerts/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/ui-alerts",
"version": "11.6.0",
"type": "module",
"description": "An alert component",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "pnpm run ts:check -- --watch & ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json",
"ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
Expand Down Expand Up @@ -58,10 +58,8 @@
".": {
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
File renamed without changes.
6 changes: 2 additions & 4 deletions packages/ui-avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/ui-avatar",
"version": "11.6.0",
"type": "module",
"description": "An image or letters that represents a user.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "pnpm run ts:check -- --watch & ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json",
"ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
Expand Down Expand Up @@ -50,10 +50,8 @@
".": {
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
6 changes: 2 additions & 4 deletions packages/ui-axe-check/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/ui-axe-check",
"version": "11.6.0",
"type": "module",
"description": "A UI a11y testing library made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json"
},
Expand All @@ -35,10 +35,8 @@
".": {
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
File renamed without changes.
6 changes: 2 additions & 4 deletions packages/ui-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/ui-badge",
"version": "11.6.0",
"type": "module",
"description": "A badge component",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "pnpm run ts:check -- --watch & ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json",
"ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
Expand Down Expand Up @@ -50,10 +50,8 @@
".": {
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
6 changes: 2 additions & 4 deletions packages/ui-billboard/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/ui-billboard",
"version": "11.6.0",
"type": "module",
"description": "A UI component to display empty states, 404 pages, redirects, etc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "pnpm run ts:check -- --watch & ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json",
"ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
Expand Down Expand Up @@ -53,10 +53,8 @@
".": {
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
Loading
Loading