Skip to content

Commit

Permalink
Merge pull request #144 from a-ng-d/ui-color-palette-403
Browse files Browse the repository at this point in the history
UI Color Palette 4.0.3
  • Loading branch information
a-ng-d authored Jul 4, 2024
2 parents dac6ce6 + db23472 commit 022243f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
2 changes: 2 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"https://figma.com",
"https://*.figma.com",
"https://rsms.me",
"https://www.gravatar.com",
"https://*.wp.com",
"https://tally.so",
"https://corsproxy.io",
"https://zclweepgvqkrelyfwhma.supabase.co",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figma-ui-color-palette",
"version": "4.0.2",
"version": "4.0.3",
"description": "Create accessible UI color palettes with consistent lightness and contrast",
"main": "code.js",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions src/ui/modules/Actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,18 @@ export default class Actions extends React.Component<ActionsProps> {
children: [],
action: (e) => this.props.onSyncLocalVariables?.(e),
},
{
label: null,
value: null,
feature: null,
position: 0,
type: 'SEPARATOR',
isActive: true,
isBlocked: false,
isNew: false,
children: [],
action: () => null,
},
{
...this.publicationAction(),
position: 0,
Expand Down
5 changes: 3 additions & 2 deletions src/utils/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Feature } from '../types/app'
import { Feature } from '../types/app';


export const trialTime = 72
export const oldTrialTime = 48
Expand Down Expand Up @@ -958,4 +959,4 @@ export const features: Array<Feature> = [
},
]

export default features
export default features

0 comments on commit 022243f

Please sign in to comment.