@cypress-design/react-statusicon 0.2.4 → 0.2.6

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @cypress-design/react-statusicon
2
2
 
3
+ ## 0.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`d6fd350`](https://github.com/cypress-io/cypress-design/commit/d6fd350232984e5eff26c76ca29e235c58da0982)]:
8
+ - @cypress-design/react-icon@0.18.0
9
+
10
+ ## 0.2.5
11
+
12
+ ### Patch Changes
13
+
14
+ - [#164](https://github.com/cypress-io/cypress-design/pull/164) [`4fd951a`](https://github.com/cypress-io/cypress-design/commit/4fd951a39335900da2508beef9b3565a6f8f9518) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: update active buttons borders
15
+
16
+ - Updated dependencies [[`4fd951a`](https://github.com/cypress-io/cypress-design/commit/4fd951a39335900da2508beef9b3565a6f8f9518), [`6f83f1a`](https://github.com/cypress-io/cypress-design/commit/6f83f1a427fc536d3dd7f8ad2e907716e6c7f833)]:
17
+ - @cypress-design/react-icon@0.17.2
18
+ - @cypress-design/icon-registry@0.20.2
19
+
3
20
  ## 0.2.4
4
21
 
5
22
  ### Patch Changes
@@ -69,7 +69,7 @@ export default () => (
69
69
  </td>
70
70
  )
71
71
  })}
72
- <td className="align-top py-2">
72
+ <td className="py-2 align-top">
73
73
  {i === 0 ? statusInfo.use : ''}
74
74
  </td>
75
75
  </tr>
@@ -6,11 +6,6 @@ import StatusIcon from './StatusIcon'
6
6
  import StatusIconStory from './StatusIcon.rootstory'
7
7
 
8
8
  describe('StatusIcon', () => {
9
- it('renders', () => {
10
- mount(<StatusIconStory />)
11
- cy.percySnapshot()
12
- })
13
-
14
9
  it('defaults to a variant that exists if the one provided does not exist', () => {
15
10
  mount(
16
11
  <div>
@@ -55,4 +50,9 @@ describe('StatusIcon', () => {
55
50
  expect(this.firstIcon).to.eq(this.secondIcon)
56
51
  })
57
52
  })
53
+
54
+ it('renders', () => {
55
+ mount(<StatusIconStory />)
56
+ cy.percySnapshot()
57
+ })
58
58
  })
package/dist/index.es.mjs CHANGED
@@ -141,79 +141,79 @@ var statuses$3 = {
141
141
  */
142
142
  var constStatuses = {
143
143
  running: {
144
- // <windi-keep strokeColor="indigo-400" />
144
+ // <tw-keep strokeColor="indigo-400" />
145
145
  color: 'indigo-400',
146
146
  use: 'Runs, specs, groups, test results',
147
147
  variants: ['outline'],
148
- // <windi-keep fillColor="gray-100" />
148
+ // <tw-keep fillColor="gray-100" />
149
149
  secondaryColor: 'gray-100'
150
150
  },
151
151
  passed: {
152
- // <windi-keep strokeColor="jade-400" />
152
+ // <tw-keep strokeColor="jade-400" />
153
153
  color: 'jade-400',
154
154
  use: 'Runs, specs, groups, test results',
155
155
  link: 'https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Passed',
156
156
  variants: ['outline', 'simple', 'solid']
157
157
  },
158
158
  failed: {
159
- // <windi-keep strokeColor="red-400" />
159
+ // <tw-keep strokeColor="red-400" />
160
160
  color: 'red-400',
161
161
  use: 'Runs, specs, groups, test results',
162
162
  link: 'https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Failed',
163
163
  variants: ['outline', 'simple', 'solid']
164
164
  },
165
165
  unclaimed: {
166
- // <windi-keep strokeColor="gray-100" />
166
+ // <tw-keep strokeColor="gray-100" />
167
167
  color: 'gray-100',
168
168
  use: 'Specs',
169
169
  variants: ['outline']
170
170
  },
171
171
  placeholder: {
172
- // <windi-keep strokeColor="gray-300" />
172
+ // <tw-keep strokeColor="gray-300" />
173
173
  color: 'gray-300',
174
174
  use: 'Placeholder',
175
175
  variants: ['solid']
176
176
  },
177
177
  cancelled: {
178
- // <windi-keep strokeColor="gray-300" />
178
+ // <tw-keep strokeColor="gray-300" />
179
179
  color: 'gray-300',
180
180
  use: 'Runs, specs, groups, test results',
181
181
  variants: ['outline', 'solid']
182
182
  },
183
183
  noTests: {
184
- // <windi-keep strokeColor="orange-400" />
184
+ // <tw-keep strokeColor="orange-400" />
185
185
  color: 'orange-400',
186
186
  use: 'Runs, specs, groups',
187
187
  variants: ['outline', 'solid']
188
188
  },
189
189
  errored: {
190
- // <windi-keep strokeColor="orange-400" />
190
+ // <tw-keep strokeColor="orange-400" />
191
191
  color: 'orange-400',
192
192
  use: 'Runs, specs, groups, test results',
193
193
  variants: ['outline', 'solid']
194
194
  },
195
195
  timedOut: {
196
- // <windi-keep strokeColor="orange-400" />
196
+ // <tw-keep strokeColor="orange-400" />
197
197
  color: 'orange-400',
198
198
  use: 'Runs, specs, groups, test results',
199
199
  variants: ['outline', 'solid']
200
200
  },
201
201
  overLimit: {
202
- // <windi-keep strokeColor="orange-400" />
202
+ // <tw-keep strokeColor="orange-400" />
203
203
  color: 'orange-400',
204
204
  use: 'Runs, specs, groups',
205
205
  link: 'https://docs.cypress.io/faq/questions/dashboard-faq#What-happens-once-I-reach-the-test-results-limit',
206
206
  variants: ['outline', 'solid']
207
207
  },
208
208
  skipped: {
209
- // <windi-keep strokeColor="gray-400" />
209
+ // <tw-keep strokeColor="gray-400" />
210
210
  color: 'gray-400',
211
211
  use: 'Test results',
212
212
  link: 'https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Skipped',
213
213
  variants: ['outline']
214
214
  },
215
215
  pending: {
216
- // <windi-keep strokeColor="gray-300" />
216
+ // <tw-keep strokeColor="gray-300" />
217
217
  color: 'gray-300',
218
218
  use: 'Test results',
219
219
  link: 'https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Pending',