Skip to content

Commit e5656e5

Browse files
authored
Add Vocabulary Input implementation instead of buefy input (#275)
* Add Vocabulary Input implementation instead of buefy input * Use $slot property instead of a prop to detect existence of icons * Remove buefy from dependencies * Build the site * Remove buefy from tests * Remove unnecessary styles and rebuild * Add deleted files to commit * Make Stepper integration test for scroll more robust * Build the Chooser
1 parent 0b0fe69 commit e5656e5

18 files changed

+332
-137
lines changed

cypress/integration/Stepper._spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@ describe('Stepper.vue', () => {
162162
cy.get('.SA').should('have.class', 'disabled')
163163
cy.hasRecommendedLicense('CC BY-ND 4.0')
164164
cy.window().then(($window) => {
165-
expect($window.scrollY).to.be.closeTo(800, 200)
165+
expect($window.scrollY).to.be.closeTo(800, 300)
166166
})
167167
cy.get('button').contains('DONE').click()
168168
cy.hasLicenseInAttributionCode('CC BY-ND 4.0')
169169
cy.window().then(($window) => {
170-
expect($window.scrollY).to.be.closeTo(1300, 200)
170+
expect($window.scrollY).to.be.closeTo(1400, 300)
171171
})
172172
})
173173
})

docs/css/app.9b11c675.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/css/app.aac5d9bc.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="description" content="Want to license your work with Creative Commons, but not sure where to start, or which license is right for you? Use our license chooser!"><link rel="icon" href="/favicon.ico"><link rel="icon" type="image/png" href="https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2016/05/cc-site-icon-300x300.png" sizes="192x192"><link rel="apple-touch-icon-precomposed" href="https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2016/05/cc-site-icon-300x300.png"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@creativecommons"><meta name="twitter:creator" content="@creativecommons"><meta property="og:url" content="https://beta-chooser.creativecommons.org"><meta property="og:title" content="Choose a License"><meta property="og:type" content="website"><meta property="og:description" content="Want to license your work with Creative Commons, but not sure where to start, or which license is right for you? Use our license chooser!"><meta property="og:image" content="https://mirrors.creativecommons.org/presskit/logos/cc.logo.large.png"><meta property="og:locale" content="en_US"><meta property="og:locale:alternate" content="ru_RU"><title>Choose a License</title><link href="/css/app.9b11c675.css" rel="preload" as="style"><link href="/js/app.a588ff01.js" rel="preload" as="script"><link href="/js/chunk-vendors.fa662221.js" rel="preload" as="script"><link href="/css/app.9b11c675.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but License Chooser doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.fa662221.js"></script><script src="/js/app.a588ff01.js"></script></body></html>
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="description" content="Want to license your work with Creative Commons, but not sure where to start, or which license is right for you? Use our license chooser!"><link rel="icon" href="/favicon.ico"><link rel="icon" type="image/png" href="https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2016/05/cc-site-icon-300x300.png" sizes="192x192"><link rel="apple-touch-icon-precomposed" href="https://d15omoko64skxi.cloudfront.net/wp-content/uploads/2016/05/cc-site-icon-300x300.png"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@creativecommons"><meta name="twitter:creator" content="@creativecommons"><meta property="og:url" content="https://beta-chooser.creativecommons.org"><meta property="og:title" content="Choose a License"><meta property="og:type" content="website"><meta property="og:description" content="Want to license your work with Creative Commons, but not sure where to start, or which license is right for you? Use our license chooser!"><meta property="og:image" content="https://mirrors.creativecommons.org/presskit/logos/cc.logo.large.png"><meta property="og:locale" content="en_US"><meta property="og:locale:alternate" content="ru_RU"><title>Choose a License</title><link href="/css/app.aac5d9bc.css" rel="preload" as="style"><link href="/js/app.8a1c7fdf.js" rel="preload" as="script"><link href="/js/chunk-vendors.f5ee90ab.js" rel="preload" as="script"><link href="/css/app.aac5d9bc.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but License Chooser doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.f5ee90ab.js"></script><script src="/js/app.8a1c7fdf.js"></script></body></html>

docs/js/app.8a1c7fdf.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.8a1c7fdf.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.a588ff01.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/js/app.a588ff01.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/js/chunk-vendors.f5ee90ab.js

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/chunk-vendors.f5ee90ab.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)