@typespec/playground 0.7.1 → 0.7.2

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.
Files changed (2) hide show
  1. package/dist/style.css +11 -9
  2. package/package.json +11 -11
package/dist/style.css CHANGED
@@ -100,10 +100,10 @@
100
100
  width: 100%;
101
101
  overflow: hidden;
102
102
  }
103
- ._tree_16lfo_1 {
103
+ ._tree_16t0l_1 {
104
104
  outline: none;
105
105
  }
106
- ._tree-row_16lfo_4 {
106
+ ._tree-row_16t0l_4 {
107
107
  cursor: pointer;
108
108
  display: block;
109
109
  height: 22px;
@@ -116,32 +116,34 @@
116
116
  display: flex;
117
117
  }
118
118
 
119
- ._tree-row_16lfo_4:hover,
120
- ._tree-row_16lfo_4._focus_16lfo_18 {
119
+ ._tree-row_16t0l_4:hover,
120
+ ._tree-row_16t0l_4._focus_16t0l_18 {
121
121
  background: var(--colorNeutralBackground4);
122
122
  }
123
123
 
124
- ._tree-row_16lfo_4._active_16lfo_22 {
124
+ ._tree-row_16t0l_4._active_16t0l_22 {
125
125
  background: var(--colorNeutralBackground2Selected);
126
126
  }
127
127
 
128
- ._tree-row_16lfo_4 ._caret_16lfo_26 {
128
+ ._tree-row_16t0l_4 ._caret_16t0l_26 {
129
129
  width: 16px;
130
+ flex: 0 0 16px;
130
131
  display: flex;
131
132
  align-items: center;
132
133
  }
133
134
 
134
- ._tree-row_16lfo_4 ._icon_16lfo_32 {
135
+ ._tree-row_16t0l_4 ._icon_16t0l_33 {
135
136
  width: 16px;
137
+ flex: 0 0 16px;
136
138
  display: flex;
137
139
  align-items: center;
138
140
  }
139
141
 
140
- ._tree-row_16lfo_4 ._label_16lfo_38 {
142
+ ._tree-row_16t0l_4 ._label_16t0l_40 {
141
143
  flex: 1;
142
144
  }
143
145
 
144
- ._tree-row_16lfo_4 ._column_16lfo_42:last-child {
146
+ ._tree-row_16t0l_4 ._column_16t0l_44:last-child {
145
147
  margin-right: 5px;
146
148
  }
147
149
  ._form_sqeas_1 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/playground",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec playground UI components.",
6
6
  "homepage": "https://typespec.io",
@@ -71,15 +71,15 @@
71
71
  "swagger-ui-dist": "^5.18.2",
72
72
  "vscode-languageserver": "~9.0.1",
73
73
  "vscode-languageserver-textdocument": "~1.0.12",
74
- "@typespec/bundler": "~0.2.0",
75
- "@typespec/compiler": "~0.65.0",
76
- "@typespec/html-program-viewer": "~0.65.0",
77
- "@typespec/http": "~0.65.0",
78
- "@typespec/openapi": "~0.65.0",
79
- "@typespec/openapi3": "~0.65.0",
80
- "@typespec/protobuf": "~0.65.0",
81
- "@typespec/rest": "~0.65.0",
82
- "@typespec/versioning": "~0.65.0"
74
+ "@typespec/compiler": "~0.66.0",
75
+ "@typespec/bundler": "~0.2.1",
76
+ "@typespec/html-program-viewer": "~0.66.0",
77
+ "@typespec/openapi": "~0.66.0",
78
+ "@typespec/protobuf": "~0.66.0",
79
+ "@typespec/http": "~0.66.0",
80
+ "@typespec/openapi3": "~0.66.0",
81
+ "@typespec/rest": "~0.66.0",
82
+ "@typespec/versioning": "~0.66.0"
83
83
  },
84
84
  "devDependencies": {
85
85
  "@babel/core": "^7.26.0",
@@ -104,7 +104,7 @@
104
104
  "vite": "^6.0.11",
105
105
  "vite-plugin-checker": "^0.8.0",
106
106
  "vite-plugin-dts": "4.5.0",
107
- "@typespec/bundler": "~0.2.0",
107
+ "@typespec/bundler": "~0.2.1",
108
108
  "@typespec/react-components": "~0.57.0"
109
109
  },
110
110
  "scripts": {