File tree Expand file tree Collapse file tree 5 files changed +1881
-2873
lines changed Expand file tree Collapse file tree 5 files changed +1881
-2873
lines changed Original file line number Diff line number Diff line change 1
- module . exports = require ( "@spectrum-css/component-builder" ) ;
1
+ module . exports = require ( "@spectrum-css/component-builder-simple " ) ;
Original file line number Diff line number Diff line change 18
18
"build" : " gulp"
19
19
},
20
20
"peerDependencies" : {
21
- "@spectrum-css/actionbutton" : " >=4 " ,
22
- "@spectrum-css/icon" : " >=3 " ,
23
- "@spectrum-css/menu" : " >=4 " ,
24
- "@spectrum-css/popover" : " >=5 <= 6" ,
25
- "@spectrum-css/vars " : " >=9 "
21
+ "@spectrum-css/actionbutton" : " >=5 " ,
22
+ "@spectrum-css/icon" : " >=4 " ,
23
+ "@spectrum-css/menu" : " >=5 " ,
24
+ "@spectrum-css/popover" : " >=6" ,
25
+ "@spectrum-css/tokens " : " >=11 "
26
26
},
27
27
"devDependencies" : {
28
28
"@spectrum-css/actionbutton" : " ^5.0.6" ,
29
- "@spectrum-css/component-builder" : " ^4 .0.14 " ,
29
+ "@spectrum-css/component-builder-simple " : " ^2 .0.17 " ,
30
30
"@spectrum-css/icon" : " ^4.0.1" ,
31
- "@spectrum-css/menu" : " ^4 .0.50 " ,
31
+ "@spectrum-css/menu" : " ^5 .0.9 " ,
32
32
"@spectrum-css/popover" : " ^6.0.73" ,
33
- "@spectrum-css/vars " : " ^9.0.8 " ,
33
+ "@spectrum-css/tokens " : " ^11.3.3 " ,
34
34
"gulp" : " ^4.0.0"
35
35
},
36
36
"publishConfig" : {
Original file line number Diff line number Diff line change
1
+ /*!
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ Unless required by applicable law or agreed to in writing, software distributed under
7
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
8
+ OF ANY KIND, either express or implied. See the License for the specific language
9
+ governing permissions and limitations under the License.
10
+ */
11
+
12
+ @container (--system : express) {}
Original file line number Diff line number Diff line change
1
+ /*!
2
+ Copyright 2023 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ Unless required by applicable law or agreed to in writing, software distributed under
7
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
8
+ OF ANY KIND, either express or implied. See the License for the specific language
9
+ governing permissions and limitations under the License.
10
+ */
11
+
12
+ @container (--system : spectrum) {}
You can’t perform that action at this time.
0 commit comments