Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paragon
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
paragon
Commits
2a4d30d2
Commit
2a4d30d2
authored
Sep 07, 2017
by
Ari Rizzitano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix namespacing, pin button dep in dropdown
parent
7b712cf5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.storybook/webpack.config.js
+1
-1
packages/Dropdown/index.jsx
+1
-1
webpack.config.js
+1
-1
No files found.
.storybook/webpack.config.js
View file @
2a4d30d2
...
@@ -14,7 +14,7 @@ module.exports = {
...
@@ -14,7 +14,7 @@ module.exports = {
loader
:
'css-loader'
,
loader
:
'css-loader'
,
options
:
{
options
:
{
modules
:
true
,
modules
:
true
,
localIdentName
:
'[name]__[local]___[hash:base64:5]'
,
localIdentName
:
'
paragon__
[name]__[local]___[hash:base64:5]'
,
sourceMap
:
true
,
sourceMap
:
true
,
},
},
},
},
...
...
packages/Dropdown/index.jsx
View file @
2a4d30d2
import
React
from
'react'
;
import
React
from
'react'
;
import
classNames
from
'classnames'
;
import
classNames
from
'classnames'
;
import
PropTypes
from
'prop-types'
;
import
PropTypes
from
'prop-types'
;
import
Button
from
'@arizzitano/button'
;
import
styles
from
'./Dropdown.scss'
;
import
styles
from
'./Dropdown.scss'
;
import
Button
from
'../Button'
;
export
const
triggerKeys
=
{
export
const
triggerKeys
=
{
OPEN_MENU
:
[
'ArrowDown'
,
'Space'
],
OPEN_MENU
:
[
'ArrowDown'
,
'Space'
],
...
...
webpack.config.js
View file @
2a4d30d2
...
@@ -46,7 +46,7 @@ const base = {
...
@@ -46,7 +46,7 @@ const base = {
loader
:
'css-loader'
,
loader
:
'css-loader'
,
options
:
{
options
:
{
modules
:
true
,
modules
:
true
,
localIdentName
:
'[name]__[local]___[hash:base64:5]'
,
localIdentName
:
'
paragon__
[name]__[local]___[hash:base64:5]'
,
},
},
},
},
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment